#datos_empleado tr th, #datos_legajo tr th, .borde_tabla{
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-color: #a4aaae;
    vertical-align: middle;
}
td{
    vertical-align: middle
}
.sin-bordes{

    border: none !important;
}
.con-bordes{
    border-top:1px solid #dee2e6;
}
.recibo {
    min-height: 29.7cm;
    padding: 0.5cm;
    padding-top: 0.1cm;
    padding-bottom: 0cm;
    margin-top: 0cm;
    margin-bottom: 0cm;
    /* border: 1px #D3D3D3 solid; */
    border-radius: 5px;
    background: white;
    page-break-after: always;

}
.invoice-box {
    max-width: 1000px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    border: 1px solid #eee;

    font-size: 10px;
    line-height: 11px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #555;
    background:white;
    margin-bottom: 2%;
    margin-left: -15px;


}



@media print {
    html, body {
        position: static;
        overflow: initial;
        width: 210mm;
        height: 297mm;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
    .recibo{
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;

    }
    .invoice-box {
        page-break-inside: avoid;

    }
    #datos_empleado tr th, #datos_legajo tr th, .borde_tabla{
        font-weight: normal !important;
        text-align: center !important;
        white-space: nowrap !important;
        background-color: #a4aaae !important;
    }
    .sin-bordes{
        border: none !important;
        border: none;
    }
    .con-bordes{
        border-top:1px solid #dee2e6 !important;
    }
}

.rows{
    margin-bottom: 0px;
    line-height: 1px; /* agrege esto el 19  */
}
