@page {
    size:a4 landscape;
    margin:1cm;
}
@media print {
html, body {
    width: 297mm;
    height: 210mm;
}
.navbar {
    display:none;
}
.container {
    width:100%;
    max-width:100%;
}
.col {
    width:100%;
}
.col.py-5 {
    padding-bottom:0 !important;
}
.breakPage {
    overflow-x: visible;
    page-break-before: always;
    padding-top:1rem;
}

table tr,td,th {
    font-size:10pt;
}
table.mb-5 {
    margin-bottom:0 !important;
}
tfoot {
    display:table-row-group;
}
footer {
    display:none;
}

.reportControls {
    display:none;
}
.pageTitle {
margin-top:5cm;
}
.editColumn {
    display:none;
}
}