.navbar {
    background-image: linear-gradient(120deg, rgba(1, 115, 232, 0.6), rgb(9, 51, 84));
    padding: 0;
    position: absolute;
    width: 100%;
}

.navbar-expand .navbar-nav {
    margin: 0 1rem;
}

#reset_password_request_form_email_help {
    color: #fff!important;
    margin-bottom: 10px;
}
.check-email a {
    color: #b8b8b8!important;
}
.bg-color {
    background-color: rgb(40, 134, 229);
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-brand {
    color: #fff;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}

#sidebarToggle {
    font-size: 24px;
}

footer, footer a {
    color: #fff;
}
footer a:hover {
    color: #4e73df;
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0458ab !important;
    padding: 1.5rem 0
}

#content-wrapper,
.sidebar {
    padding-top: 53px;
    padding-bottom: 60px;
}

.pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;       
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0,0,0,.02);
}

.form-group > label.required:after,  legend.required:after, th > label.required:after {
    color: red;
    content: " *";
}

@media (min-width: 768px) {
    .navbar-brand {
        border-right: 1px solid rgba(255,255,255,.3);
        padding-left: 1rem;
        padding-right: 1rem;
        width: 14rem!important;
    }
    .navbar-brand h3 {
        line-height: 43px;
        margin-bottom: 0;
    }
    .sidebar-toggled .navbar-brand {
        width: 6.5rem!important;
    }
    .sidebar-toggled .navbar-brand h3 {
        font-size: 1rem;
        text-align: center;
    }
    footer.sticky-footer {
        width: calc(100% - 14rem);
    }
}
