﻿@media print {

    .body.chart-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .d-block-print-only {
        display: block !important;
    }
    .top-cards .card .card-header {
        font-size: 0.7rem !important;
    }
    .top-cards .card .body{
        /*height: auto !important;
        overflow: hidden !important;*/
    }
    header {
        zoom: 80% !important;
    }
    .print-hide{
        display: none !important;
    }
    .break-page-print {
        break-inside: avoid;
    }
    /*body{
        width: 400px;
        overflow: hidden;
    }*/
    .card .card-header,
    .bp-toolbar,
    .card .card-toolbar {
        zoom: 65% !important;
    }
}
