﻿/* RESET PARA OS ESTILOS */

body
{
	background-color: #fff;
	margin: 0px;
}

html
{
	padding-bottom: 1px;
	width: 100%;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial;
}
:focus
{
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
th, td
{
	font-weight: normal;
}
img, iframe
{
	border: none;
	text-decoration: none;
}
ol, ul
{
	list-style: none;
}

hr
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}
strong
{
	font-weight: bold;
}

/* ------------ Estilos ----------- */

#topo
{
	background-image: url(../img/topoPagina.png);
	background-repeat: repeat;
	width: 100% !important;
	height: 225px;
}

.topoContainer
{
	position:relative;
	margin:0 auto;
	width: 1200px;
}
.logoPrincipal
{
	position: relative;
	float: left;
	margin-top: 40px;
}
.textoTopo
{
	position: relative;
	float: left;
	margin-top: 68px;
	margin-left: 30px;
}
.logoPrefeituraTopo
{
	position: relative;
    float: right;
    margin-top: 65px;
    width: 290px;
    text-align: right;
}
.tituloTopo
{
	margin: 0 auto;
	position: relative;
	width:346px;
	top: -10px;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 700;
	font-size: 27px;
	color: #FFFFFF;
	text-align: justify;
	letter-spacing: 1px;
}
.tituloTopo2
{
	margin: 0 auto;
	position: relative;
	width:349px;
	top: -10px;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #FFFFFF;
	text-align: justify;
	letter-spacing: 1px;
}
.subtituloTopo
{
	margin: 0 auto;
	position: relative;
	width:346px;
	text-align: justify;
	font-family: 'Roboto' , sans-serif;
	top: 10px;
	font-weight: 100;
	font-size: 11px;
	color: #FFFFFF;
}

.rodapeMarcas
{
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #efefef;
	height: 150px;
	padding-top: 60px;
	margin-top: 70px;
}
.rodapeMarcas span
{
	padding-left:90px;
	padding-right:90px;
}
#rodape
{
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/rodape.png);
	background-repeat: repeat-x;
	height: 73px;
}
.textoRodape
{
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}
.linhaDivisoria
{
	border-bottom: 2px solid #FFF;
}

.botoes {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    padding: 9px;
    background-color: #008ddf;
    text-decoration: none !important;
    margin-right: 8px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.botoes:hover
{
	background-color: #117dbb;
	text-decoration: none !important;
}
.container
{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

h1
{
	position: relative;
	background-color: #f1f1f1;
	margin: 0px;
	margin-top: 0px !important;
	padding-top: 20px;
	height: 60px;
	z-index: -1 !important;
}
.containerH1

{
	position:relative;
	margin:0 auto;
	width: 1200px;
}
h1 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #3b3634;
    padding: 0px 0px 15px 0px;
}
h2
{
	position: relative;
	width: 100%;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #014a98;
	padding: 30px 0px 15px 0px;
}

.rotulo
{
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #011f3f;
	margin-bottom: 3px;
	margin-left: 2px;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
}

.campo
{
	width: 100%;
	font-family: 'Roboto';
	font-size: 13px;
	color: #707070;
	text-transform: uppercase;
	background: #fbfbfb;
	text-transform: uppercase;
	padding: 11px 8px 8px 8px;
	outline: none;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #d8d8d8;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing:border-box;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
}

.mensagemAtencao
{
	background-color: #eef5fc;
	border: 1px dashed #88abd0;
	color: #014a98;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 15px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
}

.mensagemAtencao a
{
	text-decoration: none;
	color: #00346c;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: 700;
}


/* ------------ LOGIN ------------ */

.backgroundLogin
{
	background-image: url(../img/bgLogin.png);
	background-repeat: repeat;
	background-position: center;
	 background-size:cover;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	background-position: left top;
}

.containerLogin
{
	position: relative;
	width: 428px;
	height: 217px;
	margin: 0 auto;
	background-image: url(../img/bg-login.png);
	padding: 260px 0px 0px 58px;
	margin-top: 120px;
}

.containerFormLogin
{
	position: relative;
	width: 130px;
	float: left;
}

.containerFormSenha
{
	position: relative;
	width: 144px;
	float: left;
	left: 25px;
}
.ContainerFormBotao
{
	position: relative;
	float: left;
	top: 18px;
	left: 45px;
}

.botaoForm1
{
	background-color: #e77817;
	padding: 5px 9px 5px 9px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.botaoForm1:hover
{
	opacity: 0.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.1,9;
}



#containerUsuario
{
	position: absolute;
    color: #555;
    width: 200px;
    padding: 10px;
    text-align: right;
    z-index: 11;
    /* margin-top: -50px; */
    margin-top: 30px;
    font-size: 12px;
    right:0px;
    top:220px;
    font-size:12px;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);*/
}

#containerUsuario a
{color: #555; font-weight:bold;}



.menuPrincipal
{
	position: absolute;
    background-color: rgb(49 42 3 / 51%);
    right: 0px;
    top: 170px;
    z-index: 4;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    }
    .menuPrincipal li {position:relative; float:left; margin-left:14px;}
    .menuPrincipal li:first-child
    {
    	font-family: 'Roboto Condensed' , sans-serif;
		margin-left:0px;
}
    .menuPrincipal a
    {
    	font-family: 'Roboto Condensed' , sans-serif;
		font-weight: bold;
    	color:#fff;
    	-webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out;	-o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}

	.menuPrincipal a:hover
    {
    	font-family: 'Roboto Condensed' , sans-serif;
		font-weight: bold;
    	color:#f9be38;
}




.clearLeft{clear:left;}
.textInfo {position:relative; margin-top:45px; margin-bottom:30px;}
.textInfo span 
{
	display: inline-block;
    top: -5px;
    position: relative;
    font-size: 16px;
    }
.textInfo i 
{
	font-size: 30px;
    color: #023d58;
	}
	
	TABLE.gridview
{
	background-color: #fff !important;
	border: solid 1px #fff !important;
	font-family: Arial Narrow;
	font-size: 11px;
	margin-top: 25px;
	width: 100%;
}
TABLE.gridview TR
{
	background-color: #e0e6ec;
	border: solid 1px #fff !important;
	color: #000;
	font-size: 11px;
}

TABLE.gridview TR a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

TABLE.gridview TR a:hover
{
	color: #4667b9 !important;
	text-decoration: none;
	font-weight: bold;
}

TABLE.gridview TR a:visited
{
	color: #4f728e !important;
	text-decoration: none;
	font-weight: bold;
}

TABLE.gridview TR:hover
{
	background-color: #dee4f2;
	color: #204177 !important;
}
TABLE.gridview TH
{
	background: #446c98;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	background-image: url(img/barra_tabela.png);
	font-size: 12px;
	text-align: center;
}
TABLE.gridview TD
{
	border: solid 1px #fff !important;
	padding: 5px 10px 5px 10px;
	height: 18px;
	text-align: center;
	color: #505a71;
}
	




.botaoPrint {
    background-color: #157fa3;
    padding: 14px 18px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    border-radius: 4px;
    float: left;
    margin-top: 30px;
}

.containerComprovanteInscricao {
    padding: 25px 30px;
    border: dashed 1px #a9a9a9;
    border-radius: 6px;
    margin-top: 40px;
    width:600px;
}

.subTituloComprovante {
    font-family: 'Roboto Condensed' , sans-serif;
    font-weight: bold;
    color: #1fcc44;
    font-size: 24px;
    margin-bottom: 30px;
}

.tituloComprovante {
    font-family: 'Roboto Condensed' , sans-serif;
    font-weight: bold;
    color: #006eae;
    font-size: 24px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.containerComprovanteInscricao .rotulo {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 2px;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    color: #4c4c4c;
}

.containerComprovanteInscricao .labels {
    font-size: 18px;
    font-weight: normal;
    color: #737373;
}

.iconSelecionar:before {
    font-family: FontAwesome;
    content: '\f00c';
    padding-right: 5px;
    color: #049016;
    font-size: 16px;
}



@media print {
    #topo {
    display: none;
}

    .rodapeMarcas {
    display: none;
    }

    #rodape {
    display: none;
    }

    .botaoPrint {
    display: none;
    }

    .containerComprovanteInscricao {
    padding: 25px 30px;
    margin-top: 0px;
}
    
}