@media print{
    #report{
        background:none;
    }
    .no-print{
        display: none;
    }
    .dataTables_paginate{
        display: none;
    }
    #datatable_filter{
        display: none;
    }
    body{
        background:none;
    }

    .print-color{
        color: #000000!important;
    }
    .done{
        color: grey!important;
    }

    .full-print{
        background: none!important;
    }



}