﻿
@media print {
    #header, .header, #main-sidebar, #main-sidebar-collapse {
        display: none !important;
    }

    #body, #main, .page-dark, .page-light {
        background: white !important;
        height: auto !important;
    }

    html {
        background: white !important;
        height: max-content !important;
        /*transform: scale(0.54);*/
        transform-origin: 0 0;
    }

    body {
        background: white !important;
        /*height: auto !important;*/
    }

    #page, .page-dark, .page-light {
        background: white !important;
        /*border: 5px solid rgba(0, 0, 0, 1.0);*/
    }

    /*.css-chart-container {
        width: 100% !important;
        margin-left: 0% !important;
    }*/

    .telerik-chart > svg > g > path[fill] {
        fill: white !important;
    }

    .telerik-chart > svg > g > g > g > text[fill] {
        fill: black !important;
    }

    .digital-meter-content-container {
        background: white !important;
    }

    .digital-meter-content > svg > text[fill] {
        fill: black !important;
    }

    .panel-item {
        border-style: unset !important;
        border-color: white !important;
        border-radius: 0px 0px 0 0 !important;
    }

    .css-timeplot-container {
        background-color: white !important;
    }

   
    @page {
        size: letter landscape !important;
        margin: 0% !important;
        height: auto !important;
    }

    body.print * {
        transition: none !important;
    }

}
