@page {
	size: landscape; 
	margin: 15mm 3mm 15mm 3mm; 
	@bottom-left {
    	content: counter(page) " de " counter(pages);
   } 
}

* {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
}

.style1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #075e9b;
	font-weight: bold;
	display: none;
}

h2 { 
	background-color: inherit; 	
	color:#075e9b; 
	font-size:140%; 
	font-weight:bold; 
	margin: auto; 
	text-align:left;
	padding:0;
}

.esconder{
	display: none;
}

.mainPDF{
	width: 100%;
	margin: auto;
	font-family: Verdana;
	text-align: center;
	height: 30cm;
}

.spanPDF {
	font-size: 20px;
	margin-top: 30px;
}

.detalhe-titulo{
    background-color: #FFF;
    width: 1024px;
}

.print{
    background-color: #FFF;
    width: 1024px;
}

a{
    text-decoration: none;
    color: #000;
}

.footer{
    font-size: 10px;
}

.relatorioFinanceiro p {
    font: normal 11px "Segoe UI",Sans-serif;
}

.relatorioFinanceiro h2 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.relatorioFinanceiro .tituloRelatorio{
    margin: 5px auto 10px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px;
 }

.relatorioFinanceiro .table {
	margin-top: 20px;
    width: 99%;
    color: #000;
    border: none;
}
.relatorioFinanceiro  .table thead {
	display: table-header-group;
}

.relatorioFinanceiro .table th {
    padding: 3px;
    border: none;
    border-bottom: #dadada solid 2px;
    font: bold 12px "Segoe UI",Sans-serif;
}

.relatorioFinanceiro .table td {
    border: none;
    padding: 3px;
    border-bottom: #dadada solid 1px;
    font: normal 11px "Segoe UI",Sans-serif;
}

.relatorioFinanceiro  h3{
	font: normal 15px "Segoe UI",Sans-serif;
	text-align: center;
}


.relatorioFinanceiro .table tr:nth-child(odd){
    background-color: #f9f9f9 !important;
}

.relatorioFinanceiro .table td:nth-child(8), .relatorioFinanceiro .table th:nth-child(8){
    display: none;
}

.relatorioFinanceiro .table td:nth-child(9), .relatorioFinanceiro .table th:nth-child(9){
    display: none;
}

.relatorioFinanceiro .table td:nth-child(10), .relatorioFinanceiro .table th:nth-child(10){
    display: none;
}
.relatorioFinanceiro footer {
 	page-break-after: always;
}

.relatorioTitulosRetornados  .blocoRelatorio{
	padding: 25px 25px 60px 25px;
    border-bottom: 0;
    page-break-before: always;
}
.relatorioTitulosRetornados .blocoRelatorio .table{
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	font: normal 11px "Segoe UI",Sans-serif;
}

.relatorioTitulosRetornados .blocoRelatorio .table th, .footerRelatorio{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.relatorioTitulosRetornados .blocoRelatorio .table thead {
	display: table-header-group;
}

.relatorioTitulosRetornados .blocoRelatorio .table td {
    border: none;
    padding: 2px;
}

.relatorioTitulosRetornados .footerRelatorio {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	font-weight: bold;
	
}
.relatorioTitulosRetornados .footerRelatorio td{
	font-weight: bold;
}

.relatorioTitulosRetornados .blocoRelatorio p{
	font: normal 13px "Segoe UI",Sans-serif;
    color: #000;
}

.relatorioTitulosRetornados .tituloRelatorio{
    margin: 0px auto 10px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 0 0 10px;
 }   
