@media print {

    body {
        background-color: initial !important;
    }
    .doNotPrint {
        display: none !important;
    }
    .conentContainer {
        padding: 0 !important;
    }
    .mainContentContainer {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .pageSection {
        padding: 0 !important;
    }
    .contentBackground {
        box-shadow: none;
    }

    .textBold {
        font-weight: bold;
    }

    .flexContainer::after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }

    [id^=listBoxjqxWidget]{
        display: none !important;
    }

    * {
        overflow: visible !important;
        position: static; !important;
    }


}