/* TOPBAR */
/* TOPBAR */
.eg-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 50px;
    z-index: 9999;

    background-color: #1e94d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; /* Adiciona espaçamento lateral */
}

.eg-rodape {
    position: fixed;
    bottom:0;
    right: 0;
    left: 0;
    text-align: center;
    min-height: 50px;
    z-index: 9999;
    background-color: #1e94d2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
   
    color: #ffffff; /* Ensures the text color is white for paragraphs */
}
.panelLog {
	margin-top: 20px;
	min-width: 450px;
	text-align: center;
}
.barra_azul {
    color: #ffffff;
    background-color: #1e94d2;
    min-height: 3.5em;
    text-align: center; /* Centers the text horizontally */
    display: flex;
    flex-direction: column; /* Stacks the paragraphs vertically */
    justify-content: center; /* Centers the paragraphs vertically within the container */
    align-items: center; /* Ensures the paragraphs are centered horizontally */
}


.logo-container {
    display: flex;
    align-items: flex-end; /* Alinha a base da imagem e do texto */
}

.logo-container img {
    height: 30px; /* Ajuste a altura da imagem conforme necessário */
    margin-right: 10px; /* Espaço entre a imagem e o texto */
}

.logo-text {
    font-size: 18px; /* Tamanho da fonte */
    font-weight: bold;
    color: white; /* Texto branco */
    line-height: 1; /* Garante que o texto esteja alinhado */
}

/* SIDEBAR */
.eg-sidebar {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	width: 210px;
	margin-left: -211px;
	z-index: 9998;
	transition: margin-left 0.5s;
	overflow-y: auto;
	
	background-color: #f6f6f6;
	border-right: 1px solid #eaeaea;
}

.eg-sidebar.is-toggled {
	margin-left: 0px;
}

@media (min-width: 960px) {
	.eg-sidebar {
		margin-left: 0px;
	}
	
	.eg-sidebar.is-toggled {
		margin-left: -211px;
	}
}

/* CONTENT */
.eg-content {
	padding: 0 15px;
	margin-top: 50px;
	transition: margin-left 0.5s;
}

.eg-user-logado {
	font-size: 0.8em;
	padding: 0.9em 0.5em 0 0;
	text-align: right;
	color: rgb(255, 255, 255);
}
.float-right {
	float: right;
}
@media (min-width: 960px) {
	.eg-content {
		margin-left: 210px;
	}
	
	.eg-content.is-toggled {
		margin-left: 0;
	}
}

.menu-item .ui-submenu-icon {
    margin-right: 8px;  /* Espaçamento entre o ícone e o texto */
    vertical-align: middle; /* Alinhar verticalmente */
}

.menu-item .ui-submenu-text {
    display: inline-block; /* Garantir que o texto e o ícone fiquem na mesma linha */
    vertical-align: middle; /* Alinhar verticalmente */
}

/* SISGEAP - status permuta ou abono */
.verde {
	color: green;
	font-weight: bold;
}

.vermelho {
	color: red;
	font-weight: bold;
}

.azul {
	color: blue;
	font-weight: bold;
}

.preto {
	color: black;
	font-weight: bold;
}

/* SISGEAP - home mural avisos */
.lbl-autor {
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

/* texto */
h1, h2, h3, h4 {
	color: #555555;
	font-family: sans-serif;
	font-weight: bolder;
	text-align: center;
}

.titulo1 {
	color: #ffffff;
	font-size: 2em;
	font-family: sans-serif;
    padding-left: 10%;
}

.txt-vermelho {
	color: #ef0f0f;
}


.radbutton {
	margin: 0;
	width: auto;
	line-height: normal;
	display: inline-block;
}


.txt-azul {
	color: #0378C5;
}

.bold {
  font-weight: bold;
  width: auto;
}

.user-logado {
	font-size: 0.8em;
	padding: 0.9em 0.5em 0 0;
	text-align: right;
}

.ui-datatable table {
	table-layout: auto;
}

/* datatable impressao relatorio */

.print-conteudo .ui-datatable-header.ui-widget-header.ui-corner-top {
    font-size: 11px !important;
    color: 000;
    text-transform: uppercase;
}

.print-conteudo .ui-datatable-tablewrapper .ui-column-title {
    font-size: 10px;
}

.nowrap {
  white-space: nowrap;  /* não permite quebra de linha */
}

.rodape {
	height: 10em;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-family: sans-serif;
	border-top-color: #ef0f0f;
	border-top-style: solid;
	border-top-width: 0.5em;
}
.btn-buscar {
    background-color: #1976d2; /* azul médio estilo Material Design */
    color: white;
    border: none;
    font-weight: bold;
}


