﻿body, .mainArea, main {
    background-color: #fff !important;
}
@media print {
    .hide-for-print { display: none; }

    #bootstrap-sidebar {
        display: none;
        width: 0% !important;
    }

    footer { display: none !important; }

    .dialogToolbox { display: none; }

    .actionButtons { display: none; }

    #bootstrap-main {
        width: 100% !important;
        left: 0%;
    }

    .btn {
        display: none;
    }

    a[href='']:after {
        content: "";
    }

    .table-bordered td.checklist-field-action, .table-bordered th.checklist-field-action {
        border-left: 0px !important;
    }

    .table-bordered td.checklist-field-description, .table-bordered th.checklist-field-description {
        border-right: 0px !important;
    }

    table.table thead th.tablesorter-header::after, table.table thead th::after {
        content: "";
    }

    table {
        table-layout: fixed;
    }

    th {

        word-wrap: break-word
    }

    td {

        word-wrap: break-word
    }

}
