.vertical-nav-menu li {
    margin-bottom: 10px
}

.vertical-nav-menu li a {
    padding: 0 1.5rem 0 45px;
    font-size: 16px;
}

.box-outer {
    text-align: center;
    border: solid 1px #D8D8D8;
    padding: 20px 0 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.num {
    font-size: 50px;
    font-weight: 900;
    color: #0073A8;
    min-height: 140px;
}

.num a:hover {
    color: #005b85 !important;
}

.num a {
    color: #0073A8;
    text-decoration: none;
}
    
.title {
    background: #F5F5F5;
    padding: 10px;
    font-size: 16px;
    color: #737373;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dash-card-header {
    background: #F9F9F9;
    padding: 15px 20px;
}

.box-head {
    color: #0073A8;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.input-group-prepend {
    background: #E8E9EC;
    padding: 12px;
    margin-left: 10px;
    color: #0073A8;
}

img.metismenu-icon {
    position: absolute;
    top: 25%;
    left: 5px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-icon {
    left: 65%;
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo {
    padding: 7px 0 0 20px
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo-src {
    display: block;
    overflow: hidden;
    height: 30px;
}

.notification i {
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    border-right: solid 1px #d7d7d7;
    margin-right: 15px;
}

.btn-blue {
    background: #0073A8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500
}

.btn-blue:hover {
    background: #1fb7fd;
    color: #fff;
    text-decoration: none
}

.badge {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
}

.badge-success {
    background: #DDFFDC;
    color: #46AE44;
}

.badge-warning {
    background: #FFF2E3;
    color: #AE6A44;
}

thead th:not(.calendar-table th) {
    background: #F6F6F6;
    padding: 15px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .03);
}

.login {
    background: #ECF5FF
}

.login-heading p {
    color: #3E3E3E;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px
}

.login-heading span {
    color: #838383;
    font-size: 18px;
    font-weight: 400;
}

.login label {
    font-size: 18px;
    color: #3F3F3F;
    font-weight: 500
}

.login .form-control {
    background: #F9F9F9;
    border: solid 1px #E6E6E6;
    padding: 22px 10px
}

.login .btn-primary {
    background-image: linear-gradient(135deg, #1FB7FD 0%, #0073A8 100%) !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.form-group a {
    font-size: 16px;
    color: #838383;
    float: right;
}

@media only screen and (max-width: 1320px) {
    .header-user-info {
        display: block !important;
    }
}