@import "situacoes.css";
@import "widgets.css";
@font-face {
  font-family: 'Keepcalm';
  font-style: normal;
  font-weight: 400;
  src: url(../font/keepcalm-medium.ttf);
}

/*Configurações Específicas*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
/**************************/

html {	font-family: Arial, Helvetica, sans-serif; }

body {
	    background: #ffffff; /*url(../img/master/bg.jpg) 0 0 repeat;*/
	    font-size: 12px;
	    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	}

/* CorreÃ§Ã£o das classes bo Bootstrap */
.tab-content{overflow: inherit !important;}
/* DEFINIÃ‡Ã•ES LOGIN*/
#conteudo-login {
  background-color: #ffffff;
  font-size: .95em;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#conteudo-login h4{
  font-size: 13px;
  color: #827E7E;
}

#login h4{
  font-size: 16px;
  color: #827E7E;
  font-weight: bold;
}

#login h5{
  font-size: 14px; 
  color: #827E7E;
}

#cadastrado {
  border-left: 1px solid #DEE0E1;
}

#conteudo .tituloLoginEmpregador h4{
  font-size: 20px;
  font-weight: bold;
  color: #124C7C;
}

#conteudo .tituloLoginCandidato h4{
  font-size: 20px;
  font-weight: bold;
  color: #5BB1F9;
}

#conteudo .observacaoLogin h4{
	font-size: 12px;
	color: #A9A9A9;
}

#conteudo h3{
  color:#1F77C1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAE9E9;
}

/* DEFINIÃ‡Ã•ES DA MASTER PAGE */
#cabecalho {
	/*background: #F4F4F4 url("../img/master/bg-topo.jpg") 0 0 repeat-x;*/
	background: #ffffff;
	min-height: 110px;
	padding-bottom: 0;
	border-bottom: 2px solid #1F77C1;
	
}

#cabecalho >.container {
	background: #ffffff;/*transparent url(../img/master/shadow-topo2.png) 0 center no-repeat;*/
	background-size: 100% auto;
}

.topo-brasao{
  background-image: url("../img/master/logo-ipresb.jpg");
  background-repeat: no-repeat;
	margin-top: 15px;
	height: 85px;
}

#menu{
  background-color: #36356F;
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu a{
    font-size: 15px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#menu a:hover{
    font-size: 15px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
    text-decoration: none;
}

#buscacargo 
{
	margin-left: -15px;
	}
#buscacargo .container {
	background-color: #36356F;
	color: #FFF;
}

#buscacargo h5 {
	margin-left: 15px;
}

#buscacargo a {
	margin-bottom: 15px;
}

#conteudo {
	min-height: 400px;
}
#conteudo > .container {min-height: 400px; background-color: #ffffff;}

#rodape {
	background: #36356F;
	color: #FFF;
	border-bottom: 2px solid #f4f4f4;
	padding-top: 10px; padding-bottom: 10px;
}
#rodape .infos { font-size: 11px;}
#rodape .assinatura { font-size: 10px;}

#rodape a{
	color: #fff;
}
#rodape a:hover{
	color: #fff;
}

/* FIM DEFINIÃ‡Ã•ES */

/* DEFINIÃ‡Ã•ES GERAIS */
	body.waiting #waiting {  
        display: inherit; 
        background: #fff url(../img/bg-waiting.png) 0 0 repeat;
        width: 100%;     
        height: 100%;    
        position: fixed;  
        z-index: 1001;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	.rgba #waiting { background-color: rgba(255,255,255,.75); background-image: none; }

	body.waiting #waiting .wait{
		width: 220px;
		height: 21px;
		top: 33.3%;
		left: 45%;
	}
	.saudacao { 
		box-shadow: none; 
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom-color: #ededed;
		margin-top: 0!important;
		z-index: 0;

		background-color: #f8f8f8; 
		top: -9px; 
		color: #878787; 
		font-size: .85em; 
		display: block;
		padding: 5px 12px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.saudacao::after {
		display: none;
	}
	.saudacao .saudacao-arrow,
	.saudacao .saudacao-arrow:after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
	}
	.saudacao .saudacao-arrow {
		border-width: 7px;
		right:0;
	}
	.saudacao .saudacao-arrow:after {
	  border-width: 7px;
	  content: "";
	}
	.saudacao.bottom .saudacao-arrow {
		right: 42px;
		border-top-width: 0;
		border-bottom-color: #999999;
		border-bottom-color: rgba(0, 0, 0, 0.25);
		top: -7px;
	}
	.saudacao.bottom .saudacao-arrow:after {
		top: 1px;
		margin-left: -7px;
		border-top-width: 0;
		border-bottom-color: #f9f9f9;
	}

	.icone-canal {font-size: 1.6em; color: #888; }
	i.icn-web:before, i.icn-gerenciamento-sac:before { content: "\f108"; }
	i.icn-app:before { content: "\1f4f1"; }
	i.icn-telefone:before, i.icn-phone:before, i.icn-tel:before { content: "\eb30"; }

	.popover{max-width: none;}
    .historico-protocolo .timeline-wrapper { background-color: #f5f5f5; padding-top: 20px; padding-bottom:20px; border-radius:0 0 10px 10px; overflow: hidden; }
    .historico-protocolo .popover { display: inherit; position: relative; font-size: 12px; margin-left: 0; width: 380px; padding: 5px; }
    .historico-protocolo .popover .arrow { top: 24px; }
    .historico-protocolo .popover .btn { cursor: default; }
    .historico-protocolo .situacao .data-situacao { font-size: 12px; }
    .historico-protocolo .situacao { margin-left: auto; margin-right: auto; z-index: 100; position: relative; /*margin-bottom: 40px;*/ }
    /*.historico-protocolo .situacao.left { left: 139px;}*/
    .historico-protocolo .situacao.right { margin-bottom: 0; }
    .historico-protocolo .situacao.left .popover { margin-left: 26px; }
    .historico-protocolo .situacao.left .popover .arrow::before{content: ""; width: 0; border-left: 8px solid #333; border-top: 8px solid #333; position: relative; right: -2px; top: -5px;}
    .historico-protocolo .situacao.right .popover .arrow::before{ content: ""; border-left: 8px solid #333; border-top: 8px solid #333; position: relative; right: 10px; top: -5px;}
    
    .inicio{position: relative; font-size: 12px; margin-left: 0; width: 380px; padding: 5px; min-height:60px; background: #FFFFFF; border:1px solid #CCCCCC; border-radius:6px; margin:0 auto 20px; box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);}
    .inicio .titulo{padding:3px; display:block; color: #FFFFFF; text-align:"center"; border-radius:4px; margin-bottom:10px;}

    .detalhes-tools {margin-top: 0; padding: 10px; background-color: #f5f5f5; margin-bottom: 10px; }
	
	.tags {margin: 0 0 20px; display: inline-block; }
    .tags .tag-item { 
	    background-color: #f5f5f5; 
	    border: 1px solid #e3e3e3; 
	    font-size: .85em; 
	    padding: 4px 6px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    font-style: italic;
	    color: #878787;
	}
	.tags .tag-remove {
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		line-height: normal;
		color: black;
		text-shadow: 0 1px 0 white;
		opacity: 0.2;
		filter: alpha(opacity=20);
		margin: 0 0 0 5px;
		position: relative;
		top: 3px;
	}
	
	.ultimasSolic h3{cursor: pointer; margin: 1px 0 0 0; color: #FFFFFF; font-size: 16px; padding-left:15px; border-left:3px solid #004F9E;}
	
	/** Accordion Azul **/
	.accordionAzul h3{cursor: pointer; margin: 1px 0 0 0; color: #FFFFFF; font-size: 16px; padding-left:15px; border-left:3px solid #FF6600;}
	.accordionAzul .contentAccordion{padding: 15px; border-width: 0 1px 0 1px; border-style: solid; border-color: #DDDDDD; }
	.accordionAzul .contentAccordion:last-child{border-width: 0 1px 1px 1px;}
	.gradienteAzul{
		background-color: #6CBBF0;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6CBBF0), color-stop(1, #1484CA));
		background-image: -o-linear-gradient(bottom, #6CBBF0 0%, #1484CA 100%);
		background-image: -moz-linear-gradient(bottom, #6CBBF0 0%, #1484CA 100%);
		background-image: -webkit-linear-gradient(bottom, #6CBBF0 0%, #1484CA 100%);
		background-image: -ms-linear-gradient(bottom, #6CBBF0 0%, #1484CA 100%);
		background-image: linear-gradient(to bottom, #6CBBF0 0%, #1484CA 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CBBF0', endColorstr='#1484CA');
	}

	.navegacao { margin-left: 5px; }

/* DEFINIÃ‡Ã•ES DE LOGIN */
#login.modal {max-width: 410px; position: static; margin: 35px auto 0; }
#login.modal .modal-body { padding-right: 45px; padding-left: 45px; }

/* PÃGINA INICIAL */
#home .intro{}

#home .resumo{
	margin-bottom: 10px;
	background-color: #F3F3F3;
	border: 2px solid #E1E1E8;
	border-radius: 4px;
	color: #1D5990;
}

#home .texto-inicio-resumo{
	font-family: 'Montserrat', Arial, Tahoma, Verdana, sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
}

#home .texto-resumo{
	font-family: 'Montserrat', Arial, Tahoma, Verdana, sans-serif;
	font-size: 35px;
	font-weight: bold;
	/*padding-left: 25px;*/
}

#home .tipo-resumo{
	font-family: 'Montserrat', Arial, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
}


#home .box-home{
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #E1E1E8;
	border-radius: 5px;
}

#home .box-home h5{
	background: #36356F;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 5px
}

#home .box-home h5 a{
	background: #36356F;
	font-size: 10px;
	color: #FFF;
	margin: 0;
	font-weight: normal;
}

#home .box-home h5 a:hover{
	background: #36356F;
	font-size: 10px;
	color: #FFF;
	margin: 0;
	text-decoration: none;
}

#home .box-empresa{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #E1E1E8;
	border-radius: 5px;
}

#home .box-empresa h5{
	background: #36356F;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 5px
}

#home .box-empresa a{
	/*background: #5BB1F9;*/
	font-size: 10px;
	color: #5BB1F9;
	margin: 0;
	font-weight: normal;
}

#home .box-empresa a:hover{
	/*background: #5BB1F9;*/
	font-size: 10px;
	/*color: #FFF;*/
	margin: 0;
	text-decoration: none;
}

#home .box-vagarec{
	border-bottom: dashed #E1E1E8 thin;
}

#home .detalhevaga{
	font-size: 12px;
	color: #36356F;
	margin: 10px 5px 5px 5px;
}

#home .lnkvaga{
	font-size: 12px;
	color: #36356F;
	font-weight: bold;
}

#carousel .carousel-caption{
	color: #fff;
	font-size: 12px;
	text-shadow: #000 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #FFF;
    /*border-radius: 10px;*/
}

#home .vaga-empresa{
	font-size: 12px;
	color: #36356F;
}

#home .menu-esq-candidato-group{
	margin-top: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #36356F;
	color: #36356F;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/menu-esq-candidato.png);/* 36px 33px no-repeat;*/
	background-repeat: no-repeat;
	background-size: 20px 18px;
}

#home .menu-esq-candidato{
	background-color: #ECECEC;
	border: solid #D8D7D7 1px;
	border-radius: 4px;
	border-left: 5px solid #36356F;
	margin: 5px 5px 5px 5px;
	padding: 10px 0 0 15px;
	height: 40px;
}

#home .menu-esq-candidato a{
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
}

#home .menu-esq-empresa-group{
	margin-top: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #4F9ADA;
	color: #4F9ADA;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/menu-esq-empresas.png);
	background-repeat: no-repeat;
	background-size: 21px 17px;
}

#home .menu-esq-empresa{
	background-color: #ECECEC;
	border: solid #D8D7D7 1px;
	border-radius: 4px;
	border-left: 5px solid #36356F;
	margin: 5px 5px 5px 5px;
	padding: 10px 0 0 15px;
	height: 40px;
}

#home .menu-esq-empresa a{
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
}

#home .menu-esq-gestor-group{
	margin-top: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #36356F;
	color: #36356F;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/menu-esq-gestores.png);
	background-repeat: no-repeat;
	background-size: 25px 20px;
}

#home .menu-esq-gestor{
	background-color: #ECECEC;
	border: solid #D8D7D7 1px;
	border-radius: 4px;
	border-left: 5px solid #36356F;
	margin: 5px 5px 5px 5px;
	padding: 10px 0 0 15px;
	height: 40px;
}

#home .menu-esq-programa a{
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
}

#home .menu-esq-programa-group{
	margin-top: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #40476A;
	color: #40476A;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/menu-esq-programas.png);
	background-repeat: no-repeat;
	background-size: 20px 17px;
}

#home .menu-esq-programa{
	background-color: #ECECEC;
	border: solid #D8D7D7 1px;
	border-radius: 4px;
	border-left: 5px solid #40476A;
	margin: 5px 5px 5px 5px;
	padding: 10px 0 0 15px;
	height: 40px;
}

#home .menu-esq-gestor a{
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
}

#home .links-uteis-group{
	margin-top: 18px;
	border-bottom: 1px solid #36356F;
	color: #36356F;
	font-size: 15px;
	font-weight: bold;
}

#home .links-uteis-item{
	margin: 5px 5px 5px 5px;
	padding: 10px 0 0 15px;
}

#home .noticias-group{
	margin-top: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #36356F;
	color: #36356F;
	font-size: 15px;
	font-weight: bold;
}

#home .data-public{
	color: #999999;
}

#home .conteudo-noticia{
	color: #666666;
	font-size: 12px;
	text-align: justify;
}

#home .foto-noticia {
	border: thin #000;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#ListaNoticias .titulo-noticia{
	border-bottom: medium #36356F solid;
}

#ListaNoticias .titulo-noticia h3{
	color: #36356F;
}

#ListaNoticias .noticias-group{
	margin-top: 18px;
	margin-bottom: 15px;
}

#ListaNoticias .data-public{
	color: #999999;
}

#ListaNoticias .conteudo-noticia{
	color: #666666;
	font-size: 12px;
	text-align: justify;
}

#ListaNoticias .foto-noticia {
	border: thin #000;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#ListaNoticias .paginacao{
	color: #36356F;
	font-size: 12px;
}

#DetalheNoticias .titulo-noticia{
	margin-left: 10px;
	margin-right: 10px;
}

#DetalheNoticias .titulo-noticia h3{
	color: #36356F;
}

#DetalheNoticias .conteudo{
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px #36356F solid;
}

#DetalheNoticias .conteudo-noticia{
	color: #666666;
	font-size: 13px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 25px;
}

#CadastroPadrao{}
.gradienteCinza {
	background-image: linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
	background-image: -o-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top, color-stop(0.32, rgb(235,235,235)),color-stop(0.66, rgb(255,255,255)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBEBEB');
}

/*Home Candidato*/
#home .box-home-candidato{
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #E1E1E8;
	border-radius: 5px;
	color: #36356F;
}

#home .box-home-candidato h5{
	background: #36356F;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
}
#home .box-home-candidato h5 a{
	background: #36356F;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
}

.botao-candidato{
	background-color:#36356F;
	color: #ffffff;
}

.botao-candidato:hover{
	background-color:#36356F;
	color: #ffffff;
}

.rodape-botao-candidato{
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.titulo-vaga-rec{
	color: #36356F;
	font-size: 14px;
	font-weight: bold;
}

/*Home Empregador*/
#home .box-home-empregador{
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #E1E1E8;
	border-radius: 5px;
}

#home .box-home-empregador h5{
	background: #36356F;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
}

.botao-empresa{
	background-color:#36356F;
	color: #ffffff;
}

.botao-empresa:hover{
	background-color:#36356F;
	color: #ffffff;
}

.rodape-botao-empresa{
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.buscar-curriculo-home{
	padding-left: 10px;
	padding-right: 10px;
}

.aviso-curriculo-home{
	padding-top:3px;
	padding-bottom: 2px;
	color: #C3C1C1;
	font-size: 10px;
}

.btn-nova-vaga-home{
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
}

.rotulo-dtl-vaga{
	font-size: 11px;
	color: #2C2F36;
	font-weight: bold;
}
.conteudo-dtl-vaga{
	font-size: 11px;
	color: #8F8E8E;
}

.conteudo-dtl-vaga-justificado{
	font-size: 11px;
	color: #8F8E8E;
	text-align: justify;
}

.rotulo-qtd-curriculo{
	font-size: 11px;
	color: #36356F;
	font-weight: bold;
}

.conteudo-qtd-curriculo{
	font-size: 60px;
	color: #36356F;
	font-weight: bold;
}

.conteudo-qtd-curriculo-disabled {
	font-size: 60px;
	color: #CCCCCC;
	font-weight: bold;
}
.lnk-qtd-curriculo{
	font-size: 10px;
	color: #36356F;
	padding-bottom: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #ffffff;
	cursor: default;
	background-color: #36356F;
	border: 1px solid #36356F;
	border-bottom-color: transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
  
.vcenter {
    vertical-align: middle;
}
/* Accordion */
#CadastroPadrao #accordion{}
#CadastroPadrao #accordion h3{border: 1px solid #CCCCCC; cursor: pointer; margin: 1px 0 0 0; color: #333333; font-size: 16px; border-left:3px solid #FF6600;}
#CadastroPadrao #accordion h3.passoBloqueado{color: #999999; cursor: default !important;}
#CadastroPadrao #accordion h3 .numeroPasso{display: inline-block; border: 1px solid #C1C100; background: #FFFFFF; width: 32px; height: 32px; text-align: center; line-height: 32px; color: #999900; font-size: 20px; font-weight: bold; border-radius: 100%; margin:5px 10px 5px 5px; }
#CadastroPadrao #accordion h3.passoBloqueado .numeroPasso{border-color: #999999; color: #999999; }
#CadastroPadrao #accordion .contentAccordion{padding: 15px; border-width: 0 1px 0 1px; border-style: solid; border-color: #CCCCCC; }
#CadastroPadrao #accordion .contentAccordion:last-child{border-width: 0 1px 1px 1px;}
#CadastroPadrao #accordion h3 span{font-size: 20px; font-weight: bold;}

/* Ãreas */
#CadastroPadrao ul.areas{margin-left: 0;}
#CadastroPadrao ul.areas li{font-size: .9em; width: 94px; height: 121px; background: url(../img/cadastro-background-area.png); margin-right: 1px; float: left; list-style: none; cursor: pointer; padding: 0 5px; line-height: 16px;}
#CadastroPadrao ul.areas li:hover{background: url(../img/cadastro-background-area-hover.png);}
#CadastroPadrao ul.areas li.selecionado{background: url(../img/cadastro-background-area-hover.png);}
#CadastroPadrao ul.areas li .texto{display: block; text-align: center;color: #666;text-decoration: none;}
#CadastroPadrao ul.areas li .icone{width: 61px; height: 61px; display: block; background: url(../img/sprite-areas-contribuicao.png); margin: 12px auto; }
#CadastroPadrao ul.areas li .icone.educacao{background-position: 0;}
#CadastroPadrao ul.areas li .icone.saude{background-position: -62px 0;}
#CadastroPadrao ul.areas li .icone.seguranca{background-position: -124px 0;}
#CadastroPadrao ul.areas li .icone.esportes{background-position: -186px 0;}
#CadastroPadrao ul.areas li .icone.habitacao{background-position: -248px 0;}
#CadastroPadrao ul.areas li .icone.mobilidade{background-position: -310px 0;}
#CadastroPadrao ul.areas li .icone.meioAmbiente{background-position: -372px 0;}
#CadastroPadrao ul.areas li .icone.socGoverno{background-position: -434px 0;}
#CadastroPadrao ul.areas li .icone.todosTemas{background-position: -496px 0;}

/* Temas */
#CadastroPadrao .tema{
	width: 23.75%; 
	float: left; 
	margin-right: 0.55%; 
	margin-bottom: 25px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	padding: 4px 0;
}
#CadastroPadrao .tema:hover {background-color: #f2f2f2;}
#CadastroPadrao .tema.marginZero{margin-right: 0 !important;}
#CadastroPadrao .tema.clear-left{clear: left;}
#CadastroPadrao .tema .icone{float: left; margin-right: 10px;}
#CadastroPadrao .tema .texto a { color: #666; display: inline;}
#CadastroPadrao .tema .texto .inputTitulo{ margin-bottom: 5px; display: inline;font-weight: bold;}
#CadastroPadrao .tema .texto .descricao {font-size: .85em;}
#CadastroPadrao .tema.selecionado{background-color: #E6E6E6; }

/* FormulÃ¡rio */
.FormularioPadrao {}
.FormularioPadrao h2, .FormularioPadrao h2 {font-size: 16px; line-height: 16px; color: #5BB1F9; margin: 0; border-bottom: 1px solid #005DA4; padding-bottom: 4px; margin-bottom: 10px; margin-top: 20px;}
.FormularioPadrao .imgContribuicao img{border: 1px solid #999999 !important;}
.FormularioPadrao .radio{margin-right: 15px;}
.FormularioPadrao .envioContribuicao{margin-top: 30px;}

#Acesso .login a{
	font-size: 12px;
}

#Acesso .login a:hover{
	font-size: 12px;
}

#Acesso .logado {
	font-size: 12px;
	font-weight: bold;
	color: #36356F
}

#Acesso .logado span{
	font-size: 12px;
}

#Acesso .logado a{
	font-size: 10px;
}

#Acesso .logado a:hover{
	font-size: 10px;
}

.modal-body-popup
{
padding-left: 0px; padding-left: 20px;width:480px;
}

.modal-grande
{
	width: 850px;
	margin-left: -425px;
}

.modal-medio
{
	width: 700px;
	margin-left: -350px;
}

#detalhes{}
	.gradienteCinza {
		background-image: linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
		background-image: -o-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
		background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
		background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
		background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 32%, rgb(255,255,255) 66%);
		background-image: -webkit-gradient(	linear,	left bottom,	left top, color-stop(0.32, rgb(235,235,235)),color-stop(0.66, rgb(255,255,255)));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBEBEB');
	}
	/* Accordion */
	#detalhes #accordion{}
	#detalhes #accordion h3{border: 1px solid #CCCCCC; cursor: pointer; margin: 1px 0 0 0; color: #333333; font-size: 16px; border-left:3px solid #FF6600;}
	#detalhes #accordion h3.passoBloqueado{color: #999999; cursor: default !important;}
	#detalhes #accordion h3 .numeroPasso{display: inline-block; border: 1px solid #C1C100; background: #FFFFFF; width: 32px; height: 32px; text-align: center; line-height: 32px; color: #999900; font-size: 20px; font-weight: bold; border-radius: 100%; margin:5px 10px 5px 5px; }
	#detalhes #accordion h3.passoBloqueado .numeroPasso{border-color: #999999; color: #999999; }
	#detalhes #accordion .contentAccordion{padding: 15px; border-width: 0 1px 0 1px; border-style: solid; border-color: #CCCCCC; }
	#detalhes #accordion .contentAccordion:last-child{border-width: 0 1px 1px 1px;}
	#detalhes #accordion h3 span{font-size: 16px; font-weight: bold;}
    #detalhes #accordion h3 i {color: #999999; }

#detalhes .panel .panel-body {	
	padding: 10px;
}
/*
#detalhes .panel .panel-title {	
	background: #5BB1F9;
	color: #ffffff;
}
*/

#detalhes #detalhe-header /*, #detalhes #detalhe-pessoa*/{
	border: 1px solid #d0d0d0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}


#detalhe-pessoa .thumbnail {background-color: #f5f5f5; overflow: hidden; height: 260px; }
#detalhe-pessoa .thumbnail img {height: 250px; width: auto;}
#detalhe-pessoa .thumbnail:hover .zoom { 
	display: block;
	position: relative;
	top: -40px;
	background-color: #878787;
	background-color: rgba(0, 0, 0, 0.60);
	color: #FFF;
	padding: 10px;
}


#detalhes .anexos-lista, .detalhes .anexos-lista {margin: 20px 0;}
#detalhes .anexos-lista .anexo, .detalhes .anexos-lista .anexo {
	width: 48.5%;
	margin-right: 1%;
	float: left;
	font-size: .85em
}
#detalhes .anexo .anexo-body, .detalhes .anexo .anexo-body { margin-left: 20px; margin-bottom: 8px;
	padding: 4px; padding-left: 8px; 
	/*border: solid #e5e5e5 1px;*/
	border-left: solid #e5e5e5 3px;
	border-radius: 4px;
	}

#detalhes .anexo .anexo-acoes, .detalhes .anexo .anexo-acoes { margin-top: 8px; }

.carregandoPopin
{
	width:100%;
	text-align:center;
	background:#fff;
	display:none;
	height:100%;
	position:absolute;
	z-index:80000;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.carregandoPopin div
{
	position:relative;
	height:100%;
	width:100%;
	top: 45%;
	
}

.checkboxListFromTheHell table{}
.checkboxListFromTheHell table tr{float: left !important; margin-right: 30px;}
.checkboxListFromTheHell.coluns table tr{float: none !important;}
.checkboxListFromTheHell table tr td{display: block !important;}
.checkboxListFromTheHell.coluns table tr td{display: table-cell !important; padding-right: 25px;}
.checkboxListFromTheHell table tr td input{display: inline-block !important;}
.checkboxListFromTheHell table tr td label{display: inline-block !important; position: relative; top:3px; margin-left: 5px;}

.radioListFromTheHell table{}
.radioListFromTheHell table tr{}
.radioListFromTheHell table tr td{float: left !important; margin-right: 30px;}
.radioListFromTheHell table tr td input{display: inline-block !important;}
.radioListFromTheHell table tr td label{display: inline-block !important; position: relative; top:3px; margin-left: 5px;}

/* CurrÃ­culo */
#divCurriculo {
  background-color: #ffffff;
}

.icone-situacao-fundo {font-size: 5em; color: #bbbbbb; z-index: 1; }
.icone-situacao {font-size: 4em; z-index: 2; position: absolute; left: 50%; top: 10%; opacity: 0.7; filter: alpha(opacity=70);}


.mensagem-vaga {
	height: 300px;
	overflow: auto;
	margin: 10px !important;
	padding-right: 5px;
	background-color: #FFFFFF;
}
.mensagem-vaga ul li {
	padding: 8px 5px 8px 10px;
	border: 1px dotted #333333;
	font-size: 12px;
	color: #555555;
	margin-bottom: 6px;
	z-index: 1;
}
.mensagem-vaga .critico {
	background-color: #fff0f0;
}

.mensagem-vaga .atencao {
	background-color: #fbf7cf;
}
.mensagem-vaga li label {
	margin-top: 0px;
	width: 23px;
	height: 23px;
}

/*GLOSSÁRIO*/
.glossario p{margin: 15px 15px 30px 15px!important;line-height: 16px;}
.glossario ul{margin:15px auto 0px;background: #ededed url(../img/fundo-tit-menu-ededed.jpg) repeat-x 0px 0px;border-bottom:2px solid #021B93;}

/* Fonte */
.glossario ul li a{font-weight: bold;font-size: 1.2em;text-decoration: none;color: #36356F;}
.glossario ul li a:hover{text-decoration: underline;}
.glossario .destaque{background-color:#36356F;}
.glossario .destaque a {text-decoration: none;color: #FFF;font-size: 1.5em;}

/* Posicionamento */
.glossario ul li{display: block;float: left;padding: 8px 0px; width: 5%; text-align: center; margin-top: 10px;margin-bottom: 0px;}
.glossario > div[id]{display: none;margin: 30px 10px 10px 10px;}
.glossario dl{font-size:.8em;}
.glossario dl dt {font-weight: bold;margin:8px 0px 5px;}
.glossario dl dd {margin: 0px 10px 15px;line-height: 16px;text-align: justify;color:#454545;}
.glossario dl .fonte{display: block; clear: left;font-size: .85em;font-style:italic;padding: 5px 0px;}
.glossario h2{font-size: 2.5em;margin: 10px 0px 20px;font-weight: bold;display: none;}

/* Links Home */
.box{
  background-color: #F1F1F1;
}

.box h5{
  font-size: 25px;
  color: #36356F;
  font-weight: bold;
  letter-spacing:-1px;
}

.desc-box{
  font-size: 15px;
  color: #707273;
  font-weight: 500;
}

/*Menu Lateral Esquerdo*/
.panel-default > .panel-heading{
	color: #333;
	background-color: #36356F;
	border-color: #ddd;
}

.panel-heading{
  background-color: #36356F;
  color: #036297;
}

.panel-heading a{
  background-color: #36356F;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.item-menu-left {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.item-menu-left a{
  color: #6D6E6F;
  text-decoration: none;
}

.item-menu-left a:hover {
  color: #36356F;
  text-decoration: none;
}

/*sobre*/
.sobre p{
  text-align: justify;
  font-size: 15px;
}

/*Detalhe Evento*/
.modal .modal-header{
  background-color: #F1F1F1;
}
.modal .modal-footer{
  background-color: #F1F1F1;
}
.modal h4{
  color:#1F77C1;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.modal label{
  color: #999999;
  font-size: 13px;
  padding-left: 25px;
}

.modal .conteudo{
  font-weight: bold;
  font-size: 13px;
  padding-left: 25px;
}

.modal .btn-warning{
  background-color: #1F77C1;
  border-color: #E9F3FB;
}

/*Administração indireta*/
.thumbnail img{
  margin-top: 25px;
  margin-bottom:  25px;
}

.thumbnail a{
  text-decoration: none;
}

.thumbnail .btn{
  margin-bottom: 25px;
}

.caminho-breadcrumb {padding: 10px; padding-bottom: 0px; background: #f5f5f5 url(../img/fundo-msg-ffffd8.jpg) repeat-x top; border: 1px solid #72a1c7;margin-top: 10px;margin-bottom: 5px;font-size: 11px; font-weight:bold; }
.caminho-breadcrumb a { color: #333333; display:table; text-decoration: none; }
.caminho-breadcrumb br { line-height: 6px; }
.caminho-breadcrumb a:hover { text-decoration: underline; }

.legislacao-ano { cursor:pointer; margin:15px; }
.legislacao-ano:hover { color:#36356F; }
.legislacao-item { cursor:pointer; }
.legislacao-item a { color:#333; }
.legislacao-item a:hover { color:#36356F; }
.legislacao-item:hover { color:#36356F; text-decoration: underline;}

.bloco { min-height:130px; }
.lista-terceiro-setor { padding-left:150px; font-size: 13px; }


.modalRelatorio {
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 9999999;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right:auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modalRelatorio-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modalRelatorio-header .close {
  margin-top: 2px;
}

.modalRelatorio-header h3 {
  margin: 0;
  line-height: 30px;
}

.modalRelatorio-body {
  position: relative;
  height: 90%;
  max-height: 800px;
  padding: 15px;
  overflow-y: auto;
  overflow:hidden !important;
}
