<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#divLibraryTreeView {
    max-height: 380px;
    overflow: auto;
}

.max-height400 {
    max-height: 400px;
}

.checkset {
    z-index: 99;
    position: relative;
}
.searchbtnabsoluteset {
    position: absolute;
    right: 10px;
    top: 08px;
}





#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.fixedGrid {
    width: auto !important;
}

.table-custom-class thead tr {
    display: table-row !important;
}

.table-custom-class tbody tr {
    display: table-row !important;
}

    .table-custom-class tbody tr td {
        white-space: unset;
    }

#divLibraryTreeView {
    max-height: 400px;
    overflow: auto;
}

#tblPurchaseControl td {
    white-space: nowrap;
}


</pre></body></html>