@charset "utf-8";
/*=================================================
@author: João Gilberto Reck
@name: arquivo de estilos
==================================================*/

body {	
	padding:0;
	margin:0;	
} 
body, table, td, th, div {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
}
img {border:0;}
form {margin:0; padding:0;}
a {text-decoration:none; color:#990000;}
a:hover {text-decoration:underline;}
p, h1, h2, h3, h4, h5, h6 {margin: 10px 0; padding:0;}
h1 {
	font-size: 24px;
	font-family: "Arial Black", Tahoma, Arial;
	color:#660000;
	text-align:center;
}
h2 { font-size: 18px; text-align:center; margin: 12px; }
h3 { font-size: 16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }	

ul {list-style-type: square;}
ol {margin:7px 0 7px 27px; padding:0;}
hr {color:#AAA; height:1px; background-color:#AAA; margin:15px 0;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.v-top { vertical-align:top !important; }
.v-middle, .middle { vertical-align:middle !important; }
.v-bottom { vertical-align:bottom !important; }

.negrito {font-weight:bold;}
.italico {font-style:italic;}
.normal {font-weight:normal;}
.riscado {text-decoration:line-through;}
.sublinhado, a .sublinhado {text-decoration:underline;}
.uppercase { text-transform:uppercase; }

.nowrap { white-space:nowrap; }
.brPeq {line-height: 50%;}
.quebraDupla {line-height: 185%;}

.clear, .divClear {clear:both;}
.floatLeft, .divFloatLeft {float:left;}
.floatRight, .divFloatRight {float:right;}

.corNao, .corSim { padding: 7px 3px; border-bottom:1px solid #000; }
.corSim {background-color:#EAEAEA;}

:focus-visible {
	outline:none;
}
.campo, textarea, select {
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 1px 3px;
}
textarea { width:540px; /*width:260px;*/ }
select {padding:2px; max-width:550px;}
button { font-size:11px; }
.disabled, textarea.disabled, select.disabled,
input[disabled], textarea[disabled], select[disabled] { background-image:none; background-color:#F5F4EA; border:1px solid #C9C7BA; border-width:2px 1px 1px 2px; color:#666666; }
#titulo, #chamada { width:98.5%; }
.botao {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
label.normal { font-weight:normal !important; }
.divOk, .divErro, .divMsg, .divNada {
	padding: 5px 7px;
	margin: 7px 5px;
	font-weight:bold;
	text-align:center;
}
.divOk, .divMsg {background-color:#009900; color:#FFF;}
.divErro {background-color:#CC0000; color:#FFF;} /*.divErro {background-color:#FFFFCC;}*/
.divNada {background-color:#E9E9E9;	color:#999999;}
.divOk a, .divErro a { color:#FFFFFF; text-decoration:underline;}

.divInputFalso {
	background-color:#FFF;
	border: 1px dashed #999999;
	width: 140px;
	padding: 2px 4px;
	font-weight: normal;
}
.linkBotao {
	background-color: #990000;
	border: 1px solid #990000;
	border-width: 1px 2px 2px 1px;
	padding: 2px 4px;
	color: #FFF;
	font-weight:bold;
}
.linkBotao:hover { text-decoration:none; background-color:#FF0000; color:#FFFFFF;}
.divTotais {margin: 0 10px;}
.divAviso {margin:auto; text-align:center; color:#CC0000;}
.divAviso ul {margin-top:5px; margin-bottom:5px; padding-left:15px;}
.divAlerta {margin: 7px; padding: 5px; background-color:#FFFFCC; border: 1px dashed #000000; text-align:center;}
.textoObs {font-weight:normal;}
.asterisco {color:#CC0000; font-family:Verdana, Arial, Helvetica, sans-serif;}
.espaco {margin: 0 7px;}
.divisor { margin:0 7px; font-size:15px; font-weight:normal; }
.textoBusca { border-bottom: 1px dashed #666; font-weight:bold; cursor:pointer; }
.tituloCategoria { background-color:#EEEEEE; padding:3px 5px; text-align:center; }
.linkNormal {color:#0000FF; /*text-decoration:underline;*/ font-weight:normal;}
.imgBorda {border: 1px solid #000000;}
.texto-vermelho { color:#FF0000; }
.texto-verde { color:#00CC00; }
.texto-aviso { color:#CC0000; }
h2 span.subtitulo { color:#888888; }

#divGeral {
	background-color:#FFFFFF;
	height: 100%;
	min-width:1000px;	
	margin:auto;
}
#divGeralInt {
	background-color:#FFFFFF;
	height: auto;	
	/*padding: 10px;*/
}

#divTopoBarra {
	height: 26px;
	line-height: 26px;
	background-image: url(../img/fundo_barra_topo.gif);
}

#divTopo1 {
	height:40px;
	line-height: 40px;
}
#divMenuAdm {
	/*margin-left: 155px;*/
	line-height: 24px;
	padding: 4px 0 8px 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;	
}
#divMenuAdm a {
	background-color: #990000;
	border: solid #990000;
	border-width: 1px 2px 2px 1px;
	padding: 1px 4px;
	text-decoration:none;
	color: #FFF;
	font-size: 11px;
	white-space:nowrap;
}
#divMenuAdm a:hover {background-color: #FF0000;}
#divBottom {
	margin-top: 20px;
	padding: 5px;
	text-align:center;
	font-weight: bold;
}
#divHeader {
	/*background-color:#666666;*/
	background-image:url(../img/area_restrita_fundo.gif);
	height: 29px;
	width:225px;
	margin:auto;
	text-align:left;
}
#form_login table {
	border:3px solid #3C6586;
	border-top:none;
	width:225px;
	margin:auto;
	background-color:#E4E4E4;
	font-weight:bold;
}
#form_login table td {
	padding: 4px 1px 2px 4px;	
}
#divBemVindo { 
	border:3px solid #3C6586;
	border-top:none;
	margin:auto;
	padding: 5px;
	width:434px;
	background-color:#E4E4E4; 
}
#formulario table, .tableForm2 {
	/*width: 620px;*/
	margin:auto;
	border-collapse:collapse;
	border: 1px solid #AAA;
	background-color: #E4E4E4;
}
#formulario table th {
	background-color:#AAA;	
	color:#FFFFFF;
	font-size:12px;
	padding: 3px;
}
#formulario .tableForm2 th, .tableForm2 th {
	text-align: right;	
	background-color: #E4E4E4;
	color:#666666;
	font-size: 11px;
}
#formulario table td, .tableForm2 td {
	padding: 3px 3px 2px 3px;	
	font-weight:bold;
}
#formulario table td.tdSemAsterisco, td.tdSemAsterisco {padding-left: 10px;}

.border-top { border-top:1px solid #AAAAAA !important; }
.border-right { border-right:1px solid #AAAAAA !important; }
.border-bottom { border-bottom:1px solid #AAAAAA !important; }
.border-left { border-left:1px solid #AAAAAA !important; }

.fundo-cinza-claro { background-color:#F7F7F7; }
.fundo-cinza-escuro { background-color:#D3D3D3; }

.tableDet {
	/*width: 550px;*/
	margin:auto;	
	border: 1px solid #000000;
	/*background-color:#999;*/
}
.tableDet th, .tableDet td {padding: 2px 4px;}
.tableDet th {
	/*background-color: #DEDEDE;*/
	background-color: #E7E7E7;	
	text-align:right;
}
.tableDet th.thHead {
	background-color:#AAA;	
	color:#FFFFFF;
	text-align:center;
	font-size: 12px;
}
.tableDet td {	
	background-color: #E7E7E7;
}
#formulario table th.thHead, th.thHead, .tableForm th.thHead, .tableDet th.thHead {
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
#tableLista {
	width:98%;
	border-collapse:separate;
	margin:auto;
}
#tableLista th {
	background-color:#999;
	/*background-image: url(../img/fundo_barra_topo.gif);*/
	color:#FFFFFF;
	padding: 3px; 
}
#tableLista td {
	background-color: #E4E4E4;
	padding: 2px 3px;
	text-align:center; 
}
#tableLista tr:hover td {background-color:#BBFF77;}
.divPaginacao {text-align:center;}
.divPaginacao #linkAtivo {
	color:#CC0000;
	font-weight:bold;
}
.menuEtapas {
	background-color:#E5E5E5;
	border: 1px #BBB solid;
	width: 650px;
	margin:auto;
	padding: 2px 4px;
	text-align:center;
}

#form_saude { width:394px; margin:auto; }
#form_saude label { font-weight:bold; }
#form_saude fieldset { border:1px solid #000; margin-bottom:10px; }
#bt_adicionar_encaminhamento { font-size:11px; }

.row-form { background-color:#F5F5F5; margin-bottom:5px; /*border-radius:4px;*/ }
.row-form:after { content:" "; display:block; clear:both; }
.row-form p { margin-bottom:7px; }
.row-form .col { float:left; border-right:5px solid #FFF; padding:5px 2px 7px 5px; }
.row-form .col.full { float:none; border-right:none; }
.row-form .col.last { border-right:none; }
.row-form .col.focus { background-color:#FAF2CB; /* #FAF2CB */ }

.w-12 { width:47%; }
.w-12.last { width:48%; }
.w-13 { width:30%; }
.w-13.last { width:32%; }
.w-23 { width:63%; }
.w-23.last { width:65%; }
.w-auto { width:auto; }

input[name*="data"] { width:55px; }

.container-form-list { width:98%; margin:0 auto 5px auto; padding:0 10px; }

.container-form-list form label, 
.container-form-list form .campo,
.container-form-list form select, 
.container-form-list .linkBotao { margin:0 2px; }
.container-form-list form label { margin-right:0; }
.container-form-list form .campo { padding-top:3px; padding-bottom:3px; }
.container-form-list a.linkBotao { margin-top:2px; }

.ver-resultado-enquete { width:746px; margin:auto; padding-top:5px; }
.enquete-grafico { margin:20px 0 20px 27px; /*color:#5F5F5F;*/ }
.enquete-grafico li h4 { margin-bottom:2px; }
.enquete-grafico li .barra { float:left; width:80%; background-color:#E9E9E9; margin-right:5px; }
.enquete-grafico li .barra-porcento { background-color:#009933; height:18px; }

#carregando { background:url(../img/ajax-loader.gif) center center no-repeat; height:15px; }