<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.dataTable td.dataTables_empty {
    text-align: center;    
}

#tax-exempt-document-dropzone &gt; .dz-preview,
#vins-dropzone &gt; .dz-preview {display: none;}

.dropzone-border {
    border:2px;
    border-style: dashed;
    color:gray;
}

.dropzone {
    height: 100px;
    min-height: 0px !important;
    color:gray;
} 

.tax-exempt-field-expiration {
    width:100px;
}

.tax-exempt-field-document-id {
    width:120px;
}

.paginate-button {
    padding-right:5px;
}

.no-sort::after,
.no-sort::before { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

&lt;!--
@media print {
    #capture {
        background-image: url("https://myfleetcenter-assets.s3.us-east-2.amazonaws.com/images-and-icons/electronic_copy_transparent_bg.png");
    }
}
--&gt;
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/
}

.bad-vin-border {
    border-color: red;
}

.select2-selection
{
   background-color: #e1e1e1 !important;
   border:2px #b8b8b8 solid !important;
   height:37px !important;
}</pre></body></html>