﻿@media print {
    header, footer, nav, #oeOutboundContainer, input[type=button], label[type=button], button, span.btn, tcxspan.btn, .oeTabs, .nav, .sidebar-sticky, .oe-filter, .oe-sidebar-control-mobile, .oe-sidebar-control {
        height: 0;
        width: 0;
        display: none !important;
    }

    .collapse {
        display: block !important;
    }

    #oe-body {
        padding: 0;
    }

    .oe-table-container {
        max-height: none !important;
    }

    body {
        color: black;
    }

    * {
        transition: none !important;
    }
    .dashboard-container {
        position: relative;
        max-width: 100vw;
    }
}
