
body {
    font-size: 12px;
    padding-left: 0.75cm;
    padding-right: 0.75cm;
    font-weight: 400;
    -webkit-print-color-adjust: exact !important;
    font-family: 'IBM Plex Sans', sans-serif;
}

table {
    /*font-size: 10px;*/
}

table.table td,
table.table th{
}

table.table tr.header td{
    padding-top:8px !important;
}

table.table-striped > tbody > tr:nth-of-type(odd) {
    /*background: #f0f0f0 !important;*/
}

h1 {
    font-size: 16px;
    margin-bottom: 0;
}

h1 span.text-small {
    color: #777;
    font-size:12px;
}

table.table tbody, table.print-friendly tr th {
    page-break-inside: avoid;
}

h4 {
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 4px;
    background: #f0f0f0 !important;
    margin: 12px 0 0 0;
}

section.row {
    margin-top: 12px;
}

table.table {
    margin-bottom: 12px;
}

table tr.header {
    padding-top: 40px;
    background: #ffffff !important;
}

@page {
    size: A4;
}

@page {
    size: auto;
    margin: 0;
}

@page :right {
    @bottom-right {
        content: counter(page);
    }
}

@page :left {
    @bottom-left {
        content: counter(page);
    }
}

@media print {
    body {
        position: relative;
    }

    .no-print{
        display:none !important;
    }

    footer {
        position: absolute;
        left: 0;
        bottom: 0;
        /* text-align: center; */
        padding: 0 0.75cm 12px 0.75cm;
        width: 100%;
        display: block;
    }

    footer, header {
        color: #777;
        font-size: 10px;
    }

    header {
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .content-block, p {
        page-break-inside: avoid;
    }

    html, body {
        width: 210mm;
        height: 297mm;
        margin: auto;
    }
}


table tr.pv2 td{
    padding-top:1em;
    padding-bottom: 1em;
}

table tr{}

table.table-double-striped>tbody>tr:nth-of-type(4n),
table.table-double-striped>tbody>tr:nth-of-type(4n+1){
    background:#f5f5f5;
}

table.table-double-striped>tbody>tr:nth-of-type(4n+2),
table.table-double-striped>tbody>tr:nth-of-type(4n+3){
    background:white;
}


/*.table-report tr.row-0 td:nth-child(1){*/
/*    display:none;*/
/*}*/

/*.table-report tr.row-0 td:nth-child(2){*/
/*    display:none;*/
/*}*/
/*.table-report tr.row-0 td:nth-child(3){*/
/*    display:none;*/
/*}*/
/*.table-report tr.row-0 td:nth-child(4){*/
/*    display:none;*/
/*}*/

.table-report tr.type-eParking:last-child{
    /* display:none; */
}
