﻿body {
    background-color: #fff;
    font-size: 100%;
    line-height: normal;
    color: black;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

table {
    background: #fff;
    /* width: 100%; */
    border-collapse: collapse;
    padding: 0;
    min-width: 80vw;
}

table td { 
    text-align: center;
    border-collapse: collapse;
    border: none;
    line-height: normal;    
    padding: 0.25rem;
    background-color: transparent;
    width: 10vw;
}

table td,
a.a1:link,
a.a1:visited,
a.a1:hover {
    color: #222;
}



table.cabecalho td {
    text-align: left;
}

td.cabSubTit {
    font-size: 1.1rem;
}

td.cabTitulo {
    font-size: 1.2rem;
    line-height: 120%;
}

td.cabNormal {
    border: none;
}

table td.td_cabecalho,
table td.td_lateral {
    font-weight: 600;
}

td.td_vermelha {
    background-color: #FF0000;
}

td.td_corAlternada {
    background-color: #EDF1E0;
}


td.td_evento_1 {
    background-color: #B0C4DE;
    border: 1px solid #000000;
    border-collapse: collapse;
}

td.td_tipologia_3,
td.td_tipologia_1,
td.td_tipologia_2 {
    border: 1px solid #000000;

}

#rowLegenda {
    margin: 1px;
    border: 1px solid #DAE3BF;
    background-color: #EDF1E0;
}

tr.tr_dif {
    width: 170px;
    border: 1px solid #DAE3BF;
    text-align: center;
}

/*controla largura das colunas*/
td.td_titulo_linha {
    border-bottom: 1px solid #DAE3BF;
    background-color: #EDF1E0;

    color: #444;
}

td.td_titulo_coluna {
    background-color: #EDF1E0;

    color: #444;
    text-align: left;
}

#td_conteudo_exterior1 {
    background-color: #B5C77F;

    text-align: center;
    text-decoration: none;
    border: 1px solid #DAE3BF;
    border-right: none;
}

#tabela_aux {

    color: #222;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
}

td.aux {
    border: none;
}

#idB {
    width: 10px;
    height: 12px;
}

#td_exterior1 {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    border-bottom: 1px solid #DAE3BF;

    color: #222;
    text-align: center;
    text-decoration: none;
    border-collapse: collapse;
}

#td_exterior2 {

    
    border-left: 1px solid #DAE3BF;
    border-bottom: 1px solid #DAE3BF;


}

#td_interior1 {
    border-top: 1px solid #DAE3BF;

}

#td_interior2 ,
#td_interior3 {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    border-right: 1px solid #DAE3BF;

}


#td_interior4 {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    border-bottom: 1px solid #DAE3BF;
    border-right: 1px solid #DAE3BF;

}

#td_interior1C {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    background-color: #EDF1E0;
}

#td_interior2C,
#td_interior3C {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    border-right: 1px solid #DAE3BF;

    
}



#td_interior4C {
    border-top: 1px solid #DAE3BF;
    border-left: 1px solid #DAE3BF;
    border-bottom: 1px solid #DAE3BF;
    border-right: 1px solid #DAE3BF;

 
}

#td_exterior2Vazia {

    
    border-left: 1px solid #DAE3BF;
    border-bottom: 0px;


}

td.direita1 {
    border: 1px solid #DAE3BF;
    background-color: #B5C77F;
}

td.direita2 {
    border: 1px solid #DAE3BF;
}

a.a1m,
a.a1:visited,
a.a1:link {
    cursor: pointer;
    text-decoration: none;
}
a.a1:hover {
    text-decoration: underline;
}

td.titDiscProf {
    border: 1px solid #DAE3BF;
    background-color: #EDF1E0;
    color: #444;
}




/* :focus { -moz-outline-style: none; } */

@media print {
    body {
        margin: 0;
    }

    table {
        font-size: 1rem;
        min-width: 100vw;
        width: auto !important;
    }

    table td {
        border-color: #000;
        color: #000;
        border: none;
        background-color: transparent;
        min-width: 100px;

    }

    table td.td_cabecalho,
    table td.td_lateral {
        font-size: 1rem;
        color: #000;
    }

    td.td_tipologia_3,
    td.td_tipologia_1,
    td.td_tipologia_2 {
        background-color: gray !important;
    }    
}