/*input:focus, select:focus, textarea:focus {
  background:red;
  color:white; 
  }*/

::selection {
    color: white;
    background: #046a4c;
}

html, button, input, select, textarea {
    color: #222;
}


html {
    min-height: 100%;
    width: 1024px;
    margin: auto;
}

body {
    font-size: .9em;
    line-height: 1.4;
    min-height: 100%;
}

@font-face {
    font-family: 'AdiHaus';
    #src: url("fonts/adihrg__.eot");
    #src: url("fonts/adihrg__.eot?#iefix") format("embedded-opentype"),url("fonts/adihrg__.woff") format("woff"),url("fonts/adihrg__.ttf") format("truetype"),url("fonts/adihrg__.svg#adihrg__") format("svg");
    font-weight: normal;
    font-style: normal;
}

.pie {
    behavior: url(PIE.htc);
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.chromeframe {
    margin: 0;
    font-size: .8em;
    text-align: center;
}


.PretencaoSalarial {
    width: 24%;
    margin-right: 1%;
}

.CargoPretendido {
    width: 50%;
    margin-right: 1%;
}

.Vinculo {
    width: 24%;
}

    .Vinculo .select {
        width: 99%;
    }

        .Vinculo .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.nome-empresa {
    width: 49%;
    margin-right: 1%;
}

.empant-cidade {
    width: 34%;
    margin-right: 1%;
}

.empant-telefone {
    width: 15%;
}



#main {
    background: url(../img/bg-main.png);
    min-height: 300px;
}

    #main .topo .topo-inner {
        width: 940px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 10px;
    }

        #main .topo .topo-inner .logo {
            float: left;
            position: relative;
            top: 10px;
        }


        #main .topo .topo-inner h1 {
            margin: 31px 0 0 18px;
            font-size: 24px;
            line-height: 17px;
            display: inline-block;
            letter-spacing: -1px;
            float: left;
            font-family: 'AdiHaus', Arial, Helvetica, sans-serif;
        }


            #main .topo .topo-inner h1 a {
                color: #fff;
                height: 47px;
                line-height: inherit;
                text-decoration: none;
                padding-left: 19px;
                border-left: 3px solid #7dd9ff;
                display: inline-block;
            }

                #main .topo .topo-inner h1 a span {
                    font-weight: bold;
                    font-size: 42px;
                    line-height: 25px;
                }


.login {
    float: right;
    overflow: hidden;
    margin-top: 36px;
}

    .login .atualize  {
        float: left;
        position: relative;
        top: -10px;
        left: 10px;
    }


    .login .input-wrap, #main .topo .topo-inner .login .input-wrap2 {
        float: left;
        border: 1px solid #cdcdcd;
        border-radius: 4px;
        background: #f0f0f0;
        position: relative;
        margin-right: 10px;
        box-shadow: 0 1px 0 #fff;
        width: 152px;
        height: 36px;
    }

        .login .input-wrap input {
            border: 0;
            height: 36px;
            padding: 0;
            line-height: 36px;
            background: transparent;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 99;
            padding: 0 10px 0 30px;
            width: 136px;
            outline: 0;
            font-size: .9em;
        }

        .login .input-wrap label {
            position: absolute;
            width: 100%;
            height: 36px;
            line-height: 36px;
            z-index: 98;
        }

            .login .input-wrap label .ico {
                width: 15px;
                height: 15px;
                background: url(../img/ico-login-input.png) no-repeat 0 0;
                margin: 11px 11px 0 11px;
                display: inline-block;
                vertical-align: top;
            }

            .login .input-wrap label .ico-login {
                background-position: 0 0;
            }

            .login .input-wrap label .ico-senha {
                background-position: 100% 0;
            }

            .login .input-wrap label span {
                color: #535353;
                text-shadow: 1px 1px 0 #fff;
                display: inline-block;
                font-size: .9em;
            }

    .login .entrar {
        margin-top: 5.5px;
        -webkit-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #2d650e;
        background: url(../img/bg-bt-verde.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #069268, #046a4c);
        background: -moz-linear-gradient(top, #069268, #046a4c);
        background: -o-linear-gradient(top, #069268, #046a4c);
        background: -ms-linear-gradient(top, #069268, #046a4c);
        background: linear-gradient(top, #069268, #046a4c);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        background-color: #046a4c;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
        font-weight: normal;
        float: left;
        width: 68px;
        line-height: 39px;
        height: 39px;
    }

#main .topo .topo-inner .subtitulo {
    float: right;
    margin-right: 15px;
    height: 106px;
}

    #main .topo .topo-inner .subtitulo h2 {
        color: #8ce0ff;
        margin: 0;
        height: 106px;
        line-height: 106px;
        padding-left: 46px;
        background: transparent url(../img/ico-adm.png) no-repeat 0 50%;
    }

#main .topo .topo-inner .logado {
    float: right;
    overflow: hidden;
    margin-top: 36px;
    color: #000;
    font-size: 15px;
}

    #main .topo .topo-inner .logado .usuario {
        padding-left: 24px;
        line-height: 30px;
        background: transparent url(../img/ico-logado.png) 0 50% no-repeat;
        float: right;
        width: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #main .topo .topo-inner .logado .opcoes {
        margin-left: 10px;
        padding: 5px 9px;
        background: #033563;
        font-weight: bold;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        clear: both;
        width: 40px;
        float: right;
    }

        #main .topo .topo-inner .logado .opcoes a {
            color: inherit;
            text-decoration: none;
            padding: 0 5px;
        }

            #main .topo .topo-inner .logado .opcoes a:hover, #main .topo .topo-inner .logado .opcoes a:active {
                text-decoration: underline;
            }

#main .menu {
    height: 64px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
    background: url(../img/bg-menu.png) repeat-x 0 0;
}

    #main .menu .menu-inner {
        height: 62px;
    }

        #main .menu .menu-inner .menu-itens {
            width: 922px;
            height: 44px;
            margin: 8px auto 0 auto;
            box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
            border-radius: 6px;
            border-width: 1px;
            border-style: solid;
            border-color: #d2d2d2 #ebebeb #fff #ebebeb;
        }

            #main .menu .menu-inner .menu-itens ul {
                margin: 3px auto;
                padding: 0;
                overflow: hidden;
                height: 37px;
                border-radius: 4px;
                width: 916px;
                box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
            }

                #main .menu .menu-inner .menu-itens ul li {
                    list-style: none;
                    width: 229px;
                    float: left;
                    text-align: center;
                    font-weight: bold;
                    line-height: 37px;
                }

                    #main .menu .menu-inner .menu-itens ul li a {
                        text-decoration: none;
                        display: block;
                        width: 100%;
                        height: 100%;
                        font-size: .9em;
                        color: #6b6976;
                        background: url(../img/bg-menu-item.png) no-repeat 0 0;
                    }

                        #main .menu .menu-inner .menu-itens ul li a span {
                            display: inline-block;
                            height: 100%;
                            padding-left: 30px;
                        }

                        #main .menu .menu-inner .menu-itens ul li a .home {
                            background: url(../img/ico-menu-home.png) no-repeat 0 0;
                        }

                        #main .menu .menu-inner .menu-itens ul li a .curriculos {
                            background: url(../img/ico-menu-curriculos.png) no-repeat 0 0;
                        }

                        #main .menu .menu-inner .menu-itens ul li a .vagas {
                            background: url(../img/ico-menu-vagas.png) no-repeat 0 0;
                        }

                        #main .menu .menu-inner .menu-itens ul li a .senha {
                            background: url(../img/ico-menu-senha.png) no-repeat 0 0;
                        }

                        #main .menu .menu-inner .menu-itens ul li a:hover, #main .menu .menu-inner .menu-itens ul li a.active {
                            background-position: 100% 0;
                            color: #7dd9ff;
                            text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
                        }

                            #main .menu .menu-inner .menu-itens ul li a:hover span, #main .menu .menu-inner .menu-itens ul li a.active span {
                                background-position: 0 100%;
                            }

                    #main .menu .menu-inner .menu-itens ul li.last {
                        width: 226px;
                    }

#main .conteudo-principal {
    width: 920px;
    margin: 0 auto;
    padding: 0 10px 30px 10px;
    overflow: hidden;
    position: relative;
}


    #main .conteudo-principal .conteudo {
        float: left;
        width: 498px;
        color: #595959;
        position: relative;
    }

        #main .conteudo-principal .conteudo h2 {
            color: #033563;
            font-weight: 200;
            font-size: 1.3em;
            margin-top: 29px;
            margin-bottom: 38px;
        }

            #main .conteudo-principal .conteudo h2 strong {
                font-weight: bold;
            }

        #main .conteudo-principal .conteudo p {
            font-size: .9em;
        }

        #main .conteudo-principal .conteudo .lista-vagas .vaga {
            border: 1px solid #cfcfcf;
            border-radius: 9px;
            background: #f7f7f7;
            margin-bottom: 17px;
            overflow: hidden;
        }

            #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes {
                width: 624px;
                float: left;
                padding: 20px;
                overflow: hidden;
            }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes .texto {
                    display: block;
                    height: 50px;
                    overflow: hidden;
                }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes h5 {
                    margin: 0;
                    line-height: 15px;
                    color: #004473;
                    font-size: 1em;
                    background: url(../img/seta-dados-pessois.png) no-repeat 0 50%;
                    padding-left: 10px;
                }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes p {
                    font-size: .8em;
                    margin: 0 0 0 10px;
                }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes a {
                    font-weight: bold;
                    color: #6b6b6b;
                    font-size: .9em;
                    text-decoration: none;
                }

                    #main .conteudo-principal .conteudo .lista-vagas .vaga .detalhes a:hover {
                        text-decoration: underline;
                    }

            #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes {
                float: right;
                height: 108px;
            }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top {
                    font-size: .9em;
                }

                    #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top div span {
                        font-weight: bold;
                    }

                    #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top .data {
                        float: left;
                    }

                    #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top .quant-vagas {
                        float: right;
                    }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .candidatar a {
                    -webkit-appearance: none;
                    border: 1px solid #2d650e;
                    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
                    background: -webkit-linear-gradient(top, #069268, #046a4c);
                    background: -moz-linear-gradient(top, #069268, #046a4c);
                    background: -o-linear-gradient(top, #069268, #046a4c);
                    background: -ms-linear-gradient(top, #069268, #046a4c);
                    background: linear-gradient(top, #069268, #046a4c);
                    border-radius: 6px;
                    padding: 0;
                    color: #fff;
                    font-size: 15px;
                    font-weight: bold;
                    background-color: #046a4c;
                    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
                    box-shadow: 0 1px 0 #67bca3 inset;
                    text-decoration: none;
                    width: 186px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    display: block;
                }

                #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .enviar {
                    text-align: center;
                }

                    #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .enviar a {
                        color: #343539;
                        font-size: .71em;
                        font-weight: bold;
                        text-decoration: none;
                    }

                        #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .enviar a:hover, #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .enviar a:active {
                            text-decoration: underline;
                        }


        #main .conteudo-principal .conteudo.formulario-cadastro {
            width: 100%;
            position: relative;
        }

            #main .conteudo-principal .conteudo.formulario-cadastro h2, #main .conteudo-principal .form-padrao h2 {
                margin-bottom: 20px;
            }

            #main .conteudo-principal .conteudo.formulario-cadastro form, #main .conteudo-principal .form-padrao form {
                margin-top: 10px;
                margin-bottom: 50px;
                overflow: hidden;
            }

                #main .conteudo-principal .conteudo.formulario-cadastro form h4, #main .conteudo-principal .form-padrao form h4 {
                    color: #033563;
                    font-weight: bold;
                    font-size: .9em;
                    background: transparent url(../img/seta-dados-pessois.png) no-repeat 0 48%;
                    padding-left: 15px;
                    margin-bottom: 20px;
                }

.detalhes .leia {
    margin: 20px 0 0 10px;
    font-size: .9em;
}

    .detalhes .leia:hover {
        cursor: pointer;
    }

.mostrar {
    height: auto !important;    
}

.resumo {
    padding: 20px 20px 20px 40px;
    margin: 0;
    background: #ededed url(../img/bg-vagas-seta.png) no-repeat 0 0;
    color: #2f3239;
    width: 189px;
    height: 69px;
}

.opcoes .itens {
    background-color: #fff;
    width: 163px;
    margin: 11px 0 11px 43px;
    border-radius: 6px;
    padding: 5px 10px;
    height: 40px;
}

    .opcoes .itens p {
        line-height: 15px;
        height: 15px;
        padding: 0;
        margin: 0;
    }

.itens p.titItens {
    font-weight: bold;
}

.foto {
    width: 106px;
    float: left;
    border-radius: 5px;
    margin-right: 25px;
}

    .foto .foto-perfil {
        margin: 10px auto 6px;
        width: 100%;
        text-align: center;
        background-color: #e9e9e9;
        padding: 10px;
    }

        .foto .foto-perfil img {
            -webkit-box-shadow: 0 1px 5px #000;
            -moz-box-shadow: 0 1px 5px #000;
            -ms-box-shadow: 0 1px 5px #000;
            -o-box-shadow: 0 1px 5px #000;
            box-shadow: 0 1px 5px #000;
            border-radius: 5px;
        }



.camposComFoto {
    float: right;
    width: 85%;
    overflow: hidden;
}

.CampoDaFoto {
    width: 20%;
    float: left;
    overflow: hidden;
}

.camposSemFoto {
    float: left;
    width: 100%;
    overflow: hidden;
}

.campos h5 {
    margin: 1em 0;
}

.loginPagina {
    width: 100%;
}

    .loginPagina label {
        font-weight: bold;
        color: #595959;
        padding: 0px;
        font-size: .9em;
        margin-bottom: 0px;
    }


.label-1 {
    width: 100%;
    font-weight: bold;
    color: #595959;
    display: block;
    font-size: .9em;
    margin-bottom: 0px;
}

.input-wrap2 {
    margin-bottom: 15px;
    float: left;
}


.input-wrap, .conteudo .form-padrao .input-wrap, .opcoes-1 .panes .input-wrap {
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
}

    .input-wrap label, .conteudo .form-padrao .input-wrap label, .input-wrap2 label, .opcoes-1 .panes .input-wrap label {
        font-weight: bold;
        color: #595959;
        display: block;
        font-size: .9em;
        margin-bottom: 5px;
    }


    .input-wrap .error {
        color: red;
    }

.input-wrap2 input {
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    padding: 0 5px;
    height: 30px;
    line-height: 24px;
    width: 100%;
    font-size: .9em;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.input-wrap input {
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    padding: 0 1px;
    height: 24px;
    line-height: 24px;
    width: 100%;
    font-size: .9em;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .input-wrap input[type="radio"] {
        border: 0;
    }

.input-wrap .select {
    border-radius: 5px;
    border: 1px solid #8a8a8a;
    #border: 1px solid #004677;
    overflow: hidden;
    background: url(../img/bg-select.png) repeat-x 0 0;
    background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
}

    .input-wrap .select select {
        border: 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        background: transparent url(../img/seta-select.png) no-repeat 0 50%;
        background-position: 100% 50%;
        width: 100%;
        font-size: 0.9em;
        height: 22px;
        line-height: 20px;
        #background: #046a4c;
        outline: double 2px #046a4c;
        display: block;
    }

.input-wrap .radio input {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

input.arquivo {
    width: 453px;
}

.nome label span, .nome-empresa label span {
    float: right;
    margin: 7px 0px 0 0;
    font-size: 9px;
    line-height: 10px;
    height: 10px;
}

.loginPaginaDiv {
    padding: 12px;
    width: 75%;
    background: none repeat scroll 0 0 #E9E9E9;
    border-radius: 5px 5px 5px 5px;
}

    .loginPaginaDiv .GravaCpf {
        float: right;
    }

    .loginPaginaDiv input {
        height: 30px;
        font-size: 16px;
    }

.input-wrap .radio label {
    display: inline-block;
    margin-right: 10px;
}

.input-wrap textarea {
    border: 1px solid #8a8a8a;
    border-radius: 2px;   
    padding: 5px;
    font-size: .95em;
    min-height: 100px;
}

.cadastro-NomeCompleto {
    width: 68%;
    margin-right: 2%;
}

.cadastro-cpf {
    width: 30%;
}

.nome {
    width: 48%;
    margin-right: 2%;
}

.cpf {
    width: 18%;
    margin-right: 2%;
}

.fone-prefixo {
    width: 5%;
    margin-right: 2%;
}

.fone-numero {
    /*width: 23%;*/
    width: 30%;
}


.email {
    width: 48%;
    margin-right: 2%;
}

.celular-prefixo {
    width: 5%;
    margin-right: 2%;
    text-align: center;
}

.celular-numero {
    /*width: 23%;*/
    width: 20%;
    margin-right: 2%;
}

.nacionalidade {
    width: 28%;
}

    .nacionalidade .select {
        width: 99%;
    }

        .nacionalidade .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.mae {
    width: 100%;
}

.logradouro {
    width: 14%;
    margin-right: 1%;
}

    .logradouro .select {
        width: 99%;
    }

        .logradouro .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.endereco {
    width: 39%;
    margin-right: 1%;
}


.numero {
    width: 9%;
    margin-right: 1%;
}

.complemento {
    width: 24%;
    margin-right: 1%;
}

.cep {
    width: 10%;
}


.sms {
    width: 20%;
}

.prefixo-sms {
    width: 5%;
    text-align: center;
    margin-right: 2%;
}





.senha {
    width: 90%;
    margin-right: 2%;
}

    .senha input {
        width: 17%;
        margin-right: 2%;
    }

.bairro {
    width: 29%;
    margin-right: 1%;
}

.cidade {
    width: 39%;
    margin-right: 1%;
}

    .cidade .select {
        width: 99%;
    }

        .cidade .select select {
            width: 100%;
            background-position: 100% 50%;
        }


.uf {
    width: 9%;
    margin-right: 1%;
}

    .uf .select {
        width: 99%;
    }

        .uf .select select {
            width: 100%;
            background-position: 100% 50%;
        }


.regiao {
    width: 20%;
}

    .regiao .select {
        width: 99%;
    }

        .regiao .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.estado-civil {
    clear: both;
    width: 24%;
    margin-right: 1%; 
}

    .estado-civil .select {
        width: 99%;
    }

        .estado-civil .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.sexo {
    width: 24%;
    margin-right: 1%;
}

.nascimento2 {
    width: 28%;
    margin-right: 1%;
}

.filhos {
    width: 9%;
    margin-right: 1%;
}

.deficiencia {
    width: 25%;
    margin-right: 1%;
}

    .deficiencia .select {
        width: 99%;
    }

        .deficiencia .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.redes-sociais-icons {
    width: 3%;
}

.redes-sociais {
    width: 29%;
    margin-right: 1%;
}

.redes-sociais-fim {
    width: 31%;
}

.viajar {
    width: 30%;
    margin-right: 2%;
}

.escolha-cidade {
    width: 68%;
}

    .escolha-cidade .qual-cidade {
        width: 86%;
        float: left;
    }

    .escolha-cidade .uf-viajar {
        width: 50px;
        float: right;
    }

        .escolha-cidade .uf-viajar .select {
            width: 99%;
        }

            .escolha-cidade .uf-viajar .select select {
                width: 100%;
                background-position: 29px 50%;
            }

.formacao {
    width: 30%;
    margin-right: 1%;
}

.nome-educacao {
    width: 73.2%;
    margin-right: 1%;
}

.escolaridade {
    width: 50.8%;
    margin-right: 1%;
}

    .escolaridade .select {
        width: 99%;
    }

        .escolaridade .select select {
            width: 100%;
            background-position: 100% 50%;
        }

.ctps {
    width: 24%;
    margin-right: 1%;
    clear: both;
}

.ctps-serie {
    width: 14%;
    margin-right: 1%;
}

.loginCpf {
    font-size: 1.1em;
    width: 50%;
    margin-right: 2%;
}

.loginCpfSenha {
    width: 48%;
}

.nome-instituicao {
    width: 60%;
    margin-right: 2%;
}

.ano-conclusao {
    width: 141px;
}

    .ano-conclusao .select {
        width: 99%;
    }

        .ano-conclusao .select select {
            width: 100%;
            background-position: 122px 50%;
        }

.ano-cursando {
    width: 170px;
}

    .ano-cursando .select {
        width: 99%;
    }

        .ano-cursando .select select {
            width: 100%;
            background-position: 122px 50%;
        }


.idiomas {
    border: 0;
}

    .idiomas td, .loginPagina td {
        padding: 1px;
        font-size: .9em;
    }

        .idiomas td input {
            margin-right: 0px;
        }

.ultimo-cargo {
    width: 50%;
    margin-right: 2%;
}

.observacoes {
    width: 83%;
    margin-right: 2%;
}

.segmento {
    width: 260px;
}

    .segmento .select {
        width: 99%;
    }

        .segmento .select select {
            width: 100%;
            background-position: 241px 50%;
        }

.periodo {
    width: 48%;
    font-size: .9em;
}

    .periodo .select {
        width: 30%;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.nome-periodo {
    width: 8%;
    margin-right: 0.6%;
}

    .nome-periodo input {
        text-align: right;
    }


.campos .periodo .select {
    width: 99%;
}

    .campos .periodo .select select {
        width: 100%;
        background-position: 81px 50%;
    }

.campos .periodo span {
    display: inline-block;
    vertical-align: middle;
}

.campos .ultimo-cargo-descricao {
    width: 80%;
}

.continuar input {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    width: 197px;
    height: 43px;
    margin-top: 15px;
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
    .continuar input:disabled {
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
    }

#main .conteudo-principal .conteudo.formulario-cadastro form .continuar.no-left-margin input, #main .conteudo-principal .form-padrao form .continuar.no-left-margin input {
    margin-left: 0;
}

#main .conteudo-principal .conteudo.formulario-cadastro form .confirmar input, #main .conteudo-principal .form-padrao form .confirmar input {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    width: 170px;
    height: 43px;
}

#main .conteudo-principal .conteudo.formulario-cadastro .candidaturas, #main .conteudo-principal .form-padrao .candidaturas {
    position: absolute;
    top: 30px;
    right: 0;
    background: #e9e9e9;
    padding: 15px 20px;
    border-radius: 5px;
}

    #main .conteudo-principal .conteudo.formulario-cadastro .candidaturas h2, #main .conteudo-principal .form-padrao .candidaturas h2 {
        margin: 0;
    }

        #main .conteudo-principal .conteudo.formulario-cadastro .candidaturas h2 .seta, #main .conteudo-principal .form-padrao .candidaturas h2 .seta {
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: bottom;
            background: url(../img/seta-candidaturas.png) no-repeat 0 0;
        }

.TextoSuperior {
    width: 77%;
    float: right;
    margin: 0 0 -38px;
}

#main .conteudo-principal .conteudo.formulario-cadastro p, #main .conteudo-principal .form-padrao p {
    /*width: 77%;*/
    /*float: right;*/
    /*margin: 0 0 -38px;*/
}

#main .conteudo-principal .alterar-senha {
    width: 75%;
}

    #main .conteudo-principal .alterar-senha form .campos .input-wrap input {
        padding: 0 10px;
        width: 100%;
        height: 37px;
    }

#main .conteudo-principal .sidebar {
    float: right;
    width: 332px;
    background: #e9e9e9;
    padding: 22px;
    border-radius: 10px;
}

    #main .conteudo-principal .sidebar h2 {
        color: #033563;
        font-weight: 200;
        font-size: 1.3em;
        margin: 3px 0 10px 0;
    }

        #main .conteudo-principal .sidebar h2 strong {
            font-weight: bold;
        }

    #main .conteudo-principal .sidebar .divisao {
        height: 6px;
        width: 100%;
        background: url(../img/bg-side-divisao.png) no-repeat 0 0;
    }

    #main .conteudo-principal .sidebar .oportunidades .oportunidade {
        border-bottom: 1px solid #d4d4d4;
        padding: 5px 0 5px 14px;
        position: relative;
        background: url(../img/ico-side-seta.png) no-repeat 0 30px;
    }

.oportunidades .oportunidade strong {
    color: #033563;
    letter-spacing: -1px;
    font-size: 15px;
}

.oportunidades .oportunidade span {
    display: block;
    color: #24272f;
    font-size: 12px;
}

.oportunidades .oportunidade .notificacao {
    background: url(../img/bg-side-notificacao.png) no-repeat 0 0;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    top: 25px;
}

    .oportunidades .oportunidade .notificacao span {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        line-height: 22px;
        font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    }

.oportunidades .oportunidade a {
    text-decoration: none;
}

#main .conteudo-principal .sidebar .oportunidades .oportunidade.last {
    border: 0;
}

#main .conteudo-principal .sidebar .oportunidades input {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    width: 100%;
    height: 43px;
}

#main .conteudo-principal .sidebar.candidaturas {
    width: 242px;
}

#main .conteudo-principal .creditos {
    color: #033563;
}

    #main .conteudo-principal .creditos p {
        margin: 0;
        font-size: 0.8em;
        font-weight: 200;
    }

        #main .conteudo-principal .creditos p strong {
            font-weight: 800;
        }

#main .manutencao .conteudo {
    width: 100%;
    float: none;
    min-height: 400px;
}

    #main .manutencao .conteudo .opcoes {
    }

.tabs {
    border-bottom: 2px solid #004677;
    width: 100%;
    margin: 0;
}

.opcoes .tabs li {
    background-color: #004677;
    color: #FFF;
    height: 31px;
    line-height: 31px;
    list-style: none outside none;
    margin-left: -29px;
    padding: 10px;
    position: relative;
    width: 172px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.opcoes-1 .tab-options {
    border-bottom: 1px solid #d8d8d8;
}


.opcoes-1 .tabs {
    padding: 0;
    margin: 0;
}

    .opcoes-1 .tabs li {
        list-style: none;
        font-weight: bold;
        display: inline-block;
        margin-right: 1px;
        font-size: 14px;
    }

        .opcoes-1 .tabs li a {
            color: #fff;
            border-radius: 5px 5px 0 0;
            background: #95949a;
            text-decoration: none;
            padding: 10px 15px;
            display: block;
        }

        .opcoes-1 .tabs li .current {
            background-color: #004677;
            position: relative;
        }

            .opcoes-1 .tabs li .current:after {
                background: url(../img/seta-tab-active.png) no-repeat 50% 0;
                width: 100%;
                position: absolute;
                top: 100%;
                left: 0;
                display: block;
                content: " ";
                height: 8px;
            }


    .opcoes-1 .tabs.adm-home {
        width: 425px;
        float: left;
    }


.opcoes-1 .panes {
    margin-top: 20px;
    font-size: .9em;
}

    .opcoes-1 .panes div h4 {
        color: #033563;
        font-weight: bold;
        font-size: .9em;
        background: transparent url(../img/seta-dados-pessois.png) no-repeat 0 48%;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 1em;
    }

    .opcoes-1 .panes div .opcoes-campos td {
        padding: 0 10px 10px 0;
    }

        .opcoes-1 .panes div .opcoes-campos td input {
            margin-right: 10px;
            vertical-align: middle;
        }

        .opcoes-1 .panes div .opcoes-campos td label {
            font-weight: bold;
            color: #6b6b6b;
            vertical-align: middle;
        }

.opcoes-1 .botoes {
    margin-top: 50px;
}

.opcoes-1 .botao-verde {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    width: 128px;
    height: 39px;
    margin-right: 10px;
}

.opcoes-1 .botoes .botao-cinza {
    -webkit-appearance: none;
    border: 1px solid #939395;
    background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #a6a5aa, #838287);
    background: -moz-linear-gradient(top, #a6a5aa, #838287);
    background: -o-linear-gradient(top, #a6a5aa, #838287);
    background: -ms-linear-gradient(top, #a6a5aa, #838287);
    background: linear-gradient(top, #a6a5aa, #838287);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #838287;
    -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
    box-shadow: 0 1px 0 #cbcbcd inset;
    width: 128px;
    height: 39px;
}



.opcoes-1 .opcoes .tab-options {
    border-bottom: 1px solid #d8d8d8;
}

.opcoes-1 .opcoes .tabs {
    padding: 0;
    margin: 0;
}

#main .manutencao .conteudo .opcoes .tabs li {
    list-style: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 1px;
    font-size: 14px;
}

    #main .manutencao .conteudo .opcoes .tabs li a {
        color: #fff;
        border-radius: 5px 5px 0 0;
        background: #95949a;
        text-decoration: none;
        padding: 10px 15px;
        display: block;
    }

    #main .manutencao .conteudo .opcoes .tabs li .current {
        background-color: #004677;
        position: relative;
    }

        #main .manutencao .conteudo .opcoes .tabs li .current:after {
            background: url(../img/seta-tab-active.png) no-repeat 50% 0;
            width: 100%;
            position: absolute;
            top: 100%;
            left: 0;
            display: block;
            content: " ";
            height: 8px;
        }

#main .manutencao .conteudo .opcoes .tabs.adm-home {
    width: 425px;
    float: left;
}

#main .manutencao .conteudo .opcoes .bloquear-acesso {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 495px;
}

    #main .manutencao .conteudo .opcoes .bloquear-acesso li {
        float: left;
        height: 39px;
        line-height: 39px;
    }

        #main .manutencao .conteudo .opcoes .bloquear-acesso li input {
            margin: 0 10px;
            display: inline-block;
        }

        #main .manutencao .conteudo .opcoes .bloquear-acesso li label {
            display: inline-block;
            margin-right: 10px;
            font-weight: bold;
            font-size: .9em;
        }

#main .manutencao .conteudo .opcoes .panes {
    margin-top: 20px;
    font-size: .9em;
}

    #main .manutencao .conteudo .opcoes .panes div h4 {
        color: #033563;
        font-weight: bold;
        font-size: .9em;
        background: transparent url(../img/seta-dados-pessois.png) no-repeat 0 48%;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 1em;
    }

    #main .manutencao .conteudo .opcoes .panes div .opcoes-campos td {
        padding: 0 10px 10px 0;
    }

        #main .manutencao .conteudo .opcoes .panes div .opcoes-campos td input {
            margin-right: 10px;
            vertical-align: middle;
        }

        #main .manutencao .conteudo .opcoes .panes div .opcoes-campos td label {
            font-weight: bold;
            color: #6b6b6b;
            vertical-align: middle;
        }

#main .manutencao .conteudo .opcoes .botoes {
    margin-top: 50px;
}

    #main .manutencao .conteudo .opcoes .botoes .botao-verde {
        -webkit-appearance: none;
        border: 1px solid #2d650e;
        background: url(../img/bg-bt-verde.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #069268, #046a4c);
        background: -moz-linear-gradient(top, #069268, #046a4c);
        background: -o-linear-gradient(top, #069268, #046a4c);
        background: -ms-linear-gradient(top, #069268, #046a4c);
        background: linear-gradient(top, #069268, #046a4c);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        background-color: #046a4c;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
        width: 128px;
        height: 39px;
        margin-right: 10px;
    }

    #main .manutencao .conteudo .opcoes .botoes .botao-cinza {
        -webkit-appearance: none;
        border: 1px solid #939395;
        background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #a6a5aa, #838287);
        background: -moz-linear-gradient(top, #a6a5aa, #838287);
        background: -o-linear-gradient(top, #a6a5aa, #838287);
        background: -ms-linear-gradient(top, #a6a5aa, #838287);
        background: linear-gradient(top, #a6a5aa, #838287);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        background-color: #838287;
        -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
        box-shadow: 0 1px 0 #cbcbcd inset;
        width: 128px;
        height: 39px;
    }

#main .manutencao .conteudo .imagem-padrao {
    -webkit-appearance: none;
    border: 1px solid #939395;
    background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #a6a5aa, #838287);
    background: -moz-linear-gradient(top, #a6a5aa, #838287);
    background: -o-linear-gradient(top, #a6a5aa, #838287);
    background: -ms-linear-gradient(top, #a6a5aa, #838287);
    background: linear-gradient(top, #a6a5aa, #838287);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #838287;
    -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
    box-shadow: 0 1px 0 #cbcbcd inset;
    width: 130px;
    height: 31px;
    margin-right: 40px;
}

#main .manutencao .conteudo .procurar-imagem {
    -webkit-appearance: none;
    border: 1px solid #939395;
    background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #a6a5aa, #838287);
    background: -moz-linear-gradient(top, #a6a5aa, #838287);
    background: -o-linear-gradient(top, #a6a5aa, #838287);
    background: -ms-linear-gradient(top, #a6a5aa, #838287);
    background: linear-gradient(top, #a6a5aa, #838287);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #838287;
    -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
    box-shadow: 0 1px 0 #cbcbcd inset;
    width: 140px;
    height: 31px;
    margin-right: 10px;
}


.lblMensagem {
    float: left;
    font-size: 12px;
}



.btnRotacionar {
    float: right;
}

    .btnRotacionar input {
        left: auto;
        -webkit-appearance: none;
        border: 1px solid #004677;
        background: #004677 url(../img/ico-rotacionar.png) repeat-x center -52px;
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 12px;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
        width: 25px;
        height: 24px;
        padding: 5px 0;
    }



.btnGravar {
    float: right;
}

    .btnGravar input {
        -webkit-appearance: none;
        border: 1px solid #2d650e;
        background: url(../img/bg-bt-verde.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #069268, #046a4c);
        background: -moz-linear-gradient(top, #069268, #046a4c);
        background: -o-linear-gradient(top, #069268, #046a4c);
        background: -ms-linear-gradient(top, #069268, #046a4c);
        background: linear-gradient(top, #069268, #046a4c);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 12px;
        background-color: #046a4c;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
        width: 110px;
        height: 28px;
        margin-top: 15px;
    }

    .btnGravar a {
        -webkit-appearance: none;
        border: 1px solid #2d650e;
        background: url(../img/bg-bt-verde.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #069268, #046a4c);
        background: -moz-linear-gradient(top, #069268, #046a4c);
        background: -o-linear-gradient(top, #069268, #046a4c);
        background: -ms-linear-gradient(top, #069268, #046a4c);
        background: linear-gradient(top, #069268, #046a4c);
        border-radius: 6px;
        padding: 5px 20px;
        color: #fff;
        font-size: 12px;
        background-color: #046a4c;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
        text-decoration: none;
    }

.btnLimpar {
    float: left;
}

    .btnLimpar div {
        -webkit-appearance: none;
        border: 1px solid #939395;
        background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #a6a5aa, #838287);
        background: -moz-linear-gradient(top, #a6a5aa, #838287);
        background: -o-linear-gradient(top, #a6a5aa, #838287);
        background: -ms-linear-gradient(top, #a6a5aa, #838287);
        background: linear-gradient(top, #a6a5aa, #838287);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        background-color: #838287;
        -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
        box-shadow: 0 1px 0 #cbcbcd inset;
        width: 100px;
        height: 30px;
    }

    .btnLimpar input {
        -webkit-appearance: none;
        border: 1px solid #939395;
        background: url(../img/bg-bt-cinza.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #a6a5aa, #838287);
        background: -moz-linear-gradient(top, #a6a5aa, #838287);
        background: -o-linear-gradient(top, #a6a5aa, #838287);
        background: -ms-linear-gradient(top, #a6a5aa, #838287);
        background: linear-gradient(top, #a6a5aa, #838287);
        border-radius: 6px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        background-color: #838287;
        -webkit-box-shadow: 0 1px 0 #cbcbcd inset;
        box-shadow: 0 1px 0 #cbcbcd inset;
        width: 100px;
        height: 30px;
    }

.btnCancelarCandidatura a {
    -webkit-appearance: none;
    border: 1px solid #FFFFcc;
    background: -webkit-linear-gradient(top, #ff0000, #ff0000);
    background: -moz-linear-gradient(top, #ff0000, #ff0000);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 0 #FFaa00 inset;
    box-shadow: 0 1px 0 #FF0000 inset;
    text-decoration: none;
    width: 186px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
}

.btnGravarLogin input {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    width: 100px;
    height: 33px;
}

#main .manutencao .conteudo .gravar {
    -webkit-appearance: none;
    border: 1px solid #2d650e;
    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
    background: -webkit-linear-gradient(top, #069268, #046a4c);
    background: -moz-linear-gradient(top, #069268, #046a4c);
    background: -o-linear-gradient(top, #069268, #046a4c);
    background: -ms-linear-gradient(top, #069268, #046a4c);
    background: linear-gradient(top, #069268, #046a4c);
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #046a4c;
    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
    box-shadow: 0 1px 0 #67bca3 inset;
    height: 31px;
    width: 100px;
}

.overlay {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmNmY2ZjIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(252, 252, 252, 0.6) 1%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(1%, rgba(252, 252, 252, 0.6)), color-stop(99%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(252, 252, 252, 0.6) 1%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(252, 252, 252, 0.6) 1%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(252, 252, 252, 0.6) 1%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, rgba(252, 252, 252, 0.6) 1%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99000000',GradientType=1 );
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, #main .conteudo-principal .conteudo .lista-vagas .vaga:before, #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top:before, .clearfix:after, #main .conteudo-principal .conteudo .lista-vagas .vaga:after, #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top:after {
    content: " ";
    display: table;
}

.clearfix:after, #main .conteudo-principal .conteudo .lista-vagas .vaga:after, #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top:after {
    clear: both;
}

.clearfix, #main .conteudo-principal .conteudo .lista-vagas .vaga, #main .conteudo-principal .conteudo .lista-vagas .vaga .opcoes .top {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

div.upload {
    float: right;
    position: relative;
    left: 23px;
    width: 81px;
    height: 25px;
}

    div.upload:before {
        content: 'inserir foto';
        text-align: center;
        cursor: pointer;
        -webkit-appearance: none;
        border: 1px solid #2d650e;
        background: url(../img/bg-bt-verde.png) repeat-x 0 0;
        background: -webkit-linear-gradient(top, #069268, #046a4c);
        background: -moz-linear-gradient(top, #069268, #046a4c);
        background: -o-linear-gradient(top, #069268, #046a4c);
        background: -ms-linear-gradient(top, #069268, #046a4c);
        background: linear-gradient(top, #069268, #046a4c);
        border-radius: 6px;
        padding: 4px 7px;
        color: #fff;
        font-size: 13px;
        background-color: #498B28;
        -webkit-box-shadow: 0 1px 0 #67bca3 inset;
        box-shadow: 0 1px 0 #67bca3 inset;
    }

    div.upload input {
        position: relative;
        height: 28px;
        width: 78px;
        display: inline;
        cursor: pointer;
        opacity: 0;
        top: -24px;
    }

.FloatRight {
    float: right;
}




.popup-holder {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

    .popup-holder .popup {
        margin: 2.4% auto;
        display: none;
        width: 794px;
        background: rgba(0, 0, 0, 0.3);
        padding: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }

        .popup-holder .popup .topo {
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            background: url(../img/bg-popup-topo.png) repeat-x 0 0;
            height: 66px;
            padding-bottom: 6px;
        }

            .popup-holder .popup .topo:before, .popup-holder .popup .topo:after {
                content: " ";
                /* 1 */
                display: table;
                /* 2 */
            }

            .popup-holder .popup .topo:after {
                clear: both;
            }

            .popup-holder .popup .topo h3 {
                color: #7dd9ff;
                padding-left: 30px;
                line-height: 66px;
                height: 66px;
                margin: 0;
                float: left;
            }

            .popup-holder .popup .topo .fechar {
                background: transparent url(../img/bt-fechar.png) 0 0 no-repeat;
                width: 40px;
                height: 40px;
                margin: 12px 13px;
                float: right;
                cursor: pointer;
            }

        .popup-holder .popup .conteudo {
            background: #fff;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            min-height: 100px;
            padding: 24px;
        }

            .popup-holder .popup .conteudo h4 {
                font-weight: bold;
                color: #033563;
                margin: 0 0 15px 0;
                letter-spacing: -1px;
                font-size: 1.2em;
            }

            .popup-holder .popup .conteudo .detalhes {
                background: #e9e9e9;
                padding: 12px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                margin-bottom: 20px;
            }

                .popup-holder .popup .conteudo .detalhes table {
                    width: 100%;
                }

                    .popup-holder .popup .conteudo .detalhes table td {
                        font-weight: bold;
                        font-size: .9em;
                        padding: 2px 0;
                        letter-spacing: -1px;
                    }

                        .popup-holder .popup .conteudo .detalhes table td.titulo1, .popup-holder .popup .conteudo .detalhes table td.titulo2 {
                            color: #595959;
                            text-align: right;
                            padding-right: 10px;
                        }

                        .popup-holder .popup .conteudo .detalhes table td.info1, .popup-holder .popup .conteudo .detalhes table td.info2 {
                            color: #057654;
                            text-align: left;
                            padding-right: 10px;
                        }

                        .popup-holder .popup .conteudo .detalhes table td.info1 {
                            width: 49%;
                        }

                        .popup-holder .popup .conteudo .detalhes table td .salario {
                            font-size: 1.1em;
                        }

            .popup-holder .popup .conteudo h5 {
                margin: 0;
                line-height: 15px;
                color: #033563;
                font-size: 1em;
                background: url(../img/seta-dados-pessois.png) no-repeat 0 48%;
                padding-left: 10px;
                font-size: .9em;
            }

            .popup-holder .popup .conteudo p {
                font-size: .85em;
                color: #595959;
                margin-bottom: 20px;
            }

            .popup-holder .popup .conteudo .requisitos {
                font-size: .9em;
                margin-top: 10px;
            }

                .popup-holder .popup .conteudo .requisitos td {
                    color: #595959;
                }

                    .popup-holder .popup .conteudo .requisitos td.titulo1, .popup-holder .popup .conteudo .requisitos td.titulo2 {
                        font-weight: bold;
                        text-align: right;
                        padding-right: 10px;
                    }

                    .popup-holder .popup .conteudo .requisitos td.info1, .popup-holder .popup .conteudo .requisitos td.info2 {
                        font-weight: lighter;
                        text-align: left;
                    }

                    .popup-holder .popup .conteudo .requisitos td.info1 {
                        width: 45%;
                    }

            .popup-holder .popup .conteudo .candidatar {
                margin: 50px 0 7px 0;
                text-align: center;
            }

                .popup-holder .popup .conteudo .candidatar input {
                    -webkit-appearance: none;
                    border: 1px solid #2d650e;
                    background: url(../img/bg-bt-verde.png) repeat-x 0 0;
                    background: -webkit-gradient(top left, bottom left, from(#069268), to(#046a4c));
                    background: -webkit-linear-gradient(top, #069268, #046a4c);
                    background: -moz-linear-gradient(top, #069268, #046a4c);
                    background: -o-linear-gradient(top, #069268, #046a4c);
                    background: linear-gradient(top, #069268, #046a4c);
                    -webkit-border-radius: 6px;
                    -moz-border-radius: 6px;
                    border-radius: 6px;
                    padding: 0;
                    color: #fff;
                    font-size: 15px;
                    font-weight: bold;
                    background-color: #046a4c;
                    -webkit-box-shadow: 0 1px 0 #67bca3 inset;
                    box-shadow: 0 1px 0 #67bca3 inset;
                    height: 43px;
                    width: 185px;
                }

        .popup-holder .popup.candidatar {
            width: 413px;
            position: relative;
        }

            .popup-holder .popup.candidatar form {
                width: 100%;
            }

                .popup-holder .popup.candidatar form .input-wrap {
                    color: #595959;
                    font-size: .8em;
                    width: 100%;
                }

                    .popup-holder .popup.candidatar form .input-wrap label {
                        display: block;
                        font-weight: bold;
                        margin-bottom: 10px;
                    }

                    .popup-holder .popup.candidatar form .input-wrap input {
                        margin-bottom: 20px;
                        font-weight: bold;
                        border: 1px solid #8a8a8a;
                        width: 100%;
                        box-sizing: border-box;
                        height: 37px;
                        line-height: 37px;
                        padding: 0 10px;
                        float: left;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                    }

                        .popup-holder .popup.candidatar form .input-wrap input[disabled] {
                            width: 100%;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            border: 1px solid #e8e8e8;
                            background: #e8e8e8;
                        }

                    .popup-holder .popup.candidatar form .input-wrap .obs {
                        float: left;
                        line-height: 37px;
                        margin-left: 10px;
                    }

                    .popup-holder .popup.candidatar form .input-wrap textarea {
                        width: 100%;
                        border: 1px solid #8a8a8a;
                        height: 97px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        color: #595959;
                        font-weight: bold;
                        padding: 10px;
                        resize: none;
                    }

.modal {
    display: none;
    position: fixed;
    top: 15%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    padding: 9px;
    width: 520px;
    -webkit-box-shadow: 0 0 60px #333;
    box-shadow: 0 0 60px #333;
}

    .modal .topo {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background: url(../img/bg-popup-topo.png) repeat-x 0 0;
        height: 66px;
        padding-bottom: 6px;
    }

        .modal .topo:before, .modal .topo:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .modal .topo:after {
            clear: both;
        }

        .modal .topo h3 {
            color: #7dd9ff;
            padding-left: 30px;
            line-height: 66px;
            height: 66px;
            margin: 0;
            float: left;
        }

        .modal .topo .fechar {
            background: transparent url(../img/bt-fechar.png) 0 0 no-repeat;
            width: 40px;
            height: 40px;
            margin: 12px 13px;
            float: right;
            cursor: pointer;
        }

    .modal .conteudo {
        padding: 20px;
        background: #fff;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .modal .conteudo p {
            padding-left: 82px;
            background: transparent url(../img/ico-alerta.png) no-repeat 10px 50%;
            min-height: 52px;
            margin: 0 0 22px 0;
            color: #595959;
            font-weight: bold;
            letter-spacing: -1px;
            font-size: .9em;
        }

        .modal .conteudo form .input-wrap {
            color: #595959;
            font-size: .8em;
            width: 100%;
        }

            .modal .conteudo form .input-wrap label {
                display: block;
                font-weight: bold;
                margin-bottom: 10px;
            }


            .modal .conteudo form .input-wrap input {
                margin-bottom: 20px;
                font-weight: bold;
                border: 1px solid #8a8a8a;
                width: 231px;
                box-sizing: border-box;
                height: 37px;
                line-height: 37px;
                padding: 0 10px;
                float: left;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .modal .conteudo form .input-wrap input[disabled] {
                    width: 231px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    border: 1px solid #e8e8e8;
                    background: #e8e8e8;
                }

            .modal .conteudo form .input-wrap .obs {
                float: left;
                line-height: 37px;
                margin-left: 10px;
            }

            .modal .conteudo form .input-wrap textarea {
                width: 231px;
                border: 1px solid #8a8a8a;
                height: 97px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                color: #595959;
                font-weight: bold;
                padding: 10px;
                resize: none;
            }

        .modal .conteudo .botoes-sim-nao {
            text-align: center;
        }

            .modal .conteudo .botoes-sim-nao .sim {
                -webkit-appearance: none;
                border: 1px solid #2d650e;
                background: url(../img/bg-bt-verde.png) repeat-x 0 0;
                background: -webkit-gradient(top left, bottom left, from(#069268), to(#046a4c));
                background: -webkit-linear-gradient(top, #069268, #046a4c);
                background: -moz-linear-gradient(top, #069268, #046a4c);
                background: -o-linear-gradient(top, #069268, #046a4c);
                background: linear-gradient(top, #069268, #046a4c);
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                padding: 0;
                color: #fff;
                font-size: 15px;
                font-weight: bold;
                background-color: #046a4c;
                -webkit-box-shadow: 0 1px 0 #67bca3 inset;
                box-shadow: 0 1px 0 #67bca3 inset;
                height: 39px;
                width: 88px;
                margin-right: 20px;
            }

            .modal .conteudo .botoes-sim-nao .nao {
                -webkit-appearance: none;
                border: 1px solid #88020c;
                background: url(../img/bg-bt-vermelho.png) repeat-x 0 0;
                background: -webkit-gradient(top left, bottom left, from(#b60f1c), to(#9c0b14));
                background: -webkit-linear-gradient(top, #b60f1c, #9c0b14);
                background: -moz-linear-gradient(top, #b60f1c, #9c0b14);
                background: -o-linear-gradient(top, #b60f1c, #9c0b14);
                background: linear-gradient(top, #b60f1c, #9c0b14);
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                padding: 0;
                color: #fff;
                font-size: 15px;
                font-weight: bold;
                background-color: #046a4c;
                -webkit-box-shadow: 0 1px 0 #d36c74 inset;
                box-shadow: 0 1px 0 #d36c74 inset;
                height: 39px;
                width: 88px;
            }

.no-rgba .popup-holder .popup {
    background: transparent url(../img/bg-popup-holder.png) 0 0;
}

.no-rgba .modal {
    background: transparent url(../img/bg-popup-holder.png) 0 0;
}

.impressao a {
    background: transparent url(../img/impressora_32x32.png) no-repeat;
    background-size: 25px;
    padding: 5px 0 3px 30px;
    cursor: pointer;
    color: steelblue;
}

    .impressao a:hover {
        text-decoration: underline;
    }


.cargos_ativos a {
    color: #004677;    
}


.cargos_ativos ul {
    padding: 10px;
    border: solid 1px;
}

.cargos_ativos li {
    list-style: none;
}
.cargos_ativos .highlight
{
    color: #004677;  
    font-weight: bold;
}


.AvisoEducacao {
    
}

