﻿@import url("/GoianiaPatterns/Theme.GoianiaPatterns.css?61423");

body {
  background: #eee; 
}
.Pages{
margin: 0;
}
.PageHeader{
    padding: 1cm;
}
.PageHeader .PageLogo img{
    width: 100%;
    height: auto;
}
.Page .MainPageContent{
    padding: 0 1cm;
    position: absolute;
    top: 4cm;
    bottom: 1cm;
    overflow: hidden;
    margin: 0;
    
    left: 0;
    right: 0;
}
.Page.Landscape .MainPageContent{
    right: 0;
    left: 0;
    top: 5.5cm;
}

.Page {
    background: white;
    display: block;
    margin: 3.75pt auto;
    margin-bottom: 7.5pt;
    box-shadow: 0 0 0 0.75pt #d1d1d1,0 0 3pt 0.75pt #ccc;
    position: relative;
    counter-increment: myIndex;
}
.Page.A4 {  
  width: 20.9cm;
  height: 29.6cm; 
  page-break-after: always;
}
.Page.A4.Landscape {  
    height: 20.9cm;
    width: 29.6cm;
}

.PrintContainer{}

/*Table Records*/
.TableRecords_Wrapper{
}
.TableRecords_BottomNavigation{
    margin: 0;
}
.TableRecords{
    padding: 2mm 0px 0px 0px;
    margin-top: 0;
    border-bottom: none;
    ;
    border-top: 0.7mm solid #C2C2C2;
}
.TableRecords.printed{
    border-bottom: 0.7mm solid #C2C2C2;
}
.TableRecords_OddLine:first-child, 
.TableRecords_EvenLine:first-child, 
.TableRecords_Header:first-child {
    padding-left: 5mm;
}
.TableRecords_OddLine:last-child, 
.TableRecords_EvenLine:last-child, 
.TableRecords_Header:last-child {
    padding-right: 5mm;
}
.TableRecords_Header {
    color: #999;
    border-bottom: 0.7mm solid #C2C2C2;
    padding: 0 0 1.7mm 2.7mm;
}


.TableRecords_OddLine, 
.TableRecords_EvenLine {
    border-bottom: 0.5mm solid #C2C2C2;
    padding: 2.5mm 0 2.5mm 3.5mm;
}




html, body, div, span, a, img, ul, li, form {
    font-size: 11pt;
}

@media print {
    body, body .Page, body .Pages {
        margin: 0cm !important;
        padding:0cm !important;
        box-shadow: none !important;
    }
    @page {
        margin: 0cm;
        padding:0cm;
    }
    .Toolbar{
        display: none;
    }
    
}