﻿
.overflow-main-panel {
    overflow-y: scroll;
    height: 49vh;
}

.invoice-header-panel {
    border: 1px solid #009eb6;
    border-radius: 12px;
    padding: 10px;
    margin-right: 10px;
    position: sticky;
    top:0px;
    background-color: #fff;
    z-index: 10;
}

#invoiceLinesTableContainer .dataTables_wrapper {
    top: unset;
}

.grader-invoice-lines-download {
    float: right;
}

#invoiceTableContainer div.dt-container div.dt-search input, #invoiceLinesTableContainer div.dt-container div.dt-search input {
    width: 100%;
}

#invoiceTable thead tr:first-child th {
    position: sticky;
    z-index: 12;
    top: -1px;
    background: white;
}

#invoiceLinesTable thead tr:first-child th {
    position: sticky;
    z-index: 12;
    top: -1px;
    background: white;
}

.dt-processing {
    z-index: 20 !important;
}