﻿

.header__kitten {
    border-radius: 24px;
    
    display: flex;
    align-items: center;
    background-color: #FFCA28;

    text-transform: uppercase;
    color: rgba(0,0,0, .60);
    border-radius: 24px !important;
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.12);
    font-size: 13px;
    height: 36px;
    padding: 8px 16px !important;
    justify-content: center;
    font-weight: bold !important;
    cursor:pointer;
    margin-right:16px;
}
.topo .logo_sistema {
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
}
.topo .painel_informacoes { 
    display:none;
}

    .topo .painel_filtro {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
.busca_superior-abas {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.painel_filtro_vaga {
    background-image: none !important;
    filter: none !important;
    background-color: #01579B !important;
    border-radius: 4px;
}
    .painel_filtro_vaga #txtPalavraChaveMaster-container {
        display:none;
    }
    
    .painel_filtro_curriculo, .painel_filtro_curriculo_escondido {
        background-image: none !important;
        filter: none !important;
        background-color: #00796B !important;
        border-radius: 4px;
    }
    .painel_filtro_vaga .b, .painel_filtro_curriculo .b {
        display: flex;
        flex-direction: row;
        padding: 16px;
    }
    .painel_filtro_vaga .b > div, .painel_filtro_curriculo .b > div{
        flex-grow:1;
    }
#pnlBusca input {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 4px;
    padding: 8px 4px;
}


.ajax_ace { list-style: none outside none; margin: 0; padding: 0; text-align: left; width: auto !important; min-width: 220px; }

.a img { border: none !important; }
.img_sem_borda { border: none; }
.descricao_vaga { font-weight: bold; }

.funcao_inexistente {background-image: url('/img/imagem_funcoes_inexistentes.gif');height: 50px;width: 232px;position: absolute;}
.cidade_inexistente {background-image: url('/img/imagem_funcoes_inexistentes.gif');height: 50px;width: 232px;position: absolute;z-index: 1003;}
.texto_funcao_inexistente {position: absolute;2pxleft: 75pxfont-weight: bolder;top: 30px;left: 66px; font-weight:bold}
.texto_cidade_inexistente {position: absolute;top: 30px;left: 66px;font-weight: bolder;}

.nomeusuariologado {
    
    font-weight: 700 !important;
    font-family: "Roboto","Helvetica","Arial",sans-serif !important;
    color: #fff;
} 

#changeUser { 
    height:38px; 
    color: #fff; font-size:15px; 
    align-items:center; 
    font-weight:500; 
    font-family: 'Roboto' !important; 
    margin: 0;
    display: flex; 
    line-height: 20px; 

}
#changeUser a {color:#fff}
    #changeUser.empresa {
        background-color: #689F38;
    }
#changeUser.candidato { background-color:#1A4784; }
#changeUser .empresa { width: 50%; text-align: left; float: left; }
#changeUser .candidato { width: 50%; text-align: right; float: right; }

.facebook__integration {
    display: none;
}

.painel_botoes_sistema a {
    font-size: 12px;
    color: rgba(0,0,0, .36) !important;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.busca_superior-abas a:hover {
    text-decoration:none !important;
}
#aBuscarVagas {
    background-color: #01579B;
    margin: 0 4px 0;
}
#aBuscarCurriculos{
    margin:0;
}


.form__search {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.form__search--field {
    width: 100%;
    /*max-width: 544px;*/
}

.form__search--field, .form__search--button {
    margin: 0px 8px;
}

#aBuscarVagas, #aBuscarCurriculos {
    float: none;
    padding: 10px 0px 10px 0px !important;
    color: #fff !important;
    display: flex !important;
    border-radius: 10px 10px 0px 0px;
    justify-content: center;
    width: 264px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 11;
    cursor: pointer;
}
@media screen and (max-width:400px) {
    #aBuscarVagas, #aBuscarCurriculos {
        border-radius: 20px 20px 0px 0px !important;
        padding: 8px !important;
        width: inherit !important;
        font-size: 11px !important;
    }
    .bne__business {
        display:none;
    }
}
.painel_filtro-linha_01 {
    /*margin-top: -173px;*/
    display:flex;
    justify-content:space-between;
}

.hero--subtitle {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 0 32px;
}

.menu-responsivo .btn-default {
    color: #fff !important;
    background: none !important;
    border-color: rgba(0,0,0,0) !important;
    font-weight: bolder !important;
    font-size: 0.9em !important;
    margin-right: 16px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.btiFoto{
    width:150px;
}


#menu__mobile {
    display: none;
    margin-right: 16px;
}

#menuToggle input[type="checkbox"] + .menu__icon .is-open {
    display: block;
}

#menuToggle input[type="checkbox"] + .menu__icon .is-close {
    display: none;
}

#menuToggle input[type="checkbox"]:checked + .menu__icon .is-open {
    display: none;
}

#menuToggle input[type="checkbox"]:checked + .menu__icon .is-close {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

#menuToggle input[type="checkbox"]:checked ~ #menu {
    transform: none;
}

#menuToggle {
    display: block;
    position: relative;
    color:#fff;
}

    #menuToggle a {
        text-decoration: none;
        color: #232323;
        transition: color 0.3s ease;
    }

    #menuToggle input {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        /* hide this */
        z-index: 3;
        /* and place it over the hamburger */
        pointer-events: auto;
        -webkit-touch-callout: none;
    }

#menu {
    position: fixed;
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /*margin: -44px 0 0 -16px;*/
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    background-color: rgba(0, 0, 0, 0.87);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

    #menu ul {
        padding: 64px 8px 8px;
        background-color: #ffffff;
        height: 100vh;
        margin-bottom:0;
        width: 304px;
    }

    #menu a {
        padding: 12px 16px;
        font-size: 16px;
        display: flex;
        color: rgba(0, 0, 0, 0.6);
        border-radius: 4px;
        cursor: pointer;
    }

        #menu a:hover {
            background: rgba(1, 87, 155, 0.27);
            color: #01579B;
        }

        #menu a span {
            margin-right: 8px;
        }


nav {
    display: flex;
}
nav ul{
    display:flex;
    list-style:none;
    justify-content: center;
    margin-bottom:0;
}
nav a {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    opacity: 0.6;
    padding: 7px 30px ;
    text-align: center;
    font-size:12px;
}
nav a:active{
    color: #ffffff
}

    nav a span {
        display: block !important;
        margin-bottom: 3px;
    }

    nav li a:hover, nav li a:active, nav li a:visited, nav li a:focus {
        opacity: 1;
        color: #fff;
        text-decoration: none;
    }

nav div a.active {
    opacity: 1;
    border-bottom: 2px solid #fff;
}


        nav .header__stcnav li a:hover {
            border-bottom: solid 2px rgba(255,255,255,1);
            color: rgba(255,255,255, 0.60);
        }
.user__area {
    display: flex;
    align-items: center;
}

.profile {
    line-height: 20px;
    display: flex;
    align-items: center;
}

.profile .prof__pic {
    width: 36px;
    height: 36px;
 margin-left:16px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
    .profile .prof__pic img{
        width: 100%;
    }
.profile__button {
    background-color:rgba(0,0,0, .38);
    border-radius:24px;
    border:none;
    padding:0 0 0 16px;
}
@media screen and (max-width:599px) {
    .searchbox {
        padding: 16px !important;
    }
    #conteudo.conteudo {
        margin-top: 16px !important;
    }
    nav{
        display:none;
    }
    #menu__mobile {
        display: block;
    }
    .painel_filtro_vaga .b, .painel_filtro_curriculo .b {
        flex-direction: column;
    }
    
    .painel_icones ul {
        display:none;
    }
}


@media screen and (min-width:600px) and (max-width:959px) {
    #conteudo.conteudo {
        margin-top: 16px !important;
    }
    #menu__mobile {
        display: block;
    }
    
    nav {
        display: none;
    }
}
@media screen and (max-width: 480px){
    #headerKitten{
        display: none;
    }
    #pnlMenu {
        display: none;
    }
}




