.backend-nav-container #backend-nav-main-ul {
    min-width: 230px !important;
}

/* ---------- IN PROGRESS ------------ */
.container-in-progress {
    /*position: relative;*/
}

.container-in-progress:after {
    content: "";
    background: rgba(0,0,0,0.5) url(/res/images/ajax-loader-bubble.gif) no-repeat center center;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    border-radius: 0.3rem;
}