﻿/*================================== INICIO HEADER */

body {
    font-family: 'Tahoma, sans-serif';
}

#abas {
    height: 56px;
    background-color: #254365;
    padding-top: 16px;
    text-align: center;
    color: black;
}

li a:hover {
    background: transparent;
}

.aba-ativa {
    width: 136px;
    height: 35px;
    margin-top: 10px;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 5px solid #f0f0f0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

    .aba-ativa a {
        padding-top: 5px !important;
        text-shadow: none !important;
        color: #444444 !important;
    }

    .aba-ativa li a:hover {
        background: transparent !important;
    }

.divider {
    height: 50px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #FFF;
}


.aba-inativa {
    width: 136px;
    height: 35px;
    margin-top: 15px;
    background-color: #f0f0f0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    font-weight: normal !important;
    text-align: center;
}

    .aba-inativa a {
        color: grey !important;
        /*    color: rgb(154,154,154,1)*/
        text-shadow: none !important;
    }


#atendimento {
    padding-top: 5px;
}

    #atendimento a {
        color: white;
        padding-right: 0 !important;
    }

#nav-logo {
    height: 100px;
    background-color: white;
}

#logo img {
    padding-left: 25px;
}

#logo-container {
    padding-top: 22px;
}

#btn-header {
    margin-top: 15px;
}

.btn-header {
    width: 155px;
    margin-top: 15px;
}

#login {
    color: #ffffff !important;
}

#navbar-menu {
    height: 50px;
    background: url('../img/Header/bg-menu.png') repeat-x;
}

    #navbar-menu li {
        line-height: 30px;
    }


#header {
    height: 50px;
    background: url('../img/Header/bg-header.png') repeat-x;
    margin-bottom: 0px !important;
    background-image: linear-gradient(to bottom, #2c4f78 50%, #1a2f47 100%);
}


.navbar-inner {
    border: none !important;
    background-image: none !important;
    background: none !important;
    box-shadow: none !important;
    padding-right: 0 !important;
}

#navbar-menu a {
    color: #2c4f78 !important;
    text-shadow: none !important;
    font-size: 14px;
}

#navbar-menu li a:hover {
    background: linear-gradient(to bottom, #f0f0f0 1%,#dadada 100%) !important;
    color: #2c4f78;
}

/*================================== FIM HEADER */


/*================================== INICIO FOOTER */


#redes-sociais {
    min-height: 50px;
    background-color: #2c4f78;
    font-size: 14px;
    vertical-align: middle;
}

    #redes-sociais .row {
        padding-top: 10px;
    }

    #redes-sociais a {
        color: white;
        text-decoration: none;
        padding-top: 10px;
    }

#final {
    height: 157px;
    background-color: #EEEEEE;
    padding-top: 20px;
    line-height: 2px;
}

    #final ul {
        list-style: none;
    }

    #final li {
        line-height: 15px;
    }

    #final a {
        text-decoration: none;
        color: #444444;
    }

.li-sec {
    margin-left: 15px;
}


#links {
    /*padding-top: 20px;*/
    height: 55px;
    font-size: 12px;
}

#final-links {
    margin-left: -5px;
}

#copyright {
    text-align: center;
    font-size: 12px;
}

hr {
    margin: 15px !important;
}

.conteudo {
    background: url(../img/Views/Planos/anunciarvagas.jpg) no-repeat;
}

    .conteudo li {
        background: url(../img/Views/Planos/bullet.png) no-repeat;
    }

.conteudo-cv {
    background: url(../img/Views/Planos/buscarcurriculos.jpg) no-repeat;
}

.busca-completa {
    background: url(../img/Views/Planos/lupa.jpg) no-repeat;
}

.busca-passo {
    background: url(../img/Views/Planos/lupa-passo.jpg) no-repeat;
}

.conteudo-cb {
    background: url(../img/Views/Planos/construirbase.jpg) no-repeat;
}

    .conteudo-cb li {
        background: url(../img/Views/Planos/bullet.png) no-repeat;
    }
/*================================== FIM FOOTER */