﻿@media print {
    /*Template*/
    #navbar,
    #sidebar,
    #breadcrumbs {
        display: none !important;
    }

    .main-content {
        margin-left: 0px !important;
        width: 100% !important;
    }

    a:after {
        content: '';
    }

    a[href]:after {
        content: none !important;
    }

    .sorting:after{
        content: none !important;
    }

    .form-actions{
        display: none !important;
    }

    /*Ad-hoc Styles*/
    .no-print {
        display: none !important;
    }

    /* yadcf specific */
    .dataTables_filter {
        display: none !important;
    }

    .yadcf-filter-wrapper {
        display: none !important;
    }

    .dataTable {
        width: 100% !important;
    }
}
