*{font-family: 'Muli', sans-serif;}
html, body{min-height: 100%; font-size: 14px; background: #F5F5F5;}
h2{font-size: 24px;}
h3{ font-size: 20px; }
ul{padding: 0; margin: 0;}
li{list-style: none}
a{-webkit-transition: all .3s linear; transition: all .3s linear;}
a:hover, a:focus,button:focus{ text-decoration: none; outline: none; }
.text-red{color: #FF0000 !important;}
img{max-width: 100%;}

/* form css */
label{ color: #707070; line-height: normal; }
.form-group{margin-bottom: 25px; position: relative; }
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=url]{border: 1px #D1D1D1 solid; padding: 0 16px; font-size: 16px; min-height: 45px; color: #1C1C1C;}
.form-control:focus{box-shadow: none; border-color: #0089FF !important; color: #000; }
.form-check-label{ font-size: 16px; }
.error-msg {
    position: absolute;
    top: -47px;
    right: 0px;
    background: rgba(199, 50, 78, 0.18);
    left: 0;
    bottom: auto;
    text-align: left;
    font-size: 13px;
    padding: 6px 9px;
    color: #c7324e;
    line-height: 16px;
}
.form-control-label{-webkit-transition: all .3s linear; transition: all .3s linear; }
.focused .form-control-label{ color: #0089FF; }
.password_eye {
    position: absolute;
    right: 7px;
    top: 70%;
    transform: translateY(-70%);
}

/* button */
.btn{ border-radius: 3px; font-size: 16px; padding: 0 27px; line-height: 43px;}
    .btn.red { /*background: #C7324E; border-color: #C7324E; color: #fff; box-shadow: 0px 3px 6px #C7324E73;*/
        background: #DC5F13;
        border-color: black;
        color: #fff;
        box-shadow: 0px 0px 0px #DC5F13;
    }
    .btn.red-line {
        /*background: #FFFFFF;
    border-color: #C7324E;
    color: #C7324E;
    box-shadow: none;*/
        background: #FFFFFF;
        border-color: black;
        color: black;
        box-shadow: none;
    }
.btn.red-line:hover{box-shadow: 0 3px 6px #070543;} /*#00000033*/
.btn.btnover:hover{box-shadow: 0 3px 6px #070543;}

.btn.blue{ background: #171861; border: 0; color: #fff; }
.btn.blue:focus{outline: none; box-shadow: none;}

/* Custom Checkbox */
.customCheckbox{width: 20px; height: 20px; margin: 0 auto; position: relative;}
.customCheckbox .form-check-input{display: none;}
.customCheckbox .chekStat{display: inline-block; margin: 0; width: 100%; height: 100%; cursor: pointer;font-family: 'icomoon';}
.customCheckbox .chekStat:before{width: 20px; height: 20px; border: 1px #A3A3A3 solid; position: absolute; left: 0; top: 0; content: ''; border-radius: 3px; -webkit-transition: all .3s linear; transition: all .3s linear;}
.customCheckbox .form-check-input:checked + .chekStat:after{position: absolute; font-size: 12px; line-height: 21px; color: #fff; width: 100%; height: 100%; border-radius: 3px; content: "\e912"; display: block;}
.customCheckbox .form-check-input:checked + .chekStat:before{background: #171861; border-color: #171861;}

/*---------- Login page -------*/
.login-bg {
    background: transparent linear-gradient(180deg, #aaaaaa 30%, #00496E 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-box{border-radius: 5px; padding: 20px; min-width: 370px; background: #fff; margin: 0 auto; box-shadow: 0px 3px 20px #0000004D; margin-top: auto; }
.login-box input[type=text]{border-color: #919191;}
.login-box + p{margin-top: auto; color: #fff; font-size: 12px; margin-bottom: 30px; }
.login-box .btn{ width: 100%; }
.login-box .btnLoginStyle{ width: 100%; }
.login-box h2{margin-bottom: 55px; text-align: center; font-weight: 700; }
.logo-bg{ width: 100%; display: block; text-align: center; padding: 10px 30px 20px 30px; }
.shoHide{color: #C7324E; text-transform: uppercase; margin-left: auto; }
.forgot_pass{text-align: center; display: block; color: #2D4279; margin: 18px 0 7px 0; }
.login-box .form-group{margin-bottom: 15px;}

/* ------------- Top Header ------------ */
.top-header-bar { position: fixed; top: 0; left: 0; right: 0; padding:0px 30px; background: #fff; border-bottom: 1px #D3D3D3 solid; z-index:3; display: flex; align-items: center; justify-content: space-between; }
.top-header-bar ul{display: flex; justify-content: flex-end; align-items: center;}
.top-header-bar ul li a{display: flex; align-items: center; font-size: 16px; color: #191963; position: relative;}
.top-header-bar ul li{padding: 0 15px;}
    .top-header-bar ul li a .loggedInDp {
        background: transparent linear-gradient(180deg, #aaaaaa 20%, #00496E 100%) 0% 0% no-repeat padding-box;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 15px;
    }
.top-header-bar ul li.noti-alrt a{font-size: 18px; color: #919191;}
.top-header-bar ul li.noti-alrt.active a span{width: 10px; height: 10px; border: 1px #fff solid; border-radius: 50%; background: #C7324E; display: block; position: absolute; right: -5px; top: 0;}
.left-sidebar-head{width:240px; background: #fff; text-align: center; padding: 17px; border-right: 1px #D3D3D3 solid; position: relative; }
.left-sidebar-head img{max-width: 100px; }

/* ------------- Left Sidebar ---------------- */
.left-sidebar{position: fixed; z-index: 2; left:0px; top:70px; bottom: 0; width: 270px; display: flex; flex-direction: column; -webkit-transition: all .3s linear; transition: all .3s linear;}
.left-sidebar-menu {
    flex: 1;
    background: transparent linear-gradient(180deg, #807e7e 20%, #00496E 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px 0;
    height: 100%;
}
.left-sidebar-bottom{ padding: 10px; width: 100%; display: block; text-align: center; background: #fff; border-right: 1px #D3D3D3 solid; }
.left-sidebar-menu ul li{ padding: 0 10px 0 0; }
.left-sidebar-menu ul li a{ color: #fff; display: flex; align-items: center; padding: 11px 20px 11px 27px; line-height: normal; position: relative; }
.left-sidebar-menu ul li a span{ font-size: 6px; padding-left: 10px; margin-left: auto; }
.left-sidebar-menu ul li a i{ margin-right:10px; font-size: 18px; width: 19px; text-align: center; }
.left-sidebar-menu ul.parent-nav > li a .nav-iLink{ position: relative; z-index: 1; display: flex; align-items: center; width: 100%; }
.left-sidebar-menu ul.parent-nav > li a .hover-overlay {
    background: /*#070543*/ #002b4d;
    border-radius: 0px 25px 25px 0;
    width: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.left-sidebar-menu ul.parent-nav > li a.active .hover-overlay, .left-sidebar-menu ul.parent-nav > li a:hover .hover-overlay{ right: 0; width: 100%; }
.left-sidebar-menu ul.child-nav{overflow: hidden; -webkit-transition: all .3s linear; transition: all .3s linear;}
.left-sidebar-menu ul.parent-nav > li a.active + ul.child-nav{ -webkit-transition: all .3s linear; transition: all .3s linear;}
.left-sidebar-menu ul.child-nav li{ padding-left:54px; }
.left-sidebar-menu ul.child-nav li a{padding-left: 0; font-size:14px;}


/* ------------ Main data --------------- */
.main-data{padding: 70px 0 0 270px; display: flex; transition: 0.3s all;}
.main-data .main-content-in{padding: 90px 20px 0 20px; min-height: calc(100vh - 85px);}
.page-head-title, .filter-more{padding: 20px; display: flex; justify-content: space-between; align-items: center; position: fixed; z-index: 5; top: 70px; left: 270px; right: 0; background: #f4f4f4;}
/*.page-head-title { z-index: 14; }*/
.page-head-title.checkbox_index { z-index: 1; }/*only for menu permission page because when click on change password or logout section the checkboxes are moving over the section*/
.page-head-title h3{font-size: 20px; font-weight: 700; margin-bottom: 0;}
.search-filter{margin-left: auto;}
.search-filter ul{ display: flex; align-items: center;}
.search-filter ul li{padding: 0 10px;}
.search-filter ul li .input-icon{position: relative;}
.search-filter ul li .input-icon i, .search-filter ul li .input-icon a{position: absolute; font-size: 18px; color: #333; left: 5px; padding: 7px; top: 55%; transform: translateY(-50%);}
.search-filter ul li .input-icon i:hover {
    border-radius: 50%;
    padding: 7px;
    background: rgb(14 15 16 / 8%);
    cursor:pointer;
}

/*.search_data*/
.search-filter ul li .input-icon a{width: auto; height: auto; left: 2px; top: 22px;}
.search-filter ul li .input-icon a i{font-size: 15px;}
.search-filter ul li .input-icon a:hover i{color: #C7324E;}
.search-filter ul li .select-ui select.form-control{height: 45px;}
.search-filter ul li .input-icon l {
        position: absolute;
        font-size: 10px;
        left: 228px;
        top: 50%;
        transform: translateY(-50%);
        color: #646464;
    }
    .search-filter .input-icon l {
        position: absolute;
        font-size: 12px;
        left: 460px;
        top: 50%;
        transform: translateY(-50%);
        color: #646464;
    }
    .search-filter .input-icon i {
        position: absolute;
        font-size: 16px;
        left: 35px;
        top: 53%;
        transform: translateY(-50%);
    }
.search-filter ul li .input-icon input{padding-left: 38px;}
.search-filter ul li:first-child{padding-left: 0;}
.search-filter ul li:last-child{padding-right: 0;}
.search-filter ul li a{width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
    .search-filter ul .ad_btn a {
        background: #3a3a3a;
        color: #fff;
        font-size: 18px;
        box-shadow: 0 3px 6px #00496E;
    }
.search-filter ul li.filter-op{position: relative;}
.search-filter ul li.filter-op > a{background: #fff;  color: #333; font-size: 18px; box-shadow: 0 1px 6px #00000029;}
.search-filter ul li.filter-op > a:hover, .search-filter ul li.filter-op > a.active{color: #191963; box-shadow: 0 1px 11px #0d0d5d7d;}
.search-filter ul li.filter-op .filter-drop{position: absolute; top: calc(100% + 20px); right: 8px; opacity: 0; visibility: hidden; border: 1px #191963 solid; padding: 6px 0; min-width: 145px; display: flex; flex-direction: column; background: #fff;  box-shadow: 0px 9px 16px #00000042;}
.search-filter ul li.filter-op .filter-drop li{width: 100%; display: block; padding: 0;}
.search-filter ul li.filter-op .filter-drop li a{padding: 8px 12px; display: block; border-radius: 0; color: #333; width: 100%; height: auto;}
.search-filter ul li.filter-op .filter-drop li a:hover{color: #191963;}
.search-filter ul li.filter-op .filter-drop.active{opacity: 1; visibility: visible;}
.filter-more{top: 160px; background: #191863; padding: 0 20px; justify-content: flex-start; border-bottom: 15px #f4f4f4 solid;}
.main-content-in.extra-filter{/*padding-top: 179px;*/ padding-top:127px;}
.main-co3ntent-in.extra-filter .table-wrap table th{top: 249px;}
.filter-more ul{ display: flex; padding: 20px 20px 20px 0; border-right: 1px #5d5d94 solid;}
.filter-more ul li{padding: 0 15px 0 0;}
.filter-more ul.filter-sub-more{padding: 0 10px 0 15px; border: 0; flex: 1;}
.filter-more ul.filter-sub-more li{display: flex; align-items: center; padding-right: 25px;}
.filter-more ul.filter-sub-more li .form-control{max-width: 166px;}
.filter-more ul.filter-sub-more label{color: #fff; margin-bottom: 0; display: block; padding-right: 10px;}

.main-data .main-content-in.excpt-list{width: 100%; padding-top: 30px;}
.x-list-box{background: #fff; box-shadow: 0 2px 6px #00000036; border-radius: 3px; margin-bottom: 20px; min-height: 158px; overflow: hidden;}
.x-list-box .x-list-head{padding: 16px 20px 12px; font-size: 20px; font-weight: 600; border-bottom: 1px #C4C4C4 solid; position: relative;} 
.x-list-box .x-list-body{padding: 12px 20px;}
.x-list-box .x-list-body .file-upload-input{width: 150px; height: 75px; position: relative; color: #919191; margin-right: 15px; display: flex; align-items: center; justify-content: center; font-size: 30px; background: #F0F0F0; border: 1px #C4C4C4 dotted; border-radius: 3px;}
.x-list-box .x-list-body .file-upload-input input{position: absolute; width: 100%; cursor: pointer; left: 0; right: 0; top: 0; bottom: 0; font-size: 0; opacity: 0;}
.x-list-box .x-list-body .upload-action p{margin-bottom: 10px; color: #777777;}
    .x-list-box .x-list-body .upload-action .btn {
        line-height: 38px;
        font-size: 14px;
        padding: 0 18px;
        background-color: #00496E !important;
        color: white !important;
        border: 0px white solid !important;
    }
.custom_orange_upload {
    line-height: 38px;
    font-size: 14px;
    padding: 0 18px;
    background-color: #DC5F13 !important;
    color: white !important;
    border: 0px white solid !important;
    border-radius: 4px;
}
.x-list-box .x-list-body .upload-action .btn i {
    margin-right: 15px;
    font-size: 16px;
    vertical-align: sub;
}
.x-list-body table{width: 100%;}
.x-list-body table td, .x-list-body table th{padding: 6px 20px; border: 1px #C4C4C4 solid; font-size: 16px; font-weight: normal; white-space: nowrap;}
.x-list-body table th{background: #E8E8E8; font-weight: 600;}
    .x-list-body table td .btn {
        font-size: 14px;
        line-height: 36px;
        box-shadow: none;
        background-color: #DC5F13 !important;
        color: white !important;
        border: 0px white solid !important;
    }
.x-list-body table td .btn i{margin-right: 15px; font-size: 16px; vertical-align: sub;}
.x-list-box .x-list-head::after{height: 4px; width: 100%; position: absolute; top: 0; left: 0; right: 0; content: '';}
.x-list-box .x-list-head.colSet1::after { /*background: #EF9A9A;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet2::after { /*background: #CE93D8;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet3::after { /*background: #9FA8DA;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet4::after { /*background: #4DB6AC;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet5::after { /*background: #F48FB1;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet6::after { /*background: #B39DDB;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet7::after { /*background: #90CAF9;*/
    background: #DC5F13;
}
.x-list-box .x-list-head.colSet8::after { /*background: #FFCC80;*/
    background: #DC5F13;
}

/* Soumavo*/
.x-list-1st-block{ border: 1px #C4C4C4 solid; font-size: 16px; font-weight: normal; width: 296px; margin-bottom: 4px; border-right: none;}
.x-list-2nd-block{ border: 1px #C4C4C4 solid; font-size: 16px; font-weight: normal; width: 212px; margin-bottom: 4px; border-right: none;}
.x-list-3rd-block{ border: 1px #C4C4C4 solid; font-size: 16px; font-weight: normal; width: 282px; margin-bottom: 4px;}
.x-list-block-head{padding: 6px 20px; background-color: #E8E8E8; font-weight: 600; border-bottom: 1px #C4C4C4 solid;}
.x-list-block-content{padding: 12px 20px;}
.x-list-block-content .btn.red i{margin-right: 14px;}
.x-list-block-content .btn.red{line-height: 36px; padding: 0 20px; box-shadow: none;}
.x-list-3rd-block .x-list-block-content{padding: 6px 20px; } 




/* ------ Dashboard --------- */
.dash-data{width: 100%; display: flex; align-items: center; justify-content: center; min-height: 70vh;}
.dash-data h2{color: rgba(25, 25, 99, .46); font-size: 30px;}

/* table list */
.table-wrap{width: 100%; box-shadow: 0 2px 6px #00000015; min-width: calc(100vw - 325px);}
.table-wrap table{width: 100%;}
.table-wrap table th, .table-wrap table td{padding: 12px 15px; font-size: 16px;}
.table-wrap table td{border-bottom: 1px #D1D1D1 solid; color: #606060; font-size: 15px; white-space: nowrap;}
.table-wrap table td.tabl-action{white-space: nowrap;}
.table-wrap table td.tabl-action a{margin: 0 5px;}
.table-wrap table td.tabl-action a:hover{color: #0089FF;}
.table-wrap table td a{color: #000;}
.table-wrap table th{background: #E8E8E8; color: #000000; font-weight: 500; position: sticky; top: 160px; white-space: nowrap;}
.table-wrap table tr:nth-child(even) td{background: #EBEBEB;}
.table-wrap table tr:hover{background: #EBEBEB;}
/*.table-wrap table tfoot td{text-align: center; background: #5d5d94; font-weight: 500;} */
.table-wrap table tfoot td {
    text-align: left;
    background: #ff00001a;
    font-weight: 500;
    color: #ff0020;
    padding-left: 694px;
}
.select-ui{position: relative;}
.select-ui select.form-control{padding-right: 25px;}
.select-ui span.d-arorow{    
    position: absolute;
    font-size: 8px;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-right: 8px #fff solid;
    pointer-events: none;}

/* Add data modal */
.modalGlobal .modal-header {
    padding: 10px 20px;
    background: #00496E;
    border: 0;
    border-radius: 5px 5px 0 0;
}
.modalGlobal .modal-header .modal-title{color: #fff; font-size: 20px; line-height: normal;}
.modalGlobal .modal-footer{padding: 20px; border-color: #D0D0D0; background: #fff; border-radius: 0 0 5px 5px;}
.modalGlobal .modal-header .close{text-shadow: none; font-size: 30px; line-height: 20px; font-weight: 300; opacity: 1; color: #fff; padding: 0; margin: 0;}
.modalGlobal .modal-body{padding: 20px 20px 5px; background: #fff;}
.modalGlobal .modal-content{border: 0; background: none; box-shadow: 0 3px 5px #00000029; border-radius: 5px;}

.actionModal .delete-content{display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 50px;}
.actionModal .modal-header{border: 0;}
.actionModal .modal-header .close{font-size: 26px; color: #637381; font-weight: 300; padding: 0; margin: 0; line-height: 16px; opacity: 1;}
.actionModal .modal-body{padding-bottom: 30px;}
.actionModal .delete-content i{font-size: 50px; color: #C7324E; font-weight: 600;}
.actionModal .delete-content h2{font-weight: 600; text-align: center; margin: 40px 0;}
.actionModal .delete-action{display: flex; align-items: center; justify-content: center;}
.actionModal .delete-action .btn{margin: 0 10px;}

.largeModal .modal-dialog{max-width: 800px;}
.modal-body .table-wrap{box-shadow: none;}
.modal-body .table-wrap table th{color: #5D5D5D;}
.modal-body .table-wrap table tbody tr td{background: #F5F5F5; border-color: #fff; color: #5D5D5D;}
.modal-body .table-wrap table tbody tr td:nth-child(3), .modal-body .table-wrap table tbody tr td:nth-child(2), .modal-body .table-wrap table th:nth-child(3), .modal-body .table-wrap table th:nth-child(2){text-align: center;}

/* Soumavo*/
.successfull .modal-dialog{max-width: 450px;}
.modalGlobal.successfull .modal-header{ background: #fff;}
.modalGlobal.successfull .modal-header .close{color: #000;}
.successfull .icon{max-width: 15px;}
.status-icon{text-align: center; font-size: 47px;}
.successfull-content{font-size: 22px; color: #000; font-weight: bold; max-width: 340px; text-align: center; margin-top: 26px;}
.modalGlobal.successfull .modal-footer{border-top: none;}
.modalGlobal.successfull .modal-footer {padding: 20px 20px 30px 20px;}

#ulMenu li {font-size:14px; padding-bottom:10px;}
#ulMenu li [input=checkbox] {margin-right:8px; width:16px; height:16px;}
.transformy {transform: translateY(-5px); margin-left: 10px; display: inline-flex;}

.addnewmanfact {font-size:12px; color:#333;}
.addnewmanfact i {/*border-radius:50%; width:14px; height:14px; border:1px solid #333;*/ font-size:12px; line-height: 14px; text-align: center; display: inline-flex; margin-right: 10px}
.top-header-bar .topmenusect {position: absolute; top:0px; bottom:0px; left:10px; display: flex; align-items: center; font-size:14px; color:#333}
.smnav {}
.smnav .left-sidebar {left: -270px;}
.smnav .main-data {padding: 70px 0 0 0px;}
.smnav .page-head-title, .smnav .filter-more {left:0px;}
.addbutonicon {display: inline-flex; width: 15px; height: 15px; border-radius: 50%; font-size: 12px; align-items: center; line-height: 15px; justify-content: center; color: #333; margin-left: 5px;}


/* ================= Css start dated 18.05.0222 for now xcheck & expansion ================= */

    .blBar ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px !important;
    }
    .blBar ul li select {
        width: 153px;
    }
    .blBar ul input[type="input"] {
        width: 215px;
    }
    .blBar ul li:nth-last-child(3) {
        display: inline-flex;
        align-items: center;
    }
    .blBar ul li span {
        margin-right: 10px;
    }
    .blBar ul li:first-child span:last-child {
        margin-right: 0;
    }
    .blBar ul li.divide {
        border-right: 1px solid grey !important;
        width: 1px;
    }
    .blBar ul li {
        margin: 0 1px !important;
        padding: 10px 0 !important;
        height: 60px;
        display: inline-flex;
        align-items: center;
    }
    .blBar ul li input[type=radio] {margin-right: 3px;}
@media only screen and (max-width: 1700px) {
    .blBar ul li {
        font-size: 13px;
    }

        .blBar ul li select.custom-select {
            width: 120px;
            font-size: 11.5px;
            display: inline-block;
            padding: 0.375rem 1.5rem 0.375rem 0.2rem;
        }

        .blBar ul li:nth-last-child(5) select {
            width: 170px;
            font-size: 12px;
        }
        .blBar ul input[type="input"], .blBar ul input[type="text"] {
            width: 196px;
            font-size: 12px;
            height: 30px;
            min-height: 1px;
        }
        .blBar ul input[type="text"] {
            font-size: 11px;
            padding-left: 4px;
            padding-right: 3px;
        }
    }

/* ================= Css close dated 18.05.0222 for now xcheck & expansion ================= */


    @media only screen and (max-width: 767px) {
        .left-sidebar {
            left: -100%;
            z-index: 2;
        }

        .main-data {
            padding-left: 0;
        }

        .top-header-bar {
            display: flex;
            align-items: center;
            padding: 12px;
        }

        .mobMenu {
            display: block;
            margin-right: auto;
            font-size: 18px;
            color: #191863;
        }

        .top-header-bar ul li:last-child {
            padding-right: 0;
        }

        .left-sidebar.active {
            left: 0;
        }

        .menuOverlay {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,0.6);
            opacity: 0;
            visibility: hidden;
            z-index: 1;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

        .left-sidebar.active + .menuOverlay {
            opacity: 1;
            visibility: visible;
        }
    }

    @media only screen and (max-width: 600px) {
        .login-box {
            min-width: 0;
            width: 100%;
            max-width: 90vw;
            padding-bottom: 10px;
        }

        .logo-bg {
            padding: 0px 30px 12px 30px;
            max-width: 230px;
            margin: 0 auto;
        }

        .login-box h2 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .login-box + p {
            font-size: 11px;
            margin-bottom: 8px;
        }
    }


    /*New CSS*/
    .ui-autocomplete {
        z-index: 10000000;
    }

    .text-danger {
        color: red !important;
        display: none
    }

.filter-more {
    top: 160px;
    background: #00496E;
    padding: 0 20px;
    justify-content: flex-start;
    border-bottom: 15px #f4f4f4 solid;
}

        .filter-more ul {
            display: flex;
            padding: 20px 20px 20px 0;
            border-right: 1px #5d5d94 solid;
        }

            .filter-more ul.filter-sub-more {
                padding: 0 10px 0 15px;
                border: 0;
                flex: 1;
            }

                .filter-more ul.filter-sub-more li {
                    display: flex;
                    align-items: center;
                    padding-right: 0px;
                }

            .filter-more ul li {
                padding: 0 15px 0 0;
                color: white;
                margin-left: 10px;
            }

    .PanelFilters {
        padding: 0px 15px 0 0px;
        color: white;
        margin-left: 10px;
        margin-bottom: 10px;
        position: relative;
    }

        .PanelFilters .icon-cancel {
            display: inline;
            position: absolute;
            right: 23px;
            top: 39px;
            z-index: 12;
            color: #646464;
            font-size: 10px
        }

    .ms-options-wrap button {
        width: 130px !important;
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057 !important;
        vertical-align: middle;
        background-size: 8px 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        overflow: hidden !important;
    }

.ms-options ul {
    display: inherit !important;
    border: 1px #00496E solid;
    min-height: 215px;
    min-width: 127px;
    background-color: #00496E;
    width: 100% !important;
    color: white;
}

        .ms-options ul li {
            width: 128px !important;
        }

        .ms-options ul label {
            color: white !important;
            width: 100% !important;
        }

    .ms-options ul li:hover {
        background-color: #002b4d !important;
        width: 100% !important;
    }

    .ms-options ul label:hover {
        background-color: #002b4d !important;
        width: 100% !important;
    }

    .ms-options ul li.selected {
        background-color: #002b4d !important;
        width: 100% !important;
        border: 1px #002b4d solid;
    }

        .ms-options ul li.selected label {
            background-color: #002b4d !important;
        }

    .main-content-in.extra-filter {
        padding-top: 179px;
    }

        .main-content-in.extra-filter .table-wrap table th {
            top: 236px;
        }

    .main-data .main-content-in.excpt-list {
        width: 100%;
        padding-top: 30px;
    }

    li.ui-menu-item {
        height: auto;
        line-height: 35px;
        color: #fff;
        border-bottom: 1px solid #3388D5;
    }

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    /*width: 27.8% !important;*/
    background-color: #00496E;
    /* border: 1px solid #ddd; */
    list-style: none !important;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu::-webkit-scrollbar-thumb {
    background-color: #002b4d !important;
}
.ui-menu::-webkit-scrollbar {
    background-color: #aaaaaa !important;
}
    .ui-menu::-webkit-scrollbar-thumb:hover {
        background-color: #00496E!important;
    }

    li.ui-menu-item a {
        margin-left: 6px;
        color: #fff;
    }

    li.ui-menu-item {
        cursor: pointer;
    }
    /*li.ui-menu-item a:hover {
    margin-left: 6px;
    color: black ;
}*/
    ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content :hover {
        /*margin-left: 10px;*/
        background-color: #002b4d;
        /*color: red ;*/
    }
    /*.ui-autocomplete {
z-index: 100;
}*/

.scroller::-webkit-scrollbar-thumb {
    background-color: #000;
}

    .main-data .main-content-in.excpt-list {
        width: 100%;
        padding-top: 30px;
    }

    .addnewmanfact {
        font-size: 12px;
        color: #333;
    }

        .addnewmanfact i { /*border-radius:50%; width:14px; height:14px; border:1px solid #333;*/
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            display: inline-flex;
            margin-right: 10px
        }

    /*Grid Accordian*/
    .accordion {
        /*cursor: pointer;*/
        border: none;
        outline: none;
        /*font-size: 25px;*/
        transition: 0.4s;
    }

        .active, .accordion:hover {
        }

        .accordion:after {
            /*content: '\02C5';*/
            margin-left: -5px;
            color: darkgoldenrod;
        }

    .active:after {
        /*content: "\02C4";*/
    }

.panel {
    /*padding: 0 18px;
  background-color: white;
  
  width:100%;*/
    /*margin-top:12%;*/
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    padding-top: 20px;
    /*margin-left:87%;*/
    /*float:right;*/
    /*max-width: 0;*/
    /*overflow: hidden;*/
    transition: max-width 0.2s ease-out;
    background: transparent linear-gradient(180deg, #807e7e 20%, #3a3a3a 100%) 0% 0% no-repeat padding-box;
    /*background: transparent linear-gradient(180deg, #191863 0%, #C50F24 100%) 0% 0% no-repeat padding-box;*/
    /*background:linear-gradient(to top, #fefcea 0%,#f1da36 100%,#f1da36 100%,#f1da36 100%,#f1da36 100%,#f1da36 100%,#f1da36 100%,#f1da36 100%);*/
    /*background: linear-gradient(to right, rgba(87,43,39,1) 0%,rgba(113,53,50,1) 31%,rgba(142,64,63,0.7) 66%,rgba(170,74,75,0) 100%);*/
    /*background: radial-gradient(ellipse at center, rgba(233,195,187,1) 0%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%,rgba(187,83,65,1) 100%); */
    /* opacity: 0.9;  Dipankar */
}

        /*Jayanta work on 01.04.22*/
        .panel input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=url] {
            font-size: 13px;
            min-height: 34px;
            padding: 0 10px
        }

    .PanelFilters .icon-cancel {
        top: 33px;
    }

    .panel {
        overflow: auto;
    }

        .panel::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
            /*background: transparent linear-gradient(180deg, #191863 0%, #C50F24 100%);*/
        }

        .panel::-webkit-scrollbar {
            width: 12px;
            background-color: #F5F5F5;
            border-radius: 10px;
        }

        .panel::-webkit-scrollbar-thumb {
            background-color: #929cda; /*#AAA*/
            /*border: 1px solid #191863;*/
        }

    /*Jayanta work end on 01.04.22*/
    div.transbox {
        background-color: #ffffff;
        opacity: 0.6;
    }

    /*Grid Accordian End*/

    /*Previous Column,Current Column*/
    .current {
        background-color: rgba(0, 128, 0, 0.25) !important;
        color: green !important;
        border-bottom: 1px solid !important;
        border-color: green !important
    }

    .previous {
        background-color: rgba(208, 230, 26, 0.28) !important;
        color: #ada116 !important;
        border-bottom: 1px solid !important;
        border-color: #ada116 !important
    }

    .previousText {
        color: red !important;
        background-color: rgba(225, 0, 0, 0.1) !important;
    }

    .currentText {
        color: #40afaf !important;
        background-color: rgba(249, 246, 246, 0.47) !important;
    }

    .tdnowrap.x-list-body table td, .tdnowrap.x-list-body table th {
        white-space: pre-wrap;
        font-size: 13px
    }

    /*.esfixed{position:fixed}*/
    .btm {
        bottom: 30px;
    }
    /*add by Rajib on 30.07.2020 for accordian panel close*/
    /*.PanelFilters .icon-close {display: inline; position: absolute; right: 23px; top: 0px; z-index: 12;  color: #646464; font-size:10px;}*/
    /*New CSS End*/

    /* button add by Rajib For View Screen as per client requirement */
    .btnview {
        border-radius: 5px;
        font-size: 14px;
        padding: 0 0px;
        line-height: 20px;
        cursor: pointer;
    }

        .btnview.viewred {
            /*background: #C7324E;
            border-color: #C7324E;
            color: #fff;
            box-shadow: 0px 3px 6px #C7324E73;*/
            background: #DC5F13;
            border-color: #DC5F13;
            color: #fff;
            box-shadow: 0px 0px 0px #DC5F13;
        }
        /*.btn.viewred-line {background: #FFFFFF; border-color: #C7324E; color: #C7324E; box-shadow: none; }*/
        .btnview.viewred-line:hover {
            box-shadow: 0 3px 6px #3a3a3a;
        }

    .search-filter ul li .divclose a {
        display: inline;
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 0;
        color: #646464;
        font-size: 10px;
    }

    .search-filter ul li .divclose a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.search-filter ul li .divclose a {
    background: /*#C7324E*/ #DC5F13;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 3px 6px /*#C7324E73*/ #DC5F13;
}

    .search-filter ul li .divclose a:hover {
        box-shadow: 0 5px 10px /*#C7324E*/ #DC5F13;
    }

    .btnLoginStyle {
        border-radius: 5px;
        font-size: 16px;
        padding: 0 27px;
        line-height: 43px;
        cursor: pointer;
    }

        .btnLoginStyle.loginred {
            background: #00496E;
            /*border-color: #00496E;*/
            border: 1px solid #00496E;
            color: #fff;
            box-shadow: 0px 0px 3px #00496E;
        }
        /*.btnLoginStyle.loginred-line {background: #FFFFFF; border-color: #C7324E; color: #C7324E; box-shadow: none; }*/
        .btnLoginStyle.loginred-line:hover {
            box-shadow: 0 3px 6px #00496E;
        }



    /*TAB SECTION START susmita start*/

    .tab {
        font-family: 'Muli', sans-serif;
    }

        .tab .nav-tabs {
            border: none;
        }

            .tab .nav-tabs li a {
                color: #000;
                font-size: 14px;
                font-weight: 500;
                text-transform: capitalize;
                padding: 10px 11px 10px;
                margin: 0 13px 0 0;
                border: none;
                overflow: hidden;
                position: relative;
                z-index: 1;
                background: #CDD0D2;
                border-radius: 0.3125rem 0.3125rem 0 0;
            }

                .tab .nav-tabs li.active a,
                .tab .nav-tabs li a:hover,
                .tab .nav-tabs li.active a:hover {
                    background: #00496E;
                    color: #fff; /*border: none;border-bottom: 3px solid #191863;*/
                }

                .tab .nav-tabs li a:before,
                .tab .nav-tabs li a:after {
                    content: "";
                    background-color: #070543;
                    width: 50%;
                    height: 100%;
                    opacity: 0;
                    transform: perspective(300px) rotateX(-100deg);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                    transition: all 0.4s ease 0s;
                }

                .tab .nav-tabs li a:after {
                    transform: perspective(300px) rotateX(100deg);
                    left: auto;
                    right: 0;
                    transition: all 0.4s ease 0.1s;
                }

                .tab .nav-tabs li.active a:before,
                .tab .nav-tabs li a:hover:before,
                .tab .nav-tabs li.active a:after,
                .tab .nav-tabs li a:hover:after { /*opacity: 1;transform: perspective(300px) rotateX(0);*/
                }

        .tab .tab-content {
            color: #555;
            background: #fff;
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 25px; /*padding: 20px;*/
            border-top: 10px solid #00496E;
            border-bottom: 5px solid #00496E;
            box-shadow: 0 0 7px rgba(0,0,0,0.1) inset;
            position: relative; /*min-height:calc(100vh - 3rem);*/
            margin-top: 6px;
        }

            .tab .tab-content h3 {
                color: #000;
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 0;
                font-family: inherit;
            }

            .tab .tab-content p {
                font-size: 14px;
            }

            .tab .tab-content label {
                color: #1e1d1d;
                line-height: normal;
                font-size: 16px;
                font-weight: 400;
            }

            .tab .tab-content .w-6 {
                width: 75%;
            }

            .tab .tab-content .file-upload-input input {
                position: absolute;
                width: 100%;
                cursor: pointer;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                font-size: 0;
                opacity: 0;
            }

            .tab .tab-content .x-list-box {
                background: #fff !important;
                box-shadow: none !important;
                border-radius: 0px !important;
                margin-bottom: 20px;
                min-height: 158px;
                overflow: hidden;
            }

                .tab .tab-content .x-list-box .x-list-body {
                    padding: 15px 0px;
                }

            .tab .tab-content select.form-control:not([size]):not([multiple]) {
                height: calc(2.25rem + 4px) !important;
            }

            .tab .tab-content .form-control:focus {
                box-shadow: none;
                border-color: #bebfc1 !important;
                color: #000;
            }

            .tab .tab-content h4 {
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 20px;
                font-family: inherit;
                color: #000;
                border-bottom: 2px solid #00496E;
                line-height: 28px;
            }

            .tab .tab-content h5 {
                color: #1e1d1d;
                line-height: 26px;
                font-size: 16px;
                font-weight: 400;
            }

            .tab .tab-content h6 {
                color: #ff0027;
                line-height: 40px;
                font-size: 16px;
                font-weight: 400;
            }

    .red-text {
        color: #b6102a;
    }

    .borderbottom {
        border-bottom: 1px solid #d1cbcb;
    }

    .forgot-wrapper-panel {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100% !important;
    }

        .forgot-wrapper-panel .my-cont {
            color: #ff0000 !important;
            font-size: 16px !important;
            font-weight: 600 !important;
        }

        .forgot-wrapper-panel .form-check-input {
            position: absolute;
            margin-top: 6px;
            margin-left: -1.25rem;
        }

    .my-cont .form-check-label {
        font-size: 16px !important;
        color: #c50505 !important;
        font-weight: 400 !important;
    }

    .tab .tab-content .error h6 {
        color: #000;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
    }

    .tab .tab-content .error p {
        font-size: 14px;
        color: #c50505;
    }

.tab .tab-content .blue-bar {
    background: #00496E;
    padding: 10px 10px;
    margin: 15px 0px;
}

    .tab .tab-content .rcontent {
        background: rgb(235,235,235);
        padding: 10px;
    }

    .tab .tab-content .filter-more {
        top: 220px;
        background: #191863;
        padding: 0 20px;
        justify-content: flex-start;
        border-bottom: 15px #f4f4f4 solid;
    }

    .tab .tab-content .page-head-title, .filter-more2 {
        padding: 0px !important;
        display: flex;
        justify-content: space-between;
        align-items: center; /* left: 270px; */
        z-index: 5;
        top: 70px;
        position: initial !important;
        right: 0;
        background: #fff;
    }

    .tab .tab-content form.example input[type=text] {
        padding: 10px;
        font-size: 17px;
        border: 1px solid grey;
        float: left;
        width: 80%;
        background: #f1f1f1;
    }

    .tab .tab-content form.example button {
        float: left;
        width: 20%;
        padding: 10px;
        background: #c7324e;
        color: white;
        font-size: 17px;
        border: 1px solid grey;
        border-left: none;
        cursor: pointer;
    }

        .tab .tab-content form.example button:hover {
            background: #070540;
        }

    .tab .tab-content form.example::after {
        content: "";
        clear: both;
        display: table;
    }

    .tab .tab-content .filter-more ul.filter-sub-more {
        padding: 0 10px 0 15px;
        border: 0;
        flex: 1;
        justify-content: space-around !important;
    }

    .tab .tab-content .x-list-box .x-list-head {
        padding: 16px 20px 12px;
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px #C4C4C4 solid;
        position: relative;
    }

        .tab .tab-content .x-list-box .x-list-head.colSet5::after {
            background: #ffffff !important;
        }

    .tab .tab-content .tdnowrap.x-list-body table td, .tdnowrap.x-list-body table th {
        white-space: inherit;
        font-size: 16px;
    }

    .tab .tab-content .table th, .table td {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .tab .tab-content .border-n {
        border: none;
    }

    .tab .tab-content .export {
        color: #fff;
        font-size: 16px;
    }

.tab .tab-content .btn.blue-new {
    background: transparent;
    border: 1px solid #000000 !important;
    color: #000000;
    width: 150px;
    text-transform: capitalize !important;
    font-weight: 600;
}

.tab .tab-content .btn.blue-new-cover {
    background: #DC5F13;
    border: 0;
    color: #fff;
    border: 1px solid #000000 !important;
    width: 150px;
    text-transform: capitalize !important;
}

    .tab .tab-content .padd-20 {
        padding: 20px;
    }

    .tab .tab-content tbody {
        display: block;
        max-height: 400px;
        overflow-y: auto;
    }

        .tab .tab-content thead, .tab .tab-content tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

    .tab .tab-content .table-head {
        background-color: #E8E8E8;
        color: #000;
    }

    .tab .tab-content thead {
        width: calc( 100% - 1em )
    }

    .tab .tab-content .btn.blue-deactivate {
        background: #e2e2e2;
        border: 0;
        color: #b5b1b1;
        border: 2px solid #d0d0d8 !important;
        width: 150px;
        text-transform: capitalize !important;
    }

    /*pagination start*/
    .tab .pagination {
        width: 97%;
        display: flex;
        justify-content: end;
        margin-bottom: 10px;
    }

        .tab .pagination .number-box {
            padding: 5px;
            border-radius: 8px;
            color: #5f6368;
            text-align: center;
            cursor: pointer;
        }

    .tab .dropdown {
        position: relative;
        display: inline-block;
        padding: 5px;
        border-radius: 8px;
        color: #5f6368;
        text-align: center;
    }

        .tab .dropdown:hover {
            background: #dfdfdf;
            padding: 5px;
            border-radius: 8px;
            color: #5f6368;
            text-align: center;
        }
    /*.tab .dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);padding: 12px 16px;z-index: 1;}
.tab .dropdown:hover .dropdown-content {display: block;    top: 36px;}
.tab .dropdown:hover .dropdown-content ul {display: block;}
.tab .dropdown:hover .dropdown-content ul li{color: #000;  font-size: 14px;line-height: 27px; cursor: pointer;}
.tab .dropdown:hover .dropdown-content li:hover{color: #000;background: #dfdfdf; }*/
    .tab .pagination .number-box {
        width: 34px;
        height: 34px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
    }

    .tab .pagination .arrow-box {
        text-align: right;
        display: flex;
        justify-content: end;
        align-items: center;
    }

        .tab .pagination .arrow-box .arrow-box-left {
            background: #fff;
            border-radius: 50px;
            width: 34px;
            height: 34px;
            padding: 5px 7px;
            margin: 0px 12px;
            cursor: pointer;
        }

            .tab .pagination .arrow-box .arrow-box-left:hover {
                background: #dfdfdf;
                border-radius: 50px;
                width: 34px;
                height: 34px;
                padding: 5px 7px;
                margin: 0px 12px;
            }

        .tab .pagination .arrow-box .active {
            background: #f1f1f1 !important;
            border-radius: 50px;
            width: 34px;
            height: 34px;
            padding: 5px 7px;
            display: flex;
            align-items: center;
        }

        .tab .pagination .arrow-box .de-active {
            background: #fdfdfd !important;
            border-radius: 50px;
            width: 34px;
            height: 34px;
            padding: 5px 7px;
            display: flex;
            align-items: center;
            border: 1px solid #f1ebeb;
        }

        .tab .pagination .arrow-box .arrow-box-right {
            background: #fff;
            border-radius: 50px;
            width: 34px;
            height: 34px;
            padding: 5px 7px;
            margin: 0px 12px;
            cursor: pointer
        }

            .tab .pagination .arrow-box .arrow-box-right:hover {
                background: #dfdfdf;
                border-radius: 50px;
                width: 34px;
                height: 34px;
                padding: 5px 7px;
                margin: 0px 12px;
            }

        .tab .pagination .arrow-box img {
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

    .panel .text-danger {
        color: #FF7F7F !important;
    }
    .filter-more.blBar input[type="text"] {font-size:15px; min-height: 35px;}


    /*pagination End */

    @media(min-width: 2300px) {
        .table-wrap table tfoot td {
            text-align: center;
            padding-left: 0;
        }
    }

    @media(max-width: 1700px) {
        .panel input[type=text] {
            font-size: 11px !important;
        }

        .PanelFilters {
            font-size: 11px !important;
        }

        .table-wrap table tfoot td {
            padding-left: 620px;
        }
    }

    @media only screen and (max-width:1440px) {

        .tab .nav-tabs li a {
            font-size: 13px;
            padding: 10px 6px 10px;
            margin: 0 4px 0 0;
        }

        .tab .tab-content h4 {
            font-size: 14px;
        }

        .forgot-wrapper-panel .my-cont {
            font-size: 13px !important;
        }
    }

    @media only screen and (max-width: 1366px) {
        .tab .nav-tabs li a {
            font-size: 13px;
            padding: 10px 2px 10px !important;
            margin: 0 11px 0 0 !important;
        }

        .tab .tab-content h4 {
            font-size: 14px;
        }

        .forgot-wrapper-panel .my-cont {
            font-size: 13px !important;
        }

        .tab .tab-content .w-6 {
            width: 100%;
        }
    }
    @media only screen and (max-width: 1200px){
        .lgMar {margin-top: 20px;}
    }

    @media only screen and (max-width:1024px) {

        .tab .nav-tabs li a {
            font-size: 13px;
            padding: 10px 6px 10px;
            margin: 0 4px 0 0;
        }

        .lineHig {
            line-height: 37px;
        }

        .tab .tab-content h4 {
            font-size: 14px;
        }

        .forgot-wrapper-panel .my-cont {
            font-size: 13px !important;
        }

        .tab .tab-content .w-6 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 479px) {
        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
        }

            .tab .nav-tabs li a {
                margin: 0 0 10px;
            }
    }
    /*TAB SECTION START susmita End*/

    /*Confirm dialog*/
    .confirmbtn {
        background-color: #23239b;
        color: white;
    }

    .jconfirm-box.jconfirm-hilight-shake.jconfirm-type-blue.jconfirm-type-animated {
        border-top: solid 5px #bd3a49 !important;
    }

    /*end Confirm dialog*/


/*Arjun Sharma*/
.text-custom-blue {
    color: #171861
}

.text-custom-red {
    color: #C7324E
}

.ui-menu-item-wrapper:hover {
    background-color: #002b4d !important;
}