body {
	background-color: #f0f0f0;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	line-height: 1.6;
	color: #333;
	font-size: 14px;
}

header {
	width: 100%;
}

#infraBarraSistema {
	background-color: #0494c7 !important;
	text-align: left;
	color: white;
	margin-bottom: 15px;
}

#divInfraBarraSistemaLinha {
	height: 4px;
}

/* Faixa superior */
#divInfraBarraTituloOrgao {
	background-color: #155f9b !important;
	padding: 5px 0px 5px 15px;
}

#titulo-orgao {
	color: white;
	font-size: 10px;
}

#titulo-sistema {
	padding: 10px 10px 10px 15px;
	color: white;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

#spanSair {
	margin-right: 10px;
}

.inputSistema {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 0px !important;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	font-size: 12px;
}

br {
	clear: left;
}

.campo_erro {
	float: left;
	margin-top: 8px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: red;
	width: auto;
}

.sistema {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}

.sistema .h22 {
	background-image: url(../imagens/corner_esq_h2_coluna_direita_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background: #ccc;
	margin-right: 6px;
	height: 35px;
}

.sistema .h22 .h2 {
	display: block;
	float: left;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	padding: 5px;
}

.sistema p {
	text-align: justify;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	font-weight: normal;
	padding-left: 5px;
	display: block;
}

.sistema ol {
	list-style-position: outside;
	list-style-image: none;
	display: block;
	text-align: left;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	list-style-type: decimal;
}

.sistema ul {
	list-style-position: outside;
	list-style-image: url(../imagens/bullet_sub_ul.png);
	display: block;
	text-align: left;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
}

.sistema li {
	margin-bottom: 12px;
}

.coluna_esquerda {
	color: #000000;
	height: 21px;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
	text-align: right;
}

.campo_texto {
	color: #000000;
	height: 21px;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	display: block;
	width: auto;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
	text-align: left;
}

.campo_texto_autenticacao {
	margin-top: 0px !important;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	font-size: 12px;
}

.campo_input {
	color: #000000;
	height: 21px;
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	display: block;
	width: auto;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 18px;
}

select {
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	border: 1px solid #999999;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	min-width: 330px;
}

input {
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

checkbox {
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
}

radio {
	font-family: Arial, sans-serif, Geneva, Arial, Helvetica;
}

input.botao {
	background-color: #005fa4;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}

label.labelFormulario {
	cursor: pointer;
	float: left;
	font-weight: bold;
	text-align: right;
	display: block;
}

label.labelFormularioLogin {
	width: 140px;
}

label.labelFormularioAutenticacao {
	width: 50px;
}

fieldset {
	padding: 20px 5px 20px 5px;
	/* só para firefox. para funcionar no IE, tem q colocar margin-bottom no legend. Ver abaixo */
	padding: 0px 10px 10px 10px;
	border: white solid 3px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

legend {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	padding: 0 10px;
}

div.comandos {
	text-align: center;
	padding: 2px;
}

div.comandos input {
	float: none;
	margin-right: 5px;
}

input {
	float: left;
}

#rodape {
	position: absolute;
	bottom: 0;
}

.cabecalho {
	text-align: center;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: Snow;
	background: #008B45;
}

/* Texto da página escolhaCidade */
.container {
	background-color: #fff;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

h1 {
	text-align: center;
	color: #003366;
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

.alert {
	margin-top: 10px;
	padding: 10px;
	background-color: #e8f4fd;
	border-left: 6px solid #0077cc;
	border-radius: 6px;
}

.legend-box {
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: 6px solid #0077cc;
	background-color: #e8f4fd;
	border-radius: 8px;
	font-size: 12px;
	display: block;
	height: fit-content;
	overflow: auto;
}

.legend-box h2 {
	margin-top: 0;
	font-size: 14px;
	color: #444;
}

.legend-box ul {
	padding-left: 20px;
}

.legend-box li {
	margin-bottom: 8px;
}

.footer {
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}

.nomeCandidato {
	font-weight: bold;
	font-style: italic;
}

.email {
	color: #155f9b;
	font-weight: bold;
}

#divUnidadeResponsavel {
	font-style: italic;
}

.selectOneListbox {
	height: 260px;
	padding: 3px;
}

.botaoComando {
	background-color: #005fa4;
	color: white;
	border: none;
	padding: 12px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}

.botaoComandoModalPanel {
	position:absolute; 
	left:175px;
	background-color: #005fa4;
	color: white;
	border: none;
	padding: 5px; 
	border-radius: 4px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 1px; 
}

.botaoComandoSair {
	color: white;
	border: none;
	padding: 5px; 
	border-radius: 4px;
	font-weight: normal;
	cursor: pointer;
}

#aguarde {
	text-align: center;
}

.blockMsg {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

#MSG_ERROR_LOGIN {
	margin-left: 30px;
}

#MSG_ERROR_PRINCIPAL {
	margin-left: 22px;
}