.lp-screen{
    width: 100%; 
    height: 100%; 
    background-color: rgba(255, 255, 255, 0.94); 
    position: fixed; 
    z-index: 666999; 
    top: 0px; 
    left: 0px;
}
.lp-screen span{
    width:120px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);display: inline-block;
}
.lp-screen img{
    cursor:pointer;width:120px;
}

.tabView>li>a {
    position: relative;
    display: unset;
    padding: 10px 15px;
}
.tabView li.active{
    margin-bottom: 4px;
}

.filterTableMain{
    margin-top:10px;max-height:500px;overflow:auto;
}
.filterTableMain table thead tr{
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fcfcfc;
}
.tbl_per_data td, .tbl_indices_data td{
    color: black !important;
    font-weight: bold;
}
.filterTableMain th.cls_date,.filterTableMain td.cls_date{
    min-width: 125px !important;
}
@media (min-width:768px) and (max-width:1024px){
    .filterTableMain table thead tr{
        position: sticky;
        top: 0;
        z-index: 3;
        background: #fcfcfc;
    }
    .filterTableMain table tr td:first-child, .filterTableMain table tr th:first-child{
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fcfcfc;
    }
}
@media (max-width:768px){
    .filterTableMain table thead tr{
        position: sticky;
        top: 0;
        z-index: 3;
        background: #fcfcfc;
    }
    .filterTableMain table tr td:first-child, .filterTableMain table tr th:first-child{
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fcfcfc;
    }
}




