@charset "ISO-8859-1";

.login-body .login-panel .ui-selectonemenu {
	background: #ffffff;
	border: 1px solid #65656a;
	color: #252529;
	font-size: 13px;
	padding: 0.05em;
	-moz-transition: border-color 0.2s, box-shadow 0.2s;
	-o-transition: border-color 0.2s, box-shadow 0.2s;
	-webkit-transition: border-color 0.2s, box-shadow 0.2s;
	transition: border-color 0.2s, box-shadow 0.2s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0px;
}

.login-body .login-panel .ui-selectonemenu .ui-selectonemenu-label {
	min-height: 0px;
	padding: 0.0em;
}
/*MODAL DE IMPRESS�O*/
body .sw-dialog-imp .ui-dialog-titlebar {
	padding: 1.0rem;
}

/* Text Aligns */
.TexAlCenter {
	text-align: center !important;
}

.TexAlLeft {
	text-align: left;
}

.TexAlRight {
	text-align: right !important;
}

/*TITULO*/
.titulo-TopBar-Branco {
	color: #ffffff;
	font-size: 32px;
	padding: 0.05em;
	font-weight: bold !important;
}

.titulo-TopBar-Black {
	color: #252529;
	font-size: 32px;
	padding: 0.05em;
	font-weight: bold !important;
}

.layout-SubTitulo {
	height: 50px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 12px 12px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0/ 16%);
}

/*LAYOUT*/
.layout-main-corPlanoDeFundo {
	background: rgb(0 0 0/ 8%);
}

.layout-horizontal .layout-main {
	min-height: 87.6vh;
}

/*IMPEDE QUE O LABEL FIQUE POR SIMA DO MENU*/
.ui-chkbox .ui-chkbox-label {
	z-index: 0;
}

/*ESCONTE PARTE DO LABEL QUANDO DIMINUI A TELA*/
label {
	white-space: nowrap !important;
	overflow: hidden;
	display: block;
	clear: left;
}

/*TABS*/
.ui-tabs .ui-tabs-panels {
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 71.6vh;
}

.ui-tabs .ui-tabs-panels .ui-tabs-panels {
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0vh;
}

.layout-horizontal .ui-tabs .ui-tabs-panels {
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 66.7vh;
}

.layout-horizontal .ui-tabs .ui-tabs-panels .ui-tabs-panels {
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0vh;
}

.ui-tabs .ui-tabs {
	box-shadow: 0 2px 10px 0 rgb(0 0 0/ 15%);
}

/* PAINEL GRID */
.ui-grid-col-1, .ui-grid-col-2, .ui-grid-col-3, .ui-grid-col-4,
	.ui-grid-col-5, .ui-grid-col-6, .ui-grid-col-7, .ui-grid-col-8,
	.ui-grid-col-9, .ui-grid-col-10, .ui-grid-col-11, .ui-grid-col-12 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
	padding-top: .30rem;
	padding-bottom: .30rem;
}

/*MENU  OBS: A ordem interfere no resultado o menor deve vim antes*/
@media screen and (min-width: 1200px) {
	.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu>li>ul
		{
		min-width: 300px;
	}
}

@media screen and (min-width: 1600px) {
	.layout-wrapper.layout-horizontal .layout-menu-container .layout-menu>li>ul
		{
		min-width: 350px;
	}
}

/*BOT�O DE CONFIGURA��O*/
.layout-config .layout-config-content .layout-config-button {
	top: 150px;
}

/*PERSONALIZADO*/
.corPesquisa {
	background-color: rgb(255 255 100/ 15%);
}

.cheap {
	background-color: rgb(15 151 199/ 80%);
	background-image: none !important;
}

.corAzulEscuro {
	background-color: rgb(15 151 199/ 80%);
}

.fonteAzulPiscina {
	color: #04d9d985 !important;
}

.corAzulClaro {
	background-color: rgba(224, 255, 251, 255);
}

.fonteVerdeClaro {
	color: #00ff00b8 !important;
}

.corCinzaEscuro {
	background: rgb(0 0 0/ 40%);
}

.corLaranja {
	background-color: rgb(255 153 0/ 50%);
}

.negrito {
	font-weight: bold !important;
}

.fonteNormal {
	font-weight: normal !important;
}

.boldBlack {
	font-weight: bold !important;
	color: black !important;
}

.fonteVermelha {
	color: red !important;
}

.fonteLaranja {
	color: orange !important;
}

.orange {
	color: orange !important;
}

.fonteVerde {
	color: green !important;
}

.fonteAzul {
	color: blue !important;
}

.fonteAmarela {
	color: #e1e11fb8 !important;
}

.fonteRosaClaro {
	color: #ff999985 !important;
}

.fonteRosa {
	color: #ff00ff85 !important;
}

.alinhaNumerico {
	text-align: right;
}

.texAlgnRight {
	text-align: right !important;
}

.texAlgnCenter {
	text-align: center !important;
}

.corColEdit {
	background-color: #dee2e6 !important;
}

.statusAguardando {
	background-color: #0f97c7f5;
	border-radius: 6px;
	height: 30px;
	width: 16rem;
	color: white;
	text-align: center;
	font-weight: bold !important;
}

/*BORDA*/
.lc-bl-1 {
	border-left: 1px solid #dee2e6 !important;
}

.lc-br-1 {
	border-right: 1px solid #dee2e6 !important;
}

.lc-bt-1 {
	border-top: 1px solid #dee2e6 !important;
}

.lc-bb-1 {
	border-bottom: 1px solid #dee2e6 !important;
}

/* LARGURA */
.Wid100 {
	width: 100%;
}

.Wid95 {
	width: 95%;
}

.Wid90 {
	width: 90%;
}

.Wid85 {
	width: 85%;
}

.Wid80 {
	width: 80%;
}

.Wid70 {
	width: 70%;
}

.Wid60 {
	width: 60%;
}

.Wid65 {
	width: 65%;
}

.Wid50 {
	width: 50%;
}

.Wid45 {
	width: 45%;
}

.Wid40 {
	width: 40%;
}

.Wid35 {
	width: 35%;
}

.Wid33 {
	width: 33.3%;
}

.Wid30 {
	width: 30%;
}

.Wid25 {
	width: 25%;
}

.Wid20 {
	width: 20%;
}

.Wid15 {
	width: 15%;
}

.Wid10 {
	width: 10%;
}

.Wid8 {
	width: 8%;
}

.Wid5 {
	width: 5%;
}

.Wid00 {
	width: 0%;
}

/* ESPA�O EM BRANCO */
.EmptyBox5 {
	display: block;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

.EmptyBox10 {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.EmptyBox20 {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.EmptyBox50 {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.EmptyBox100 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

/* LARGURA MINIMA */
.lc-min-width-20 {
	min-width: 20px;
}

.lc-min-width-50 {
	min-width: 50px;
}

.lc-min-width-80 {
	min-width: 80px;
}

.lc-min-width-100 {
	min-width: 100px;
}

.lc-min-width-120 {
	min-width: 120px;
}

.lc-min-width-130 {
	min-width: 130px;
}

.lc-min-width-150 {
	min-width: 150px;
}

.lc-min-width-170 {
	min-width: 170px;
}

.lc-min-width-200 {
	min-width: 200px;
}

.lc-min-width-220 {
	min-width: 220px;
}

.lc-min-width-250 {
	min-width: 250px;
}

.lc-min-width-300 {
	min-width: 300px;
}

.lc-min-width-320 {
	min-width: 320px;
}

.lc-min-width-400 {
	min-width: 400px;
}

/*ESPA�AMENTO*/
.p-pr-Z03 {
	padding-right: 0.03rem !important
}

.p-pl-Z03 {
	padding-left: 0.03rem !important
}

/* COR PESQUISA */
body .corPesquisa .ui-inputfield {
	background-color: rgb(255 255 100/ 15%);
}

body .ui-input-filled .corPesquisa .ui-inputfield, body.ui-input-filled .corPesquisa .ui-inputfield
	{
	background-color: rgb(255 255 100/ 15%);
}

/* AUTO COMPLETE */
body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item
	{
	padding: 0.5rem 1rem;
}

body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-autocomplete-row>td
	{
	padding: 0.5rem 1rem;
}

/* BOT�ES */
button.ui-button {
	margin-right: .25rem;
	margin-bottom: .25rem;
	box-shadow: 0 3px 1px -2px rgb(0 0 0/ 20%), 0 2px 2px 0 rgb(0 0 0/ 14%),
		0 1px 5px 0 rgb(0 0 0/ 12%);
}

/* TABELAS */
body .ui-datatable .ui-datatable-data>tr>td {
	padding: 0.5rem 0.5rem;
}

body .ui-datatable thead th {
	padding: 0.5rem 0.5rem;
}

/*PADDING IMPORTANT*/
.lc-p-0 {
	padding: .0rem !important;
}

.lc-pb-0 {
	padding-bottom: .0rem !important;
}

.lc-pt-0 {
	padding-top: .0rem !important;
}

.lc-pl-0 {
	padding-left: .0rem !important;
}

.lc-pr-0 {
	padding-right: .0rem !important;
}

.lc-p-0-05 {
	padding: .05rem !important;
}

/*AJUDA DAS PAGINAS*/
.lc-ajuda .ql-video {
	min-width: 600px;
	min-height: 350px;
	background-color: #dee2e6 !important;
	border: 1px solid #000000 !important;
}

/*BREAD CRUMB*/
.ui-breadcrumb {
	border: none !important;	
	border-radius: 0 !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.tabSemTitulo {
	padding: 0 !important;
	border: none !important;
}

/* PANEL HEADER CLICAVEL */
.panelClicavel .ui-panel-titlebar {
	cursor: pointer;
}

.containerFotoPadrao {
	display: flex;
	justify-content: center; 
	border: 1px solid #000; 
/*	border-radius: 50%; */
	opacity: .2;
	max-width: 11rem;
}

.containerFotoPadrao .fotoPadrao{
	font-size: 7rem;
	padding: 1rem;
}

/*CARD COM VALORES TOTAIS*/
.cardSomaValores {
	display: flex !important;
    flex-direction: column !important;
    border-width: 3px !important;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.cardSomaValores {
	cursor: default !important;
}

.cardSomaValores .titleCardSomaValores {
	text-align: center;
	font-size: 16px;
	color: white;
	padding-bottom: 2px;
}
.cardSomaValores .bodyCardSomaValores {
	text-align: center;
	font-size: 18px;
	padding: 1rem;
	background-color: white;
	color: #495057;
}

.cardIndex {
/*	width: 50% !important;*/
	border-radius: 15px !important;
	padding: 2rem;
	transition: all 0.3s ease !important; /* Transição suave */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;	
}

.cardIndex:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important; /* Sombra aumentada */
	transform: translateY(-5px) !important; /* Efeito de elevação */
}

.cardIndex i {
	font-size: 7rem;
}

.cardSemPdAcima .ui-card-body, .cardSemPdAcima .ui-card-content {
	padding-top: 0 !important;
}

.cardSemPdAcimaEAbaixo .ui-card-body, .cardSemPdAcimaEAbaixo .ui-card-content {
	padding-top: 0 !important;
	padding-bottom: .4rem !important;
}

.ui-datatable.ui-datatable-gridlines thead > tr > th {
	text-align: center !important;	
}

.columnSemPdEsquerda {
	padding-left: 0 !important
}

.columnSemPdDireita {
	padding-right: 0 !important
}

.columnSemPdAcima {
	padding-top: 0 !important
}

.columnSemPdAbaixo {
	padding-bottom: 0 !important
}

.columnSemPd {
	padding: 0 !important;
}

.campoSomenteLeitura, .campoAreaSomenteLeitura {
	display: inline-block;
    width: 100% !important;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    outline: 0 none;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    height: 31px;
    overflow: hidden;
}

.campoAreaSomenteLeitura {
	overflow: auto;
}


/*ORDENACAO TABELAS*/
.cor-link {
	text-decoration: none !important;
	color: #495057 !important;
}

.cor-link-ativo {
	text-decoration: none !important;
	color: #0f97c7 ! important;
}


/*Altera��o Christierlei*/
.class-voltar {
	padding-top: 80vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

/*imagem footer*/
.layout-footer img {
	height: 35px;
}

/*logo user*/
.layout-wrapper .layout-topbar .topbar-menu>li>a>img {
	width: 150px;
	margin-top: 4px;
}

/*page 404*/
.class-bg-404 {
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 100vh;
	background: url('../resources/image/pages/page-404.png');
	background-size: cover;
	background-position: center; /* Centraliza a imagem */
	background-repeat: no-repeat; /* Impede a repeti��o da imagem */
}

/*page error*/
/*.class-bg-erro {*/
/*	padding: 0;*/
/*	overflow: hidden;*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*	height: 100vh;*/
/*	background: url('../resources/image/pages/erro-desktop.png');*/
/*	background-size: cover;*/
/*	background-position: center;  Centraliza a imagem */
/*	background-repeat: no-repeat;  Impede a repeti��o da imagem */
/*}*/

/*Login (2024-09-11)*/
.login-body {
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 100vh;
	background: url('../resources/image/pages/login-desktop.png');
	background-size: cover;
	background-position: center; /* Centraliza a imagem */
	background-repeat: no-repeat; /* Impede a repeti��o da imagem */
}

.login-body .login-panel {
	/* 
	padding-top: 12vh; 
	height: auto; 
	Tirei essas opções acima para poder centralizar os campos de login. 
	Observe que nas duas linhas abaixo eu adiciono o height, display e align-items para que a centralização ocorra.
	Ainda tive que zerar o margin-top da regra: (.login-body .login-panel .login-panel-content {)
	*/
	height: 100%;
	display: flex;
	align-items: center;
	right: 21vw;
	background: none !important;
}

.login-body .login-panel .login-panel-content {
	margin-top: 0;
}

@media screen and (max-width: 1800px) {
	.login-body .login-panel {
		right: 15vw;
	}
}

@media screen and (max-width: 1600px) {
	.login-body .login-panel {
		right: 14vw;
	}
}

@media screen and (max-width: 1400px) {
	.login-body .login-panel {
		right: 10vw;
	}
}

@media screen and (max-width: 1200px) {
	.login-body .login-panel {
		right: 4vw;
	}
}

@media screen and (max-width: 991) {
/*	.class-bg-erro {*/
/*		background: url('../resources/image/pages/erro-mobile-portrait.png') !important;*/
/*	}*/
	
	.login-body {
		padding: 0;
		overflow: hidden;
		margin: 0 auto;	
		position: relative;
		height: 100vh;
		background: url('../resources/image/pages/login-mobile.png');
		background-size: cover;
		background-position: center; /* Centraliza a imagem */
		background-repeat: no-repeat; /* Impede a repeti��o da imagem */
	}
}

@media screen and (max-width: 720px) {
	.login-body {
		padding: 0;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		height: 100vh;
		background: url('../resources/image/pages/login-mobile.png');
		background-size: cover;
		background-position: center; /* Centraliza a imagem */
		background-repeat: no-repeat; /* Impede a repeti��o da imagem */
	}
}

@media screen and (max-width: 40em) {
	.login-body .login-panel {
/*		bottom: 35vh; */
		height: 100%;
    	align-items: center;
	}
}

/*ALTERÇÕES NA TAB*/
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
	justify-content: center;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header {
	border-right: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color: #ffffff;
}

/*CABECALHO COM AJUDA*/
.container-cabecalho-ajuda {
	display: flex;
	justify-content: center;
}

.acoes-cabecalho-ajuda {
	display: flex;
	position: absolute; 
	right: 25px; 
	align-items: center;
}

.export-buttonum {
    width: 32%;
}

.export-buttondois {
    width: 12%;
}

@media (max-width: 768px) {
   .export-buttondois{
       width: 100% !important;
       display: block;
       margin-bottom: 10px;
   }
  .acoes-cabecalho-ajuda {
    justify-content: right;
    width: 107%;
    margin-top: 1.19rem;
  }

  .ui-inputgroup {
    width: 100% !important;
    max-width: 50%;
    margin-bottom: 0.5rem;
  }

  .layout-SubTitulo h2 {
    font-size: 1.19rem;
  }
}

/* TITULO CARD FILTRAR */
.titulo-filtrar {
	margin-top: .5rem !important; 
	width: 100%;
	text-align: center;
}