﻿@media print {
    html,
    body {
        font-size: 13px;
        height: auto;
    }

    .content-container,
    .c-box {
        position: relative;
        width: auto !important;
        height: auto !important;
        float: none;
        margin-left: 0;
        margin-top: 0;
    }

    @page {
        size: A4 portrait;
        margin: 1cm;
    }

    #report-print-area {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        height: auto !important;
    }

        #report-print-area ~ div {
            display: none;
        }

    .full-screen-layout-user,
    .full-screen-layout-nav {
        display: none !important;
    }
}
