div#relatorio {
    width: 210mm;
    margin: 0px auto;
}

/**
Parte referente ao cabeçalho do relatório
*/
div#relatorio-cabecalho {

}

div#relatorio-cabecalho-logotipo {
    float: left;
    width: 20%;;
    text-align: center;
    padding-top: 5mm;
}

div#relatorio-cabecalho-titulo {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5mm;
    text-align: center;
    float: right;
    width: 80%;
}

div#relatorio-cabecalho-informacao {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 20mm;
    float: right;
    width: 80%;
}

/*********
 * Estilo das rotinas relatórios
 */

 #relatorio-preview {
    /*margin: 0px auto;
    width: 900px;*/
}

.relatorio {
    margin: 0 0.5%;
}

.relatorio-cabecalho-informacao {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    text-indent: 20mm;
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
}
.relatorio-cabecalho-informacao h1, 
.relatorio-cabecalho-informacao h2 {
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
}

.relatorio-cabecalho-icone {

}

.relatorio-cabecalho-tabela {
    width: 100%;
    border:none;
    margin-bottom:4pt;
    float:left;
}

.relatorio-cabecalho-tabela-logo {
    text-align: left;
}

.relatorio-cabecalho-tabela-titulo {
    text-align: left;
    vertical-align: center;
}

.relatorio-cabecalho-tabela-icone {
    width: 10%;
}

.relatorio-cabecalho-tabela  tr td {
    border: none;
}

.relatorio-conteudo {
    margin: 0 0 0 0;
}
/**
 Conteúdo do relatório
*/

table#tabela-relatorio-tabela {
    border: 1px solid #000;
    font-size: 12px;
    margin: 0px auto;
}

div#relatorio-conteudo {
    width: 100%;
    clear: both;
    padding: 20px 20px 20px 20px;/* este parâmetro deveria estar em div#conteudo*/
}

table#relatorio-conteudo-assinaturas {
    border: none;
}

table#relatorio-conteudo-assinaturas th {
    border: none;
    background-color: #fff;
}

table#relatorio-conteudo-assinaturas td{
    border: none;
}

table#relatorio-conteudo-assinaturas tr.nome-cargo{
    text-align: center;
    line-height: 10px !important;
}

div#relatorio-rodape {
    font-size: 10px;
}


/**
 *  Imprimir registros
 */

.imprimir-conteudo {
    display: table;
}

@page {
    size: auto;
    margin-top: 1cm;
    margin-left: 0cm;
    margin-bottom: 1cm;
    margin-right: 0cm;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        page-break-after:always;
        color-adjust: exact;
    }
}

/*
 * SIDAGO 5 (tema escuro): telas de documento/relatorio simulam papel e tem
 * fundo claro. O tema escuro aplica "color: #fafafa" no #conteudo, deixando o
 * texto desses documentos ilegivel NA TELA (claro sobre branco). Tratamos os
 * containers de documento como ilha clara (papel branco + texto escuro).
 * O atributo data-sidago-theme so existe no layout sidago5.
 */
body[data-sidago-theme="dark"] #relatorio-preview,
body[data-sidago-theme="dark"] .imprimir-conteudo,
body[data-sidago-theme="dark"] #chamado-imprimir {
    background-color: #ffffff !important;
    color: #191919 !important;
}

body[data-sidago-theme="dark"] #relatorio-preview *,
body[data-sidago-theme="dark"] .imprimir-conteudo *,
body[data-sidago-theme="dark"] #chamado-imprimir * {
    color: #191919 !important;
}