﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat|Pathway+Gothic+One|Poppins');

body {
    font-family: "Montserrat";
}


.titulo_serio {
    display: block;
    width: 100%; /* Ocupa toda a largura */
    background-color: #606c78; /* Azul grafite sóbrio */
    color: #ecf0f1; /* Texto claro */
    font-size: 18px;
    font-weight: 600; /* Negrito moderado */
    padding: 12px 20px;
    border-radius: 6px; /* Cantos levemente arredondados */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

/* Faixa moderna full-width */
.checkbox_faixa {
    display: flex; /* Flex para alinhar checkbox + texto */
    align-items: center; /* Centraliza verticalmente */
    justify-content: flex-start; /* Alinha à esquerda */
    width: 100%; /* Ocupa toda a largura */
    height: 40px; /* Altura da faixa */
    font-size: 18px;
    font-weight: 600;
    color: #000; /* Texto preto */
    background-color: #f5f5f5; /* Fundo cinza claro */
    border-radius: 10px; /* Cantos arredondados */
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    padding: 0 20px; /* Espaço interno à esquerda */
}


.checkbox_faixa input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #378459; /* Check verde */
    margin-right: 12px; /* Espaço entre checkbox e texto */
    cursor: pointer;
}

.checkbox_faixa span {
    line-height: 1.2;
    text-align: left; /* Texto alinhado à esquerda */
}


.dropdown2025 {
    appearance: none; /* remove a seta padrão */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 50%; /* largura fixa */
    box-sizing: border-box; /* inclui padding na largura total */
    /* seta customizada */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

    .dropdown2025:hover {
        border-color: #999;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .dropdown2025:focus {
        outline: none;
        border-color: #555;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    }

.btnFinalizar2025 {
    background: linear-gradient(135deg, #4CAF50, #388E3C); /* verde elegante */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

    .btnFinalizar2025:hover {
        background: linear-gradient(135deg, #43A047, #2E7D32);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    }

    .btnFinalizar2025:active {
        transform: translateY(0);
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }
.div_gridview {
    line-height: 30px;
    padding: 0 0 10px;
    width: 628px;
    margin-right: 0px;
}

    .div_gridview p {
        margin: 0 0 10px 0;
    }

.titlec {
    font-weight: bold;
    font-family: "Pathway Gothic One"
}
/* Estilo geral do Grid */
/* Grid principal */
.grid2025 {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Cabeçalho */
.grid_header2025 {
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-align: center;
    align-items: center;
    font-size: 15px;
    padding: 12px;
}

/* Linhas normais */
.grid2025 td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

/* Linhas alternadas */
.grid_alternative_row2025 {
    background-color: #fafafa;
}

/* Hover na linha */
.grid2025 tr:hover td {
    background-color: #f0f0f0;
    transition: background 0.2s ease-in-out;
}

/* Botão de excluir (ícone cross) */
.grid2025 img {
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .grid2025 img:hover {
        transform: scale(1.2);
    }

/* Mensagem quando vazio */
.grid-empty2025 {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #777;
}

/* Responsividade para telas pequenas */
@media screen and (max-width: 768px) {
    .grid2025,
    .grid2025 thead,
    .grid2025 tbody,
    .grid2025 th,
    .grid2025 td,
    .grid2025 tr {
        display: block;
        width: 100%;
    }

    /* Esconde o cabeçalho padrão */
    .grid_header2025 {
        display: none;
    }

    /* Cada linha vira um card */
    .grid2025 tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #f0f0f0;
        padding: 10px;
        box-sizing: border-box;
    }

    /* Células ficam com padding à esquerda e rótulo via ::before */
    .grid2025 td {
        padding-left: 50%;
        position: relative;
        text-align: left;
        border: none;
        border-bottom: 1px solid #eee;
        white-space: normal;
    }

        /* Pega o header text do GridView e coloca como label */
        .grid2025 td::before {
            position: absolute;
            left: 12px;
            width: 45%;
            font-weight: 600;
            text-align: left;
            color: #555;
            content: attr(data-label);
        }
}


td, th {
    padding: 0px;
}

.rawt {
    all: initial;
    all: unset;
}

.grid_header th {
    background-color: #d9534f;
    background-position: left;
    color: #FFFFFF;
    text-align: center;
    height: 16px;
    border: #d9534f 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    text-transform: uppercase;
}

.grid_header_avaliacao th {
    background-color: #d9534f;
    background-position: left;
    color: #FFFFFF;
    text-align: center;
    height: 16px;
    border: #d9534f 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9px;
    text-transform: uppercase;
}

.grid_row_selecionado {
    color: black;
    text-align: left;
    background-color: #E5E5E5;
    text-align: left;
    border-right: #999 1px solid;
    border-top: #999 1px solid;
    border-left: #999 1px solid;
    border-bottom: #999 1px solid;
}

span#lblProcesso {
    font-size: 27px;
    font-family: "Pathway Gothic One";
    padding: 4px 0;
}


.grid, .grid_none {
    color: #666;
    text-align: left;
    text-align: left;
    padding: 5px 5px !important;
}

tr.grid_alternative_row, tr.grid_alternative_row_none {
    background-color: #EFEFEF;
    color: #666;
}

.grid, .grid_none {
    color: #666;
    text-align: left;
    text-align: left;
    padding: 0 5px !important;
    margin: 10px;
}

.fancybox-iframe {
    margin: 40px;
}


tr.grid_alternative_row, tr.grid_alternative_row_none {
    background-color: #EFEFEF;
    color: #666;
}

.grid_page a {
    display: block;
    width: 25px;
    background-color: #d9534f;
    color: #fff;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.grid_page span {
    display: block;
    width: 25px;
    background-color: #fff;
    color: #666;
    border: 1px solid #C0C0C0;
    text-align: center;
    text-decoration: none;
}

.grid_link {
    text-decoration: none;
    color: #808080;
}

.grid tr a {
    /* color: #555; */
    display: block;
    padding: 0 5px;
    text-decoration: none;
}

.grid tr:hover, .grid_link:hover, .texto_box_home_candidato a:hover {
    font-weight: bold;
    cursor: pointer;
}

.titulo_pagina {
    background: url("../imagens/bg_titulo.jpg") repeat-x 0 -43px;
    color: #fff;
    font-size: 22px;
    font-family: "Pathway Gothic One";
    margin: 0 0 20px;
    padding: 5px 1px;
    border-radius: 2px;
}
.titulo_pagina_escuro {
    background: url("../imagens/bg_titulo_escuro2.png") repeat-x 0 -43px;
    font-size: 22px;
    font-family: "Pathway Gothic One";
    margin: 0 0 20px;
    padding: 5px 1px;
    border-radius: 2px;
}

.label {
    color: Black !important;
    font-family: "Pathway Gothic One";
    font-size: 16px;
}

.label_orientacao {
    color: Black !important;
    font-family: "Pathway Gothic One";
    font-size: 13px;
}

.label_insricao {
    color: Black !important;
    font-size: 13px;
    font-weight: bold;
    text-align: justify;
}

.checkbox {
    color: Black !important;
    font-family: "Pathway Gothic One";
    font-size: 16px;
}

    .checkbox label {
        font-family: "Montserrat";
        font-size: 14px;
        line-height: 120%;
        font-weight: bold;
        display: inline;
    }

    .checkbox input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: 0px
    }

.text_title {
    font-family: "Pathway Gothic One";
    font-size: 25px;
    padding: 4px 10px;
    margin-left: -3px;
}

.text_subtitle {
    font-family: "Pathway Gothic One";
    font-size: 20px;
    padding: 4px 10px;
    margin-left: -3px;
}

.list-group-item {
    font-family: "Poppins";
}

.bg_title_color1 {
    background-color: #F5F5F5;
    color: #333333;
}

.bg_title_color_escuro {
    background-color: #e2e2e2;
    color: #e2e2e2;
}

.bg_title_color2 {
    background-color: #046c91;
    color: #c1d4da;
}

.textbox {
    border: 1px solid #262626;
    color: #333;
    border-radius: 2px;
    font-family: "Montserrat";
    font-size: 11px;
    padding: 5px;
    margin-left: 0px;
}

.label_orientacao_anexo {
    color: #333;
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
}


.checkbox_cadastro {
    color: #333;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    margin-left: 0px;
}

    .checkbox_cadastro label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline;
    }

    .checkbox_cadastro input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: 0px;
    }
.checkbox_branca input[type="checkbox"] + label {
    color: white;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline;
    /* Contorno preto no texto */
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.fileUpload2025 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #444;
    border: 2px solid #378459;
    border-radius: 12px;
    padding: 6px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%; /* largura fixa */
    box-sizing: border-box; /* inclui padding e borda na largura */
}

    .fileUpload2025::file-selector-button {
        background: linear-gradient(135deg, #378459, #2c6d49);
        color: white;
        font-weight: 400;
        padding: 8px 16px;
        margin-right: 12px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: auto; /* botão se ajusta ao conteúdo */
    }

        .fileUpload2025::file-selector-button:hover {
            background: linear-gradient(135deg, #2c6d49, #25603d);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }

        .fileUpload2025::file-selector-button:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }


/* Botão Anexar com o mesmo estilo */
.botao2025 {
    background: linear-gradient(135deg, #378459, #2c6d49);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 18px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

    .botao2025:hover {
        background: linear-gradient(135deg, #2c6d49, #25603d);
        transform: translateY(-2px);
        box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    }

    .botao2025:active {
        transform: translateY(0);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
.checkbox_cadastro_branco {
    color: #f7f7f7;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    margin-left: 0px;
}

    .checkbox_cadastro_branco label {
        min-height: 20px;
        color: #f7f7f7;
        font-weight: bold;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline;
    }

    .checkbox_cadastro_branco input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        color: #f7f7f7;
        margin-left: 0px;
    }

.checkboxDeclaracao {
    color: #333;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    margin-left: 0px;
    text-align: justify;
}

    .checkboxDeclaracao label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline;
        text-align: justify;
    }

    .checkboxDeclaracao input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: 0px;
        text-align: justify;
    }

.checkbox_status {
    color: #333;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    margin-left: 0px;
}

    .checkbox_status label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox_status input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: 0px
    }

.textbox_senha {
    border: 1px solid #262626;
    color: #333;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px 0;
}

.textbox_email {
    border: 1px solid #262626;
    font-family: "Montserrat";
    font-size: 11px;
    border-radius: 2px;
    padding: 5px;
    text-transform: lowercase;
}

.label {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-right: 10px;
}

.label_capacitacao {
    font-family: Verdana;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 5px;
    line-height: 120%;
}

.label_titulo_mensagem_candidato {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    line-height: 120%;
}

.label_mensagem_candidato {
    font-family: Verdana;
    font-size: 11px;
    margin-left: 0px;
    line-height: 120%;
}

.label_text {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
    line-height: 100%;
}

.label_titulo {
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
    margin-left: 0px;
    line-height: 100%;
}

.label_recurso {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0px;
    line-height: 100%;
}

.label_alerta {
    font-family: "Poppins";
    font-size: 13px;
    margin-left: 0px;
    color: #FF0000;
    line-height: 100%;
}

.label_alerta_home {
    font-family: Verdana;
    font-size: 19px;
    margin-left: 0px;
    color: #FF0000;
    line-height: 188%;
}

.label_saudacao {
    font-family: Verdana;
    font-size: 12px;
    margin-left: 0px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
}

.label_inscricao {
    font-family: Verdana;
    font-size: 11px;
    margin-left: 0px;
    font-weight: normal;
    line-height: 100%;
}

.label_legenda {
    font-family: Verdana;
    font-size: 10px;
    margin-left: 0px;
    font-weight: normal;
    line-height: 100%;
    color: Black;
}

.label_duvida {
    font-family: Verdana;
    font-size: 14px;
    margin-left: 0px;
    font-weight: bold;
    line-height: 100%;
}

.label_explicacao {
    font-family: Verdana;
    font-size: 12px;
    margin-left: 0px;
    line-height: 100%;
}

.label_status_recurso {
    font-family: Verdana;
    font-size: 14px;
    margin-left: 0px;
    line-height: 100%;
    font-weight: bold;
    color: #FF0000;
}

.label_resposta {
    font-family: Verdana;
    font-size: 12px;
    margin-left: 0px;
    line-height: 100%;
}

.nome_usuario {
    font-family: "Poppins";
    font-size: 14px;
}

.dropdown-def {
    border: 1px solid #262626;
    color: #333;
    font-family: "Verdana";
    font-size: 11px;
    padding: 5px;
    border-radius: 2px;
    top: 0px;
    left: 0px;
    width: 92px;
    max-width: 600px;
    min-width: 140px;
    height: 26px;
}

.dropdown {
    border: 1px solid #262626;
    color: #333;
    font-family: "Verdana";
    font-size: 11px;
    padding: 5px;
    border-radius: 2px;
    top: 0px;
    width: 282px;
    max-width: 950px;
    /*min-width:650px;*/
    height: 26px;
    left: 0px;
}

.checkboxl {
    padding-left: 1px;
    font-family: "Poppins";
}

.listbox {
    border: 1px solid #262626;
    color: #333;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px;
}

.radiobutton {
    font-family: Verdana;
    font-size: 12px;
    color: black;
    text-align: left;
    background-color: #FFFFFF;
}

    .radiobutton label {
        font-family: Verdana;
        font-weight: normal;
        display: inline;
        margin-right: 10px;
    }

    .radiobutton input[type="radio"] {
        margin-right: 5px;
    }

.radiobuttonIsencao {
    font-family: Verdana;
    font-size: 14px;
    color: black;
    text-align: left;
    background-color: #FFFFFF;
}

    .radiobuttonIsencao label {
        font-family: Verdana;
        font-weight: normal;
        display: inline;
    }

ul.radiobutton {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.radiobutton.horizontal li {
        display: inline;
    }

.radiobuttonInscricao {
    font-family: "Poppins";
    font-size: 13px !important;
    color: #666;
    text-align: left;
    padding: 10px;
    background-color: #FFFFFF;
}

    .radiobuttonInscricao label {
        margin-left: 5px;
        /*margin-top: 1px;*/
        display: inline;
    }

#divRadioButtonList {
    border: 1px solid #ccc;
    width: 936px;
    overflow-y: scroll;
}

.botao, .botao_candidato, .link_aba {
    background-color: #fafafa;
    border: 1px solid #046c91;
    color: #555;
    cursor: pointer;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.link_aba {
    text-align: center !important;
}

.botao:hover, .botao_candidato:hover {
    background-color: #808080;
    border: 1px solid #999999;
    color: #fff;
}

.link_aba:hover {
    background-color: #046c91;
    border: 1px solid #046c91;
    color: #eee !important;
}

.link_botao {
    background-color: #fafafa;
    font-family: "Poppins";
    border: 1px solid #046c91;
    color: #555;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 0 2px;
    text-align: center;
}

    .link_botao:hover {
        background-color: #808080;
        border: 1px solid #999999;
        color: #fff;
        text-decoration: none;
    }

.td_titulo_formulario {
    background-color: #046c91;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 15px;
    margin: 0 0 20px;
    padding: 0 15px;
}

.td_subtitulo {
    background-color: #046c91;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 15px;
    margin: 0 0 20px;
    padding: 0 15px;
}

.td_titulo_formulario_candidato {
    padding-left: 10px;
}

.td_subtitulo_formulario {
    padding-left: 0px;
}

#divProcessando {
    background: url(../imagens/aguarde.gif) no-repeat center;
    position: absolute;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
}

#boas_vindas_usuario {
    padding-left: 10px;
    top: 10px;
    background-color: #FFFFFF;
}

#tempoSessao {
    padding-left: 10px;
    padding-top: 10px;
    top: 10px;
}

.fieldset_l_dashboard {
    border: 1px solid #046c91;
    color: #262626;
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
    width: 48%;
}

.fieldset_telainteira_dashboard {
    border: 1px solid #046c91;
    color: #262626;
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
    width: 800px;
}

.fieldset_telafull_dashboard {
    border: 1px solid #046c91;
    color: #262626;
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
    width: 95%;
}

.fileUpload {
    border: 1px solid black;
    font-weight: bold;
    font-size: 10px;
    font-family: verdana;
}


#noticia_home {
    background-color: #c1d4da;
    color: #666;
    float: right;
    height: auto;
    margin: 0 0 30px 20;
    padding: 0 0 30px;
    width: 302px;
    left: 30px;
}

.linkInformacao a {
    text-decoration: none !important;
    color: Red !important;
}

span#comunicado_nome_processo {
    font-size: 27px;
    font-family: "Pathway Gothic One";
    padding: 4px 0;
}

.comunicado_status {
    font-family: "Pathway Gothic One";
}

.comunicado_titulo {
    font-weight: bold;
    font-size: 18px;
    font-family: "Pathway Gothic One";
}

.comunicado_data {
    font-family: "Pathway Gothic One";
}

#divInscricoes {
    border: 1px solid #ccc;
    width: 570px;
    height: 150px;
    overflow-y: scroll;
}

    #divInscricoes label {
        font-size: 12px;
        font-weight: normal;
    }

#divDisciplinas {
    border: 1px solid #ccc;
    width: 700px;
    height: 70px;
    overflow-y: scroll;
}

    #divDisciplinas label {
        font-size: 12px;
        font-weight: normal;
    }

#divEtapas {
    border: 1px solid #ccc;
    width: 700px;
    height: 70px;
    overflow-y: scroll;
}

    #divEtapas label {
        font-size: 12px;
        font-weight: normal;
    }

#divTiposRecurso {
    border: 1px solid #ccc;
    width: 700px;
    height: 70px;
    overflow-y: scroll;
}

    #divTiposRecurso label {
        font-size: 12px;
        font-weight: normal;
    }

#divRecursos {
    border: 1px solid #ccc;
    width: 900px;
    height: 800px;
    overflow-y: scroll;
}

#divCargoBanca {
    border: 1px solid #ccc;
    width: 700px;
    height: 150px;
    overflow-y: scroll;
}

    #divCargoBanca label {
        font-size: 12px;
        font-weight: normal;
    }

#divProcessoBanca {
    border: 1px solid #ccc;
    width: 700px;
    height: 150px;
    overflow-y: scroll;
}

    #divProcessoBanca label {
        font-size: 12px;
        font-weight: normal;
    }

.divCargo {
    border: 1px solid #ccc;
    width: 745px;
    height: 120px;
    overflow-y: scroll;
}

    .divCargo label {
        font-size: 12px;
        font-weight: normal;
    }

.divCargoTitulos {
    border: 1px solid #ccc;
    width: 845px;
    height: 300px;
    overflow-y: scroll;
}

    .divCargoTitulos label {
        font-size: 12px;
        font-weight: normal;
    }

.divCamposRelatorio {
    border: 1px solid #ccc;
    width: 745px;
    height: 120px;
    overflow-y: scroll;
}

    .divCamposRelatorio label {
        font-size: 12px;
        font-weight: normal;
    }

#divVagas {
    border: 1px solid #ccc;
    width: 870px;
    height: 350px;
    overflow-y: scroll;
}

    #divVagas label {
        font-size: 12px;
        font-weight: normal;
    }

.CheckboxList label {
    font-size: 12px;
    font-weight: normal;
    display: inline;
}

#divCargoGabarito {
    border: 1px solid #ccc;
    width: 820px;
    height: 120px;
    overflow-y: scroll;
}

    #divCargoGabarito label {
        font-size: 12px;
        font-weight: normal;
    }

#divSala {
    border: 1px solid #ccc;
    width: 870px;
    height: 420px;
    overflow-y: scroll;
}

    #divSala label {
        font-size: 12px;
        font-weight: normal;
    }

.classic {
    padding: 0.8em 1em;
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.tooltip1 {
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: absolute;
}

    .tooltip1 span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip1:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        font-family: Calibri, Tahoma, Geneva, sans-serif;
        position: absolute;
        right: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 300px;
    }

    .tooltip1:hover em {
        font-family: Candara, Tahoma, Geneva, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }

/*css global tabela*/
.full_table_list {
    width: 200px;
    border-collapse: collapse;
}

    /*colocando bordas nas linhas*/
    .full_table_list tr {
        color: black;
    }

        /*Definido cor das linhas pares*/
        .full_table_list tr:nth-child(even) {
            background: #FFF
        }

        /*Definindo cor das Linhas impáres*/
        .full_table_list tr:nth-child(odd) {
            background: #F0F0F0;
        }

.label_Area {
    color: #0000FF;
    font-family: "Pathway Gothic One";
    font-size: 16px;
}

.label_nomesocial_descricao {
    color: #000000;
    font-family: "Pathway Gothic One";
    font-size: 14px;
}

#divNotaConferencia {
    border: 1px solid #ccc;
    width: 720px;
    height: 120px;
    overflow-y: scroll;
}

    #divNotaConferencia label {
        font-size: 12px;
        font-weight: normal;
        color: #000000;
    }
