﻿
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/Preloader_1.gif) center no-repeat #fff;
}
/*jQuery loader classes*/


.checs-dropdown > li.dropdown {
    position: static;
}

    .checs-dropdown > li .dropdown .open .dropdown-menu {
        display: table;
        width: 100%;
    }
/*sub menu container width controll */
.checs-dropdown {
    width: 100%;
    margin-top:20px;
    
}

   /* Disbursement History update */
.checs-dropdown > li {
    width: 24.5%;
    margin-right: .5%;
}


@media (max-width: 1240px) {
    .checs-dropdown > li {
        width: 50%!important;
        margin: 0;
        float: left;
        border: solid #fff 1px;
    }   
    .checs-dropdown .dropdown-menu {
        padding: 20px 10px;
        top: 90px!important;
        width:100%;
    }
}

@media (max-width: 768px) {
    .checs-dropdown > li {
        width: 100%!important;
        float: none;
    }
   
}

    .checs-dropdown .badge {
        top: 0;
        position: static;
        font-size: 12px!important;
        background-color: #cb2b19;
    }
    /*CHECKS main menu style End*/

    /*CHECKS common sub-menu style Start*/
    .checs-dropdown li a {
        font-size: 1.1em;
        font-weight: 500;
    }

    .checs-dropdown .dropdown-menu {
        padding: 20px 10px;
        top: 54px;
        width:100%;
    }

.dropdown-menu ul {
    list-style: none;background-color:#fff;
    padding:0!important;
    margin:0!important;
}

    .dropdown-menu ul li {
        line-height: 22px;
        margin: 0;
    }

        .dropdown-menu ul li h4 {
            margin: 0;
            padding: 5px 5px 5px 0;
            line-height: 14px;
            margin-top:10px;
        }

            .dropdown-menu ul li h4 a:link, .dropdown-menu ul li h4 a:visited {
                font-weight: bold !important;
                font-size: 14px !important;
            }

.checs-dropdown li a:link, .checs-dropdown li a:visited {
    color: #fff;
    background-image: none;
    background-color: #0e1528;
    text-align: center;
    border-left: solid 7px #0e1528;
    padding: 7px 0;
}

.checs-dropdown li a:hover, .checs-dropdown li a:focus, .checs-dropdown li a.active {
    background-color: #187cb8 !important;
    color: #fff;
    border-left: solid 7px #82b7d1 !important;
}

.checs-dropdown li .dropdown-menu {
    border: 2px solid #c6e5f4;
    background-color: rgba(255,255,255,1);
}

   .checs-dropdown li .dropdown-menu li a:link, .dropdown-menu li a:visited {
        font-size: 13px;
        color: #000;
        text-decoration: none;
        border-left: 3px solid #c6e5f4;
        padding: 3px 4px 4px 2px;
        background: none;
    }

    .checs-dropdown li .dropdown-menu li a:hover {
        background-color: #c6e5f4 !important;
        border-left: 3px solid #82b7d1 !important;
        padding: 3px 4px 4px 2px;
    }

    .checs-dropdown li .dropdown-menu h4 a:link, .dropdown-menu h4 a:visited {
        color: #000;
    }
/*sub-menu common style End*/

/*GSFC Super Admin Start*/
.sadmin li a:link, .sadmin li a:visited {
    color: #007caf !important;
}
/*GSFC Super Admin End*/


