.table-filter th {
    position: relative;
}

.table-filter-popup {
    position: absolute;
    display: block;
    float: right;
    right: 8px;
    line-height: 9px;
    top: 34%;
}

.prepo-date-view-table-sticky .table-filter-popup {
    top: 41% !important;
}

.prepo-date-view-table-sticky .child-header .table-filter-popup {
    top: 34% !important;
}

.filter-toggle {
    cursor: pointer;
    font-size: 20px !important;
}

img.filter-toggle {
    opacity: 0.8;
}

.filter-toggle.active {
    opacity: 1;
    /*filter: drop-shadow(0px 4px 3px rgb(0 0 0 / 1));*/
}

.table-filter-content {
    display: none;
    position: absolute;
    background-color: #fff;
    max-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    /*filter: drop-shadow(0px 4px 7px rgb(0 0 0 / 1));*/
    z-index: 1;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    height: 425px;
    margin-top: 12px;
    margin-left: -184px;
    border-radius: 0 4px 0 0;
}

    .table-filter-content .dropdown-content {
        position: absolute !important;
        display: block;
        width: 200px;
        transform-origin: 0px 0px;
        opacity: 1 !important;
        margin-left: -5px;
        background-color: #fff;
        box-shadow: none !important;
        max-height: 300px;
        overflow-y: auto;
    }

    .table-filter-content .filter-pin {
        position: relative;
        margin-top: -27px;
        color: #fff;
        margin-left: 166px;
        font-size: 40px;
    }

    .table-filter-content .picker-wrapper {
        margin-top: 0px !important;
    }

    .table-filter-content ul li span {
        margin-left: -5px !important;
        font-weight: normal;
    }

    .table-filter-content ul li.liSelectAll span {
        font-weight: 700;
    }

    .table-filter-content .dropDownsearch {
        margin: 0px 0px 0px 0px !important;
        width: 100% !important;
    }

    .table-filter-content .table-filter-sorting {
        /*        padding-top: 5px;
        padding-bottom: 5px;*/
        color: #858585;
        font-weight: normal;
        padding: 5px 0 10px 8px;
    }

        /*.table-filter-content .table-filter-sorting{*/
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/

        /*}*/
        /*.child-header .table-filter-content .table-filter-sorting {
    margin-left: -20px;
    padding: 5px 0 10px 0;
}*/

        .table-filter-content .table-filter-sorting:hover,
        .table-filter-content .table-filter-sorting.active {
            /*background-color: #e1e5e7;*/
            cursor: pointer;
            font-weight: 700;
        }

        .table-filter-content .table-filter-sorting .fa {
            color: #b7b7b7;
            font-weight: 600;
        }

        .table-filter-content .table-filter-sorting:hover .fa,
        .table-filter-content .table-filter-sorting.active .fa {
            color: #858585;
        }

.dropdown-content .picker-wrapper {
    position: sticky;
    top: 0;
    background-color: #ffff !important;
    z-index: 999;
    margin-top: 0px;
}

.table-filter-search .dropdown-content li > span {
    padding: 3px 10px !important;
}
/*Commented to control topmargin for responsiveness*/
/*.filter-footer {
    margin-top: 270px !important;
}*/

    .filter-footer .divider {
        margin-bottom: 5px;
    }

/* width */
.dropdown-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    border-radius: 6px;
}

/* Handle */
.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c1c1c1;
}

    /* Handle on hover */
    .dropdown-content::-webkit-scrollbar-thumb:hover {
        background: #818181;
    }

/*Header Widths*/
.width-70 {
    width: 70px !important;
}

.width-100 {
    width: 100px !important;
}

.width-115 {
    width: 115px !important;
}

.width-120 {
    width: 120px !important;
}

.width-150 {
    width: 150px !important;
}

.width-160 {
    width: 160px !important;
}

.width-170 {
    width: 170px !important;
}

.width-180 {
    width: 180px !important;
}

.width-200 {
    width: 200px !important;
}

.width-230 {
    width: 230px !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.cls-1 {
    fill: none;
}
