@charset "utf-8";

/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'futura_ltheavy';
    src: url('../fonts/futuralt-heavy-webfont.eot');
    src: url('../fonts/futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuralt-heavy-webfont.woff') format('woff'),
         url('../fonts/futuralt-heavy-webfont.ttf') format('truetype'),
         url('../fonts/futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_ltbook';
    src: url('../fonts/futuralt-book-webfont.eot');
    src: url('../fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuralt-book-webfont.woff') format('woff'),
         url('../fonts/futuralt-book-webfont.ttf') format('truetype'),
         url('../fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General
-------------------------------------------------- */
* {
	outline: none !important;	
}
body {
	background: url(../img/bg/bg_header.jpg) no-repeat top center;	
	color: #788e92;
}
html {
	overflow: hidden;
	overflow-y: scroll;	
}
header h2 {
	display: block;
	overflow: hidden;
	text-indent: -99999px;	
}
div.container {
	width: 963px;	
}
#page {
	margin-bottom: 40px;	
}
textarea {
    resize: none;
}

/* Header
-------------------------------------------------- */
header {
	height: 405px;	
}
header div.container {
	position: relative;	
	height: 405px;	
}
header h1 {
	font-family: 'futura_ltheavy';
	font-size: 36px;
	width: 380px;
	top: 245px;
	left: 15px;
	margin: 0;
	padding: 0;
	color: #38b8d1;
	line-height: 35px;
	position: absolute;
	text-transform: uppercase;
}
header h1 a,
header h1 a:hover {
	text-decoration: none;	
	color: #38b8d1;
}
header h1 a:hover span,
header h1 a:focus span,
header h1 span {
	color: #ef7f1c;
	font-size: 28px;	
}
header h2 {
	position: absolute;
	left: 15px;
	top: 190px;
	margin: 0;
	padding: 0;
	background: url(../img/bg/bg_caixa.jpg) no-repeat;
	width: 165px;
	height: 38px;
}
header h2 a {
	display: block;
	width: 165px;
	height: 38px;	
}
header div.login {
	display:inline;
	float:right;
	margin:60px 37px 0 0;
	padding-top:20px;
	position:relative;
	width:340px;
}
header div.login fieldset {
	border:none transparent;
}
header div.login legend {
	border: none;
	margin-bottom: 5px;	
}
header div.login legend span {
	color:#fff;
	font:bold 16px/100% Arial, Helvetica, Sans-serif;
	left:0;
	position:absolute;
	top:0;
}
header div.login input {
	border:none;
	border-top:3px solid #6e6e6e;
	border-left: 2px solid #6e6e6e;
	color:#b2b2b2;
	float:left;
	font-size:16px;
	line-height:100%;
	padding:9px 8px;
}
header div.login input.cpf {
	width:135px;
}
header div.login input.password {
	width:104px;
}
header div.login input.input-validation-error {
	border-color:#ab2020;
}
header div.login label {
	display:none;
}
header div.login button {
	background:url("../img/bt/bt_header_login.png") no-repeat;
	border:none;
	cursor:pointer;
	height:40px;
	float:left;
	overflow:hidden;
	text-indent:-999em;
	width:65px;
}
header div.login button:hover {

}
header div.login a {
	background:url("../img/bl/bl_white_arrow.png") left center no-repeat;
	color:#fff;
	float:left;
	font:bold 12.63px/100% Arial, Helvetica, Sans-serif;
	margin-top:13px;
	padding-left:7px;
	text-decoration:none;
}
header div.login a:hover {
	text-decoration:underline;
}
header div.login .register {
	background:url("../img/bt/bt_header_register.png") no-repeat;
	height:23px;
	margin:8px 10px 0 0;
	overflow:hidden;
	text-indent:-999em;
	width:134px;
}
header div.login .register:hover {
	text-decoration:none;
}
header div.login span.loggedin {
	color:#fff;
	display:block;
	font:bold 22.08px/100% Arial, Helvetica, Sans-serif;
	letter-spacing:-1px;
	text-align:right;
}
header div.login .logout {
	background:url("../img/bt/bt_logout.png") no-repeat;
	display:block;
	float:none;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	right:0;
	text-indent:999em;
	top: -8px;
	width:35px;
}
header div.login .logout:hover {
	opacity:0.8;
}
header nav {
	position: absolute;
	left: 15px;
	bottom: 18px;	
}
header nav {
	list-style: none;
	float: left;
	height: 60px;
	display: block;
	padding-left: 360px;
	margin-left: -356px;
	background: url(../img/bg/bg_busca.png) no-repeat;	
}
header nav ul {
	margin: 0;
	padding: 0;
	padding-top: 22px;
	float: left;
}
header nav ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;	
	color: #308ebf;
	padding-right: 30px;
	padding-left: 13px;
	background: url(../img/bg/bg_mn.png) no-repeat left center;
}
header nav ul li a {
	font-family: 'futura_ltbook';
	color: #308ebf;
	text-transform: uppercase;
}
header nav ul li a:hover {
	color: #308ebf;
}

/* Sidebar Home
-------------------------------------------------- */
div.sidebar h4{
  color:#fda10e;
  font:bold 27.04px/100% Arial, Helvetica, Sans-serif !important;
  letter-spacing:-1px;
  margin-bottom:11px;
}
div.sidebar div.cadastro {
	float: left;
	width: 100%;
	margin-bottom: 25px;	
}
div.sidebar div.cadastro a.link {
	color: #788e92;
}
div.sidebar div.cadastro a.btn-primary {
	margin-left: 30px;
}

div.sidebar div.widget{
	background: none repeat scroll 0 0 #F0F0F0;
	float:left;
    margin-bottom: 8px;
    padding: 22px 19px;
    position: relative;
	width:302px;
}
div.sidebar div.extended{
	background-color:#1e7093;
}
div.sidebar div.widget h5{
  color:#308ebf;
  font:normal 28px/100% Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  margin-bottom:9px;
}
div.sidebar div.extended h5{
	color:#fff;
}
div.sidebar div.widget a{
  background:url("../img/bl/bl_blue_arrow.png") left center no-repeat;
  color:#308ebf;
  display:block;
  font:bold 12.63px/100% Arial, Helvetica, Sans-serif;
  margin-bottom:3px;
  padding-left:7px;
  text-decoration:none;
}
div.sidebar div.extended a{
	color:#8fb8c9;
}
div.sidebar div.widget a:hover{
  text-decoration:underline;
}
div.sidebar div.widget span{
	clear:both;
	color:#3fa8e0;
	display:block;
	font-size:26px;
	line-height:100%;
	text-align:left;
}
div.sidebar div.widget span.registrationClosed.y2014 {
    background: url("../img/bg/bg_content_home_inscricoesEncerradas_2014.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.sidebar div.widget span.newDate{
	font-size: 16px;
}
div.sidebar div.widget span.time{
	background: url("../img/tx/tx_content_timer.png") no-repeat scroll 0 0 transparent;
    clear: none;
    float: left;
    height: 10px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    text-indent: -999em;
    width: 94px;
}
div.sidebar div.widget span.hours{
	clear:none;
}

div.sidebar div.widget span.registrationClosed
, div.sidebar div.widget span.callWaiting
, div.sidebar div.widget span.announcementBiennial
, div.sidebar div.widget span.extended{
	display: block;
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: -6px;
    text-indent: -999em;
    top: -5px;
    width: 220px;
}
div.sidebar div.widget span.extended{
	top:-4px;
}

/* Modal
-------------------------------------------------- */
#overlay {
	background:url("../img/bg/bg_overlay.png");
	height:100%;
	left:0;
	opacity:0.5;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	display: none;
}
.modal {
	overflow:hidden;
}
.modal #overlay {
	position:absolute !important;
	height: 2000px;
}
#modal {
	background:#fff;
	height:665px;
	left:50%;
	margin:0 0 0 -362px;
	position:absolute;
	top: 80px;
	width:724px;
	z-index:999;
	display: none;
}
#modal .loading {
	background:url("../img/gr/gr_loading.gif") top center no-repeat;
	color:#606060;
	font-size:15px;
	height:15px;
	left:50%;
	margin:-37.5px 0 0 -40px;
	padding-top:60px;
	position:absolute;
	top:50%;
	width:80px;
}
#modal div.modal-header {
	background: none repeat scroll 0 0 #41AADE;
	height: 80px;
	overflow: hidden;
	padding: 30px 40px;
}
#modal div.modal-header h1 {
	float:left;
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #FFF;
	ffont-family: 'futura_ltbook';
	text-transform: uppercase;
	font-weight: bold;
}
#modal div.modal-header .close {
	background:url("../img/bt/bt_modal_close.png") no-repeat;
	float:right;
	height:43px;
	overflow:hidden;
	text-indent:-999em;
	width:45px;
	opacity:1;
	margin-top: -8px;
}
#modal div.modal-erro-header {
	background: none repeat scroll 0 0 #E00000;
	height: 50px;
	overflow: hidden;
	padding: 12px 10px;
}
#modal div.modal-erro-header h1 {
	float:left;
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #FFF;
	ffont-family: 'futura_ltbook';
	text-transform: uppercase;
	font-weight: bold;
}
#modal div.modal-erro-header .close {
	background:url("../img/bt/bt_modal_close.png") no-repeat;
	float:right;
	height:43px;
	overflow:hidden;
	text-indent:-999em;
	width:45px;
	opacity:1;
	margin-top: -8px;
}
#modal div.conteudoForm {
	padding: 25px 40px;	
}

.nav-tabs {
	border-bottom: 1px solid #41c8e8;
}
.nav-tabs > li > a:hover {
	border-bottom: 1px solid #41c8e8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #41c8e8;
	background: #41c8e8;
	color: #FFF;
}
.nav-tabs > li.active > a {
	background: #41c8e8;
	color: #FFF;	
}
.tab-content > .tab-pane {
	padding: 22px;
	border: 1px solid #41c8e8;
	border-top: 0;
}
.tab-content > .tab-pane p {
	margin: 0;
	padding: 0;	
}
.btn-primary {
    background-color: #f79e0d;
    border-color: #f79e0d;	
    color: #fff;
}
.btn-primary:hover {
	background-color: #f7a929;
    border-color: #f7a929;
}
h1.tituloArea {
	font-size: 28px;
	color: #38b8d1;
	margin:  22px 0;	
}
h2.tituloArea {
	font-size: 22px;
	color: #38b8d1;
	margin:  22px 0;	
}

.container table {
	border:1px solid #41c8e8;
	border-collapse:collapse;
	clear:both;
	color:#7e7e7e;
	font-size:14px;
	width:100%;
}
.container table th {
	background:#41c8e8;
	color: #FFF;
	text-align:left;
	border-right:1px solid #46adc5;
	border-bottom: none !important;
}
.container table td {
	border: none !important;
}
.container table th a, .container table td a {
	color:#fff;
	text-decoration:none;
}
.container table td a {
	color:#7e7e7e;
}
.container table a:hover {
	text-decoration:underline;
}
.container table td {
	padding:10px 0;
}
.container table .remove {
	background:url("../img/bt/bt_trash.png") no-repeat;
	display:block;
	height:20px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-999em;
	width:15px;
	float: right;
	margin-right: 20px;
}
.container table .remove:hover {
	opacity:0.8;
}
.container ul.menuDisco {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 20px;	
}
.container ul.menuDisco li {
	float: left;
	padding-right: 10px;
}
.container ul.menuDisco li a  {
	display: block;	
}
.container ul.menuDisco li a:hover,
.container ul.menuDisco li a:active,
.container ul.menuDisco li a:focus {
	text-decoration: none;
}
.container ul.menuDisco li span  {
	font-family: 'futura_ltheavy';
	display: block;
	border: 2px solid #f29747;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ef7f1c;
	font-size: 16px;
	line-height:  36px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.container ul.menuDisco li p  {
	display: none;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 40px;
	color: #ef7f1c;
	font-size: 16px;
}
.container ul.menuDisco li a.ativo span {
	background: #f29747;
	color: #FFF;
}
.container ul.menuDisco li a.ativo p  {
	display: block;
}
a.btCima {
	float: right;
	margin-top: -55px;	
}
button.ajusta {
	margin-top: 24px;	
}
div.botoesTopo {
	width: 100%;
	float: left;
	margin-bottom: 22px;
	display: block;	
}
div.botoesTopo p {
	margin-left: 10px;
	margin-top: 6px;
	float: left;	
}
div.botoesTopo .btn {
	float: left;	
}