
#tarjacinza{ background: #4e65f3; }
#tarjacinza #dv_header_botoes a.a_talento{ display: none; }
#barra { background: #4e65f3; height: 80px; color: #fff; overflow: hidden; }
.header_menu2 li a { color: #4e65f3; }
#tarjacinza #dv_header_login #loginempresa { color: #291770; }
#frm_esqueci input[type=submit], #frm_esqueci input[type=button] {
	background: #4e65f3;
}
/* pagination */
.dv_pagination  {
	clear: both;
}
.dv_pagination .page_link {
	display: inline-block;
	float: none;
}
.dv_pagination  a {
	border: 1px solid #E0E0E0;
	padding: 2px 4px;
	text-decoration: none;
	background: #291770;
	color: #fff;
	min-width: 25px;
	display: inline-block;
}
.dv_pagination .active {
	border: 1px solid #E0E0E0;
	padding: 2px 4px;
	text-decoration: none;
	background: #E2741B;
	color: #FFF;
	min-width: 25px;
	display: inline-block;
}
.dv_news {
	padding: 20px 0;
	border-bottom: 2px dotted #f0f0f0;
}
.ui-autocomplete {
	font-size: 14px !important;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
	width: 360px;
}
* html .ui-autocomplete {
    height: 100px;
	font-size: 14px;
}
p.p_error {
	margin: 10px 0;
	background: #FFD1D1 url('../../img/error.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding: 3px 0 3px 35px;
}
#breadcrumb {
	height: 30px;
	/*border: 1px solid red;*/
}
#breadcrumb .a_voltar {
	padding: 5px 0 5px 20px;
	display: block;
	float: right;
	text-decoration: none;
	color: #291770;
	background: url(../../img/voltar.png) 0 7px no-repeat;
	/*border: 1px solid black;*/
}


#dv_header .col-md-3 {
  width: 20%;
}
#dv_header .col-md-6 {
  width: 60%;
}
#dv_header .dv_headerMenu p {
  font-size: 15px;
}
.dv_headerMenu p span {
  font-size: 20px;
  font-weight: bold;
}

/* TABELA FERRAMENTAS */

#tbtools1{ border-collapse: collapse; width: 100%; }
#tbtools1 td{
	vertical-align: top;
	padding: 0 5px;
	text-align: justify;
}
#tbtools1 .logo {
	vertical-align: middle;
	background-image: url(../img/tools/logos200.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 160px;
}
#tbtools1 #logo1{ background: url(../../img/tools/disc.png) 0 0 no-repeat; }
#tbtools1 #logo2{ background: url(../../img/tools/assess.png) 0 0 no-repeat; }
#tbtools1 #logo3{ background: url(../../img/tools/sei.png) 0 0 no-repeat; }
#tbtools1 #logo4{ background: url(../../img/tools/salesmax.png) 0 0 no-repeat; }
#tbtools1 #logo5{ background: url(../../img/tools/select.png) 0 0 no-repeat; }
#tbtools1 #logo6{ background: url(../../img/tools/telelangue.png) 0 0 no-repeat; }

form input[type=submit].botao, a.botao, input[type=button].botao, input[type=button].btn, input[type=submit].btn {
	color: white;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	padding: 5px 10px;
	font-size: 16pt;
	font-family: 'CenturyGothic', Tahoma, Verdana;
	font-weight: bold;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	margin: 3px;
	cursor: pointer;
	background: #4E65F3;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

#txt_defdescr {
  width: 400px;
  height: 65px;
}

#quadro_empresa a {
  color: #2E3293;
}
.quadro {
	display: block;
	margin: 10px 5px;
	border: 1px solid #CCC;
	padding: 8px 3px;
	box-shadow: 1px 0 5px #888888;
	background: #f0f0f0;
}
.table_list {
  width: 100%;
  border: 1px solid #000;
	margin: 10px 0;
}

.table_list thead td {
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  background-color: #4E65F3;
  color: #fff;
  font-weight: bold;
}
.table_list tbody td {
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
.table_list tbody tr:last-child td {
  border-bottom: none;
}

select:disabled, input:disabled {
  background-color: #cfcfcf;
}

ul.links {
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100px;
}
ul.links li {
  display: inline;
}
.lnk_ver, .lnk_editar, .lnk_excluir, .lnk_ativar,
.lnk_inativar, .lnk_encerrar, .lnk_analise, .lnk_cancelar,
.lnk_selecionados, .lnk_select, .lnk_print, .lnk_pdf {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  display: inline-block;
}
.lnk {
  margin: 0 5px;
  display: inline;
}
.lnk_select{
  background: url(../../img/select.png) no-repeat;
}
.lnk_ver{
  background: url(../../img/lupa.png) no-repeat;
}
.lnk_editar{
  background: url(../../img/edit.png) no-repeat;
}
.lnk_excluir{
  background: url(../../img/trash.png) no-repeat;
}
.lnk_ativar{
  background: url(../../img/encerrado.gif) center no-repeat;
}
.lnk_inativar{
  background: url(../../img/block.png) no-repeat;
}
.lnk_encerrar{
  background: url(../../img/encerrado.gif) center no-repeat;
}
.lnk_analise{
  background: url(../../img/eyes.png) center no-repeat;
}
.lnk_cancelar{
  background: url(../../img/block.png) no-repeat;
}
.lnk_selecionados{
  background: url(../../img/people.png) no-repeat;
}
.lnk_print{
  background: url(../../img/printer.png) no-repeat;
}
.lnk_pdf{
  background: url(../../img/pdf.png) no-repeat;
}

#frm_busca_simples .dv_inline{
  float: left;
  width: 50%;
  margin: 10px 0;
}
#frm_busca_simples label{
  display: block;
}
#frm_busca_simples select,
#frm_busca_simples input[type=text]
{
  width: 400px;
}
#frm_busca_simples select[multiple=multiple]{
  height: 120px;
}
#frm_busca_simples .dv_btn{
  margin: 20px auto 0;
  text-align: center;
}
#frm_busca_simples #btn-buscar{
  border: none;
  background: url(../../img/layout/bt-buscar.png);
  width: 252px;
  height: 48px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.tb-lista-talentos{
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.tb-lista-talentos td,
.tb-lista-talentos th{
	padding: 2px;
	border: 1px solid #c0c0c0;
}
.tb-lista-talentos th {
	border: 1px solid #0F253F;
	position: relative;
}
div.aviso {
	position: absolute;
	top: 64px;
	right: 60px;
	width: 400px;
	height: 81px;
	border: 1px solid #CCC;
	background-color: #FFF;
	box-shadow: 3px 1px 5px #ccc;
	display: none;
}
div.aviso p { color: #FF0000; font-size: 12px; margin: 9px 5px; line-height: 16px; }
div.aviso img.arrow-bottom { position: absolute; bottom: -19px; right: 7px; }
div.aviso div.close { 
	position: absolute;
	top: -21px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('../../fancybox/fancybox_sprite@2x.png');
	background-size: 44px 152px;
	text-indent: -9999px;
}

.tb-lista-talentos td{
	padding: 4px 5px;
	border: 1px solid #C0C0C0;
}
.tb-lista-talentos .td_acao{
	text-align: center;
}

.bgorange{
	background: #e46d0a;
	color: #FFF;
}
.bgblue{
	background: #0f253f;
	color: #FFF;
}
.dv_back_top{
	float: right; margin-top: -40px;
}

#tb_vagas{ width: 100%; font-size: 13px; }
#tb_vagas th{ background: #374275; color: #FFF; padding: 2px 5px; text-align: left;}
#tb_vagas .firstline td{ background: #fcece0; padding: 3px; }
#tb_vagas td{ background: #f8f8f8; width: 50%; }
#tb_vagas .info{ margin: 5px 10px; }
#tb_vagas .dv_half { float: left; width: 50%; }
#dv_paginacao{ margin: 10px 0; text-align: center; }
#dv_paginacao span.page_link{ padding: 3px 0; width: 30px; display: inline-block; }
#dv_paginacao a { color: #374275; text-decoration: none; }
#dv_paginacao .active{ color: black; font-weight: bold; padding: 3px 0; width: 30px; display: inline-block; }
#tb_vagas .a_curriculo{ text-decoration: none; color: #374275; font-family: CenturyGothic-Bold; }

.dv_contratacao {
	clear: both;
	margin-bottom: 10px;
}
.dv_contratacao input[type=radio] {
	float: left;
	margin: 5px 5px 0 0;
}
.dv_contratacao label {
	float: left;
	width: 650px;
}
.ulinfo{
	display: block;
	border: 1px solid #EA822D;
	background-color: #FFFBF2;
	padding: 20px;
}
.ulinfo li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted black;
}
.ulinfo li { margin: 5px 0; }
.ulinfo ul {
	margin-left: 40px;
}
.ulinfo ul li a{
	font-weight: normal;
	font-size: 14px;
}

.azul{
	color: #004f74;
}

#dv_ferramentas .dv_box{
	margin: 0 0 20px;
	padding: 0 10px 5px;
	border: 1px solid #FFCEAE;
	background: #FFF8E6;
}

.azul_empresa { color: #4E65F3; }

#page_login div.box {
	margin: 30px auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	padding: 5px;
	background: #F3F3F3;
	width: 430px;
}

#page_login div.box div.quero_cadastrar {
	background: #F3F3F3; padding: 10px; height: 165px;
	margin-top: 10px;
}
#page_login div.box div.form {
	background: #FFF;
	padding: 10px;
}

#page_login div.box div.form  div.dv_btn { text-align: center; }

#page_login div.box div.form  h3 {
	color: #4E65F3;
	text-align: center;
	font-size: 19px;
}

#page_login div.box div.form  form {
	background: #F3F3F3;
	padding: 10px;
	margin-top: 10px;
	position: relative;
}

#page_login div.box div.form  p {
	margin: 6px 0;
}

#page_login div.box div.form  form input.form_input {
	width: 340px;
}
#page_login div.box div.form  form a {
	display: block;
	color: #333;
	margin-top: 10px;
}
.ui-tabs .ui-tabs-panel .btn {
	font-size: 16pt;
}
#dv_page h1 { color: #4E65F3; }

#dv_conheca_os_pacotes {
	float: right;
	color: #E2741B;
	font-size: 15px;
	font-weight: bold;
}

#dv_conheca_os_pacotes .btn-pacotes {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #ED7A13;
	font-size: 16px;
	border: 0;
	color: #fff;
	padding: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

#dv_pensamentos { background: #FFF; position: relative; }
#dvpensamentos { margin-top: 30px; overflow-x: hidden;}
#dvpensamentos:before {
	position: absolute;
	width: 500%;
	left: calc(-500% + 15px);
	content: '';
	display: block;
	background: #281670;
	background: rgba(40, 22, 112, 0.87);
	height: 190px;
}/* 
#dvpensamentos:after {
	position: absolute;
	width: 500%;
	right: -500%;
	content: '';
	display: block;
	background: #D5D8FF;
	height: 190px;
} */
/* .dv_pensamentos { margin-top: 30px;} */
#dv_pensamentos .blogs.new .blog { min-height: 190px; line-height: 13px; }
.dv_pensamentos .titulo { color: #FFF; font-weight: bold; font-size: 30px; text-align: center; margin: 27px 0;}
#dv_pensamentos .blogs.new .blog span.name { margin-bottom: 5px;}
#dv_pensamentos .blogs.new .blog span.title { font-size:9pt; color: #000; line-height: 13px;}
#dv_pensamentos .blogs.new .blog span.title { font-size:9pt; color: #000; line-height: 13px;}

.dv_pensamentos .blogs.new .blog:nth-of-type(1) { background: #281670; }
.dv_pensamentos .blogs.new .blog:nth-of-type(1):hover { opacity: 0.8; }
.dv_pensamentos .blogs.new .blog:nth-of-type(2) { background: #e6e7ff; }
.dv_pensamentos .blogs.new .blog:nth-of-type(3) { background: #daddff; }
.dv_pensamentos .blogs.new .blog:nth-of-type(4) { background: #d5d8ff; }


.dv_vitrine { margin-top: 30px; }
.dv_vitrine .titulo { color: #FFF; font-weight: normal; font-size: 24px; text-align: center; margin: 10px 0; display: block; }
.dv_vitrine .titulo:hover, .dv_pensamentos .titulo:hover { text-decoration: none; }
.dv_vitrine .titulo .viAboutme {
	color: #281670;
	font-family: 'CenturyGothic-Bold';
}
.dv_vitrine .titulo .destaque {
	color: #FFF;
	font-weight: normal;
	font-family: 'CenturyGothic-Bold';
}
.dv_vitrine .dv_talentos { border: 2px solid #E2741B; }

.vitrineTitle {
	background: #E2741B;
	padding: 75px 20px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.vitrineTitle:hover, .vitrineTitle:hover { opacity: 0.9; }

#faixa { margin-top: 20px; overflow-x: hidden;}
#faixa:before {
	position: absolute;
	width: 500%;
	left: calc(-500% + 15px);
	content: '';
	display: block;
	background: #E2741B;
	background: rgba(226, 116, 27, 0.87);
	height: 252px;
}

.custom_heading {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

#dv_talentos{position: relative;/* background: #f2f2f2; border: 2px solid #E2741B; */ overflow-x: hidden; overflow-y:hidden;}
.blogs {list-style: none; clear:both; display: block;}
#dv_talentos .blogs.new .blog { min-height: 160px; line-height: 17px; }
#dv_talentos .blogs.new .blog:nth-of-type(1), #dv_talentos .blogs.new .blog:nth-of-type(4) { background: #F4F4F4; }
#dv_talentos .blogs.new .blog:nth-of-type(2), #dv_talentos .blogs.new .blog:nth-of-type(3) { background: #f9f9f9; }
.blogs.old{position: absolute; top: 0; }
.blogs.old2{position: absolute; top: 0; width:1166px; }
.blogs a {text-decoration: none;}
.blogs .blog {/*display: table-cell; width: 20%; min-width: 180px; text-align: center; padding: 15px;*/}
.blogs .blog { text-align: left; }
.blog img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.blog .name {color: #297acc !important; display: block; text-transform: uppercase; }
.blog .title { font-size:9.5pt; color: #000; }
.blog .titleBold { font-family: 'CenturyGothic-Bold'; }
.blog .tcargo { font-size:9pt; }


.candidato_premium .dv_candidato_resumo_borda2 .talento_premium {
  margin-top: 5px;
  float: right;
  display: block;
  height: 32px;
  width: 32px;
  background: url('../../img/me32x32.png') no-repeat;
}
