﻿@media print { 
    @page {
        size: landscape
    }

    body {
        background-color: white !important;
    }

    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
    th.asc a:after {
        content: '' !important;
    }

    th.desc a:after, th.asc {
        content: '' !important;
    }

    table.tablesorter thead tr .header, table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc, .tablesorter-default .header, .tablesorter-default .tablesorter-header {
        background-image: none !important;
    }

    #body {
        width: auto !important;
    }

    header, .divCommandPanel, footer {
        display: none !important;
    }

    .wrapper {
        overflow-y: visible !important;
    }

    .main-content {
        background-color: white !important;
    }

    .inputPair {
        margin-right: 10px;
    }

    .filterValue {
        font-weight: bold;
    }

    .gridviewExports {
        display: none !important;
    }
}
