@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;
}

/* FOOTER */
.layout-footerdois {
	background-color: #ffffff; /* Fundo branco */
	padding: 5px 80px; /* Menor padding */
	display: flex;
	justify-content: left;
}

.blc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	width: 100%;
}

.logohlh {
	flex: 1; /* Ocupar espaço à esquerda */
	display: flex;
	justify-content: flex-start;
}

.logohlh .tamanhologohlh {
	max-width: 90px; /* Logo menor */
	height: auto;
}

.blc {
	flex: 0.3; /* Espaço maior para o conteúdo */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin: 3px;
	font-size: 13px; /* Fonte menor */
}

.blcu {
	flex: 0.2; /* Espaço maior para o conteúdo */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin: 3px;
	font-size: 13px; /* Fonte menor */
}

.blcd {
	flex: 0.2; /* Espaço maior para o conteúdo */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin: 3px;
	font-size: 13px; /* Fonte menor */
}


.blc.sl {
	display: flex;
	justify-content: flex-end;
}

.blc .w40 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	width: auto; /* Largura adaptável */
}

.blc .img h:graphicImage {
	width: 15px; /* Ícone menor wpp */
	height: 15px;
}

.blc .w60 {
	margin-left: 1px;
	text-align: center;
}

.wp {
	font-weight: bold;
	color: #007bff;
	font-size: 13px; /* Fonte menor */
}

.blc .link {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
	margin-top: 5px;
	font-size: 13px; /* Fonte menor */
}

.blc .link h:graphicImage {
	margin-right: 1px;
	width: 16px; /* Ícone do link menor */
	height: 16px;
}
 .imgd {
   width: 45px; height: 30px;
  }
/* Responsividade */
@media (max-width: 768px) {

.layout-footerdois {
	background-color: #ffffff; /* Fundo branco */
	padding: 0px 0px; /* Menor padding */
	display: flex;
	justify-content: left;
}

.blcu {
	font-size: 10px; /* Fonte menor */
     flex: 100%;
}

.blcd {
	font-size: 10px; /* Fonte menor */
	 flex: 0.8;
}
.blc {
	font-size: 10px; /* Fonte menor */
}



  .blc-wrap {
    flex-direction: row; /* Alinha os itens em uma linha */
    flex-wrap: wrap; /* Permite quebrar linha se necessário */
    justify-content: center; /* Centraliza os itens na linha */
    align-items: center; /* Alinha os itens verticalmente */
  }

 .logohlh {
    flex: unset;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.logohlh .tamanhologohlh {
    max-width: 75px;
    height: auto;
    margin-left: 15px; /* Adiciona uma margem pequena à esquerda */
}
.blc .img h:graphicImage {
	width: 5px; /* Ícone menor wpp */
	height: 5px;
}
  .blc {
    align-items: center;
    text-align: center;
    flex: 1; /* Permite que os itens cresçam proporcionalmente */
  }

  .blc .w40,
  .blc .w60 {
    flex: 1; /* Faz com que ambos os blocos tenham a mesma largura */
    text-align: center; /* Centraliza o conteúdo */
    margin: 0; /* Remove margens */
  }

  .blc .link {
    justify-content: flex-start; /* Centraliza os links */
  }
  
  .imgd {
   width: 40px; height: 30px;
  }
  
  .wp {
    font-weight: bold;
    color: #007bff;
    font-size: 9px;
}
}

/*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%;
}

.Wid90 {
	width: 90%;
}

.Wid80 {
	width: 80%;
}

.Wid70 {
	width: 70%;
}

.Wid60 {
	width: 60%;
}

.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;
}

.layout-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem>a
	{
	display: block;
}