﻿#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;
}

.table-custom-class thead tr {
    display: table-row !important;
}

.table-custom-class tbody tr:nth-child(even) {
    border-bottom: none;
}

.table-custom-class tbody tr {
    display: table-row !important;
}

    .table-custom-class tbody tr td {
        white-space: unset;
    }

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

@media (max-width: 1024px) and (min-width: 600px) {
    .table-custom-class {
        min-width: 100%;
    }

    .table-custom-class {
        max-height: 400px !important;
    }

        .table-custom-class thead {
        }

        .table-custom-class tbody {
            overflow: auto;
        }
}