@charset "ISO-8859-1";


/* TEMPLATE RESPANSIVO - FOI MUITO DIFICIO */
.control-sidebar {
  bottom: calc(3.5rem + 1px);
  position: absolute;
  top: calc(3.5rem + 1px);
  z-index: 1031;
}

body,html{
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.texto{
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #444;
}

.skin-blue .main-header .logo {
    background: #336a58; /* FUNDO DO LOGO */
    
}

.skin-blue .main-header .navbar {
	background-color: #336a58;  /* FUNDO DO CABEÇARIO */
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #004440;  /* FUNDO DO MENU */
}

#content {
    padding: 0em 0% !important;
}

.content-header { /* TIRA HEAD INICIO */
    display: none;
}

.content { /* POSIÇÃO DOS FORMULARIOS */
    padding: 1px;
    padding-left: 0px;
}

.ui-panelgrid .ui-panelgrid-cell {
    border-color: transparent !important;   /* TIRA AS BORDAS DOS PANELGRID */
} 
 
/* TAMANHO DA PAGINA
.content-wrapper{   
	min-height: 863.5px !important;
} */

.ui-widget .ui-widget { /* TAMANHO DA FONTE */
    font-size: 14px;
}

.ui-widget .ui-outputlabel {
    font-weight: 450; /* NEGRITO DA FONTE */
}

/* CSS DO CALENDARIO - INICIO */
.ui-datepicker .ui-datepicker-calendar span.ui-state-disabled { /* COR VERMELHA NOS DIAS DO CALENDARIO */
    color: red !important;
}

.ui-datepicker .ui-datepicker-title { /* COR DO TITULO NO CALENDARIO */
    background-color: #004440 !important;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-timepicker-div>.ui-widget-header, .ui-datepicker-year, .ui-datepicker-month { /* COR DO TITULO NO CALENDARIO */
    background: #004440 !important;
    border: 1px solid #004440 !important;
}

.ui-datepicker th {   /* MAIUSCULO O TITULO DA SEMANA NO CALENDARIO E COR DE FUNDO */
  text-transform: uppercase;
  background: -webkit-linear-gradient(top, #004440 0, #00664c 100%) !important;
} 

.ui-datepicker .ui-datepicker-calendar a.ui-state-active { /* FUNDO DO DIA MARCADO */
    background-color: #004440 !important;
}

/* CSS DO CALENDARIO - FIM */

body hr.ui-separator.ui-state-default { /* LINHA DO MENU - INICIO */
    border-width: 0.1px 0 0 0;
    border-color: #dddddd;
    margin-top: 0.1em;

}

@media (max-width: 767px){ /* ALTURA DO PESQUISAR ICONE NO CELULAR */
.main-sidebar {
    padding-top: 108px;
}
}

button.ui-button {  /* COR DOS BOTOES */
    color: #fff !important;
    width: 50%;
    padding: 6px 12px !important;
}

/* TITULO NO HEAD - INICIO */

.tituloCabecario{
	font-weight: 500;
	font-family: 'Segoe UI' !important;
	color: #D9DADA;
}

.center-navbar {
    background-color: transparent;
	font-size: 19px !important;
	margin-top: 0.5em;
}

.ui-widget, div.wrapper {  /* FONTE GERAL DAS LETRAS NO MENU E CORPO*/
    font-family: "Segoe UI" !important;
}

div.ui-panel .ui-panel-title { /* FONTE GERAL DAS LETRAS NO TITULOS DOS CARDS*/
    font-weight: normal !important;
    margin-left: -4px;
}

/* TITULO NO HEAD - FIM */

@media (min-width: 992px){  /* LARGURA DO FORMULARIO DE CONTRACHEQUE */
.col-md-3 {
    width: 35%;
}
}
@media screen and (min-width: 64.063em){  /* AFASTA DO FORM DA BORDA */
.ui-lg-3 {
    width: 30% !important;
    margin-left: 1.5em;
}
.formCorpo{
		margin-left: -8.5px;
	}
}

div.ui-menu.ui-menubar { /* AFASTA DO FORM DA BORDA */
    margin-left: 1.1em !important;
}

/* ESPACO DE FORM - INICIO  */

.logo:hover {
    background: #336a58 !important; /* FUNDO DO LOGO AO PASSAR O MOUSE*/
}

@media (min-width: 767px){
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 21px;
	}
	
	.row {
	    margin-right: -15px;
	    margin-left: 8px;
	}
	
	/* POSITOIN DO MENU ACIMA DO FORMULARIO */
	 .ui-menu .ui-menuitem-text {
	    margin-left: -7.5px;
	}
	
	/* POSITOIN DO BOTÃO ABAIXO DO FORMULARIO */
	.recuaBotao{
		margin-left: -7px;
	}
	
	
}

/* ESPACO DE FORM - FIM */

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;

}

/* COR DO CABECARIO DO PAINEL */
body .ui-panel.ui-widget.box-success {
    border-top: 3px solid #ff6600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0;
}

body .ui-datatable .ui-datatable-header{  /* TAMANHO DA FONTE DO HEADER DAS TABELAS */
    font-size: 14px;
}

.senha{
		margin-left: -0.7em;
	}
	
.btn-primary{ /* COR DO BOTÃO PRIMARY */
	background-color: #ff6600 !important;
	border-color: #ff6600 !important;
}

button.ui-button.btn-primary:hover, button.ui-button.btn-primary.ui-state-hover {
   		background-color: #f9893f !important;
}
button.ui-button.btn-primary:focus, button.ui-button.btn-primary.ui-state-focus {
   background-color: #f9893f !important;
}

.btn-primary:hover{
	background-color: #f9893f !important;
}
	
/* OCULTA O BOTAO DE NOVO CADASTRO NO MOBILE */
#novocadastroMob{
	display: none;
}

.botao{
	    padding: 7px 12px !important;
	    display: inline-block !important;
	    margin-bottom: 0 !important;
	    font-size: 14px !important;
	    font-weight: 500 !important;
	    line-height: 1.74857143 !important;
	    text-align: center !important;
	    white-space: normal !important;
	    vertical-align: middle !important;
	    -ms-touch-action: manipulation !important;
	    touch-action: manipulation !important;
	    cursor: pointer !important;
	    -webkit-user-select: none !important;
	    -moz-user-select: none !important;
	    -ms-user-select: none !important;
	    user-select: none !important;
	    border: 1px solid #ddd !important;
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    -webkit-transition: background-color .2s !important;
	    -moz-transition: background-color .2s !important;
	    -o-transition: background-color .2s !important;
	    transition: background-color .2s !important;
	    overflow: hidden !important;
	    background: #336a58 !important;
    	color: #fff !important;
    	font-family: "Segoe UI" !important;
	}
	
.btn {
    -webkit-border-radius: 0px !important;
}

.btn-block+.btn-block {
    margin-top: 0px !important;
}

/* COR DO MENU DE ATUALIZAR DADOS E SAIR*/
.skin-blue a.dropdown-toggle {
    background-color: #336a58 !important;
}

.navbar{ /* COR DE SOMBRA DO TITULO */
	box-shadow: 0px 1.7px #c8c8c8 !important;
}

.skin-blue .main-header li.user-header { /* COR DE FUNDO DO MENU DO USUARIO*/
    background-color: #696060;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-size: 23px;
    color:#D9DADA;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #163161;	
}

#content {
	background-color: white;
}

#logo-svg {
	height: 35px;
}

.float-right {
	float: right;
}

.ui-outputlabel-rfi {
	color: red;
	display: initial;
}

.mt-2em {
	margin-top: 2em;
}

.mt-1em {
	margin-top: 1em;
}

@media (min-width: 768px) { 
	#content {
		padding: 5em 2%;
	}
}


/* Classes básicas */
.p-0 {
	padding: 0 !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.pl-1 {
	padding-left: 1em !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.bg-grey {
	background-color: #f8f8f8 !important;
}

.border-grey {
	border: 1px solid #BBB;
}

.form-row {
	border-bottom: 1px solid #eee;
}

.td-none, .td-none:hover {
	text-decoration: none !important;
}

.w-100 {
	width: 100%;
}

/* DataTable */

.ui-datatable {
	border: 1px solid #ddd;
}

.ui-datatable-empty-message {
	text-align: center;
	color: red;
}

.ui-datatable th.ui-state-default[role="columnheader"] {
	background-color: #f6f6f6 !important;
	color: #666666;
	text-align: left;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}

.ui-column-title {
	text-transform: uppercase;
}

.ui-datatable th.ui-state-default[role="columnheader"]:hover {
	background: #eee !important;
}

.ui-datatable th.ui-selection-column {
    background: #f6f6f6 !important;
}

body .ui-datatable tbody>tr.ui-state-highlight > td > a {
	color: #3c8dbc;
} 

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #FFFFCC !important;
	color: #000;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
    padding: .2em .0em 0 !important;
}

.ui-tabs .ui-tabs-panel {
	border-width: 1px !important;
}

/* Buscar */
.buscar {
	background-color: #f8f8f8;
	padding: 10px 20px !important;
}



/* Select */
.ui-selectonemenu-trigger, .ui-selectonemenu-label {
	background-color: white;
}

/* Panel filtro */
.filtro-div {
	padding: 1em 0 0 1em !important;
}

@media (max-width: 1024px) { 
	.filtro-div {
		padding: 1em 0 0 0 !important;
	}
}

.filtro {
	background-color: #f8f8f8 !important;
}

.filtro > .ui-panel-titlebar {
	background: #375388;
	padding: 4px !important;
}

.filtro > .ui-panel-titlebar > .ui-panel-title {
	color: white !important;
}

.filtro > .ui-panel-content {
	background-color: #f8f8f8 !important;
	padding: 0 !important;
}

.filtro > .ui-panel-content > h3 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.filtro > .ui-panel-content > ul {
    margin: 0px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
}

.filtro > .ui-panel-content > ul > li.selected {
    /*border-left: 5px solid #eaeaea;*/
    border-left: 5px solid #375388;
    padding-left: 10px;
    margin-left: -15px;
}

.filtro > .ui-panel-content > ul > li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.filtro > .ui-panel-content > ul > li a {
    color: #999;
}

.filtro > .ui-panel-content > ul > li.selected a {
    color: #5b80b2 !important;
}

.campoLinha{
    width: 100% !important;
    margin: 4px 0 !important;
    box-sizing: border-box !important;
    border: none !important;
    border-bottom: 2px solid #00a65a !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
    font-size: 14px !important;
}

/* COR DO BOTÃO DANGER EM LARANJA NOS BOTÕES VOLTAR */


/* INICIO DO ESTILO DO BOTÃO PARA LARANJA */ 
	 
.btn-primary{ /* COR DO BOTÃO PRIMARY */
	background-color: #ff6600 !important;
	border-color: #ff6600 !important;
	
	
}

.btn-primary {
  display: inline-block !important;
  outline: none !important;
  border: none !important;
}

.btn-primary:active {
  background-color: #ff6600 !important;
  transform: translateY(4px) !important;
}

button.ui-button.btn-primary:hover, button.ui-button.btn-primary.ui-state-hover {
  		background-color: #f9893f !important;
}
button.ui-button.btn-primary:focus, button.ui-button.btn-primary.ui-state-focus {
   background-color: #f9893f !important;
}

/* BOTÃO LARANJA QUANDO FOR LINK*/
.botaoLaRanjaLink{
	padding: 9.5px;
	outline:none !important;
	font-weight: 500;
	font-size: 16px !important;
}
   
 /* FIM DO ESTILO DO BOTÃO PARA LARANJA */ 

 
