/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 1, 2016, 10:12:34 AM
    Author     : Ruan
*/

@page {
    size: A4;
    margin: 10% 0 250px 0;
}

@media print {
    body{
        max-width: 100%;
    }
    thead {display: table-header-group;}
    #lineInner{display:none;}
    #botao{display:none;}
    #cbRestaurant{display:none;}
    #navmenus{display:none;}
    #id-header-div{display:none;}
    /*#downloadUpload{display:none;}*/
    #btnPrint{display:none;}
    .inner-div{border: none;}
    .dataTables_scrollBody{
        overflow: inherit !important;
        max-height: 100% !important;
    }
    /*#gerenteMessage{display:none;}
    #btnViewRiq{display:none;}
    #mainFileInp{display:none;}*/
}
