/*@page {*/
/*    size: A3;*/
/*}*/

/*body {*/
/*    zoom: 80%;*/
/*}*/

.mud-elevation-1 {
    box-shadow: none !important;    
}

.mud-drawer {
    display: none;
}

.mud-toolbar {
    display: none;
}

.mud-main-content {
    margin: 0 !important;
    padding: 0 !important;
    /*scale: 0.85;*/
}

.body-container {
    margin: 0 !important;
    padding: 0 !important;
}

.no-print {
    display: none;
}

.grid-print {
    height: auto !important;
}

.grid-print .mud-table-head {
    display: table-header-group !important;
} 

.grid-print table {
    border-collapse:collapse;
}

.grid-print table tr td{
    page-break-inside: avoid;
}

.grid-print table thead
{
    display: table-header-group;
}

.grid-print table tfoot
{
    display: table-row-group;
}

.grid-print table tbody {
    display: table-row-group;
}

.mud-paper {
    box-shadow: none !important;
}