
.help-block {
    color: red !important;
}

.has-my-error {
    color: red !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25) url(../images/loader.svg) no-repeat center center;
    background-size: 150px 150px;
    z-index: 10000;
}

.display-none {
    display: none !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #1b1b28 !important;
}

.error {
    border: 1px solid red !important;
}

.password-error {
    color: red;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.badge-up {
    position: absolute !important;
    top: 10px !important;
    right: 5px;
    border-radius: 10rem !important;
}

.badge-pill {
    padding-right: 0.7em !important;
    padding-left: 0.7em !important;
}

.notification-list {
    margin: 5px !important;
}

.not-read-notification{
    background-color: #f0f0f0 !important;
}
