.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;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-header {
    background: #254672;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-weight: 700;
}

.close{
	color: #FFF !important;
    text-shadow: 0 1px 0 #000 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    padding-right: 5px !important;
}

.sa-icon.sa-warning {
    border-color: #F8BB86;
}

.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sa-h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}


.active_tab {
  border-bottom: 3px solid #007bff;
}

.active_tab a {
  color: #007bff !important;
}

.nav-item a {
  color: #000;
}
 
.nav-tabs>li>a:hover {
  border-bottom: 3px solid #007bff;
  color: #007bff !important;
}