body {
    background-color: #A6BACB;
}

#form-login {
    background-image: url('../img/profissionais.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#version {
    text-align: center;
    font-weight: bold;
}

/* FORM */
#form-container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: .5px 10px 15px rgba(0, 0, 0, .2);
    margin: 10px auto ;
    padding: 25px;
}


#form-container h2 {
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

#form-container a {
    color: royalblue;
    transition: .5s;
    font-weight: bold;
}

#form-container a:hover {
    color: #134b5f
}

#form-container form {
    padding-bottom: 50px;
}

/* #form-container .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
} */

#form-container .form-control:focus {
    box-shadow: none;
}

#form-container .form-floating label {
    color: #222;
}

#form-container .form-floating > .form-control:focus~label {
    color: #ccc;
}

#form-container .btn.btn-primary {
    width: 100%;
    margin-top: 10px;
    font-weight: bolder;
}

.button-menu {
    display: flex;
}

 /* .btn-cadastro {
    width: 10px; 
    padding: 10px; 
    border: 0cap; 
    margin: 0; 
} */

/* GRAFICOS */

.grafico_2col {
    width: 370px; height: 166px;
}

#grafico_unidades {
    justify-content: center;
    text-align: center;
    width: 100%; height: 45%;
    margin: 0;
}

#grafico-isf {
    width: 100%; height: 80%;
    margin: 0;
}

.grafico-indicadores {
    width: 100%; height: 80%;
    margin: 0;
}

.grafico-pilarSaude{
    width: 100%; height: 80%;
    margin: 0;
}

.painel-pb{
    width: 50px; 
    height: 50px
} 

#totalUsuarios .btn.btn-primary {
    margin: 0;
    width: 35px;
}   
#totalUsuarios .btn{
    width: 35px;
    font-size: 8px;
}

/* IMAGE */

.row.align-items-center { /* ALTERAR SE NECESSARIO */
    align-content: center;
    height: 100%;
    padding: 50px 0;
}

.row.align-items-center h2{
    text-align: center;
}

#link-container {
    text-align: center;
    padding-top: 50px;
}

#logo-liberty {
    max-height: 75%;
    max-width: 75%;
    display: flex;
    margin: 0px auto;
}

#logo-liberty-ps {
    max-height: 50%;
    max-width: 50%;
    display: flex;
    margin: 0px auto;
}

#logo-egabinete {
    max-height: 60%;
    max-width: 60%;
    display: flex;
    margin: 0px auto;
    padding: 10px;
    border-radius: 10px;
}

.indicadores-pb {
    width: 6rem;
    font-size: 8px;
}

.indicadores-pb h5 {
    font-size: 10px;
}

.indicadores-pb a {
    font-size: 9px;
    width: 5rem;
}

.gestao-psf {
    width: 6rem;
    font-size: 8px;
}

.gestao-psf h5 {
    font-size: 10px;
}

.gestao-psf a {
    font-size: 9px;
    width: 5rem;
}

#imgPassword {
    max-height: 40%;
    max-width: 40%;
    display: flex;
    margin: 0px auto;
    padding: 10px;
    border-radius: 10px;
}


#health-policy{
    padding-top: 10px;
    height: 200px;
}

/* Menu Lateral */
#offcanvasNavbar{
    width: 220px;
}

#offcanvasNavbar.dropdown-toggle {
    width: 197px;
}

/* Listas Casdastros */

.table {
    vertical-align: middle;
    
}

.impresso-graficos table {
    min-height: 268px;
    
}

table.cadastros {
    border-radius: 10px;
        width: 100%;
    margin: auto;
}
table.table-auditoria {
    /* width: 370px; */
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

table.table-2col {
    /* width: 370px; */
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

#cad-container {
    background-color: #f8f8f8;
    border-radius: 20px;
    box-shadow: .5px 10px 15px rgba(0, 0, 0, .2);
    width: max-content;
    align-content: center;
    align-items: center;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
}

#cabecalho-consulta {
    background-color: #f8f8f8;
    box-shadow: .5px 10px 15px rgba(0, 0, 0, .2);
    border-radius: 10px;
    align-content: center;
    align-items: center;
    padding-top: 10px;
    margin: 5px auto;
    font-size: medium;
    font-weight: bold;
}

#cabecalho-consulta h1 {
    font-size: 15px;
}

#brasao {
    align-content: center;
    align-items: center;
    margin: 5px auto;
    width: 50px; 
    height: 50px
}

#cad-container .btn {
    width: 50px; 
    padding: 10px; 
    border: 0cap; 
    margin: 0 auto; 
}

#cad-container .col-username {
    width: 300px;
}

#cad-container .col-status {
    width: 80px;
    /* background-color: aqua; */
}

#cad-container .form-check-input {
    margin-left: -40;
}

#cad-container .row {
    margin: 5px auto ;
}

#cad-container h2 {
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

#tabela-isf {
    font-size: 8px;        
}

.cabecalhoUsf {
    background-color: #2452d1;
    border-collapse: collapse;
    /* border-radius: 10px; */
    margin: 0px auto ;
    padding: 5px;   
    font-size: 50%;
    font-weight: bold;
    color:hwb(0 100% 0%);
    
}

.cabecalhoEsf {
    background-color: #a5bbf8;
    border-color: #a5bbf8;
    /* border-radius: 10px; */
    margin: 0px auto ;
    padding: 5px;   
    font-size: 50%;
    font-weight: bold;
    color:hwb(0 100% 0%);
    
}

.cabecalhoMa {
    background-color: #a4a5a5;
    border-color: #a4a5a5;
    text-align: right;
    margin: 0px auto ;
    padding: 5px;   
    font-size: 50%;
    font-weight: bold;
    color:hwb(0 100% 0%);
    
}

.cabecalhoCadastro {
    background-color: #011f70;
    margin: 0px auto ;
    padding: 5px; 
    font-size: 38%;
    justify-content: center;
    
    color:hwb(240 100% 0%);
}

.cadUsuario {
    margin: 0px auto ;
    padding: 10px; 
    font-size: 38%;
    justify-content: center;
}

.totalizador-indicador {
    margin: 0px auto ;
    padding: 5px; 
    font-size: 38%;
    justify-content: center;
}

.total-indicador {
    margin: 0px auto ;
    padding: 5px; 
    font-size: 60%;
    font-weight: bold;
    justify-content: center;
}

.rep-google-maps{
    width: 350px; 
    height: 300px
}

   

tr:nth-child(even).cadUsuario {background-color: #f2f2f2;}

/* Configurações de media */

@media(min-width: 768px){
    #form-container {
        margin: 10px auto;
        padding: 15px;
    }
   

    #form-container .btn.btn-primary {
        width: 200px;
    }   

    #offcanvasNavbar{
        width: 300px;
    }

    #totalUsuarios .btn.btn-primary {
        margin: 0;
        width: 80px;
    }   
    #totalUsuarios .btn{
        width: 80px;
        font-size: 15px;
    }
    .cabecalhoUsf {
        font-size: 100%;
    }
     
    .cabecalhoEsf {
        font-size: 100%;
    }

    .cabecalhoMa {
        font-size: 100%;
    }

    .cabecalhoCadastro {
        font-size: 90%;
    }

    .cabecalho-impressao {
        font-size: 30px;        
        font-weight: bold;
    }

    .cadUsuario {
        font-size: 90%;
    }

    .totalizador-indicador {
        font-size: 100%;
    }

    .total-indicador{
        font-size: 110%;
    }

    .grafico_2col {
        width: 615px; height: 222px;
    }

    #grafico_unidades {
        width: 750px; height: 360px;
    }

    #grafico-isf {
        width: 800px; height: 360px;
    }
    
    .grafico-indicadores {
        width: 800px; height: 360px;
    }
    
    .grafico-pilarSaude{
        width: 100%; height: 360px;
    }

    #brasao {
        width: 100px; 
        height: 100px
    }

    #brasao-ps {
        width: 252px; 
        height: 100px
    }
    
    #cabecalho-consulta h1 {
        font-size: 50px;
    }

    table.cadastros {
        min-width: 630px;
    }

    table.table-auditoria {
        width: 1200px;
        margin: 10px auto;
    }

    table.table-2col {
        width: 600px;
        margin: 10px auto;
    }

    .indicadores-pb {
        width: 12rem;
        font-size: 13px;
    }

    .indicadores-pb h5 {
        font-size: large;
    }
    
    .indicadores-pb a {
        font-size: 12px;
        width: 6rem;
    }

    .gestao-psf {
        width: 12rem;
        font-size: 13px;
    }

    .gestao-psf h5 {
        font-size: large;
    }
    
    .gestao-psf a {
        font-size: 12px;
        min-width: 7rem;
    }

    .impresso-graficos table {
        min-height: 268px;
        
    }

    .rep-google-maps{
        width: 1000px; 
        height: 800px
    }
    .painel-pb{
        width: 130px; 
        height: 130px
    }    
    
    #tabela-isf {
        font-size: 14px;        
    }
}

@media print{
    body {
        background-color: #ffffff;
    }
    
    .cadUsuario {
        font-size: 9px;
    }

    .impresso-graficos h5 {
        font-size: 12px;
        font-weight: bold;
    }

    .impresso-graficos {
        font-size: 12px;
    }
    
    .impresso-graficos th {
        font-size: 12px;
    }

    .cabecalho-impressao h4 {
        font-size: 14px;        
    }

    #cabecalho-consulta h1 {
        font-size: 18px;
    }

    .cabecalho-impressao {
        font-size: 14px;        
    }

    .cabecalhoCadastro {
        font-size: 10px;
    }

    #tabela-isf {
        margin-top: 120px;
        font-size: 10px;
        display: block;    
    }

    #header_frequencia {
        font-size: 15px;
    }

    .impresso-graficos td {
        max-height: 12px;
    }

    .impresso-graficos table {
        height: 150px;
        page-break-inside:auto
        
    }

    .impresso-graficos tr {
        page-break-inside:avoid; 
        page-break-after:auto
        
    }

    .impresso-graficos thead { 
        display:table-header-group 
    }

    .impresso-graficos tfoot { 
        display:table-footer-group 
    }
    
    .rep-google-maps{
        width: 800px; 
        height: 600px
    }    

    .painel-pb{
        width: 100px; 
        height: 100px
    }    
    
    #grafico-isf {
        width: 100%; height: 280px;
        margin-bottom: 50px;

    }

    .grafico-indicadores {
        width: 100%; height: 280px;
        margin-bottom: 50px;

    }

    .grafico-pilarSaude {
        width: 100%; height: 280px;
        /* margin-bottom: 50px; */
        margin-top: 50px;
        /* padding-bottom: 50px; */

    }
    

    #grafico-morbidade {
        width: 100%; height: 280px;
        margin-bottom: 50px;
    }

    #grafico_unidades {
        justify-content: end;
        text-align: end;
        width: 100%; height: 45%;
        margin-left: 150px;
    }
}
