#clientes tbody tr{
    cursor: pointer;
}

#clientes tbody tr:hover{
    background-color: #ddd;
}


@media print  {

    /* Setting content width, unsetting floats and margins */
    /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
    #content,#page {
        width: 100%; 
        margin: 0; 
        float: none;
    }
    
    /** Setting margins */       
    @page { margin: 2cm }
    
    /* Or: */
    @page :left {
        margin: 1cm;
    }
    
    @page :right {
        margin: 1cm;
    }
    
    /* The first page of a print can be manipulated as well */
    @page :first {
        margin: 1cm 2cm;
    }

    .card-header, .btn-success, .btn-danger, .btn-primary{
        display: none !important;
    }

    .product_table thead tr th:nth-of-type(8){
        display: none !important;
    }

    .product_table tbody tr td:nth-of-type(8){
        display: none !important;
    }
    .receipt_logo{
        display: inline-block !important;
    }
    .invoice_folio{
        display: block !important;
    }
}
