﻿body {
     overflow-x: visible !important; /*Remove ace bug for body height*/
}
.menu-text {
    font-size: 16px;
}

.nav-scroll {
    right: 0 !important;
    left: inherit !important;
}

/*========================== */
.no-skin .sidebar-scroll .nav-list > li.active:after {
    right: auto;
    left: -2px;
}

.rtl .nav-list li.active > a:after {
    left: -2px;
    border-right-color: transparent;
    border-left-color: #2B7DBC;
}
/*========================== */
