/* Geral */
#conteudo-principal {
    margin-top: 20px;
}

.link-ver-mais {
    font-size: 11px;
    line-height: 15px;
    margin-left: 1em;
    white-space: nowrap;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.titulo {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.titulo h2 {
    font-size: 24px;
    line-height: 34px;
    display: inline;
}
.seta-direita {
    border-top: 4px solid transparent;
    border-left: 5px solid #000000;
    border-bottom: 4px solid transparent;

    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}
a .seta-direita {
    border-left: 5px solid #0088CC;
}

/* Breadcrumb */
.area-navegacao {
    display: none;
}

/* Webdoor */
.row.linha-webdoor {
    margin-left: -10px !important;
}
.banner-webdoor {
    background-repeat: no-repeat;
    height: 202px;
    text-transform: uppercase;
}
.banner-webdoor a:hover {
    text-decoration: none;
}
.conteudo-banner-webdoor {
    display: block;
    padding: 50px 10px 10px 170px;
}
.banner-webdoor .texto {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 1px 1px 5px #000000;
}
.banner-webdoor .destaque {
    color: #FFFF00;
    font-size: 22px;
    font-style: normal;
    font-weight: bolder;
    line-height: 32px;
    text-shadow: 1px 1px 5px #000000;
}
.vagas-destaque .titulo {
    padding: 5px;
    margin-bottom: 0;
}
.vagas-destaque h2 {
    margin: 0;
    padding: 0;
}
.data-vaga-destaque {
    line-height: 30px;
    margin-left: 10px;
}

.lista-vagas-destaque {
    margin-bottom: 0;
    height: 296px;
    overflow: hidden;
}

.vaga-destaque {
    border-bottom: 1px solid #EEEEEE;
    padding: 7px;
}
.vaga-destaque:last-child {
    border-bottom: 0;
}
.vaga-destaque abbr {
    border-bottom: none;
}

.vaga-destaque .area-conteudo {
    float: left;
    width: 90%;
}
.vaga-destaque .area-seta {
    float: left;
    opacity: 0.6;
    padding: 15px 0 0 0;
    text-align: center;
    width: 10%;
}

.titulo-vaga-destaque {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.descricao-vaga-destaque {
    font-size: 13px;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
}
.descricao-vaga-destaque a {
    color: #303030;
}
.descricao-vaga-destaque a:hover {
    text-decoration: none;
}

/* Form Cadastro */
#area-form-cadastro {
    border-style: solid;
    border-color: #B7D3E3;
    border-width: 1px 1px 10px 1px;
    border-radius: 20px;
    padding: 20px;
}
#form-cadastro {
    background-color: #e9f2f9;
    background-image: linear-gradient(to bottom, #e9f2f9, #cddef0);
    background-image: -moz-linear-gradient(top, #e9f2f9, #cddef0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9f2f9), to(#cddef0));
    background-image: -webkit-linear-gradient(top, #e9f2f9, #cddef0);
    background-image: -o-linear-gradient(top, #e9f2f9, #cddef0);

    background-repeat: repeat-x;
    margin: 0;
    padding: 2px 20px;
}
#form-cadastro h2 {
    margin-bottom: 25px;
}
#botao-cadastrar-cv {
    margin: 15px 0;
    text-transform: uppercase;
}
#botao-cadastrar-cv .texto {
    font-weight: bold;
}
#botao-cadastrar-cv small {
    clear: both;
    color: #FFFF00;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000;
    white-space: nowrap;
}
#form-cadastro .aviso-discreto {
    color: #909090;
}

.opcoes-form-cadastro {
    margin-bottom: 0;
}
.opcoes-form-cadastro a {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FAFAFA, #EAEAEA);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EAEAEA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#EAEAEA));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EAEAEA);
    background-image: -o-linear-gradient(top, #FAFAFA, #EAEAEA);
    background-repeat: repeat-x;
    border: 1px solid #E0E0E0;

    color: #303030;
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 23px;
    padding: 15px 10px;
}
.opcoes-form-cadastro a:hover {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #F5F5F5, #E0E0E0);
    background-image: -moz-linear-gradient(top, #F5F5F5, #E0E0E0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#E0E0E0));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #E0E0E0);
    background-image: -o-linear-gradient(top, #F5F5F5, #E0E0E0);
    text-decoration: none;
}
.opcoes-form-cadastro a i {
    vertical-align: inherit;
}
.opcao-exassinante b {
    color: #FF6600;
}
.opcao-empresa b {
    color: #2276BB;
}

/* Estatisticas */
.linha-estatisticas {
    margin-top: 30px;
}
.tabela-estatisticas {
    box-shadow: 1px 3px 5px #AAAAAA;
    margin-bottom: 0;
}
.tabela-estatisticas caption {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: left;
}
.tabela-estatisticas tfoot td {
    text-align: right;
}
.tabela-estatisticas .nome {
    max-width: 120px;
}
.tabela-estatisticas .nome a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabela-estatisticas .valor {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    white-space: nowrap;
    min-width: 30px;
}

/* Blog */
.linha-blog {
    margin-top: 30px;
}
.linha-blog ul {
    margin-bottom: 0;
}
.linha-blog h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.linha-blog .caption {
    padding-bottom: 10px;
}
.linha-blog .caption p {
    font-size: 14px;
    line-height: 16px;
    height: 80px;
    margin-bottom: 0;
    overflow: hidden;
}
.thumbnail a.link-imagem {
    display: block;
    overflow: hidden;
}

/* Anunciantes */
.linha-anunciantes {
    margin-top: 30px;
}
.lista-anunciantes {
    margin: 20px !important;
    text-align: center;
}
.lista-anunciantes li {
    margin: 5px 1px 0 1px !important;
    padding: 0 !important;
    vertical-align: middle;
}
.lista-anunciantes .anunciante {
    background-repeat: no-repeat;
    border: 1px solid #EEEEEE;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.lista-anunciantes .seta {
    cursor: pointer;
    opacity: 0.5;
}
.lista-anunciantes .seta:hover {
    opacity: 1;
}

.sprite1 .anunciante { background-image: url(../../img/anunciantes/sprite1.jpg); }
.sprite2 .anunciante { background-image: url(../../img/anunciantes/sprite2.jpg); }
.sprite3 .anunciante { background-image: url(../../img/anunciantes/sprite3.jpg); }
.sprite4 .anunciante { background-image: url(../../img/anunciantes/sprite4.jpg); }
.sprite5 .anunciante { background-image: url(../../img/anunciantes/sprite5.jpg); }
.sprite6 .anunciante { background-image: url(../../img/anunciantes/sprite6.jpg); }
.sprite7 .anunciante { background-image: url(../../img/anunciantes/sprite7.jpg); }
.sprite8 .anunciante { background-image: url(../../img/anunciantes/sprite8.jpg); }
.sprite9 .anunciante { background-image: url(../../img/anunciantes/sprite9.jpg); }
.sprite10 .anunciante { background-image: url(../../img/anunciantes/sprite10.jpg); }

.pos1 .anunciante { background-position: 0 0; }
.pos2 .anunciante { background-position: 0 -60px; }
.pos3 .anunciante { background-position: 0 -120px; }
.pos4 .anunciante { background-position: 0 -180px; }
.pos5 .anunciante { background-position: 0 -240px; }
.pos6 .anunciante { background-position: 0 -300px; }
.pos7 .anunciante { background-position: 0 -360px; }
.pos8 .anunciante { background-position: 0 -420px; }
.pos9 .anunciante { background-position: 0 -480px; }
.pos10 .anunciante { background-position: 0 -540px; }
.pos11 .anunciante { background-position: 0 -600px; }
.pos12 .anunciante { background-position: 0 -660px; }

/* Responsive */
@media (max-width: 979px) {
    .webdoor {
        margin-bottom: 20px;
    }
    #form-cadastro .control-label,
    #form-cadastro .controls {
        clear: bock;
        display: block;
        float: none;
        margin: 0;
        text-align: left;
    }
    .link-ver-mais {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .banner-webdoor {
        display: none;
    }
    .thumbnail a.link-imagem {
        max-height: 200px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .thumbnail a.link-imagem {
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    .tabela-estatisticas a {
        display: block;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .banner-webdoor .texto {
        font-size: 18px;
        line-height: 22px;
    }
    .banner-webdoor .destaque {
        font-size: 20px;
        line-height: 24px;
    }
    .thumbnail a.link-imagem {
        max-height: 104px;
    }
}

@media (min-width: 980px) {
    .webdoor {
        min-height: 550px;
    }
    .webdoor:before {
        background: radial-gradient(ellipse farthest-side at 100% 50%, rgba(0, 0, 0, 0.15), transparent) repeat scroll 0 0 transparent;
        border-right: 1px solid #F2F2F2;
        content: '';
        display: block;
        clear: both;
        height: 500px;
        margin: 25px 0 0 -11px;
        position: absolute;
        width: 10px;
    }
    .webdoor:after {
        background: radial-gradient(ellipse farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent) repeat scroll 0 0 transparent;
        border-top: 1px solid #F2F2F2;
        content: '';
        display: block;
        clear: both;
        height: 10px;
    }

    #form-cadastro .control-label {
        width: 130px;
    }
    #form-cadastro .controls {
        margin-left: 140px;
    }
    .thumbnail a.link-imagem {
        max-height: 140px;
    }
}

@media (min-width: 1200px) {
    .conteudo-banner-webdoor .destaque {
        font-size: 26px;
        line-height: 40px;
    }
    .thumbnail a.link-imagem {
        max-height: 173px;
    }
}