﻿ prevent the drop down icon going onto a new line for the top bar language link 
.top-bar-language-nav-link {
    min-width: 65px;
}

 bootstrap model showing two scroll bars 
html {
    overflow: visible;
}

 main sidebar not under model 
.modal {
    z-index: 1110;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

.famfamfam-flags {
    display: inline-block;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f3f6f9 !important;
    opacity: 1;
}
.aside-menu .menu-nav > .menu-item > .menu-link {
    padding: 9px 20px !important;
}
