﻿@media print {
    .x-panel-body {
        background: #ffffff;
    }

    .x-panel-body-default {
        border-top-width: 0px;
    }

    .x-form-trigger {
        display: none !important;
    }

    .x-column-header, .x-grid-cell-special, .x-panel-header-default, .x-grid-header-ct {
        background-color: #ffffff !important;
        background-image: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .x-grid-view {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}
