/** Impresión desde navegador. */
@media print {
.no-print{display:none!important}
label{font-size:10px!important;padding:.25rem .5rem!important;height:20px!important;line-height:1.2!important}
input,select{font-size:10px!important;padding:.25rem .5rem!important;height:25px!important;line-height:1.2!important}
textarea{font-size:10px!important;padding:.25rem .5rem!important;line-height:1.2!important}
table th{font-size:10px!important;padding:.25rem .5rem!important;height:10px!important;line-height:1.2!important}
table td, table td{font-size:10px!important;padding:0rem!important;height:10px!important;line-height:1.2!important}
table td input, table td select{padding:.15rem .3rem!important}
.table-responsive {overflow-x: visible !important}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}

@page {
    size: A4 portrait;
    margin: 8mm;
}
}
