@media print {
body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#page-wrapper {
    border: none;
}
.modal-dialog {
    width: 95% !important;
}
#invoice {
    display: inherit !important;
}
.only-print {
    display: block;
}
.modal-body {
    position: relative;
    page-break-after: always;
    padding: 0;
    display: block;
}
.no-print, .no-print *, .noprint {
    display: none !important;
}
a[href]:after {
    content: none !important;
}
#ffirma img {
    width: 200px;
    height: auto;
}
#cabecerawo {
    text-align: center;
}
#cabecerawo img {
    margin: 0 auto;
    position: relative;
}
.non-printable, .fancybox-outer {
    display: none;
}
.printable, #printDiv {
    display: block;
    font-size: 26pt;
}
.only-print {
    display: block !important;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"][checked="checked"] {
    display: inline-block;
}
	
}

 @page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }