@charset "utf-8";

/********************************/
	/* CSS GERAL E LAYOUT*/
/********************************/

html {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/**CUSTOMIZAÇÃO DO HEADER**/
header {
	height: 68px;
	background: #183E54;
}

#usuarioHeader {
	height: 30px;
	font-weight: bold;
	padding: 5px 10px;
	float: right;
}

/**CUSTOMIZAÇÃO DO RODAPÉ**/
footer{
	background-color:#183E54 !important;
	text-align:center !important;;
	padding: 0px !important;
	height:35px !important;"
	border: none !important;
}

footer a, 
#dt_footer,
#versaoFooter{
	color: #fff !important;
	margin-left:30px!important;"
}

/**IMAGEM QUE APARECE DURANTE AS REQUISIÇÕES AJAX**/
.ajax-status {
	position: fixed;
	top: 55px;
	right: 10px;
	width: 35px;
	height: 35px
}

/**DIV RESPONSÁVEL PELO CONTEÚDO DAS PÁGINAS NO LAYOUT**/
#conteudo {
	width: 100%;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

/**FAZ COM QUE OS LABELS NÃO QUEBREM LINHA**/
.label {
	white-space: nowrap;
}

table td {
	padding: 5px !important;
}

/*********************************/
/* CLASSES DO TEMA DO PRIMEFACES */
/*********************************/

.ui-breadcrumb {
	width: 98.5%;
}

.ui-widget-header{
	background:transparent!important;
}

.ui-layout-unit,
.ui-layout-unit-content{
	padding:0px !important;
	border:0px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;	
}

.ui-fieldset {
	margin-top: 10px !important;
	padding: 0px !important;
}

.ui-fieldset-legend {
	background-image: none !important;
	border:0px !important;
	font-weight: bold;
	padding: 0px !important;
	font-size: 15px;
}

.ui-tabs .ui-tabs-panel {
    border-width:0 !important;
    padding:0 !important;
    background:0 !important;
}

.ui-datatable tbody td {
	white-space: nowrap !important;
}

#conteudo input[disabled] {	
	color: 		rgba(0, 0, 0, 0.6) !important;
	background: #f2f2f2 !important;
	opacity: 	.9 !important;
}

#conteudo input[readonly] {	
	color: 		rgba(0, 0, 0, 0.6) !important;
	background: #f2f2f2 !important;
	opacity: 	.9 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
	color: 		rgba(0, 0, 0, 0.6) !important;
	background: #f2f2f2 !important;
	opacity: 	.9 !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	color: 		rgba(0, 0, 0, 0.6) !important;
	background: #f2f2f2 !important;
	opacity: 	.9 !important;
}

.ui-datatable-tablewrapper {
	overflow: hidden !important;
}


.alinhado_direita{
	float:right !important;
}

.dataTableSemBorda.ui-panelgrid>*>tr,
.dataTableSemBorda.ui-panelgrid>*>tr>td {
    border: none;
}

.colorRowAvisoDiasAtraso {
	color: #ff0000!important;
}

.colorRowAvisoAtualizacao {
	color: #ff0000!important;
	text-decoration: line-through;
}

.colorRowAvisoBaixadoFinanceiramente {
	color: #28b44c!important;
}

.colorRowDebitoNovo {
	color: #ffcc0c!important;
}

.colorRowAvisoTemCobranca {
	color: #0000ff!important;
}

.colorRowAvisoBaixadoNaoFinanceiramente {
	color: #28b44c!important;
	text-decoration: line-through;
}

.mensagemAlertaChamado {
	width: 99.5%;
    margin-left: 2px;
}

.p-3 {
    padding: 1rem 2rem !important;
}

.debito .debito-grid-item .debito-grid-item-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.debito .debito-grid-item .debito-grid-item-bottom {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
}

.debito .debito-category-icon {
    vertical-align: middle;
    margin-right: 0.5rem;
}

.debito .debito-category {
    font-weight: 800;
    text-align: center;
    width: 100%;
}

.debito .debito-grid-item .debito-grid-item-content {
    text-align: left;
    padding: 5px 0px;
}

.row-desabilitada {
	opacity: .6;
}

.lembreteRodape {
	filter:alpha(opacity=80);
    opacity:0.8;
    padding:50px 0 0 50px;
	z-index: 1000;
	font-size: 16px;
	margin-bottom: 34px !important;
}