body,div,td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

.c-green {
	color: green;
}

.c-blue {
	color: #2980b9;
}

.c-red {
	color: #c0392b;
}

.bc-green {
	background-color: #96C93E;
}

.bc-blue {
	background-color: #202668;
}

.bc-grey {
	background-color: #eee;
}

/* Custom */
.reset-mp {
	margin: 0 !important;
	padding: 0 !important;
}

.reset-mp-l {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.reset-mp-r {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.reset-mp-t {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.reset-mp-b {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mm-l {
	margin: 2px;
}

.mm-r {
	margin: 2px; 
}

.noborder {
	border: none !important;
}

.noborder tr td {
	border: none !important;
}

.tt-an-center {
	text-align: center;
}

.tt-an-right {
	text-align: right;
}

.tt-an-justify {
	text-align: justify;
}

.tt-title {
	font-weight: bold;
}

.tt-situacao {
	font-weight: bold;
}

.none {
	display: none !important;
}

.full {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

/* Primefaces widget */
.ui-widget-overlay {
    background: #000000;
    opacity: .20;
    filter: Alpha(Opacity=20);
}

.ui-notificationbar {
	padding: 0 !important;
	height: auto !important;
	z-index: 1000;
}

.ui-widget-border-top {
	border-top: 1px solid #d5d5d5 !important;
}

.ui-widget-border-bottom {
	border-bottom: 1px solid #d5d5d5 !important;
}

.ui-content-transparent {
	filter: alpha(opacity=90);
    opacity: 0.9;
}

.ui-message-error {
	margin: 0 !important;
}

.ui-message-info {
	margin: 0 !important;
}

.ui-message-warn {
	margin: 0 !important;
}

.ui-message-fatal {
	margin: 0 !important;
}

/* Dialog primefaces */
.ui-dialog .ui-dialog-titlebar {
	padding: 0 !important;
	margin: 10px 10px 5px 10px !important;
	border-bottom: 1px solid #d5d5d5 !important;
}

.ui-dialog .ui-dialog-content {
	padding: 10px !important;
}


/*#footer {
	text-align: right;
	width: 100%;
	padding-top: 5px;
}

#headerApp {
	padding: 4px 0px; 
	position: relative;
}

#titleApp {
	text-align: left; 
	display: block;
}

#perfilApp {
	position: absolute; 
	overflow: hidden; 
	top: 5px; 
	display: block; 
	right: 5px;
}

#logo {
	text-align: center;
}

#content {
	 padding-top: 20px;
}

.formActiosLeft {
	text-align: left; 
	float: left;
	width: 50%;
}

.formActionsRight {
	overflow: hidden; 
	width: 50%;
	text-align: right;
}

.divDataTable {
	padding-top: 10px;
}

.action-column {
    text-align: center;
    width: 120px !important;
}

.action-column-select {
    text-align: center;
    width: 50px !important;
}

.colSelectionCheckBox {
	width: 30px !important;
	text-align: center;
}

.spaceLnkApp {
	padding: 0px 10px 0px 10px;
}*/

.pdficon{
	
	 background-image: url("/images/pdf.png") !important;  
}
