/* 
Site: 				Candidato
Pagina:				Todas
Descricao:  		Estilos gerais dos sites Candidato (dimensionamento, posicionamento, fontes, tamanhos).
					Nao especifica CORES ou IMAGENS EXCLUSIVAS!
URL:				http://www.kombo.com.br/curriculo/*
Autor:				Fernanda Parisi (fernanda@kombo.com.br)
Data criacao: 		22/06/09
Ultima modificacao: 09/04/10
*/

/* master reset */
html,body,p,div,span,a,b,i,u,h1,h2,h3,h4,h5,h6,address,acronym,cite,blockquote,
ul,ol,li,dl,dt,dd,col,colgroup,table,thead,tbody,tfoot,tr,td,th,caption,
fieldset,label,legend,select,input,button,textarea,img,small { 
	color: #404040; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin: 0;
	padding: 0; 
}

/* boas praticas */
html, body { height: 100%; }
* a { outline: none; }
ul, ol { list-style: none; }
a img { border: 0; }

/* classes basicas */
.clear { clear: both !important; display: block !important; border: 0 !important; margin: 0 !important; padding: 0 !important; }
.noBorder { border: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.marginTL { margin: 10px 0 0 15px; }
.marginTR { margin: 10px 15px 0 0; }
.marginBL { margin: 0 0 10px 15px; }
.marginBR { margin: 0 15px 10px 0; }
.marginTB { margin: 10px 0; }
.marginLR { margin: 0 15px; }
.marginL { margin: 0 0 0 15px; }
.marginR { margin: 0 15px 0 0; }
.marginZero { margin: 0 0 0 0 !important; }
.carregando { background: url(images/loading.gif) center no-repeat !important; height: 300px; }
#main .carregando { height: 196px; }

#cabecalho, .menukmb, .content, #rodape { clear: both; display: table; }

/* cabecalho e menu */
.menukmb { 
	clear: both; 
	display: table; 
	width: 100%; 
}
	.menukmb_inner { display: block; width: 850px; }
		.menukmb_inner ul { float: right; text-align: right; }
			.menukmb_inner ul li { display: inline; }
				.menukmb_inner ul li a { 
					color: #000;
					float: left; 
					font-size: 14px; 
					margin-left: 5px;  
					text-decoration: none; 
				}
				.menukmb_inner ul li a:hover { cursor: pointer; }

ul.menu-extra { float: right; margin: -93px 0 0; }
	ul.menu-extra li { float: left; }
				
/* meio */
	.content_inner h1 a { display: block; text-decoration: none; text-indent: -10000px; }
		.colDireita { float: right; width: 200px; }
			.colDireita a.cadastro { 
				background: red; 
				display: block; 
				text-align: center; 
				text-decoration: none; 
				color: #fff; 
				font-size: 11px;
			}
				.colDireita a.cadastro b { display: none; }
			.colDireita .login { font-size: 11px; }
				.colDireita .login b { display: none; }
					.colDireita .login form a { display: none; }
					.colDireita .login input { 
						font-size: 12px; 
						padding: 3px; 
						border: 1px solid; 
						margin-bottom: 5px; 
						width: 170px; 
					}
					.colDireita .login input.submit { font-size: 14px; font-weight: bold; width: auto; }
				.colDireita .login p { text-align: center; }
		.colEsquerda { float: left; width: 635px; }
			.colEsquerda h4 { display: block; text-indent: -10000px; }
		.content_inner ol.lista-ajuda li { font-size: 14px; line-height: 160%; text-align: justify; margin-bottom: 30px; }
			.content_inner ol.lista-ajuda li p { font-weight: bold; letter-spacing: -0.05em; font-size: 26px; margin-bottom: 10px; text-align: left; line-height: 30px; }
	.content_inner dl.lista-contato { margin-bottom: 40px; }
		.content_inner dl.lista-contato dt { font-size: 18px; font-weight: bold; margin: 10px 0 5px; }
		.content_inner dl.lista-contato dd { font-size: 14px; margin: 0 0 5px 30px; }
		.content_inner div.lista-contato h2 { font-size: 24px; margin-bottom: 15px; border-bottom: 1px dotted #ccc; }
		.content_inner div.lista-contato div { font-size: 14px; line-height: 160%; margin-bottom: 40px; text-align: justify; }
			.content_inner div.lista-contato h4 { font-size: 20px; margin-bottom: 10px; }
			.content_inner div.lista-contato p { margin-bottom: 5px; }
			.content_inner div.lista-contato ol { margin: 0 0 5px 60px; }
				.content_inner div.lista-contato ol li { list-style: decimal; margin-bottom: 5px; }
		
	/* formularios */
	b.obr { color: red; }
	form p { font-size: 11px; margin-bottom: 1em; }
	form h1 { font-size: 20px; margin-bottom: 15px; }
	.form-campo { display: block; clear: both; margin: 0 0 5px; padding: 5px; }
	.form-erro { background: #FFFDD5; border: 1px solid #f8e49d; }
		.form-erro .form-msg-erro { 
			background: url(/images/icones/icon_alert.gif) no-repeat 0 1px; 
			color: red; 
			margin: 0 0 0 280px; 
			font-size: 11px; 
			padding: 2px 0 0 18px; 
			width: 320px; 
		}
			.POPUP_window .form-erro .form-msg-erro { margin-left: 180px; }
		.form-campo span.form-input-read { font-weight: bold; line-height: 23px; }
			.form-campo span.desativado { font-style: italic; color: #999; }
		.form-campo label { float: left; width: 30%; text-align: right; margin: 3px 10px 0 0; font-size: 14px; }
		.form-campo input, .form-campo select, .form-campo textarea { border: 1px solid #ccc; padding: 4px; font-size: 12px; }
		form input.submit { display: none; }
		/*Por questões de posicionamento, passadas para cliente.css e kombo.css 
		.form-campo .form-obs { font-size: 11px; margin: 3px 0 0 236px; font-style: italic;}
		.form-campo .form-obs-popup { font-size: 11px; margin: 3px 0 0 180px; font-style: italic;}
		*/
		.form-campo a { font-size: 11px; }
	.form-img-sec, .form-checkgroup { margin-left: 280px; }
	.form-checkgroup { font-size: 12px; margin-bottom: 30px; }
		.form-checkgroup input { margin: 0 2px 10px 0; }
	
	.enviar-curriculo { float: left; width: 100%; text-align: right; margin-top: 3px; margin-right: auto; margin-bottom: 0px; margin-left: auto; font-size: 11px; }
	
	/* botoes */
	a.botao, a.botao-off { float: left; margin-right: 5px; }
	a.botao div, a.botao-off div { float: left; }
			a.botao .b_conteudo, a.botao-off .b_conteudo { font-size: 14px; }
		a.botao:hover, a.botao-off:hover { cursor: pointer; }
		a.botao-verde-over .b_conteudo,
		a.botao-off-over .b_conteudo,
		a.botao-over .b_conteudo, { cursor: pointer; text-decoration: underline; }

	/* busca de vagas */
	fieldset.kbBuscaVagas { border: 0; color: #17497B; margin: 0 0 10px; }
		fieldset.kbBuscaVagas legend { font-size: 20px; font-weight: bold; margin: 4px 0 5px -2px; }
		fieldset.kbBuscaVagas div { float: left; margin: 0 10px 5px 0; }
			fieldset.kbBuscaVagas div label { display: block; line-height: 20px; font-size: 14px; }
			fieldset.kbBuscaVagas div input.kbBuscaCampo, 
			fieldset.kbBuscaVagas div select.kbBuscaSelect { border: 1px solid #ccc; font: 13px Arial, Verdana, sans-serif; padding: 4px; color: #343434; }
				fieldset.kbBuscaVagas div input.kbBuscaCampo { padding: 5px 5px 6px; }
				fieldset.kbBuscaVagas div input.kbBuscaCampoPalavra { width: 300px; }
				fieldset.kbBuscaVagas div input.kbBuscaCampoCodigo { width: 70px; }
		fieldset.kbBuscaVagas div.botoes_center { clear: both; display: block; float: none; margin-top: 5px; }
			fieldset.kbBuscaVagas div.botoes_center div { margin: 0; }
	
	/* visualiza vaga */
	p.vaga-p { margin: 20px auto; text-align: center; font-size: 12px; font-weight: bold; }
	.tabela-curriculo { border-collapse: collapse; margin-top: 6px; font-size: 12px; }
	.tabela-curriculo .semBorda td, .tabela-curriculo .semBorda { border: none; background: none !important; }
		.vaga-esquerda { width: 200px; float: left; }
			.vaga-esquerda tr td { text-align: center; }
			.vaga-esquerda tr td img { margin: 5px auto 10px; }
			.vaga-esquerda tr td.titulo { text-align: left; }
			.vaga-esquerda h3 { font-size: 16px; font-weight: bold; margin: 0; }
		.vaga-direita { width: 643px; float: right; }
		.tabela-curriculo td.nopad { padding: 0; }
		.tabela-curriculo td.noborder { border-bottom: 0; }
		.tabela-curriculo td.aligntop { vertical-align: top; }
		.vaga-direita tr td ul {
			margin: 0 0 0 20px;
			padding: 0;
			list-style: circle;
		}

	.tabela form { margin-bottom: 0; margin-top: 0; }

	table td ol li { display: block; clear: both; }
	table ol li a.botao-verde { display: block; clear: both; margin: 2px 0; }
	table td ol li ul { margin: 10px 0 10px 20px; display: block; clear: both; list-style: circle; }
	table td ol li ul li { font-size: 11px; list-style: circle; }

/* rodape */
#rodape { font-size: 11px; } 

/* popup */
.jquery_popup { position: absolute; top: 0; left: 0; z-index: 899; }
.jquery_popup .POPUP_bg { position: absolute; background: #000; z-index:900; }
.jquery_popup .POPUP_bg div { background: #000; }
.jquery_popup iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	border: 0px none;
}
.jquery_popup .POPUP_window { position: absolute; z-index:1000; background: #fff; }
	.jquery_popup .POPUP_titulo h2 { float: left; margin: 0; padding: 0; overflow: hidden; }
	.jquery_popup .POPUP_fechar { float: right; cursor: pointer; position: relative; }
.jquery_popup .conteudo { 
	overflow-x: hidden; 
	overflow-y: auto; 
	text-align: justify; 
	float: left; 
	position: relative; 
	z-index: 1; 
}
.jquery_popup .carregando {
	background: url(images/loading.gif) center no-repeat !important;
	width: 280px;
	height: 100px;
	margin: 0 auto;
}
.jquery_popup .conteudo label { width: 170px; }
.jquery_popup .form-img-sec { margin-left: 180px; }
	.dados-saiba-mais h2 { margin-bottom: 10px; }
#whatRSS { padding: 10px 10px 10px 125px; background: url(images/bgRss.gif) no-repeat 13px 15px; font-size: 12px; }
	#whatRSS * { margin: 0; padding: 0; }
	#whatRSS h1 { display: none; }
	#whatRSS p { line-height: 16px; margin: 3px 0;  }
	#whatRSS p.whatRSSLink { 
		padding: 6px 0; 
		text-align: center; 
		font-size: 14px; 
		font-weight: bold; 
		background: #f8f5d2; 
		border: 1px solid #fdf6a4; 
		margin: 10px 0; 
	}
	#whatRSS ul { list-style: none; }
		#whatRSS ul li { display: inline; float: left; margin: 0; }
			#whatRSS ul li a { 
				float: left; 
				width: 148px; 
				line-height: 20px; 
				background: #e3e2e2 url(images/tabela-top-bg.gif) repeat-x; 
				border: 1px solid #c4c4c4; 
				margin: 10px 5px 0 0; 
				text-decoration: none; 
				text-align: center; 
				color: #415aa3; 
				font-size: 11px; 
			}
			#whatRSS ul li a:hover { color: #900; border-color: #fb8b55; }
			#whatRSS ul li a.whatRssAgNetvibes { margin-right: 0; }

.modal .m-conteudo { text-align: left; font-size: 11px; }
.modal .m-conteudo ol { margin-left: 30px; list-style: decimal; }

.japossui h2, .cadastrar h2, .japossui p, .cadastrar p { margin: 0 0 20px 0; padding: 0; color: #000; }
.japossui p, .cadastrar p { font-size: 12px; }
.japossui { float: left; width: 317px; padding: 15px; border-right: 1px solid #999; }
	.japossui h2 { line-height: 40px; }
.japossui form { margin: 0 auto; padding: 0; }
.japossui #avisos { margin: 10px 0 0 0; clear: both; color: #F00; }
.japossui label { width: 130px; }
.japossui .form-obs,
.japossui .form-img-sec { margin-left: 140px; }
.cadastrar { float: left; width: 317px; padding: 15px; }
	.cadastrar h2 { line-height: 20px; }

/* interna */
#main h1, #main h2 { letter-spacing: -0.03em; }
	#main h2 { font-size: 16px; margin: 30px 0 5px; }
	#main .vagas-compativeis h2 { margin-top: 0; }
		#main h2 a { font-weight: normal; font-size: 12px; }

#main .visualizado { float: right; }
	#main .visualizado div h2 { font-size: 14px; text-align: center; }
	#main .visualizado div table { font-size: 11px; border-collapse: collapse; width: 100%; }
		
#modelos_curriculo { margin: 10px 25px; text-align: center; display: table; }
#modelos_curriculo .modelo {
	cursor: pointer;
	float: left;
	margin-right: 30px; 
	padding: 10px;
	border: 5px solid #eee;
	font-size: 12px;
}
	#modelos_curriculo .ultimo { margin-right: 0; }
#modelos_curriculo .modelo img { border: 1px solid #ededed; margin-bottom: 5px; }

#main .atencao, .jquery_popup .atencao { display: block; text-align: left; padding: 10px; font-size: 12px; margin: 10px auto; }
	#main .atencao ol, #main .atencao ul { margin: 10px 0 10px 30px; }
	#main .atencao ol { list-style: decimal; }
		#main .atencao ol li { margin-top: 4px; }
	#main .atencao ul { list-style: disc; }
.jquery_popup .atencao { margin-top: 0; }
	#main .atencao .mais { margin-top: 10px; display: none; font-size: 11px; }
		#main .atencao .mais h3 { font-size: 14px; line-height: normal; margin: 0 0 10px; }
		#main .atencao .mais span.video { display: block; margin: 10px auto; text-align: center; }

.vagaFechada { 
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 20px auto;
	padding: 40px;
	text-align: center;
	width: 400px;
}
.vagaFechada span { 
	font-size: 14px;
	font-weight: normal; 
}

	/* mensagens */
	.mensagens { padding: 0; margin: 0; font-size: 12px; }
	.mensagens ul { margin: 0; padding: 0; display: block; clear: both; }
	.mensagens li { 
		background-repeat: no-repeat; 
		background-position: 15px center; 
		background-color: #f7f7f7;
		list-style: none; 
		margin-bottom: 6px; 
		padding: 6px; 
		display: block; 
		border: 1px solid #dadada;
	}
		.mensagens li.pai { border: 1px solid #dadada; background-color: #fff; }
	.mensagens .msg { margin-left: 200px; line-height: 16px; position: relative; z-index: 1; }
		.mensagens .msg p { margin-top: 10px }
	.mensagens .msg .acao { margin-top: 10px; display: table; }
		.mensagens .msg .acao a { margin-right: 5px; }
	.msg-paginacao { margin: 0 0 10px 0; *margin-bottom: -10px; padding: 0; }
	.msg-paginacao a, .msg-paginacao .paginas { float: right; margin: 0; font-size: 12px; }
		.msg-paginacao a { margin-left: 5px; }
	.msg-paginacao .paginas select { font-size: 11px; }
	.mensagens .voltar { display: block; height: 20px; margin: 0 0 4px; }
	.mensagens .voltar a { float: right; margin: 0; }
	.mensagens .area_responder { margin-top: 30px; }
	.mensagens .area_responder textarea { 
		padding: 3px; 
		border: 1px solid #CCC; 
		font: 12px Arial, Helvetica, sans-serif; 
		width: 90% !important; 
	}
	div.nenhum { background-color: #fff; border: 1px solid #dadada; font-size: 14px; padding: 40px 0; }
	
	/* passos de formularios */
	.passos-curriculo { display: table; margin-bottom: 10px; }
		.passos-curriculo a { float: left; }
		.passos-curriculo a.on { color: #FFF; }
		.passos-curriculo .ps-num { display: block; }
		.passos-curriculo .right,
		.passos-curriculo .left { float: left; }
			.passos-curriculo .on .ps-right,
			.passos-curriculo .on .ps-left { float: left; }
	form#form_curriculo h3 { display: table; font-size: 34px; line-height: 50px; letter-spacing: -0.03em; }
		form#form_curriculo h3 span { float: left; width: 50px; height: 51px; margin-right: 5px; }
		form#form_curriculo h3 div { font-size: 12px; line-height: 12px; letter-spacing: normal; font-weight: normal; width: 800px; }
		
	#tabela_conhecimento .tabela, .tabela_conhecimento_edit, #tabela_area_interesse .tabela { padding: 0; text-align: center; background: none; }
	#tabela_area_interesse .tabela { padding: 0 20px; }
		.tabela_conhecimento_edit { margin-bottom: 10px; }
		.tabela_conhecimento_edit .t-corpo{ height: 30px !important; }
		#tabela_area_interesse .tabela .t-corpo { height: 190px; }
	#tabela_area_interesse .atencao { margin-left: 19px; }
	#tabela_area_interesse .atencao b { width: 501px; }
	div.tabela dl, div.tabela dd { margin: 0; padding: 0; }
	div.tabela dl.t-corpo { margin: 0; height: 186px; overflow-y: auto; overflow-x: hidden; border: 1px solid #cecece; background: #fff; } 
	div.tabela dl.t-corpo dd { display: block; clear: both; padding: 4px; margin: 0; background: #fdfdfd url(images/tabela-tr.gif) repeat-x scroll center top; text-align: left;}
		div.tabela dl.t-corpo dd label { width: 360px; }
	div.tabela dl dd .t-floatLeft { float: left; } /*label e span do titulo*/
		div.tabela dl dd label.t-floatRight, 
		div.tabela dl dd label.t-floatLeft, 
		div.tabela dl dd span.t-floatRight, 
		div.tabela dl dd span.t-floatLeft { font-size: 12px; padding: 4px; }
	div.tabela dl.t-corpo dd select { border: 1px solid #CCC; font: 12px Arial, Helvetica, sans-serif; padding: 1px; float: right; }
	div.tabela dl dd .t-floatRight { float: right; }
	div.tabela dl.t-titulo { 
		background: url(images/tabela-top-bg.gif) repeat-x top center; 
		border-left: 1px solid #CCC; 
		border-right: 1px solid #CCC; 
	}
	div.tabela div.rodape { padding: 6px 10px; border: 1px solid #cecece; border-top: 0px; text-align: right; font-size: 12px; }
	.form-campo-botao .form-campo { float: left; } 
	.form-campo-botao .botao-verde { margin: 6px 0 0 10px; }

	div.foto { margin: 30px auto 10px; text-align: center; width: 132px; }
	div.foto img { margin: 5px 0; padding: 5px; border: 1px solid #f1f1f1; }
	div.foto #remover_foto { margin: 0 auto 0 24px; display: block; float: none; }

	#form_minha_conta div { font-size: 12px; }
	
	.exemplos_minicurriculo { font-size: 11px; padding: 0 10px 10px; }
	
	#main small { display: block; margin-bottom: 10px; font-size: 12px; text-align: justify; line-height: 130%; }
	
/* player projetos */
h3.projetosTit { font-size: 16px !important; margin: 0 0 -10px 0 !important; }
div.player { margin: 0 0 20px; }
	div.player span.select, 
	div.player .projetos cite { font-size: 11px; }
div.projetos { display: table; padding: 4px; }
	div.player span.select { display: block; text-align: right; margin: -25px 0 6px; }
	div.projetos cite { 
		display: block; 
		padding: 5px; 
		font-style: normal; 
		height: 56px; 
		overflow: auto; 
	}
		div.player .projetos cite b { display: block; }
	div.projetos ul { margin: 0; padding: 0; float: left; height: 420px; overflow: auto; width: 198px; }
		div.projetos ul li { float: left; margin: 0; list-style: none; }
	div.projetos .slideContainer { float: right; margin-left: 4px; }
		div.projetos div.slide { text-align: center; min-height: 338px; padding: 5px 0; }
			div.slide p { line-height: 325px; font-size: 14px; font-style: italic; color: #999; }
			div.slide a img { border: 0; }
		div.loading { background: url(/curriculo/css/images/loading.gif) no-repeat center center !important; height: 212px; }

div.projetos ul li a { background-position: center center; background-repeat: no-repeat; float: left; height: 83px; text-indent: -10000px; width: 83px; border-style: solid; border-width: 0 1px 1px 0; }
div.projetosApr ul li a { background: url(/images/ic-slideshare.gif) no-repeat center center; text-indent: -10000px; height: 65px; width: 65px; float: left; }

dl.projetosLista { margin-bottom: 10px; }
	dl.projetosLista dt { font-size: 15px; font-weight: bold; }
		dl.projetosLista dt a { font-size: 11px; font-weight: normal; margin-top: 2px; }
	dl.projetosLista dd { font-size: 12px; margin: 2px 0 10px; padding: 5px; }
	
/* tooltip senha */
.obsSenha { background: url(/curriculo/css/images/balao.gif) no-repeat; position: absolute; width: 143px; margin: -27px 0 0 -167px; padding: 10px 20px 10px 10px; z-index: 4; }
	.obsSenha b { display: inline !important; }

/***************************
****ANALISE DE CURRÍCULO****
****************************/
.slide { position:fixed;bottom:-150px;right:0;width:400px;height:150px;z-index:1000 }
	.slide a:hover { background:none; }
.close { position:absolute;top:150px; left:180px; font-size:10px; padding:3px; border-color:#959595 #c5c5ca #c5c5ca #959595; cursor:pointer; border-radius:5px; background: #f0efff; /* Old browsers */
background: -moz-linear-gradient(top,  #f0efff 0%, #e1ebf4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0efff), color-stop(100%,#e1ebf4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0efff 0%,#e1ebf4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0efff 0%,#e1ebf4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0efff 0%,#e1ebf4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0efff 0%,#e1ebf4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efff', endColorstr='#e1ebf4',GradientType=0 ); /* IE6-9 */color: #000; }
.close:hover { background:#E1EBF4; };


/* Aviso LGPD */
.escondeavisolgpd {
  display: none !important;
}

.box-cookies {
  position: fixed;
  /*background: rgba(0, 0, 0, .9);*/
  background: #262b30fa;
  width: 98%;
  z-index: 998;
  /*bottom: 0;*/
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px;
   
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: justify;
  padding: 10px;
  color: #fff;
  font-size: 11px;
  margin: 4px;
}

.msg-cookies a {
  text-align: justify;
  color: #fff;
  font-size: 12px;	
}

.box-cookies .btn-cookies {
  /*background: #1e88e5;*/
  background: #0e93e8;
  cursor: pointer;
  /*align-self: normal;*/
  font-size: 13px !important;
  margin: 5px;
}

@media screen and (max-width: 600px) {
	.box-cookies {
    	flex-direction: column;
  	}

  	.form-campo label {
	    font-size: 24px;
	}
}	