﻿:root {
    --tab-btn-cadastrese: 280px;
}
body {
    background-color: #c8cbc9;
    /*color:#878786;*/
    /*color:#3F4048;*/
    color: #a1a1a1;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px;
}

.corpo {
    background-color: #f7f7f7;
    padding: 0 !important;
}

.topo_formulario {
    background-color: white;
    border-bottom: 2px solid #d9d9d9;
}

.logo_form {
    padding: 15px;
    float: left;
}

.logo_form img {
    position: relative;
    float: left;
    width: 60%;
    margin: 0px;
    height: auto; 
}

.corpo_vaga {
    padding: 15px;
}

.coluna_vaga {
    background-color: white;
    margin: 10px;
}
.coluna_home {
    position: relative;
    float: left;
    background-color: white;
    padding: 0px;
    width: calc(100% - 20px);
    margin: 10px;
}
.coluna_candidatese {
    position: relative;
    float: left;
    background-color: white;
    padding: 0px;
    width: calc(100% - 20px);
    margin: 10px;
}
.coluna_candidatese .row{
    margin-right: 0px;
    margin-left: 0px;
}
#lblTituloVaga{
    padding: 0px 10px;
}
h1 {
    color: #0082b9;
    font-size: 2em;
    border-bottom: 1px solid #eeeeee;
}

dd {
    padding: 0 0 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: #5c5c5c;
}

dt {
    margin-top: 10px;
    font-weight: normal;
}

textarea {
    resize: none;
}

.mimicurriculo {
    display: none;
}

.menu_topo {
    float: right;
}

.clear {
    clear: both;
}

.menu_topo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.menu_topo ul li {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    margin-right: 120px;
    text-transform: uppercase;
    padding-top: 28px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.menu_topo ul li a:hover {
    text-decoration: none;
}

.btn_scroll_enviar_cand {
    display: block;
    /*width: 150px;*/
    /*background-color: #0082b9;*/
    padding: 4px;
    /*text-align: center;*/
    /*border-radius: 4px;*/
    /*color: white;*/
    /*font-weight:bold;*/
    font-size: 14px;
}

.btn_candidatura_pequeno {
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 4px;
}

.btn_candidatura_pequeno_img {
    width: 140px;
}

.btn_scroll_enviar_cand span {
    padding-left: 5px;
    padding-top: 5px;
    display: inline;
}

.btn_scroll_enviar_cand:focus, .btn_scroll_enviar_cand:active {
    color: white !important;
    text-decoration: none;
}

.barra_desc_vaga ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .barra_desc_vaga ul li {
        display: inline;
        float: left;
    }

.barra_desc_vaga {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    border-radius: 0;
}

.btn_linkedin {
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btn_share_linkedin {
    margin-top: 5px;
    margin-right: 15px;
}

.btn_candidatar_li {
    margin-right: 20px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.caixa_texto {
    margin-top: 30px;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    font-size: 18px;
    padding: 5px;
    width: 100%;
    padding-left: 20px;
}
.caixa_texto:focus{
    outline: none;
}
.btn_sel_cv {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #0082b9;
    color: #0082b9;
    font-weight: bold;
    letter-spacing: 2px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 15px 0px 0px;
}
.btn_sel_cv:hover{
    text-decoration: none;
    color: white;
    background: linear-gradient(to bottom, #2f8fb5 0%,#0082b9 32%,#0082b9 32%,#207cca 63%,#2f8fb5 100%);
}
.form-group {
    position: relative;
}
.campo_obrigatorio {
    position: absolute;
    top: 36px;
    color: red;
}

.logo_empresa {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.h1_titulo_vaga {
    width: 100%;
}
#lblInfoLogotipo{
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 10px 0px 0px;
}
.lbl_campo_obrigatorio{
    position: relative;
    float: left;
    font-size: 14px;
    width: 100%;
    margin: 10px 0px 10px;
}
#nomeArquivoUpload{
    position: relative;
    float: left;
    width: 100%;
    padding: 2px 10px;
    background-color: #12f500;
    border: 1px solid #00e928;
    color: #000000;
    font-weight: 500;
    display: none;
    text-align: left;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 8px 0px 0px;
    font-size: 11px;
}
.menu_topo ul li:hover {
    background: url(../img/bg-menu-hover.png) repeat-x;
    color: white;
}

    .menu_topo ul li a:hover, .menu_topo ul li:hover a {
        color: white;
    }

#btnEnviarCandidatura {
    width: 220px;
}
#btnGravarCandidatoVaga{
    position: relative;
    float: left;
    width: var(--tab-btn-cadastrese);
    margin: 10px 0px 15px calc((100% - var(--tab-btn-cadastrese)) / 2);
    font-size: 18px;
}
#btnGravarCandidatoVaga:focus{
    outline: none;
}
#btnGravarCandidatoVaga i,#btnGravarCandidatoVaga svg{
    display: none;
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #d90303;
}
input[type='checkbox']{
    position: relative;
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0px 0px;
    line-height: normal;
}
.p_OU {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.redes_sociais_topo {
    margin-top: 25px;
    float: right;
    margin-right: 15px;
}

    .redes_sociais_topo ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .redes_sociais_topo ul li {
            display: inline;
        }

    .redes_sociais_topo img {
        width: 30px;
    }

.container_titulo_vaga {
    display: flex;
}

.fixed {
    width: 70px;
}

.flex-item {
    flex-grow: 1;
}

.btn_hidden_lkd {
    display: none;
}

a {
    color: #333;
}

.btn_candidatura_esquerda {
    margin-left: 10px;
}

.ulRedesSociaisCliente li {
    margin-left: 10px;
}

.btn_candidate_se {
    text-align: center;
    width: 99%;
    display: block;
    background-color: #0082b9;
    margin: 10px;
    color: white;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
}

.btn_candidate_se:hover {
    color: white;
    text-decoration: none;
    background: linear-gradient(to bottom,  #0082b9 0%,#006eb7 33%,#006eb7 71%,#0082b9 100%);
}

.socials-share {
    border: 1px solid #ccd1d9;
    margin-bottom: 20px;
    margin-top: 40px;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 99%;
}

.socials-share h4 {
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.rrssb-buttons {
    box-sizing: border-box;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px;
}

.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
}

.rrssb-buttons li.rrssb-linkedin a {
    background-color: #007bb6;
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%;
}

.rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px;
}

svg:not(:root) {
    overflow: hidden;
}

.rrssb-buttons li a .rrssb-icon svg path {
    fill: #fff;
}

.rrssb-buttons li a .rrssb-text {
    color: #fff;
}

.rrssb-buttons li.small a .rrssb-text {
    visibility: hidden;
}


.rrssb-buttons li.rrssb-facebook a {
    background-color: #306199;
}

.rrssb-buttons li.rrssb-twitter a {
    background-color: #26c4f1;
}

.popup
{
    cursor:pointer;
}

.tit_info_pess_cand {
    margin-top: 35px;
    color: #5c5c5c;
    font-weight: bold;
}

.botao_enviar_candidatura {
    border-radius: 4px;
    border: none;
    background-color: #0082b9;
    padding: 10px;
    color: white;
    width: 30%;
    margin:0;
}

.divCopyright {
    background-color: white;
    padding: 5px;
    width: 98%;
    margin-left: 10px;
    font-size:12px;
    text-align:center;
}

.texto_cidade_setor {
    color: #5c5c5c;
}

.logo_titulo_vaga
{
    background-color:red;
    width:70px;
    float:right;
}

.termo_cadastro {
    color: #333;
}
.cadastrorealizado{
    position: relative;
    float: left;
    margin: 0px;
    padding: 8px 12px;
    text-align: center;
    width: 100%;
}
.TituloCadastroRealizado{
    color: #01a4a6;
    text-align: center;
}
.btnHome{
    position: relative;
    float: left;
    width: var(--tab-btn-cadastrese);
    margin: 20px 0px 35px calc((100% - var(--tab-btn-cadastrese)) / 2);
    font-size: 18px;
}
.btnHome:focus{
    outline: none;
}
.btnMeLinkedin{
    position: absolute;
    right: 10px;
    top: 30px;
    margin: 0px;
    padding: 0px;
    color: #0a66c2;
    font-size: 25px;

}
.btnMeLinkedin:hover{
    color: #1688fa;
}