:root {
    --cor-body-card: white;
    --cor-icon-ind-duplicados: #F26D25;
    --cor-border-cse: #9E9E9E;
    --cor-valor-cse-card-total: #737373;
    --cor-circle: #114268;
    --cor-circle-valor: #ffffff;
    --cor-valor-btn-export: rgb(153, 153, 153);
    --cor-color-btn-export: rgb(56, 56, 56);
    --cor-header-table: #F7F7F7;
}

.tables_CS {
    width: 95%;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
    margin-bottom: 0.5%;
}

.filtro-CS-entrada {
    padding: 5px 5px 5px;
    box-sizing: border-box;
}

.btn-cd {
    width: 55px;
    height: 30px;
}

/*Cidadão sem  equipes*/
.btn-cs {
    width: 55px;
    height: 30px;
}

/*Cidadão duplicados Cards*/
.body-card {
    width: 365px;
    height: 180px;
    border-radius: 7px;
    box-shadow:  5px 5px 7px 8px #dfdfdf;
    background-color: var(--cor-body-card);
}

.card-main {
    width: 100%;
    margin-top: 10px;
}

.nome-icon-ind-duplicados {
    width: 95%;
    border-bottom: 1px solid var(--cor-icon-ind-duplicados);
}

.ind-duplicados-cidadao {
    font-size: 14px;
    width: 98%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: var(--cor-icon-ind-duplicados);
    margin: 0;
}

.icon-card-ind-duplicados {
    font-size: 20px;
    margin-bottom: 3px;
}

.card-main-2 {
    width: 100%;
    height: 80%;
}

.card-main-content {
    width: 100%;
}

.main-campus-ind-duplicados {
    width: 92%;
    margin-top: 5px;
}

.info-duplicados-cidadao {
    margin: 0;
}

.ID-campus-cpf-sexo {
    margin: 0;
}

.p-capmpus-ID {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

/* (Inicio) Cadastro sem Equipe Info*/
.main-info {
    width: 100%;
    height: auto;
}

.content-info-cse-box-1 {
    width: 100%;
    height: auto;
}

.content-info-cse-box-2 {
    width: 100%;
    height: auto;
}

/*Card*/
.card-info-cse {
    width: 100%;
    height: 350px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.main-card-info-cse {
    width: 100%;
    height: 100%;
}

.card-info-cse-box-1 {
    width: 70%;
    height: 35%;

    border-bottom: 1px solid var(--cor-border-cse);
}

.card-info-cse-box-2 {
    width: 100%;
    height: 55%;
}

.title-cse-card {
    height: 20%;
    font-size: 20px;
    font-weight: 800;
}

.valor-cse-card-total {
    height: 60%;
    font-size: 40px;
    font-weight: 800;
    color: var(--cor-valor-cse-card-total);

    padding-top: 15px;
}

.title-cse-card-circle {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 800;
}

.circle-valor-info-cse {
    width: 145px;
    height: 75%;

    border-radius: 70px;

    background-color: var(--cor-circle);

}

.valor-cse-card {
    height: 50%;
    font-size: 40px;
    font-weight: 800;
    color: var(--cor-circle-valor);

    padding-top: 15px;
}

/*Charts*/
.charts-info-cse-unidade {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.charts-info-cse-sexo {
    width: 100%;
    height: 350px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.table-info-cse {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.charts-info-cse-microarea {
    width: 100%;
    height: 350px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

#chart-cad-equipe-unidade {
    width: 98%;
    height: 87%;

    margin-top: 10px;
}

#chart-cad-equipe-unidade > div > a {
    display: none;
}

#chart-cad-equipe-sexo {
    width: 98%;
    height: 87%;

    margin-top: 10px;
}

#chart-cad-equipe-sexo > div > a {
    display: none;
}

#chart-cad-equipe-microarea {
    width: 98%;
    height: 87%;

    margin-top: 10px;
}

#chart-cad-equipe-microarea > div > a {
    display: none;
}

/*btn export*/
.btns-export {
    width: 100%; 
    height: auto; 
}

.btn-export-rel {
    color: var(--cor-circle-valor);
    background-color: var(--cor-valor-btn-export);

    width: 60px;
    height: 25px;
    
    border: none;
    
    font-size: 13px;
    font-weight: 700;
}

.btn-export-rel:hover {
    cursor: pointer;
    background-color: var(--cor-color-btn-export);
    color: var(--cor-circle-valor);
}

.btn-info-pdf {
    border-top-left-radius: 7px; 
    border-bottom-left-radius: 7px;
}

.btn-info-jpg {
    margin-right: 35px; 
    border-top-right-radius: 7px; 
    border-bottom-right-radius: 7px;
}

/*Table*/
.main-table-cse-info {
    width: 100%;
    height: 100%;
}

.title-table-cse {
    margin: 0;
    width: 100%;
    height: 18%;
    padding-top: 15px;

    font-size: 30px;
    font-weight: 800;

    text-align: center;

    background-color: var(--cor-header-table);

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.div-table-cse-info {
    padding-left: 5px;
    padding-right: 5px;

    width: 100%;
    height: 90%;
}

.table-cse-info {
    width: 100%;
    height: auto;
}

.tr-header {
    background-color: var(--cor-circle);
    text-align: center !important;
    color: var(--second-color);

    height: 30px !important;
}

#info-cadastro-sem-equipe-unidade > thead > tr {
    display: none;
}

#info-cadastro-sem-equipe-profissional > thead > tr {
    display: none;
}

.th-cse {
    border-right: 1px solid var(--cor-circle-valor);
    color: var(--cor-circle-valor);
    padding: 5px;
}

.th-border {
    border-right: none;
}

.td-table-cse {
    font-size: 10px !important;
}

.total_geral_relatorio_cadastros {
    float: right;
    font-size: 18px;
    font-weight: 900;
    padding-right: 15px;
}

#info-cadastro-sem-equipe-unidade_length > label {
    display: none;
}

#info-cadastro-sem-equipe-profissional_length > label {
    display: none;
}

#info-cadastro-sem-equipe-unidade > tbody > tr:nth-child(odd) {
    background-color: #e8f1f8;
}

#info-cadastro-sem-equipe-profissional > tbody > tr:nth-child(odd) {
    background-color: #e8f1f8;
}

.td-table-cse-total-quant {
    margin: 0 !important;

    padding-top: 10px !important;
    padding-right: 30px;

    font-size: 10px !important;

    text-align: end !important;
}

.icon-table-cse {
    font-size: 15px; 
    margin-left: 15%; 
    color: #d48e00;
}

/* (Fim) Cadastro sem Equipe Info*/

@media only screen and (min-width:1024px) {
    /* (Inicio) Cadastro sem Equipe Info*/

    .content-info-cse-box-1 {
        display: flex;
        flex-direction: row;
    }

    .content-info-cse-box-2 {
        display: flex;
        flex-direction: row;
    }

    /*Card*/
    .card-info-cse {
        width: 15%;
    }
    
    .title-cse-card {
        font-size: 18px;
    }
    
    .valor-cse-card-total {
        height: 45%;
    }
    
    .title-cse-card-circle {
        font-size: 18px;
    }
    
    .circle-valor-info-cse {
        width: 140px;    
    }

    /*Charts*/
    .charts-info-cse-unidade {
        width: 60%;
        height: 350px;
    }
    
    .charts-info-cse-sexo {
        width: 30%;
    }

    .chart {
        min-width: 100px !important;
        margin-left: 0;
    }

    /*tabela*/
    .table-info-cse {
        height: 350px;
    }

    .td-table-cse {
        font-size: 12px !important;
    }

    .td-table-cse-total-quant {
        font-size: 12px !important;
    }

    .td-table-cse-v-1 {
        width: 31%;
    }

    .td-table-cse-v-2 {
        width: 50%;
    }

    .td-table-cse-v-3 {
        width: 10%;
    }
    /* (Fim) Cadastro sem Equipe Info*/

}