﻿
@media print {
    body {
        margin: 0;
        background: #fff !important;
    }

    div.portrait, div.landscape {
        page-break-after: always;
        background: white;
    }

    div.portrait {
        width: 210mm;
        height: 297mm;
    }

    div.landscape {
        width: 297mm;
        height: 210mm;
    }

    div.landscape {
        transform: rotate(270deg) translate(-276mm, 0);
        transform-origin: 0 0;
        page: landscape;
    }

    .rz-data-grid-data {
        overflow-y: hidden !important;
    }
}
