/*
Template Name: Moqui - Components Kit
Author: CoderThemes
Email: support@coderthemes.com
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    background-color: #f1f3f7;
    padding-bottom: 60px;
    color: #1a1a1a;
}

a {
    text-decoration: none !important;
    color: #4a81d4;
}

a:hover {
    color: darkne(#4a81d4, 8%);
}

.slimScrollDiv {
    height: auto !important;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    color: #6c757d;
}

p {
    font-size: 14px;
}

.font-10 {
    font-size: 10px;
}

.border-bottom {
    border-bottom: 1px solid #f8f9fa !important;
}

.border {
    border: 1px solid #f8f9fa !important;
}

.popover-header {
    margin-top: 0;
}

.page-link {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.page-link:hover {
    color: #6c757d;
    background-color: #fefefe;
    border-color: #dee2e6;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.page-item.disabled .page-link {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #8b8d90;
}

.thumb-sm {
    width: 36px;
    height: 36px;
}

.thumb-md {
    width: 46px;
    height: 46px;
}

.thumb-lg {
    width: 86px;
    height: 86px;
}

.wrapper {
    margin-top: 30px;
}

.logo {
    display: block;
    line-height: 50px;
    margin-right: 30px;
}

.navbar-custom {
    background-color: #313233;
    box-shadow: 0 2px 6px rgba(230, 235, 244, 0.4);
    z-index: 100;
    padding: 0 30px 0 0;
}

.navbar-custom .container-fluid {
    position: relative;
}

.navbar-custom .topnav-menu .nav-link {
    color: #adb5bd;
    display: block;
}

.navbar-custom .topbar-menu-left .nav-link:after {
    font-family: "Material Design Icons";
    content: "\F140";
    display: inline-block;
    border: none;
    vertical-align: middle;
    height: auto;
    width: auto;
    margin-left: 5px;
    font-size: 1.1rem;
}

.navbar-custom .topbar-menu-left .nav-item:last-of-type .nav-link:after {
    display: none;
}

.navbar-custom .topnav-right {
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-custom .topnav-right > li {
    float: left;
    list-style: none;
}

.navbar-custom .topnav-right > li .nav-link {
    padding: 0 10px;
    min-width: 32px;
    line-height: 50px;
    max-height: 50px;
}

@media (min-width: 992px) {
    .navbar-custom .topnav-menu .nav-link {
        padding: 0 5px;
        min-width: 32px;
        line-height: 50px;
        max-height: 50px;
    }

    .navbar-custom .topbar-menu-left .nav-link:after {
        content: "\F142";
    }

    .navbar-custom .topnav-right > li .nav-link {
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .navbar-custom .topbar-menu-left .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        padding-left: 20px;
    }

    .navbar-custom .topbar-menu-left .dropdown-item {
        color: #8b8d90;
        padding: 6px 0;
    }

    .navbar-custom .topbar-menu-left .dropdown-item:hover {
        background-color: transparent;
        color: #f8f9fa;
    }
}

.navbar-custom .navbar-toggler {
    border: none;
    margin-top: 6px;
}

/* Notification */
.noti-scroll {
    max-height: 240px;
}

.notification-list {
    margin-left: 0;
}

.notification-list .noti-title {
    padding: 12px 1.5rem;
    background-color: #ffffff !important;
}

.notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
}

.notification-list .notify-item {
    padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #6c757d;
    background-color: #f8f9fa;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
    font-weight: 500;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
}

.profile-dropdown {
    width: 170px;
}

.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px;
}

.nav-user img {
    height: 28px;
    width: 28px;
}

@media (max-width: 767.98px) {
    .pro-user-name, .logo-brand {
        display: none;
    }

    .navbar-custom {
        padding: 0 10px;
    }
}

.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 0;
}

.app-contain {
    max-width: 1300px;
}

.app-contain .app-box {
    margin: 20px;
    width: 13%;
}

.app-contain .app-box .app-box-item {
    display: block;
    padding: 30px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #4d5a6d;
}

.app-contain .app-box .app-box-item .app-icon {
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 32px;
    background-color: rgba(74, 129, 212, 0.2);
    color: #4a81d4;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 1.5px rgba(74, 129, 212, 0.2);
}

.app-contain .app-box .app-box-item p {
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4d5a6d;
}

.option-link {
    margin: 20px 0 30px;
}

.option-link a {
    color: #4d5a6d;
    padding: 2px 14px;
}

.option-link a.active {
    color: #4a81d4;
    font-weight: 700;
}

.option-link a:first-child {
    border-right: 1px solid #4d5a6d;
}

.dash-search {
    margin-bottom: 10px;
}

.dash-search input {
    padding: 15px 136px 15px 20px;
    width: 100%;
    font-size: 17px;
    border: none;
    outline: none !important;
    border-radius: 40px;
    background-color: #ffffff;
    color: #6c757d;
}

.dash-search button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 40px;
    font-size: 17px;
    padding: 10px 30px;
}

@media (max-width: 767.98px) {
    .app-contain .app-box {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .app-contain .app-box {
        width: 25%;
    }

    .navbar-custom {
        padding: .5rem 1rem;
    }
}

.card {
    border: none;
    box-shadow: 0 2px 6px rgba(230, 235, 244, 0.4);
    margin-bottom: 30px;
    background-color: #ffffff;
}

.card-footer,
.card-header {
    background-color: #f8f9fa;
}

.list-group-item {
    background-color: #e9ecef;
}

.card-no-body {
    flex: 1 1 auto;
}

.header-title {
    font-size: 16px;
    font-weight: 700;
    color: #343a40;
}

.card-toolbar:after {
    display: block;
    clear: both;
    content: "";
}

.btn {
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 0px 0px 12px 0px rgba(79, 60, 100, 0.05);
}

.btn-rounded {
    border-radius: 35px;
}

.btn-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.btn-square {
    border-radius: 0;
}

.btn-secondary {
    border-color: rgba(77, 90, 109, 0.2);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-secondary.active, .btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    border: 1px solid rgba(77, 90, 109, 0.2);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(152, 166, 173, 0.3);
    box-shadow: 0 0 0 2px rgba(152, 166, 173, 0.3);
}

/*btn-primary*/
.btn-primary {
    background-color: #4a81d4;
    border: 1px solid #4a81d4;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #3573cf !important;
    border: 1px solid #3573cf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(74, 129, 212, 0.3);
    box-shadow: 0 0 0 2px rgba(74, 129, 212, 0.3);
}

/*btn-success*/
.btn-success {
    background-color: #16bb8c;
    border: 1px solid #16bb8c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle {
    background-color: #13a47b;
    border: 1px solid #13a47b;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(22, 187, 140, 0.3);
    box-shadow: 0 0 0 2px rgba(22, 187, 140, 0.3);
}

/*btn-info*/
.btn-info {
    background-color: #4d9de8;
    border: 1px solid #4d9de8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active, .btn-info.disabled, .btn-info:disabled,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle {
    background-color: #3691e5;
    border: 1px solid #3691e5;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus,
.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(77, 157, 232, 0.3);
    box-shadow: 0 0 0 2px rgba(77, 157, 232, 0.3);
}

/*btn-warning*/
.btn-warning {
    background-color: #febc3c;
    border: 1px solid #febc3c;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle {
    background-color: #feb323;
    border: 1px solid #feb323;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus,
.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(254, 188, 60, 0.3);
    box-shadow: 0 0 0 2px rgba(254, 188, 60, 0.3);
}

/*btn-danger*/
.btn-danger {
    background-color: #ef5070;
    border: 1px solid #ef5070;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle {
    background-color: #ed395d;
    border: 1px solid #ed395d;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(239, 80, 112, 0.3);
    box-shadow: 0 0 0 2px rgba(239, 80, 112, 0.3);
}

/*btn-dark*/
.btn-dark {
    background-color: #4d5a6d;
    border: 1px solid #4d5a6d;
    color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
    background-color: #424e5e;
    border: 1px solid #424e5e;
    color: #ffffff;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(77, 90, 109, 0.3);
    box-shadow: 0 0 0 2px rgba(77, 90, 109, 0.3);
}

/*btn-light*/
.btn-light {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.btn-light:active, .btn-light:focus, .btn-light:hover, .btn-light.active,
.btn-light.focus, .btn-light:active, .btn-light:focus, .btn-light:hover,
.open > .dropdown-toggle.btn-light, .btn-outline-light.active, .btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle, .btn-outline-light:hover, .btn-light.active,
.btn-light:active, .show > .btn-light.dropdown-toggle,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #eff1f4;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.btn-light.focus, .btn-light:focus, .btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(222, 226, 230, 0.3);
    box-shadow: 0 0 0 2px rgba(222, 226, 230, 0.3);
    color: #6c757d;
}

/*btn-link*/
.btn-link {
    color: #4d5a6d;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    text-decoration: none;
    color: #38414f;
}

/* button Outline */
.btn-outline-primary {
    color: #4a81d4;
    border-color: #4a81d4;
}

.btn-outline-success {
    color: #16bb8c;
    border-color: #16bb8c;
}

.btn-outline-info {
    color: #4d9de8;
    border-color: #4d9de8;
}

.btn-outline-warning {
    color: #febc3c;
    border-color: #febc3c;
}

.btn-outline-danger {
    color: #ef5070;
    border-color: #ef5070;
}

.btn-outline-dark {
    color: #4d5a6d;
    background-image: none;
    background-color: transparent;
    border-color: #4d5a6d;
}

.btn-outline-light {
    color: #1a1a1a;
    border: 1px solid #ced4da;
}

@media (max-width: 768px) {
    .btn-group-vertical {
        margin-bottom: 5px;
    }

    .btn-group-vertical .btn {
        margin-bottom: 0;
    }

    .btn-group,
    .btn {
        margin-bottom: 5px;
    }
}

.bg-primary {
    background-color: #4a81d4 !important;
}

.bg-info {
    background-color: #4d9de8 !important;
}

.bg-success {
    background-color: #16bb8c !important;
}

.bg-warning {
    background-color: #febc3c !important;
}

.bg-danger {
    background-color: #ef5070 !important;
}

.bg-dark {
    background-color: #4d5a6d !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-none {
    background-color: transparent !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #3e78d1 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #3f96e6 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #14ad82 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #feb323 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ee4265 !important;
}

.text-primary {
    color: #4a81d4 !important;
}

.text-success {
    color: #16bb8c !important;
}

.text-info {
    color: #4d9de8 !important;
}

.text-warning {
    color: #febc3c !important;
}

.text-danger {
    color: #ef5070 !important;
}

.text-muted {
    color: #1a1a1a !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #4d5a6d !important;
}

.text-light-alt {
    color: white !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 14px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
    border: none;
    background-color: #ffffff;
}

.dropdown-menu .dropdown-header {
    color: #1a1a1a;
}

.dropdown-menu .dropdown-item {
    padding: 6px 1.5rem;
    color: #8b8d90;
}

.dropdown-menu .dropdown-divider {
    border-color: #ced4da;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #4d5a6d;
    text-decoration: none;
    background-color: #f7f7f7;
}

.dropdown-lg {
    width: 320px;
}

@media (max-width: 767.98px) {
    .dropdown-lg {
        width: 200px !important;
    }
}

.modal-demo {
    background-color: #ffffff;
    width: 600px;
    border-radius: 4px;
    display: none;
    position: relative;
}

.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f8f9fa;
}

.modal-content {
    background-color: #ffffff;
    border-color: #dee2e6;
}

.modal-content .modal-header, .modal-content .modal-footer {
    border-color: #dee2e6;
    background-color: #ffffff;
}

.modal-content .modal-header .modal-title, .modal-content .modal-footer .modal-title {
    color: #6c757d;
}

.modal-content .modal-header .close, .modal-content .modal-footer .close {
    color: #6c757d;
}

.modal-content .modal-body p, .modal-content h4 {
    color: #8b8d90;
}

.modal-content .modal-title.custom-title {
    color: white;
}

#custom-modal .close {
    color: #4d5a6d;
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #f8f9fa;
    color: #4d5a6d;
    text-align: left;
    margin: 0px;
}

.custom-modal-text {
    padding: 20px;
    color: #8b8d90;
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

.animation-modal {
    margin-bottom: -8px;
}

.animation-modal .btn {
    margin-bottom: 8px;
}

.progress {
    background-color: #f8f9fa;
}

.progress .progress-bar {
    background-color: #4a81d4;
}

.alert {
    position: relative;
}

.alert .alert-link {
    font-weight: 600;
}

.alert-round {
    border-radius: 40px;
}

.alert-outline {
    background-color: transparent !important;
}

.alert-primary {
    color: #4a81d4;
    background-color: #c6d7f1;
}

.alert-primary .alert-link {
    color: #2d67be;
}

.alert-primary hr {
    border-top-color: #2d67be;
}

.alert-success {
    color: #16bb8c;
    background-color: #bff7e7;
}

.alert-success .alert-link {
    color: #118d6a;
}

.alert-success hr {
    border-top-color: #118d6a;
}

.alert-info {
    color: #4d9de8;
    background-color: #d4e8fa;
}

.alert-info .alert-link {
    color: #2084e2;
}

.alert-info hr {
    border-top-color: #2084e2;
}

.alert-warning {
    color: #febc3c;
    background-color: #fff0d4;
}

.alert-warning .alert-link {
    color: #feab09;
}

.alert-warning hr {
    border-top-color: #feab09;
}

.alert-danger {
    color: #ef5070;
    background-color: #fcdce3;
}

.alert-danger .alert-link {
    color: #eb214a;
}

.alert-danger hr {
    border-top-color: #eb214a;
}

.grid-col div span {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #e9ecef;
    border: 1px solid;
    border-color: #f8f9fa;
    display: block;
    text-align: center;
}

.grid-col .nested-col.row span {
    background-color: #f8f9fa;
    display: block;
}

.navtab-bg {
    background-color: rgba(74, 129, 212, 0.05);
}

.nav-tabs > li > a,
.nav-pills > li > a {
    color: #6c757d;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background: #4a81d4;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #6c757d;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
}

.nav-tabs .nav-link:focus {
    border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
}

.nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

/* Navpills */
.nav-pills .nav-link {
    color: #4d5a6d;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #4a81d4;
}

.jstree-open > .jstree-anchor > .fa-folder :before {
    margin-left: 2px;
    content: "\f07c";
    font-size: 18px;
}

.fa-folder:before {
    content: "\f07b";
    font-size: 18px;
}

.jstree-anchor > .jstree-themeicon {
    margin-right: 6px;
    line-height: 30px !important;
}

.jstree-default .jstree-anchor {
    line-height: 32px;
    height: 32px;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
    background: rgba(74, 129, 212, 0.4);
    box-shadow: none;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
    background: rgba(74, 129, 212, 0.2);
    box-shadow: none;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("../plugins/jstree/24x2.png") !important;
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background-color: #f8f9fa;
}

.popover {
    background-color: #f8f9fa;
}

.tour-backdrop {
    position: absolute;
    z-index: 800;
    background-color: #8b8d90;
    opacity: .5;
}

.tour-tour .popover-title {
    background-color: #e9ecef;
    color: #6c757d;
    font-size: 18px;
    padding: 10px;
    border-bottom-color: #e9ecef;
}

.popover-content {
    padding: 10px 14px;
}

.tour-active {
    opacity: 1 !important;
}

.popover.left > .arrow {
    border-left-color: #f8f9fa;
    right: -15px;
}

.popover.left > .arrow::after {
    border-left-color: #f8f9fa;
}

.popover.right > .arrow {
    border-right-color: #f8f9fa;
    left: -15px;
}

.popover.right > .arrow:after {
    border-right-color: #f8f9fa;
}

.popover.top > .arrow:after {
    border-top-color: #f8f9fa;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #e9ecef !important;
}

.table {
    margin-bottom: 10px;
}

.table th {
    font-weight: 700;
}

.table thead tr th {
    color: #8b8d90;
    border-bottom: 2px solid #e8edf1;
}

.table th,
.table td {
    vertical-align: middle;
    border-top: 1px solid #e8edf1;
}

.table-bordered th, .table-bordered td {
    border-color: #e8edf1;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
    padding: 14px 12px;
    vertical-align: middle;
    color: #8b8d90;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f8f9;
    border-color: #e8edf1;
}

.table .thead-light th {
    background-color: #f7f8f9;
    border-color: #e8edf1;
    color: #4d5a6d;
}

.container-fluid.dt-bootstrap4 {
    max-width: 100%;
    padding: 0;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #4a81d4;
}

table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
    border-color: #4a81d4;
}

table.dataTable tbody td.focus, table.dataTable tbody th.focus {
    outline: 2px solid #4a81d4 !important;
    outline-offset: -1px;
    background-color: rgba(74, 129, 212, 0.15);
}

label {
    font-weight: 700;
    color: #8b8d90;
}

.form-group {
    margin-bottom: 1.5rem;
}

.input-group-text {
    background-color: #f8f9fa;
    color: #6c757d;
    border-color: #ced4da;
}

.form-control {
    font-size: 14px;
    background-color: #ffffff !important;
    color: #495057;
    border-color: #ced4da;
}

.form-control:focus {
    border-color: #4a81d4;
    box-shadow: none;
    color: #495057;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #4a81d4;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4a81d4;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4a81d4;
}

.custom-file-label {
    line-height: 24px;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #8b8d90;
}

.custom-file-label::after {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #8b8d90;
}

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
}

.has-success .form-control {
    border-color: #16bb8c;
    box-shadow: none;
}

.has-warning .form-control {
    border-color: #febc3c;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #ef5070;
    box-shadow: none;
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #f8f9fa;
}

.custom-select,
.custom-select:focus {
    background: url("../images/arrow.svg") no-repeat right 0.75rem center;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #495057;
    box-shadow: none;
}

/*Rangeslider*/
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #f8f9fa, 0px 0px 1px #f8f9fa;
    background: #f8f9fa;
    border-radius: 1.3px;
    border: 0.2px solid #f8f9fa;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f8f9fa;
}

.custom-range::-webkit-slider-thumb {
    background-color: #4a81d4 !important;
}

.custom-range::-moz-range-thumb {
    background-color: #4a81d4 !important;
}

.custom-range::-ms-thumb {
    background-color: #4a81d4 !important;
}

/*--custom-btn--*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4a81d4;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #dee2e6;
}

.custom-control-label::before {
    background-color: #dee2e6;
}

.custom-control-label::before, .custom-control-label::after {
    top: 2px;
}

/*----placeholder----*/
.form-control::-webkit-input-placeholder {
    color: #8b8d90;
}

.form-control::-moz-placeholder {
    color: #8b8d90;
}

.form-control:-ms-input-placeholder {
    color: #8b8d90;
}

.form-control::-ms-input-placeholder {
    color: #8b8d90;
}

.form-control::placeholder {
    color: #8b8d90;
}

.wizard > .content {
    background-color: transparent;
    margin: 0 5px 14px;
    border-radius: 5px;
    border: 5px solid #f8f9fa;
}

.wizard > .steps {
    margin-bottom: 8px;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
    background-color: #f8f9fa;
    color: #4a81d4;
    font-weight: 700;
    font-size: 15px;
}

.wizard > .steps .done a .number,
.wizard > .steps .done a:active .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:active .number,
.wizard > .steps .disabled a:hover .number {
    border-color: #4a81d4;
    color: #4a81d4;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    background-color: #4a81d4;
    color: white;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:active .number,
.wizard > .steps .current a:hover .number {
    border: 2px solid #c6d7f1;
    background-color: #f8f9fa;
    color: #4d5a6d;
}

.wizard > .steps .number {
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 38px;
    height: 38px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    background-color: #f8f9fa;
    color: #4a81d4;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    background-color: #4a81d4;
}

#wizard-vertical .actions ul {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .wizard > .steps > ul > li {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }
}

/* Datepicker */
.datepicker-dropdown {
    padding: 10px !important;
    color: #8b8d90 !important;
}

.datepicker > div {
    display: inherit;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #dee2e6;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #4a81d4 !important;
    color: white !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #4a81d4 !important;
    color: white !important;
    background-image: none !important;
}

.datepicker-inline {
    border: 2px solid #6c757d;
    width: 240px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #f8f9fa;
}

/* custom-file-label */
.custom-file-label:after {
    border-right: 1px solid #ced4da;
}

/* clock picker */
.clockpicker-popover .popover-content {
    background-color: #f8f9fa;
    padding: 12px;
}

.clockpicker-popover .popover-title {
    background-color: #ced4da;
    color: #e9ecef;
    border-color: #f8f9fa;
}

.clockpicker-popover.left > .arrow {
    border-left-color: #8b8d90;
    right: -22px;
}

.clockpicker-popover.left > .arrow:after {
    border-left-color: #8b8d90;
    right: 6px;
}

.clockpicker-popover.left.arrow:after, .clockpicker-popover.left.arrow {
    left: auto;
}

.clockpicker-popover .bottom > .arrow:after {
    border-bottom-color: #8b8d90;
    margin-left: -35px;
    left: 25px;
}

.popover.bottom > .arrow:after {
    content: " ";
    border-bottom-color: #8b8d90;
    margin-right: -10px;
}

/* Dropzone */
.dropzone {
    min-height: 230px;
    border: 2px dashed #dee2e6;
    background: transparent;
    border-radius: 6px;
}

.dropzone .dz-message {
    font-size: 24px;
    margin: 3em 0;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.bootstrap-touchspin .input-group-text {
    border: 0;
    padding: 0;
}

/* Prism */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #f8f9fa;
}

/*Select-2*/
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    background-color: #ffffff;
    height: 38px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ffffff;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #8b8d90;
    margin-top: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da;
    background-color: #ffffff;
    color: #8b8d90;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8b8d90;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8b8d90 transparent transparent transparent;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #8b8d90;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 7px;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ced4da transparent;
}

.select2-container .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border-color: #ced4da;
    color: #8b8d90;
    height: 38px;
    outline: 0;
}

.select2-dropdown {
    background-color: #f2f2f2;
}

/*---datetimepicker---*/
.dtp-btn-cancel {
    margin-right: 5px;
}

.addon-color-picker .btn {
    padding: 8px;
    line-height: 0;
    border-color: #4d5a6d;
}

.dtp-picker-days thead tr th {
    border-color: white;
    background-color: white;
}

.dtp table.dtp-picker-days tr > th,
.dtp div.dtp-picker-month {
    color: black;
}

/*--colorpicker--*/
.asColorPicker-clear {
    display: none;
    position: absolute;
    top: 8px;
    right: 45px;
    text-decoration: none;
}

.asColorPicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 38px;
    border: 0;
}

.asColorPicker-dropdown {
    max-width: 260px;
}

.asColorPicker-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 35px;
}

/*range slider*/
.irs-from,
.irs-to,
.irs-single {
    color: white;
    background: #4a81d4;
    line-height: 13px;
    padding-top: 4px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-top-color: #4a81d4;
}

.irs-min,
.irs-max {
    line-height: 10px;
    padding: 5px 3px 3px;
    background: #e9ecef;
    color: #4d5a6d;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-image: url("../plugins/ion-rangeslider/sprite-skin-flat.png");
}

/* CSS Switch */
input[data-switch] {
    display: none;
}

input[data-switch] + label {
    width: 56px;
    height: 24px;
    background-color: #e9ecef;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in-out;
}

input[data-switch] + label:before {
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 24px;
    position: absolute;
    right: 3px;
    margin: 0 .21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
}

input[data-switch] + label:after {
    content: '';
    position: absolute;
    left: 4px;
    background-color: #8b8d90;
    box-shadow: none;
    border-radius: 2rem;
    height: 18px;
    width: 18px;
    top: 3px;
    transition: all 0.1s ease-in-out;
}

input[data-switch]:checked + label {
    background-color: #4a81d4;
}

input[data-switch]:checked + label:before {
    color: #ffffff;
    content: attr(data-on-label);
    right: auto;
    left: 4px;
}

input[data-switch]:checked + label:after {
    left: 34px;
    background-color: #e9ecef;
}

input[data-switch="bool"] + label {
    background-color: #ef5070;
}

input[data-switch="bool"] + label:before,
input[data-switch="bool"]:checked + label:before {
    color: #ffffff !important;
}

input[data-switch="bool"] + label:after {
    background-color: #e9ecef;
}

input[data-switch="primary"]:checked + label {
    background-color: #4a81d4;
}

input[data-switch="success"]:checked + label {
    background-color: #16bb8c;
}

input[data-switch="info"]:checked + label {
    background-color: #4d9de8;
}

input[data-switch="danger"]:checked + label {
    background-color: #ef5070;
}

input[data-switch="warning"]:checked + label {
    background-color: #febc3c;
}

/* -- Code Snippets -- */
pre.prettyprint {
    padding: 10px !important;
    border: none !important;
    margin-bottom: 0;
}

.apex-charts {
    min-height: 10px !important;
}

.apex-charts text {
    font-family: "Ubuntu", sans-serif !important;
    fill: #8b8d90;
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
    font-family: "Ubuntu", sans-serif !important;
}

.apexcharts-legend-series {
    font-weight: 600;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: #e9ecef;
}

.apexcharts-legend-text {
    color: #1a1a1a !important;
    font-family: "Ubuntu", sans-serif !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
    font-family: "Ubuntu", sans-serif !important;
    fill: #8b8d90;
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
    fill: #ffffff;
}

.apexcharts-radar-series polygon {
    fill: transparent;
    stroke: #dee2e6;
}

.apexcharts-radar-series line {
    stroke: #dee2e6;
}

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
    fill: #ffffff !important;
}

.apexcharts-datalabels-group text {
    fill: #8b8d90 !important;
}

.scatter-images-chart .apexcharts-legend {
    overflow: hidden !important;
    min-height: 17px;
}

.scatter-images-chart .apexcharts-legend-marker {
    background: none !important;
    margin-right: 7px !important;
}

.scatter-images-chart .apexcharts-legend-series {
    align-items: flex-start !important;
}

.apexcharts-pie-series path {
    stroke: transparent !important;
}

.apexcharts-track path {
    stroke: #edeff1;
}

/*=====List group demo=====*/
.demo-list-group .list-group-item {
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
    color: #8b8d90;
}

.demo-list-group .list-group-item.active {
    background-color: transparent;
    color: #4d5a6d;
    background-color: #f8f9fa;
}

.demo-list-group .list-group-item.disabled,
.demo-list-group .list-group-item:disabled {
    background-color: transparent;
    font-weight: 500;
    color: #4d5a6d;
    text-transform: uppercase;
}

/*=====Icon demo=====*/
.icon-demo-content {
    color: #1a1a1a;
    padding: 20px;
}

.icon-demo-content i {
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.icon-demo-content .col-sm-6 {
    margin-bottom: 30px;
}

.icon-demo-content .col-sm-6:hover i {
    color: #4a81d4;
    transform: scale(1.3);
}

/*=====Badge demo=====*/
.badge {
    font-weight: 700;
}

/*custom-badge*/
.badge-soft-success {
    color: #16bb8c;
    background-color: rgba(22, 187, 140, 0.2);
    padding: 6px 12px;
    font-size: 12px;
}

/*=====Dropdown demo=====*/
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
    display: none;
}

/*====Jumbotron====*/
.jumbotron {
    background-color: #f8f9fa;
    color: #6c757d;
}

/*====Navbar====*/
.navbar .navbar-brand {
    color: #4d5a6d;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #4d5a6d;
}

.navbar.navbar-light .navbar-nav .nav-link:hover {
    color: #343a40;
}

.navbar.navbar-light .navbar-nav .active > .nav-link {
    color: #4a81d4;
}

/*====Breadcrumb====*/
.breadcrumb-item a {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #8b8d90;
}

#accordion .card-header h6 a {
    color: #1a1a1a;
}

.email-leftbar {
    width: 200px;
    float: left;
}

.email-leftbar .mail-list a {
    display: block;
    color: #8b8d90;
    font-size: 14px;
    line-height: 26px;
    border-radius: 5px;
    padding: 8px 14px;
}

.email-leftbar .mail-list a:hover {
    background-color: rgba(74, 129, 212, 0.08);
}

.email-leftbar .mail-list a.active {
    color: #4a81d4;
    font-weight: 500;
    background-color: rgba(74, 129, 212, 0.08);
}

.inbox-rightbar {
    margin: 0 0 0 230px;
}

.inbox-rightbar .dropdown-toggle::after {
    display: none;
}

.inbox-rightbar .reply-icon li i {
    font-size: 24px;
    color: #ced4da;
}

.message-list {
    display: block;
    padding-left: 0;
}

.message-list li {
    position: relative;
    display: block;
    height: 51px;
    line-height: 50px;
    cursor: default;
    transition-duration: .3s;
}

.message-list li a {
    color: #8b8d90;
}

.message-list li:hover {
    background: #f8f9fa;
    transition-duration: .05s;
}

.message-list li .col-mail {
    float: left;
    position: relative;
}

.message-list li .col-mail-1 {
    width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
    display: block;
    float: left;
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    color: #8b8d90;
    margin-left: 10px;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 50px;
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
    position: absolute;
    top: 0;
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 100px;
    padding-left: 10px;
}

.message-list li.active,
.message-list li.mail-selected {
    background: #f8f9fa;
    transition-duration: .05s;
}

.message-list li.active,
.message-list li.active:hover {
    box-shadow: inset 3px 0 0 #f8f9fa;
}

.message-list li.unread a {
    font-weight: 600;
    color: #424e5e;
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 2px #ced4da;
    border-radius: 3px;
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #6c757d;
    opacity: 0;
    margin-bottom: 0 !important;
    transition-duration: .05s;
}

.message-list .checkbox-wrapper-mail label:active {
    background: #1a1a1a;
}

.mail-list a {
    color: #6c757d;
    padding: 7px 10px;
    display: block;
}

.note-editor.note-frame.card {
    margin-bottom: 1rem;
}

.reply-box {
    border: 2px solid #e9ecef;
}

.note-editor.note-frame {
    border-color: #dee2e6;
}

.note-editor.note-frame .note-statusbar {
    background-color: #e9ecef;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #f8f9fa;
}

.note-editor.note-frame .note-editing-area .note-editable ul, .note-editor.note-frame .note-editing-area .note-editable p {
    color: #8b8d90;
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
        float: none;
    }

    .inbox-rightbar {
        margin-left: 0;
        border: 0;
        padding-left: 0;
    }

    .message-list li .col-mail-1 .checkbox-wrapper-mail {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .inbox-rightbar .btn-group {
        margin-bottom: 10px;
    }

    .message-list li .col-mail-1 {
        width: 150px;
    }

    .message-list li .col-mail-1 .title {
        left: 80px;
    }

    .message-list li .col-mail-2 {
        left: 160px;
    }

    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .email-leftbar {
        float: none;
        width: 100%;
    }
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar h2 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .fc-state-down {
    box-shadow: none;
    background-color: #4a81d4;
    border-color: #4a81d4;
    color: white;
    text-shadow: none;
}

.fc-day {
    background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    background-color: #f8f9fa;
}

.fc-widget-content {
    border: 1px solid #dee2e6;
}

.fc th.fc-widget-header {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #6c757d;
}

.fc button {
    height: auto;
    padding: 4px 16px;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover,
.fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th,
.fc-unthemed thead {
    border-color: #dee2e6;
}

.fc-button {
    background: #ffffff;
    border: 1px solid #dee2e6;
    color: #4d5a6d;
    font-family: inherit;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}

.fc-state-hover {
    background: #e9ecef;
}

.fc-state-highlight {
    background: #f8f9fa;
}

.fc-cell-overlay {
    background: #f8f9fa;
}

.fc-unthemed td.fc-today {
    background: #e9ecef;
}

.fc-state-default {
    box-shadow: none;
    text-shadow: none;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px;
    padding: 7px 5px;
    text-align: center;
    background-color: #4a81d4;
    color: white !important;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

@media (max-width: 767.98px) {
    .fc-today-button,
    .fc-button-group {
        margin-top: 15px !important;
    }
}

.error-bg {
    background: url("../images/error.jpg");
    background-position: 0% 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.accountbg {
    background: url("../images/auth.jpg");
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    box-shadow: inset 0 0 0 2000px rgba(31, 35, 60, 0.6);
}

.wrapper-page {
    margin: 7.5% auto;
    max-width: 460px;
    position: relative;
}

.auth-logo {
    background-color: #4c4d4f;
}

.auth-logo .logo:first-child img,
.auth-logo .logo {
    margin: 0;
}

.social-login {
    position: relative;
    text-align: center;
}

.social-login span {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}

.social-login:before {
    background: #ced4da;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}

.ex-page-content h1 {
    color: #95a7bb;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px, rgba(0, 0, 0, 0.5) 2px 2px, rgba(0, 0, 0, 0.5) 3px 3px;
}

.ex-page-content h3 {
    color: #404142;
}

@media (max-width: 767.98px) {
    .wrapper-page {
        margin-top: 0;
    }

    .wrapper-page .nav-pills .nav-item .nav-link {
        padding: .5rem 0;
    }
}

.icon-rounded {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.profile-notification {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
}

.profile-message-taxt {
    color: #8b8d90;
}

.profile-message-taxt:hover {
    color: #1a1a1a;
}


/**
  * Author: George ELKhoury
  * Custom CSS
**/
.q-table {
    padding: 10px;
}

.q-table .thead {
    background: #f1f3f7;
}

.form-list-nav-row {
    background: rgb(255, 255, 255);
}

.form-list-nav-row th {
    border-top: 0 solid rgb(255, 255, 255);
    border-bottom: 0 solid rgb(255, 255, 255);
}

.btn-app-list {
    margin: 20px;
}

#app-list-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #343a40 !important;
}

.q-form {
    background: rgb(255, 255, 255);
}

.q-my-md {
    padding: 10px;
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: 5px;
}

.q-table__container {
    overflow-y: scroll;
}

@media (max-width: 767.98px) {
    .btn-app-list {
        width: 300px !important;
        margin: 0 0 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .btn-app-list {
        width: 25% !important;
    }
}

.border {
    border: 2px solid #f8f9fa !important;
}

body.dev #top {
    background: #313232 !important;
}

th.fc-widget-header {
    padding: 4px !important;
}

.q-footer {
    background: #313232 !important;
}

.bg-light.Login {
    background: #f8f9fa !important;
}

.bg-dark.Login {
    background: #313232 !important;
}

.td .form-group {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.form-order-by .fa-caret-up:before {
    content: "\2191";
    margin-left: 5px;
    margin-right: -5px;
}

.form-order-by .fa-caret-down:before {
    content: "\2193";
}

.q-tabs__arrow {
    background: #f1f3f7;
}

.q-pagination {
    background: #f1f3f7;
    color: black;
    border-radius: 5px;
}

.text-success {
    color: #00ad28 !important;
}

.text-warn {
    color: #ffc734 !important;
}

.text-danger {
    color: #ff0000 !important;
}

.form-signin {
    width: auto !important;
}

element.style {
    position: absolute;
    will-change: transform;
    top: 0;
    left: 0;
    transform: translate3d(0px, 39px, 0px);
}

.q-tabs__content {
    background: white;
}

.app-list-icon {
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 28px;
    background-color: rgba(74, 129, 212, 0.2);
    color: #4a81d4;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(74, 129, 212, 0.2);
    margin-bottom: 1rem !important;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}