﻿html, body {
    font-family: verdana;
    font-size: 10pt;
}

.sub-item-relatorio {
    margin-left: 15px;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
}

.sub-item-relatorio td, .sub-item-relatorio th {
    padding: 0 10px;
}

.cabecalho-relatorio {
    text-align: center;
    font-weight: bold;    
}

.informacao-centralizada {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.padding-10 {
    padding: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-right-20 {
    padding-right: 20px;
    font-size: 14pt;
}

.text-center {
    text-align: center;
}

.text-decoration-overline {
    text-decoration: overline;
}

.text-underline {
    text-decoration: underline;
}

.total {   
    text-align: right;
}

a {
    text-decoration: none;
    color: #000;
}

.no-print {
    display: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-50 {
    padding-right: 50px;
}

.margin-right-120 {
    padding-right: 120px;
}

.h2 {
    text-decoration: underline;
    font-size: 18pt;
}

.thead {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.valor-negativo {
    color: #B00;
}

.style-width-5 {
    width: 5%;
}

.style-width-10 {
    width: 10%;
}

.style-width-15 {
    width: 15%;
}

.style-width-20 {
    width: 20%;
}

.style-width-30 {
    width: 30%;
}

.style-width-40 {
    width: 40%;
}

.style-width-60 {
     width: 60%;
}

.style-width-70 {
    width: 70%;
}

.width-100 {
    width: 100%;
}