.select2-dropdown {
    z-index: 9999 !important
}

.bootstrap-timepicker-minute, .bootstrap-timepicker-hour, .bootstrap-timepicker-meridian, .bootstrap-timepicker-second {
    width: 50px !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.datepicker {
    z-index: 1151 !important;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 25px;
}

.form-tab li a:hover {
    background: #eeeeee !important;
}

.form-tab li a.selected {
    background: #3c8dbc !important;
    color: #ffffff !important;
}

.alert_floating {
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 1001;
    background: rgba(255, 140, 127, 0.7);
    color: #222222;
    font-weight: bold;
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #aaaaaa;
}

#table_dashboard {
    font-size: 12px;
}


.login-box-body {
    box-shadow: 0px 0px 25px #999999;
}

/** region bell **/
@keyframes notification_animation {
    from {
        margin-top: 5px;
        transform: scale(1);
    }
    to {
        margin-top: 5px;
        transform: scale(3);
    }
}

#notification_count {
    animation-name: notification_animation;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}
/** endregion **/

