/*@import url('https://fonts.googleapis.com/css2?family=Helvetica&display=swap');*/

/* RETIRAR AS MARGENS DA PÁGINA */
@page{
    margin-top: 150px;
    margin-botton: 30px;

}
/* TITULO */
#title_rep1
{
    background-color: #EFEFEF;
    height: 100px;
    position: fixed;
    width: 100%;
    top: -130px;
    border-radius: 15px;
}

#title_table_rep1
{
    width: 100%;
}

/* CABEÇALHO COLUNAS */
#header_table
{
    color: black;
    border-radius: 5px;
    background-color: #b3b3b3;
    height: 22px;
    font-size: 14px;
    position: fixed;
    text-align: left;
    width: 100%;
    top: -25px;
}

.body_break_1
{
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color: #DADDED;
}

.body_break_2
{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.bold
{
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.body_break_3
{
    color: black;
    border: 0px;
    border-collapse: collapse;
    font-weight: bold;
    background-color: #e3e3e3;
    font-size: 14px;
}

#body_table
{
    top: -200px;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    
}

#footer
{
    font-size: 12px;
    border-top: 1px solid black;
    height: 20px;
    position: fixed;
    bottom: -20px;
    width: 100%;
}

/*PAGINAÇÃO*/
.pagenum:before {
    content: counter(page);
}

