@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}
body {
        font-family: Open Sans;
        font-size: 12px;
        background:none;
        -webkit-print-color-adjust: exact; /* affichage des backgrounds */
        margin:30px;
        padding:0;
}
#page {
        max-width:none;
        min-width:0;
        width:100%;
        border:none;
}
#content {
        padding:0px;
        height:auto !important;
        background:none;
}
#content,
.page-title {
        color:#000;
}
.page-title {
        padding-bottom:0;
        margin-bottom:10px;
}
.right-col,
#right-col-content {
        float:none;
        width:auto;
        padding:0;
}
header,
footer,
#footer,
.left-col,
#left-menu,
#version,
.modal,
.mobile-only,
.sidr,
#left-menu-mobile-toggler,
#datatable_length,
.datatable-custom-filters,
.dataTables_filter,
.pagination,
#bulk-actions,
.page-title-side-btns,
.export-btns,
.xdsoft_datetimepicker,
.page-bottom-btn,
.page-top-btn,
th.actions, td.actions,
.row-checkbox
{
        display:none !important;
}

#datatable .sorting_asc, .sorting_desc, .sorting {
        background:none;
}