/*
	CSS RESET
*/



html, body, div, span, input, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{ font-size: 100%;	font: inherit; vertical-align: baseline; margin: 0;	padding: 0;	border: 0; text-decoration: none }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{ display: block }
body{ line-height: 1; }
html body{ background: url(../img/site/pattern.png)}
ol, ul, li{	list-style: none }
blockquote, q{ quotes: none }
blockquote:before, blockquote:after, q:before, q:after{	content: none }
table{ border-collapse: collapse; border-spacing: 0 }
input{
	color: #999;
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-indent: 10px;
	-webkit-box-shadow: inset 0 -8px 20px -6px #aaa;
	-moz-box-shadow: inset 0 -8px 20px -6px #aaa;
	box-shadow: inset 0 -8px 20px -6px #aaa;
}
input:focus{ outline: none; }
textarea{
	color: #999;
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-indent: 10px;
}
textarea:focus{ outline: none }
select{
	color: #999;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-indent: 10px;
}
select:focus{ outline: none }
label{ display: block; cursor: pointer; }

/*
	STRUCTURE FIXED FOOTER
*/

html, body, .wrapper { height: 100%; }
body > .wrapper { height: auto;	min-height: 100% }
.content_main {	overflow: auto;	padding-bottom: 40px; position: relative }
.content_footer { margin-top: -40px; height: 40px; clear: both; position: relative }

/*
	BEGIN SITE STYLE
*/

body{ font: normal 100% Arial, sans-serif; color: #666; background: #fff; }
::-moz-selection { background: #DDD; color: #fff; text-shadow: none; }
::selection { background: #DDD; color: #fff; text-shadow: none; }

h1{ font-size: 1.900em; line-height: 30px; font-weight: bold; margin-bottom: 15px; }
h2{ font-size: 1.375em; line-height: 30px; font-weight: bold; text-transform: uppercase; }
h3{ font-size: 1.375em; line-height: 30px; font-weight: bold; text-transform: uppercase; }
h4{}
h5{}

a { color: #6699cc; }
/*a:hover { color: #06e; }*/
a:focus { outline: thin dotted; background: none }
a:hover, a:active { outline: 0; }

p { line-height: 18px; }

header{
	background: url(../img/site/bg-header.png) repeat-x top left;
	height: 196px;
	padding-bottom: 60px;
}


/*
	Nave
*/


nav{
	color: #777;
	line-height: 40px;
	margin-bottom: 20px;
}

nav > ul > li{
	float: right;
	font-size: 0.813em;
}

nav > ul > li >a{
	color: #fff;
	padding: 0 34px;
}

nav > ul > li >a:hover{
	color: #fff;
	text-decoration: underline;
}

nav > ul > li:first-child{
	float: left;
}

nav > ul > li:first-child > a{
	padding: 0;
}

nav > ul > li:nth-child(2) > a{
	padding: 0px 0px 0px 34px;
}

.nave > div{
	background-color: #eee;
	margin-top: 15px;
}

.nave > div > div{
	float: left;
	text-align: left;
	padding: 18px 20px 16px;
}

.nave > div > div > time{
	font-weight: 500;
}

.nave > div > a{
	float: right;
	margin: 12px 13px 0 0;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}


.btn{ width: 260px; height: 60px; border-radius: 8px; border: none; font-size: 1.750em;  color: #fff; font-weight: bold; cursor: pointer;
	  -webkit-box-shadow: inset 0 -8px 6px -6px #333;
	   	 -moz-box-shadow: inset 0 -8px 6px -6px #333;
	          box-shadow: inset 0 -8px 6px -6px #333;
	          text-transform: uppercase;
}

.btn-vermelho{
	background-color: red;
        font-size: 14px;
}

.btn-azul{
	background-color: #4FA7FF;
}
.btn-azul:hover{
	background-color: #6CB6FF;
}

.btn-verde{
	background-color: #00B130;
}
.btn-verde:hover{
	background-color: #00BB33;
}


.box{
	border: 3px solid #EEEEEE;
	background-color: #fff;
	   -moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
			box-shadow: 0 0 10px #888;
	margin-top: 5px;
	display: block;
	clear: both;
	margin-bottom: 60px
}

footer{
	line-height: 40px;
	background-color: #666;
	color: #fff;
	font-size:0.813em;
	text-align: center;
}

/*
	Index
*/

.box-login > h2 {
	margin: 17px 0 0 30px;
	background: url(../img/site/icone-acompanhar-inscricao.fw.png) no-repeat top left;
	padding: 8px 0 30px 60px;
}

.login{
	margin: 0 32px;
	text-align: center;
}

.login > label{
	font-size: 1.125em;
	margin-top: 17px;
	text-align: left;
}

.login > a{
	font-size: 0.750em;
	color: #666;
	float: right;
	margin-top: 10px;
}

.login > a:hover{
	text-decoration: underline;
}

.login > button{
	margin: 42px 0 30px;
}



.box-arquivos > h2 {
	margin: 17px 0 0 30px;
	background: url(../img/site/icone-arquivos.png) no-repeat top left;
	padding: 8px 0 0 60px;
}

.box-arquivos ul{
	margin: 30px 25px 30px 25px;
}


.box-arquivos > ul > li:first-child{
	border: none;
	padding-top: 0;
	margin-top: -3px
}

.box-arquivos > ul > li{
	border-top: 1px solid #eee;
	line-height: 40px;
	padding: 5px 15px 5px 15px;
	display:block;
}

.box-arquivos > ul > li > a{
	color: #666
}

.box-arquivos > ul > li > a > .icon{
	background: url(../img/site/icone-pdf.png);
	width: 30px;
	height: 30px;
	display: block;
	margin: 5px 8px 0 0;
	float: left;
}

.box-arquivos > ul > li > a > .seta{
	background: url(../img/site/arquivos-seta.png) 0 0;
	width: 33px;
	height: 33px;
	display: block;
	float: right;
	margin-top: 3px
}
.box-arquivos > ul > li:hover a > .seta{
	background-position: 0 -43px;
}


.box-arquivos > ul > li:hover{
	cursor: pointer;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
}

.box-instrucoes > h2 {
	margin: 17px 0 15px 30px;
}
.box-instrucoes > ol{
	margin: 0 25px 30px 25px;
	font-size: 12px
}
.box-instrucoes > ol > li{
	margin-bottom: 10px
}
.box-instrucoes > ol > li > span{
	font-weight: bold;
}
.box-instrucoes #checkbox{
	margin: 10px 8px 15px 25px;
	padding: 0;
	width: auto;
	height: auto;
}
.box-instrucoes .txt{
	font-size: 12px;
}

.box-informeCpf > h2 {
	margin: 17px 0 0 30px;
}

.navSidebar{
	background: #333;
	display: inline-block;
}
.navSidebar ul{
	margin: 20px 30px 0 30px;
	display:inline-block;
}

.navSidebar ul > li{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #505050
}

.navSidebar ul > li > a{
	font-size: 18px;
	text-align: left;
	color: #ddd;
	padding-left: 0
}

.navSidebar > ul > li:nth-child(2) > a{
	padding-left: 0
}

.navSidebar > ul > li:last-child{
	border-bottom: none;
}

.info{
	width: 950px;
	height: 50px;
	display: none;
	margin-bottom: 20px;
}
.info span{
	background: url(../img/site/sprite-info.png);
	width: 29px;
	height: 29px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin: 10px 15px 0 15px
}
.info p{
	float: left;
	line-height: 50px;
	color: #666;
	font-weight: bold;
}

.sucess{
	background: #AEFFAE
}
.sucess span{
	background-position: 0 0
}
.attention{
	background: #E4FF95
}
.attention span{
	background-position: 0 -39px
}
.error{
	background: #FF865E;
}
.error span{
	background-position: 0 -78px
}

.form-inscricao{
	margin-bottom: 60px
}
.form-inscricao input{
	height: 35px;
	margin-bottom: 20px
}
.form-inscricao h2{
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	margin-top: 20px
}
.form-inscricao h2:first-child{
	margin-top: 0
}
.form-inscricao select{
	margin-bottom: 20px
}
.form-inscricao button{
	margin-bottom: 60px
}

.linkCorreios{
	position: absolute;
	bottom: 5px;
	right: 40px;
	font-size: 11px
}

.form-contato input{
	margin-bottom: 20px;
}
.form-contato textarea{
	margin-bottom: 20px;
	max-width: 660px;
	height: 100px;
}

.form-contato button{
	margin-bottom: 60px
}

.saudacao{
	position: absolute;
	font-size: 11px;
	line-height: 40px;
	right: 0;
	top: 0px
}
.saudacao li{
	display: inline-block;
}
.saudacao a{
	text-decoration: underline;
	color: #ad211c;
	margin-left: 10px
}
.saudacao span{
	font-weight: bold;
	margin-right: 10px;
	color: #3366cc
}

.statusInscricao{
	margin-top: 30px;
	text-align: center;
}
.statusInscricao li{
	width: 300px;
	padding: 20px 100px ;
	margin: 0 auto;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.aguardando{
	background: #ad211c
}
.confirmado{
	background: #00B130
}

.imprimirBoleto{
	text-align: center;
	background: #4FA7FF;
	font-weight: bold;
	margin: 0 auto;
	width: 500px
}
.imprimirBoleto a{
	padding: 30px 0;
	display: block;
	color: #fff;
	font-size: 25px
}


.tela-sucesso > p{
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin-bottom: 20px;
	line-height: 20px;
}

.imprimir{
	margin-bottom: 30px;
}

.imprimir .btn-verde{
	float: right;
	height: 60px;
	margin: 20px 0;
}

.imprimir table td{
	border: 1px solid #aaa;	
	width: 100%;
}

.imprimir table td p{
	padding: 10px 5px;
}

.imprimir h2{
	display: inline;
}

.imprimir h2 span{
	color: red;
}


.imprimir > span{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
}

/* tabs */
.esconder {display: none;}

#jtab {float: left; width: 950px;}
#jtabk #jtabk-menu{border-bottom: 3px solid #666; width: 100%; margin-bottom: 30px}
#jtabk #jtabk-menu, #jtabk #jtabk-menu li, .jtabk-panel {float: left;}
#jtabk #jtabk-menu li {padding: 10px 20px; text-align: center; background: #ddd; cursor: pointer; margin-right: 5px;}
.jtabk-panel {width: 950px; display: none; }
.jtabk-active {display: block; }
#jtabk #jtabk-menu li:hover, .jtabk-menu-mark {background: #666 !important;  color: #FFF}


/*
	END SITE STYLE
*/


/*
	CLASSES STANDARDS
*/

.relative{position: relative;}
.fLeft{ float: left !important }
.fRight{ float: right !important }
.clear{ clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0  }
.clearfix:before, .clearfix:after{ content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0 }