/* ARQUIVOS COMMONS */

.divLayoutCentral{
	margin: 10px auto;
	width: 1000px;
}
table.conteudo{
	font-size:12px;
}
table.tabelaValida{
	color: #333;
}
table.destaque{
	margin:10px auto;
	font-size: 12px;
}
table.destaque ol li{
	list-style: circle;
	font-size: 12px;
}
table.destaque tbody{
	text-align: center;
}

td.label{
	color: #fff;
	background:#282f7c;
	padding:5px;
}
input.textoNovo{
	padding: 5px;
	border: 1px solid #dadada;
}
input.botaoNovo{
    background:#004182;
    padding: 5px 15px 5px 15px;
    border:solid 1px #CCC;
    color:#fff;
    cursor:pointer;
}
td.data{
	border: 1px solid #ccc;
	padding:5px;
	color: #333;
}

input.text, select.text, textarea.text{
	padding: 5px;
	border: 1px solid #ccc;
}
.fundoInscricaoTitulo{
	background: #eee;
	border: 1px solid #dadada;
	font-size: 12px;
}
.titDestaque{
	color: #004182;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.subtitDestaque{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.precandidatoEtapa{
	float: right;
	background: #282f7c;
	color: #fff;
	padding:5px 10px 5px 10px;
	margin: 0 30px 0 0;
}
.tabelaEtapa{
	width: 800px;
}
.comumTxt{
	font-size: 12px;
	color: #333;
}
.timbreG{
    font-size:18px;
    font-weight:bold;
    color:#004182;
    height:34px;
    margin:5px 0 0 0;
    padding:10px 0 0 25px;
}

.tituloFundoCinza{
	padding:6px;
	background:#dedede;
	color:#333;
}
.textarea{
	padding: 5px;
	border: 1px solid #dadada;
}
ol.listCertificado li{
	margin-left: 60px;
	list-style: disc;
}



.tabelaPontos{
	background: #eee;
}
.tabelaPontos th{
	background: #ccc;
}

.tabelaNovo{
	font-size: 12px;
	width: 80%;
}



.bordinha {
	font-size: 12px;
	color: black;
	border: solid 1px #999;
}

.bordinha tr:hover {
	background: #dedede;
	color: #333;
}

.bordinha th {
	padding: 3px;
	margin: 1px;
	background-color: #999;
	color: #fff;
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding-left: 5px;
}

.bordinha tr {
	border-bottom: solid 1px #666;
}

.bordinha td {
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}


/* CERTIFICADO */
.certificadoLink:link, .certificadoLink:active, .certificadoLink:visited{
	font-size: 12px;
	color: #004182;
	text-decoration: none;
}
.certificadoLink:hover{
	text-decoration: underline;
}
.certificadoTit{
	color: #004182;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 30px 0;
}
table.certificadoTable{
	background-color: #f0f0f0;
}
.certificadoTable td, .certificadoTable th{
	padding: 5px;
}




.cinza3, .azulClaro{color:#333;}
.cinza6{color:#666;}
.branco{color:#fff;}

/* SECAO BOLETIM */
.boletimCont{
	float:left;
	width: 100%;
	margin: 30px 0 0 0;
}
.boletimBox{
	float:left;
	width: 200px;
	padding: 10px;
	margin: 10px 15px 40px 15px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.boletimBoxTxt{
	font-weight: bold;
}

.center-spinner {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	border-radius: 3px;
}

/*!*verifica se está acessando por desktop ou mobile*!*/
/*@media only screen and (max-width: 450px) {*/
	/*.mobile-hide{ display: none !important; }*/

/*}*/
/*@media only screen and (max-width: 450px) {*/
	/*.mobile{ display: inline !important; }*/
/*}*/

/*@media only screen and (min-width: 450px) {*/
	/*.desktop-hide{ display: none !important; }*/
/*}*/
