@charset "utf-8";

/* Corpo ---------------------------*/

body {
	font-family: Arial, Helvetica;
	background-color: silver;
	background-image: url(../figuras/fundo_sis.png);
}

.td-fundo {
	background-color: #808080;
}

.fundo_tabela_principal {
	background-color: #C4DABE;
}

.corpo {
	color: black;
	font-size: 9pt;
	font-family: Tahoma, Arial, Elvetica;
}

.titulo {
	color: black;
	font-size: 14pt;
	font-family: Arial;
}

.titulo2 {
	color: black;
	font-size: 10pt;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial, Helvetica;
	font-weight: bold;
}

.status {
	color: black;
	font-size: 7pt;
	font-family: Arial;
}

.barra {
	color: gray;
	text-decoration: none
}

.menu {
	color: black;
	font-size: 10pt;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial, Helvetica;
	text-decoration: none;
}

.link {
	color: black;
	font-size: 8pt;
	text-decoration: none;
}

a.voltar:link,
a.voltar:visited {
	font-size: 9pt;
	color: #000000;
	background-color: #BEDEBE;
	font-weight: bold;
}

a.voltar:hover {
	color: #FFFFFF;
	background-color: #BEDEBE;
	/* cor que aparece quando o mause esta no link */
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.celula {

	color: #000000;
	font-size: 10pt;
	font-family: Courier;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.style1 {
	color: #BEDEBE
}

.bt {
	background-color: #DCEDDC;
}

.btSmall,
.bt {
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica;
}

table {
	font-size: 8pt;
}

.td1 {
	background-color: #BEDEBE;

}

.tdw {
	background-color: #FFFFFF;

}

.td2 {
	background-color: #DCEDDC;
}

.td3 {
	background-color: #EEF7EE;
}

a.1:link,
a.1:visited {
	color: #FFFFFF;
}

a.1:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;

}

a:hover {
	text-decoration: underline
}

.corpoMensagem {
	width: 500px;
	height: 300px;
	border: none;
	background-color: #DCEDDC;
	overflow: auto;
	font-size: 8pt;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial, Helvetica;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.celula_peq {
	color: #000000;
	font-size: 5pt;
	font-family: Courier;
	text-decoration: none;
}

.botao {
	color: #000000;
	background-color: #F0F0F0;
	font-size: 6pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

input.mainoption {
	background-color: #D3E2E2;
	font-weight: bold;
}

fieldset {
	border: 1px solid #55781F;
}

legend {
	font: bold;
	font-family: arial;
	font-size: 12px;
}

#tabela {
	text-align: left;
}

#tabela thead th:nth-child(1) {
	width: 100%;
}

.parag {
	text-align: justify;
	padding: 5 10 5 5;
	text-indent: 30px;
}

r {

	/* Tag criada para alinhar textos a direita. */
	float: right;

}

#tabela tbody tr {
	border: solid 1px;
}

#tabela thead {
	background: beige;
}

#tabela thead th:nth-child(1) {
	width: 100px;
}

#tabela input {
	color: navy;
	width: 100%;
}

#overlayUserIcon {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0px;
	bottom: 0px;
	display: none;
}

#popupUserIcon {
	padding: 20px;
	position: relative;
	background: #fff;
	margin: 30px 25px;
	float: right;
	border-radius: 10px 0px 10px 10px;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	border: solid 1px black;
	overflow: visible;
}

#closeUserIcon {
	cursor: pointer;
	color: #000;
}

.tbz-btn-success {}

input[readonly="true"] {
	background-color: #f5f3f2;
	box-shadow: 1;
	border: 1px solid black;
	outline: 1;
}

icone {
	color: #e92c6c;
	text-decoration: none;
	font-weight: bold;
}

[aria-show-label] {
	position: relative;
}

[aria-show-label]::after {
	content: attr(aria-show-label);
	display: none;
	position: absolute;
	top: 110%;
	left: 0px;
	z-index: 5000;
	/* pointer-events: none;*/
	padding: 8px 10px;
	text-decoration: none;
	font-family: Arial, helvetica;
	font-size: .9em;
	color: #000;
	width: 200px;
	line-height: 2.0em;
	background-color: #EEF7EE;
	overflow-wrap: break-word;
	border: 1px solid #DCEDDC;
	font-weight: normal;
}

[aria-show-label]:hover::after {
	display: block;
}

.tbz_tabela_linha_danger {
	background-color: red;
}

.fake-bold {
	font-weight: normal;
	text-shadow: 0 0 0.7px currentColor;
}