.left-menu .main-content {
    z-index: 999
}

.left-menu .sub-sidebar-wrapper.ssw {
    left: -200px
}

.left-menu .main-content.mcfs {
    margin-left: 60px;
    z-index: 999
}

.SystemConfiguration,
.TelephonyConfiguration,
.OperationalConfiguration,
.Monitoring,
.Quality,
.Analytics {
    display: none;
}

.activeSabNav {
    display: block;
}

.targetDiv {
    display: none
}

.login .all-wrapper {
    background-color: #f9c287!important
}

.glossed .sub-sidebar-wrapper ul li:last-child {
    border: none;
}

.subNav li div ul {
    padding: 0 0 0 25px;
    margin: 0
}

.subNav li div ul li {
    margin: 0 0 6px 0;
    padding: 0 0 6px 0
}

.subNav li div ul li:last-child {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.main-content iframe {
    border: none;
    position: relative;
    width: 100%;
    height: 93vh;
    overflow: hidden;
}

.main-content .list {
    overflow-y: hidden;
}

.login .all-wrapper {
    background-color: #bedef3 !important;
}

.glossed .widget-orange .widget-title {
    background-color: #2980b9 !important;
    color: #fff !important;
    border: 1px solid #2980b9 !important;
    border-bottom: 1px solid #114364 !important;
    /* background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e67e22), to(#d67118)); */
    background-image: -webkit-linear-gradient(top, #2980b9, 0%, #2980b9, 100%) !important;
    background-image: -moz-linear-gradient(top, #2980b9 0%, #2980b9 100%) !important;
    /* background-image: linear-gradient(to bottom, #e67e22 0%, #d67118 100%); */
    /* background-repeat: repeat-x; */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe67e22', endColorstr='#ffd67118', GradientType=0);
}