#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
   height: 100%;
}

#status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(assets/images/icon/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
    
    
}
.nav-item {
        padding-left:15px;
    }
    .navbar-nav>li>a { 
        color:#fff;
        font-weight:600;
        font-size:14px;
    }
    .dropdown-menu{
        background: #292929;
    }
    .dropdown-menu>li>a {
color:#fff;
    }
    .sidebar-archive .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background-color: #00399c;
    }
    .dropdown-menu > li:hover {
        background-color: #00399c;
    }
    
    .navbar-toggler {background-color:black !important;}
    .navbar-collapse {background: #292929;}
.text strong {font-weight:bold !important;}
.text p {margin-bottom:10px !important; color:#000 !important}