.s_table {
    /** overflow-x: auto; **/
}

.onoffswitch2 {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 22px;
    border: 1px solid #bfcbd9;
    border-radius: 22px;
    background-color: #bfcbd9;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.onoffswitch2-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border: 1px solid #bfcbd9;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label {
    background-color: #84c529;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label,
.onoffswitch2-checkbox:checked+.onoffswitch2-label:before {
    border-color: #84c529;
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label:before {
    right: 0;
}

.onoffswitch2-checkbox:disabled+.onoffswitch2-label {
    opacity: 0.5;
}

/* UPDATE STYLES 2024 */
html, body { height: 100%; }

body {
    background: #FAFBFD;
}

a {
    color: #6a89a7;
}

.btn-info {
    background-color: #88bdf2;
}

.btn-info:hover {
    background-color: #6a89a7;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #88bdf2;
    border-color: #88bdf2;
}

#header {
    position: fixed;
    width: 100%;
    background: #fff !important;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.hide-menu {
    color: #384959;
}

.navbar-right i {
    font-size: 18px;
    color: #a1b4cc;
}

.navbar-right li a {
    padding-left: 5px;
    padding-right: 5px;
}

.staff-profile-image-small {
    margin: 14px auto 0 auto;
    height: 30px;
    width: 30px;
}

.header-user-profile,
.header-todo,
.header-notifications {
    min-width: 35px;
    text-align: center;
}


#top_search input { 
    color: #a1b4cc;
}

#top_search input:active, 
#top_search input:focus, 
#top_search input:hover {
    background-color: transparent;
    color: #a1b4cc;
}

#top_search_button {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 45px;
    margin-right: 50px;
}

.sidebar {
    position: fixed !important;
    min-height: 100%;
}

#side-menu {
    min-height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#9a9caa",GradientType=1);
}

#side-menu li .nav-second-level li a {
    color: #000;
}

#setup-menu-wrapper {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(154,156,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#9a9caa",GradientType=1);
}

#wrapper {
    margin: 0 0 0 210px;
    padding-top: 90px;
    background: #FAFBFD;
}

.panel_s .panel-body {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    border: 1px solid transparent;
}

/* MULTI STEP FORM */
#project_form .tab {
    display: none; 
    width: 100%; 
    height: 50%;
    margin: 0px auto;
}

#project_form .current {
    display: block;
}

#project_form h1 {
    text-align: center; 
}

/* Make circles that indicate the steps of the form: */
.sc-steps {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 0;
    padding-bottom: 17px;
    margin-bottom: 15px;
    justify-content: center;
}

#project_form .step {
    position: relative;
    height: auto; 
    width: 33.3333%; 
    cursor: pointer; 
    margin: 0; 
    color: #000; 
    background-color: transparent; 
    border-bottom: 5px solid grey; 
    display: inline-block; 
    opacity: 0.8; 
    padding: 5px
}

#project_form .step.active {
    opacity: 1; 
    background-color: transparent;
    border-bottom: 5px solid #88bdf2; 
}

#project_form .bb-wizard-done {
    border-bottom: 5px solid #88bdf2; 
}

#project_form .step.finish {
    background-color: #88bdf2; 
}

#project_form .error {
    color: #f00; 
}

.bb-wizard-buttons .btn {
    background-color: #88bdf2;
}