/* Table Properties */

table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
}

td {
    border-bottom: 1px solid #e3eefa !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}

#tableData {

    width: 100%;
    overflow: auto;
}

thead, th, td {
    font-size: 12px;
    border: none !important;
}


th {
    background-color: #e3eefa;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    /*width:20%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

#tableData::-webkit-scrollbar:vertical {
    bottom: 0;
    position: absolute;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

/*   Sidenav   */


.sidenav {
    height: 100%;
    z-index: 8;
    width: 195px;
    overflow-y: auto;
    position: fixed;
    background-color: #f2f2f2;
    padding: 5px;
}

.sidenav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sidenav::-webkit-scrollbar {
    width: 4px;
    background-color: #b0b0b0;
}

.sidenav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b0b0b0;
}


/*List Style*/

li {
    list-style: none;
}

/*Heading*/
.headingP {
    text-align: center;
    padding: 5px;
    background-color: #d3d3d3
}

.filterWrapper > div {
    max-width: 225px;
}