/*!
 *   AdminLTE v3.0.0-alpha
 *   Author: Abdullah Almsaeed
 *	 Website: AdminLTE.io <http://adminlte.io>
 *   License: Open source - MIT <http://opensource.org/licenses/MIT>
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body,
.wrapper {
    min-height: 100%;
    overflow-x: hidden;
}

.wrapper {
    position: relative;
}

.layout-boxed .wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.layout-boxed .wrapper, .layout-boxed .wrapper:before {
    margin: 0 auto;
    max-width: 1250px;
}

@media (min-width: 768px) {
    .content-wrapper,
    .main-footer,
    .main-header {
        transition: none !important; /*margin-left 0.3s ease-in-out;*/
        /*margin-left: 250px;*/
        z-index: 3000;
    }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .content-wrapper,
    .main-footer,
    .main-header {
        transition: none;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse
    .main-footer, .sidebar-collapse
    .main-header {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .content-wrapper, .content-wrapper:before,
    .main-footer,
    .main-footer:before,
    .main-header,
    .main-header:before {
        margin-left: 0;
    }
}

.content-wrapper {
    background: #f4f6f9;
}

.content-wrapper > .content {
    padding: 0 0.5rem;
}

.main-sidebar {
    top: 0;
    left: 0;
    bottom: 0;
}

.main-sidebar, .main-sidebar:before {
    transition: none !important; /*margin-left 0.3s ease-in-out, width 0.3s ease-in-out;*/
    width: 250px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .main-sidebar, .main-sidebar:before {
        transition: none;
    }
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar:before {
    margin-left: -250px;
}

@media (max-width: 991.98px) {
    .main-sidebar, .main-sidebar:before {
        box-shadow: none !important;
        margin-left: -250px;
    }

    .sidebar-open .main-sidebar, .sidebar-open .main-sidebar:before {
        margin-left: 0;
    }
}

.main-footer {
    padding: 15px;
    color: #555;
    border-top: 1px solid #dee2e6;
    background: #ffffff;
}

.content-header {
    padding: 15px 0.5rem;
}

    .content-header h1 {
        font-size: 1.8rem;
        margin: 0;
    }

    .content-header .breadcrumb {
        margin-bottom: 0;
        padding: 0;
        background: transparent;
        line-height: 1.8rem;
    }

.hold-transition .content-wrapper,
.hold-transition .main-header,
.hold-transition .main-footer {
    transition: none !important;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    z-index: 3001;
    border-bottom-width: 0 !important;
}

    .main-header .navbar-nav .nav-item {
        margin: 0;
    }

    .main-header .nav-link {
        position: relative;
        height: 2.5rem;
    }

    .main-header .navbar-nav[class*="-right"] .dropdown-menu {
        margin-top: -3px;
        right: 0;
        left: auto;
    }

@media (max-width: 575.98px) {
    .main-header .navbar-nav[class*="-right"] .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.navbar-img {
    height: 1.25rem;
    width: auto;
}

.navbar-badge {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
}

.btn-navbar {
    border-left-width: 0;
    background-color: transparent;
}

.form-control-navbar {
    border-right-width: 0;
}

    .form-control-navbar + .input-group-append {
        margin-left: 0;
    }

.form-control-navbar,
.btn-navbar {
    transition: none;
}

.navbar-dark .form-control-navbar,
.navbar-dark .btn-navbar {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
}

    .navbar-dark .form-control-navbar::placeholder,
    .navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
        color: rgba(255, 255, 255, 0.6);
    }

    .navbar-dark .form-control-navbar :-moz-placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .navbar-dark .form-control-navbar ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .navbar-dark .form-control-navbar :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .navbar-dark .form-control-navbar:focus,
    .navbar-dark .form-control-navbar:focus + .input-group-append .btn-navbar {
        border: 0 !important;
        background-color: rgba(255, 255, 255, 0.6);
        color: #343a40;
    }

.navbar-light .form-control-navbar,
.navbar-light .btn-navbar {
    background-color: #f2f4f6;
    border: 0;
}

    .navbar-light .form-control-navbar::placeholder,
    .navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
        color: rgba(0, 0, 0, 0.6);
    }

    .navbar-light .form-control-navbar :-moz-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    .navbar-light .form-control-navbar ::-moz-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    .navbar-light .form-control-navbar :-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    .navbar-light .form-control-navbar:focus,
    .navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
        border: 0 !important;
        background-color: #e9ecef;
        color: #343a40;
    }

.brand-link {
    padding: 0.8125rem 0.5rem;
    font-size: 1.25rem;
    display: block;
    line-height: 1.5;
    white-space: nowrap;
}

    .brand-link:hover {
        color: #ffffff;
        text-decoration: none;
    }

[class*="sidebar-dark"] .brand-link {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #4b545c;
}

[class*="sidebar-light"] .brand-link {
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #dee2e6;
}

.brand-image {
    float: left;
    line-height: .8;
    max-height: 34px;
    width: auto;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
}

/**
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
    z-index: 1100;
    height: 100vh;
    overflow-y: hidden;
}

.sidebar {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.5rem;
    /*padding-right: 0.5rem;*/
    overflow-y: auto;
    height: calc(100% - 4rem);
}

.user-panel {
    position: relative;
}

[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid #4f5962;
}

[class*="sidebar-light"] .user-panel {
    border-bottom: 1px solid #dee2e6;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
}

    .user-panel .image {
        padding-left: 0.8rem;
        display: inline-block;
    }

    .user-panel img {
        width: 2.1rem;
        height: auto;
    }

    .user-panel .info {
        display: inline-block;
        padding: 5px 5px 5px 10px;
    }

    .user-panel .status,
    .user-panel .dropdown-menu {
        font-size: 0.875rem;
    }

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0.2rem;
}

    .nav-sidebar .nav-item > .nav-link .right {
        transition: transform ease-in-out 0.3s;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .nav-sidebar .nav-item > .nav-link .right {
        transition: none;
    }
}

.nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: 12px;
}

.nav-sidebar .menu-open > .nav-treeview {
    display: block;
}

.nav-sidebar .menu-open > .nav-link .right {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-sidebar > .nav-item {
    margin-bottom: 0;
}

    .nav-sidebar > .nav-item .nav-icon {
        text-align: center;
        width: 1.6rem;
        font-size: 1.2rem;
        margin-right: .2rem;
    }

    .nav-sidebar > .nav-item .float-right {
        margin-top: 3px;
    }

.nav-sidebar .nav-treeview {
    display: none;
    list-style: none;
    padding: 0;
}

    .nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
        width: 1.6rem;
    }

.nav-sidebar .nav-header {
    font-size: .9rem;
    padding: 0.5rem;
}

    .nav-sidebar .nav-header:not(:first-of-type) {
        padding: 1.7rem 1rem .5rem 1rem;
    }

.nav-sidebar .nav-link p {
    display: inline-block;
    margin: 0;
}

#sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1099;
}

@media (max-width: 991.98px) {
    .sidebar-open #sidebar-overlay {
        display: block;
    }
}

.sidebar-dark-primary {
    background-color: #343a40;
}

    .sidebar-dark-primary .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-primary .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-primary .user-panel .status:hover, .sidebar-dark-primary .user-panel .status:focus, .sidebar-dark-primary .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-primary .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-primary .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-primary .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-primary .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #007bff;
    }

    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-primary .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-primary .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-primary .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-primary {
    background-color: #ffffff;
}

    .sidebar-light-primary .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-primary .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-primary .user-panel .status:hover, .sidebar-light-primary .user-panel .status:focus, .sidebar-light-primary .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-primary .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-primary .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-primary .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-primary .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #007bff;
    }

    .sidebar-light-primary .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-primary .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-primary .sidebar a {
        color: #343a40;
    }

        .sidebar-light-primary .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-primary .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-primary .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-primary .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-secondary {
    background-color: #343a40;
}

    .sidebar-dark-secondary .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-secondary .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-secondary .user-panel .status:hover, .sidebar-dark-secondary .user-panel .status:focus, .sidebar-dark-secondary .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-secondary .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-secondary .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-secondary .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-secondary .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #6c757d;
    }

    .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-secondary .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-secondary .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-secondary .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-secondary .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-secondary {
    background-color: #ffffff;
}

    .sidebar-light-secondary .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-secondary .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-secondary .user-panel .status:hover, .sidebar-light-secondary .user-panel .status:focus, .sidebar-light-secondary .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-secondary .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-secondary .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-secondary .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-secondary .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #6c757d;
    }

    .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-secondary .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-secondary .sidebar a {
        color: #343a40;
    }

        .sidebar-light-secondary .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-secondary .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-secondary .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-secondary .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-secondary .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-success {
    background-color: #343a40;
}

    .sidebar-dark-success .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-success .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-success .user-panel .status:hover, .sidebar-dark-success .user-panel .status:focus, .sidebar-dark-success .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-success .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-success .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-success .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-success .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-success .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-success .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #28a745;
    }

    .sidebar-dark-success .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-success .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-success .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-success .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-success .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-success .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-success .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-success .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-success {
    background-color: #ffffff;
}

    .sidebar-light-success .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-success .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-success .user-panel .status:hover, .sidebar-light-success .user-panel .status:focus, .sidebar-light-success .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-success .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-success .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-success .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-success .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-success .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #28a745;
    }

    .sidebar-light-success .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-success .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-success .sidebar a {
        color: #343a40;
    }

        .sidebar-light-success .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-success .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-success .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-success .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-success .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-info {
    background-color: #343a40;
}

    .sidebar-dark-info .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-info .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-info .user-panel .status:hover, .sidebar-dark-info .user-panel .status:focus, .sidebar-dark-info .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-info .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-info .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-info .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-info .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-info .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-info .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-info .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #17a2b8;
    }

    .sidebar-dark-info .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-info .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-info .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-info .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-info .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-info .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-info .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-info .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-info {
    background-color: #ffffff;
}

    .sidebar-light-info .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-info .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-info .user-panel .status:hover, .sidebar-light-info .user-panel .status:focus, .sidebar-light-info .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-info .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-info .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-info .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-info .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-info .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-info .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-info .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #17a2b8;
    }

    .sidebar-light-info .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-info .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-info .sidebar a {
        color: #343a40;
    }

        .sidebar-light-info .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-info .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-info .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-info .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-info .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-warning {
    background-color: #343a40;
}

    .sidebar-dark-warning .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-warning .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-warning .user-panel .status:hover, .sidebar-dark-warning .user-panel .status:focus, .sidebar-dark-warning .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-warning .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-warning .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-warning .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-warning .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #ffc107;
    }

    .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-warning .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-warning .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-warning .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-warning .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-warning .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-warning .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-warning .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-warning {
    background-color: #ffffff;
}

    .sidebar-light-warning .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-warning .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-warning .user-panel .status:hover, .sidebar-light-warning .user-panel .status:focus, .sidebar-light-warning .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-warning .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-warning .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-warning .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-warning .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-warning .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-warning .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #ffc107;
    }

    .sidebar-light-warning .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-warning .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-warning .sidebar a {
        color: #343a40;
    }

        .sidebar-light-warning .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-warning .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-warning .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-warning .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-warning .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-danger {
    background-color: #343a40;
}

    .sidebar-dark-danger .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-danger .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-danger .user-panel .status:hover, .sidebar-dark-danger .user-panel .status:focus, .sidebar-dark-danger .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-danger .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-danger .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-danger .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-danger .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #dc3545;
    }

    .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-danger .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-danger .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-danger .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-danger .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-danger .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-danger .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-danger .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-danger {
    background-color: #ffffff;
}

    .sidebar-light-danger .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-danger .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-danger .user-panel .status:hover, .sidebar-light-danger .user-panel .status:focus, .sidebar-light-danger .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-danger .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-danger .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-danger .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-danger .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #dc3545;
    }

    .sidebar-light-danger .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-danger .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-danger .sidebar a {
        color: #343a40;
    }

        .sidebar-light-danger .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-danger .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-danger .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-danger .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-danger .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-light {
    background-color: #343a40;
}

    .sidebar-dark-light .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-light .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-light .user-panel .status:hover, .sidebar-dark-light .user-panel .status:focus, .sidebar-dark-light .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-light .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-light .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-light .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-light .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-light .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-light .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-light .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #f8f9fa;
    }

    .sidebar-dark-light .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-light .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-light .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-light .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-light .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-light .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-light .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-light .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-light {
    background-color: #ffffff;
}

    .sidebar-light-light .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-light .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-light .user-panel .status:hover, .sidebar-light-light .user-panel .status:focus, .sidebar-light-light .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-light .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-light .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-light .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-light .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-light .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-light .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-light .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #f8f9fa;
    }

    .sidebar-light-light .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-light .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-light .sidebar a {
        color: #343a40;
    }

        .sidebar-light-light .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-light .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-light .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-light .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-light .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

.sidebar-dark-dark {
    background-color: #343a40;
}

    .sidebar-dark-dark .user-panel a:hover {
        color: #ffffff;
    }

    .sidebar-dark-dark .user-panel .status {
        color: #C2C7D0;
        background: rgba(255, 255, 255, 0.1);
    }

        .sidebar-dark-dark .user-panel .status:hover, .sidebar-dark-dark .user-panel .status:focus, .sidebar-dark-dark .user-panel .status:active {
            color: #ffffff;
            background: rgba(247, 247, 247, 0.1);
        }

    .sidebar-dark-dark .user-panel .dropdown-menu {
        border-color: rgba(242, 242, 242, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-dark-dark .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link:active, .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link:focus {
        color: #C2C7D0;
    }

    .sidebar-dark-dark .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-dark-dark .nav-sidebar > .nav-item:hover > .nav-link {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #343a40;
    }

    .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-dark-dark .nav-header {
        color: #d0d4db;
        background: inherit;
    }

    .sidebar-dark-dark .sidebar a {
        color: #C2C7D0;
    }

        .sidebar-dark-dark .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-dark-dark .nav-treeview > .nav-item > .nav-link {
        color: #C2C7D0;
    }

        .sidebar-dark-dark .nav-treeview > .nav-item > .nav-link:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-dark-dark .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-dark .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #343a40;
            background-color: rgba(255, 255, 255, 0.9);
        }

.sidebar-light-dark {
    background-color: #ffffff;
}

    .sidebar-light-dark .user-panel a:hover {
        color: #212529;
    }

    .sidebar-light-dark .user-panel .status {
        color: #343a40;
        background: #f4f4f5;
    }

        .sidebar-light-dark .user-panel .status:hover, .sidebar-light-dark .user-panel .status:focus, .sidebar-light-dark .user-panel .status:active {
            color: #212529;
            background: #ececed;
        }

    .sidebar-light-dark .user-panel .dropdown-menu {
        border-color: #e7e7e8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

    .sidebar-light-dark .user-panel .dropdown-item {
        color: #212529;
    }

    .sidebar-light-dark .nav-sidebar > .nav-item > .nav-link:active, .sidebar-light-dark .nav-sidebar > .nav-item > .nav-link:focus {
        color: #343a40;
    }

    .sidebar-light-dark .nav-sidebar > .nav-item.menu-open > .nav-link,
    .sidebar-light-dark .nav-sidebar > .nav-item:hover > .nav-link {
        color: #212529;
        background-color: #f4f4f5;
    }

    .sidebar-light-dark .nav-sidebar > .nav-item > .nav-link.active {
        color: #ffffff;
        background-color: #343a40;
    }

    .sidebar-light-dark .nav-sidebar > .nav-item > .nav-treeview {
        background: transparent;
    }

    .sidebar-light-dark .nav-header {
        color: #292d32;
        background: inherit;
    }

    .sidebar-light-dark .sidebar a {
        color: #343a40;
    }

        .sidebar-light-dark .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar-light-dark .nav-treeview > .nav-item > .nav-link {
        color: #777;
    }

        .sidebar-light-dark .nav-treeview > .nav-item > .nav-link.active, .sidebar-light-dark .nav-treeview > .nav-item > .nav-link.active:hover {
            color: #212529;
            background-color: #f4f4f5;
        }

        .sidebar-light-dark .nav-treeview > .nav-item > .nav-link:hover {
            background-color: #f4f4f5;
        }

/*
 * Component: Sidebar Mini
 */
@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar,
    .sidebar-mini .nav-sidebar > .nav-header,
    .sidebar-mini .nav-sidebar .nav-link {
        white-space: nowrap;
        overflow: hidden;
    }

    .sidebar-mini.sidebar-collapse .d-hidden-mini {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
    .sidebar-mini.sidebar-collapse .brand-text {
        opacity: 0;
        margin-left: -10px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar:before {
        margin-left: 0;
        width: 5.6rem;
    }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel .image {
            float: none;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar:hover {
            width: 250px;
        }

            .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel {
                text-align: left;
            }

                .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel .image {
                    float: left;
                }

                .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info,
                .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p,
                .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text {
                    opacity: 1;
                    margin-left: 0;
                    display: inline-block;
                }

            .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image {
                margin-right: .5rem;
            }

            .sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar-form,
            .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info {
                display: block !important;
                -webkit-transform: translateZ(0);
            }

            .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar > .nav-item > .nav-link > span {
                display: inline-block !important;
            }

    .sidebar-mini.sidebar-collapse .visible-sidebar-mini {
        display: block !important;
    }
}

.nav-sidebar {
    position: relative;
}

    .nav-sidebar:hover {
        overflow: visible;
    }

    .sidebar-form,
    .nav-sidebar > .nav-header {
        overflow: hidden;
        text-overflow: clip;
    }

    .nav-sidebar .nav-item > .nav-link {
        position: relative;
    }

        .nav-sidebar .nav-item > .nav-link > .float-right {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -7px;
        }

.sidebar .nav-link p,
.main-sidebar .brand-text,
.sidebar .user-panel .info {
    transition: margin-left 0.3s linear, opacity 0.5s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .sidebar .nav-link p,
    .main-sidebar .brand-text,
    .sidebar .user-panel .info {
        transition: none;
    }
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar {
    position: absolute;
    top: 2.5rem;
    z-index: 830;
}

    .control-sidebar, .control-sidebar:before {
        width: 250px;
        right: -250px;
        bottom: 0;
        transition: right 0.3s ease-in-out;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .control-sidebar, .control-sidebar:before {
        transition: none;
    }
}

.control-sidebar:before {
    top: 0;
    display: block;
    position: fixed;
    content: " ";
    z-index: -1;
}

@media (min-width: 768px) {
    .control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar:before {
        right: 0;
    }

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .main-footer {
        margin-right: 250px;
    }
}

@media (max-width: 991.98px) {
    .control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar:before {
        right: 0;
    }
}

.control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar:before {
    right: 0;
}

.control-sidebar-dark,
.control-sidebar-dark a,
.control-sidebar-dark .nav-link {
    color: #C2C7D0;
}

    .control-sidebar-dark, .control-sidebar-dark:before {
        background: #343a40;
    }

        .control-sidebar-dark a:hover {
            color: #ffffff;
        }

        .control-sidebar-dark h1,
        .control-sidebar-dark h2,
        .control-sidebar-dark h3,
        .control-sidebar-dark h4,
        .control-sidebar-dark h5,
        .control-sidebar-dark h6,
        .control-sidebar-dark label {
            color: #ffffff;
        }

        .control-sidebar-dark .nav-tabs {
            border-bottom: 0;
            background-color: rgba(255, 255, 255, 0.1);
            margin-bottom: 5px;
        }

            .control-sidebar-dark .nav-tabs .nav-item {
                margin: 0;
            }

            .control-sidebar-dark .nav-tabs .nav-link {
                position: relative;
                border-radius: 0;
                text-align: center;
                padding: 10px 20px;
            }

                .control-sidebar-dark .nav-tabs .nav-link, .control-sidebar-dark .nav-tabs .nav-link:hover, .control-sidebar-dark .nav-tabs .nav-link:active, .control-sidebar-dark .nav-tabs .nav-link:focus, .control-sidebar-dark .nav-tabs .nav-link.active {
                    border: 0;
                }

                    .control-sidebar-dark .nav-tabs .nav-link:hover, .control-sidebar-dark .nav-tabs .nav-link:active, .control-sidebar-dark .nav-tabs .nav-link:focus, .control-sidebar-dark .nav-tabs .nav-link.active {
                        border-left-color: transparent;
                        border-bottom-color: transparent;
                        border-top-color: transparent;
                        color: #ffffff;
                    }

                    .control-sidebar-dark .nav-tabs .nav-link.active {
                        background-color: #343a40;
                    }

        .control-sidebar-dark .tab-pane {
            padding: 10px 15px;
        }

.control-sidebar-light {
    color: #4b545c;
}

    .control-sidebar-light, .control-sidebar-light:before {
        background: #ffffff;
        border-left: 1px solid #adb5bd;
    }

/*
 * Component: Dropdown menus
 * -------------------------
 */
.dropdown-item-title {
    font-size: 1rem;
    margin: 0;
}

.dropdown-menu-lg {
    min-width: 280px;
    max-width: 300px;
    padding: 0;
}

    .dropdown-menu-lg .dropdown-divider {
        margin: 0;
    }

    .dropdown-menu-lg .dropdown-item {
        padding: 0.5rem 1rem;
    }

    .dropdown-menu-lg p {
        white-space: normal;
        margin: 0;
    }

.dropdown-footer,
.dropdown-header {
    text-align: center;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

@media (max-width: 767.98px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #ffffff;
            }
}

/*
 * Component: Form
 * ---------------
 */
.form-group.has-icon {
    position: relative;
}

    .form-group.has-icon .form-control {
        padding-right: 35px;
    }

    .form-group.has-icon .form-icon {
        cursor: pointer;
        position: absolute;
        right: 3px;
        top: 0;
        padding: 0.375rem 0.75rem;
        border: 0;
        background-color: transparent;
        font-size: 1rem;
    }

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

/* Support Font Awesome icons in form-control */
.form-control-feedback.fa {
    line-height: calc(2.25rem + 2px);
}

.form-control-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: calc(2.875rem + 2px);
}

.form-control-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: calc(1.8125rem + 2px);
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress {
    box-shadow: none;
    border-radius: 1px;
}

.progress-sm {
    height: 10px;
}

.progress-xs {
    height: 7px;
}

.progress-xxs {
    height: 3px;
}

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

    .progress.vertical > .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .progress.vertical.sm, .progress.vertical.progress-sm {
        width: 20px;
    }

    .progress.vertical.xs, .progress.vertical.progress-xs {
        width: 10px;
    }

    .progress.vertical.xxs, .progress.vertical.progress-xxs {
        width: 3px;
    }

.table tr > td .progress {
    margin: 0;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #ffffff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box .icon {
        transition: all 0.3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box:hover {
        text-decoration: none;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

@media (max-width: 767.98px) {
    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }
}

/*
 * Component: Box
 * --------------
 */
.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .card.bg-dark,
    .card.bg-dark .card-body {
        color: #ffffff;
    }

    .card.collapsed-card .card-body,
    .card.collapsed-card .card-footer {
        display: none;
    }

    .card .nav.flex-column > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        margin: 0;
    }

        .card .nav.flex-column > li:last-of-type {
            border-bottom: none;
        }

    .card.height-control .card-body {
        max-height: 300px;
        overflow: auto;
    }

    .card .border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }

    .card .border-left {
        border-left: 1px solid rgba(0, 0, 0, 0.125);
    }

    .card > .overlay,
    .card > .loading-img,
    .overlay-wrapper > .overlay,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .card .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 0.25rem;
    }

        .card .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .card .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.card-header::after,
.card-body::after,
.card-footer::after {
    display: block;
    clear: both;
    content: "";
}

.card-header {
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.collapsed-card .card-header {
    border-bottom: none;
}

.card-header > .card-tools {
    position: absolute;
    right: 1rem;
    top: .5rem;
}

    .card-header > .card-tools [data-toggle="tooltip"] {
        position: relative;
    }

.card-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
}

.btn-tool {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    background: transparent;
    color: #adb5bd;
}

    .btn-group.show .btn-tool, .btn-tool:hover {
        color: #495057;
    }

    .show .btn-tool, .btn-tool:focus {
        box-shadow: none !important;
    }

.card-body > .table {
    margin-bottom: 0;
}

    .card-body > .table > thead > tr > th,
    .card-body > .table > thead > tr > td {
        border-top-width: 0;
    }

.card-body .fc {
    margin-top: 5px;
}

.card-body .full-width-chart {
    margin: -19px;
}

.card-body.p-0 .full-width-chart {
    margin: -9px;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 576px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.card-comments {
    background: #f7f7f7;
}

    .card-comments .card-comment {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .card-comments .card-comment::after {
            display: block;
            clear: both;
            content: "";
        }

        .card-comments .card-comment:last-of-type {
            border-bottom: 0;
        }

        .card-comments .card-comment:first-of-type {
            padding-top: 0;
        }

        .card-comments .card-comment img {
            float: left;
        }

    .card-comments .comment-text {
        margin-left: 40px;
        color: #555;
    }

    .card-comments .username {
        color: #444;
        display: block;
        font-weight: 600;
    }

    .card-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .todo-list > li > input[type='checkbox'] {
            margin: 0 10px 0 5px;
        }

        .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dc3545;
        }

            .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .todo-list > li:hover .tools {
            display: inline-block;
        }

        .todo-list > li.done {
            color: #999;
        }

            .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .todo-list > li.done .label {
                background: #adb5bd !important;
            }

    .todo-list .danger {
        border-left-color: #dc3545;
    }

    .todo-list .warning {
        border-left-color: #ffc107;
    }

    .todo-list .info {
        border-left-color: #17a2b8;
    }

    .todo-list .success {
        border-left-color: #28a745;
    }

    .todo-list .primary {
        border-left-color: #007bff;
    }

    .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }

.card-input {
    max-width: 200px;
}

.card-primary:not(.card-outline) .card-header {
    background-color: #007bff;
    border-bottom: 0;
}

    .card-primary:not(.card-outline) .card-header,
    .card-primary:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.bg-primary .btn-tool, .label-primary .btn-tool,
.bg-primary-gradient .btn-tool,
.card-primary:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-primary .btn-tool:hover, .label-primary .btn-tool:hover,
    .bg-primary-gradient .btn-tool:hover,
    .card-primary:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

.card-secondary:not(.card-outline) .card-header {
    background-color: #6c757d;
    border-bottom: 0;
}

    .card-secondary:not(.card-outline) .card-header,
    .card-secondary:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-secondary.card-outline {
    border-top: 3px solid #6c757d;
}

.bg-secondary .btn-tool,
.bg-secondary-gradient .btn-tool,
.card-secondary:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-secondary .btn-tool:hover,
    .bg-secondary-gradient .btn-tool:hover,
    .card-secondary:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

.card-success:not(.card-outline) .card-header {
    background-color: #28a745;
    border-bottom: 0;
}

    .card-success:not(.card-outline) .card-header,
    .card-success:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-success.card-outline {
    border-top: 3px solid #28a745;
}

.bg-success .btn-tool, /*.alert-success .btn-tool,*/ .label-success .btn-tool,
.bg-success-gradient .btn-tool,
.card-success:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-success .btn-tool:hover, /*.alert-success .btn-tool:hover,*/ .label-success .btn-tool:hover,
    .bg-success-gradient .btn-tool:hover,
    .card-success:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

.card-info:not(.card-outline) .card-header {
    background-color: #17a2b8;
    border-bottom: 0;
}

    .card-info:not(.card-outline) .card-header,
    .card-info:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-info.card-outline {
    border-top: 3px solid #17a2b8;
}

.bg-info .btn-tool, /*.alert-info .btn-tool,*/ .label-info .btn-tool,
.bg-info-gradient .btn-tool,
.card-info:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-info .btn-tool:hover, /*.alert-info .btn-tool:hover,*/ .label-info .btn-tool:hover,
    .bg-info-gradient .btn-tool:hover,
    .card-info:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

.card-warning:not(.card-outline) .card-header {
    background-color: #ffc107;
    border-bottom: 0;
}

    .card-warning:not(.card-outline) .card-header,
    .card-warning:not(.card-outline) .card-header a {
        color: #1F2D3D;
    }

.card-warning.card-outline {
    border-top: 3px solid #ffc107;
}

.bg-warning .btn-tool, /*.alert-warning .btn-tool,*/ .label-warning .btn-tool,
.bg-warning-gradient .btn-tool,
.card-warning:not(.card-outline) .btn-tool {
    color: rgba(31, 45, 61, 0.8);
}

    .bg-warning .btn-tool:hover, /*.alert-warning .btn-tool:hover,*/ .label-warning .btn-tool:hover,
    .bg-warning-gradient .btn-tool:hover,
    .card-warning:not(.card-outline) .btn-tool:hover {
        color: #1F2D3D;
    }

.card-danger:not(.card-outline) .card-header {
    background-color: #dc3545;
    border-bottom: 0;
}

    .card-danger:not(.card-outline) .card-header,
    .card-danger:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-danger.card-outline {
    border-top: 3px solid #dc3545;
}

.bg-danger .btn-tool, /*.alert-danger .btn-tool,*/ /*.alert-error .btn-tool,*/ .label-danger .btn-tool,
.bg-danger-gradient .btn-tool,
.card-danger:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-danger .btn-tool:hover, /*.alert-danger .btn-tool:hover,*/ /*.alert-error .btn-tool:hover,*/ .label-danger .btn-tool:hover,
    .bg-danger-gradient .btn-tool:hover,
    .card-danger:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

.card-light:not(.card-outline) .card-header {
    background-color: #f8f9fa;
    border-bottom: 0;
}

    .card-light:not(.card-outline) .card-header,
    .card-light:not(.card-outline) .card-header a {
        color: #1F2D3D;
    }

.card-light.card-outline {
    border-top: 3px solid #f8f9fa;
}

.bg-light .btn-tool,
.bg-light-gradient .btn-tool,
.card-light:not(.card-outline) .btn-tool {
    color: rgba(31, 45, 61, 0.8);
}

    .bg-light .btn-tool:hover,
    .bg-light-gradient .btn-tool:hover,
    .card-light:not(.card-outline) .btn-tool:hover {
        color: #1F2D3D;
    }

.card-dark:not(.card-outline) .card-header {
    background-color: #343a40;
    border-bottom: 0;
}

    .card-dark:not(.card-outline) .card-header,
    .card-dark:not(.card-outline) .card-header a {
        color: #ffffff;
    }

.card-dark.card-outline {
    border-top: 3px solid #343a40;
}

.bg-dark .btn-tool,
.bg-dark-gradient .btn-tool,
.card-dark:not(.card-outline) .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .bg-dark .btn-tool:hover,
    .bg-dark-gradient .btn-tool:hover,
    .card-dark:not(.card-outline) .btn-tool:hover {
        color: #ffffff;
    }

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    padding: .5rem;
    min-height: 80px;
    background: #ffffff;
}

    .info-box .progress {
        background-color: rgba(0, 0, 0, 0.125);
        margin: 5px 0;
        height: 2px;
    }

        .info-box .progress .progress-bar {
            background-color: #ffffff;
        }

.info-box-icon {
    border-radius: 0.25rem;
    display: block;
    width: 70px;
    text-align: center;
    font-size: 30px;
}

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    flex: 1;
}

.info-box-number {
    display: block;
    font-weight: 700;
}

.progress-description,
.info-box-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box.bg-primary, .info-box.label-primary,
.info-box.bg-primary-gradient {
    color: #ffffff;
}

    .info-box.bg-primary .progress-bar, .info-box.label-primary .progress-bar,
    .info-box.bg-primary-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box.bg-secondary,
.info-box.bg-secondary-gradient {
    color: #ffffff;
}

    .info-box.bg-secondary .progress-bar,
    .info-box.bg-secondary-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box.bg-success, /*.info-box.alert-success,*/ .info-box.label-success,
.info-box.bg-success-gradient {
    color: #ffffff;
}

    .info-box.bg-success .progress-bar, /*.info-box.alert-success .progress-bar,*/ .info-box.label-success .progress-bar,
    .info-box.bg-success-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box.bg-info, /*.info-box.alert-info,*/ .info-box.label-info,
.info-box.bg-info-gradient {
    color: #ffffff;
}

    .info-box.bg-info .progress-bar, /*.info-box.alert-info .progress-bar,*/ .info-box.label-info .progress-bar,
    .info-box.bg-info-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box.bg-warning, /*.info-box.alert-warning,*/ .info-box.label-warning,
.info-box.bg-warning-gradient {
    color: #1F2D3D;
}

    .info-box.bg-warning .progress-bar, /*.info-box.alert-warning .progress-bar,*/ .info-box.label-warning .progress-bar,
    .info-box.bg-warning-gradient .progress-bar {
        background-color: #1F2D3D;
    }

.info-box.bg-danger, /*.info-box.alert-danger,*/
/*.info-box.alert-error,*/ .info-box.label-danger,
.info-box.bg-danger-gradient {
    color: #ffffff;
}

    .info-box.bg-danger .progress-bar, /*.info-box.alert-danger .progress-bar,*/ /*.info-box.alert-error .progress-bar,*/ .info-box.label-danger .progress-bar,
    .info-box.bg-danger-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box.bg-light,
.info-box.bg-light-gradient {
    color: #1F2D3D;
}

    .info-box.bg-light .progress-bar,
    .info-box.bg-light-gradient .progress-bar {
        background-color: #1F2D3D;
    }

.info-box.bg-dark,
.info-box.bg-dark-gradient {
    color: #ffffff;
}

    .info-box.bg-dark .progress-bar,
    .info-box.bg-dark-gradient .progress-bar {
        background-color: #ffffff;
    }

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 0.25rem;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li::after {
            display: block;
            clear: both;
            content: "";
        }

        .timeline > li > .timeline-item {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
            border-radius: 0.25rem;
            margin-top: 0;
            background: #ffffff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid rgba(0, 0, 0, 0.125);
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            background: #adb5bd;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f8f9fa;
    border: 1px solid #ddd;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

/*
 * Component: Button
 * -----------------
 */
.btn.btn-flat {
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn.btn-file > input[type='file'] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .btn-default:hover, .btn-default:active, .btn-default.hover {
        color: #222;
        background-color: #e7e7e7;
    }*/

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active, .btn-app:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }

/*
 * Component: Callout
 * ------------------
 */
.callout {
    border-radius: 0.25rem;
    background-color: #ffffff;
    padding: .5rem 1rem .5rem .5rem;
    border-left: 5px solid #eee;
}

    .callout a {
        color: #ffffff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout.callout-danger {
        border-left-color: #bd2130;
    }

    .callout.callout-warning {
        border-left-color: #d39e00;
    }

    .callout.callout-info {
        border-left-color: #117a8b;
    }

    .callout.callout-success {
        border-left-color: #1e7e34;
    }

/*
 * Component: alert
 * ----------------
 */
/*.alert .icon {
    margin-right: 10px;
}

.alert .close, .alert .mailbox-attachment-close {
    color: #000;
    opacity: .2;
}

    .alert .close:hover, .alert .mailbox-attachment-close:hover {
        opacity: .5;
    }

.alert a {
    color: #ffffff;
    text-decoration: underline;
}

.alert-success {
    border-color: #23923d;
}

.alert-danger,
.alert-error {
    border-color: #d32535;
}

.alert-warning {
    border-color: #edb100;
}

.alert-info {
    border-color: #148ea1;
}*/

/*
 * Component: Nav
 * --------------
 */
.nav-pills .nav-link {
    color: #6c757d;
}

    .nav-pills .nav-link:not(.active):hover {
        color: #007bff;
    }

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 0.25rem;
        padding: 10px 0;
        background: #ffffff;
    }

        .products-list > .item::after {
            display: block;
            clear: both;
            content: "";
        }

    .products-list .product-img {
        float: left;
    }

        .products-list .product-img img {
            width: 50px;
            height: 50px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #6c757d;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-card > .item {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .product-list-in-card > .item:last-of-type {
        border-bottom-width: 0;
    }

/*
 * Component: Table
 * ----------------
 */
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

.table.text-center, .table.text-center td, .table.text-center th {
    text-align: center;
}

.table-valign-middle thead > tr > th,
.table-valign-middle thead > tr > td,
.table-valign-middle tbody > tr > th,
.table-valign-middle tbody > tr > td {
    vertical-align: middle;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
    background-color: #adb5bd;
    color: #444;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .card-body {
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

    .direct-chat-msg::after {
        display: block;
        clear: both;
        content: "";
    }

.direct-chat-messages,
.direct-chat-contacts {
    transition: transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 0.3rem;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 0.875rem;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #ffffff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li::after {
        display: block;
        clear: both;
        content: "";
    }

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #ffffff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 0.875rem;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

    .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dc3545;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

    .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #007bff;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #ffc107;
    border-color: #ffc107;
    color: #1F2D3D;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #ffc107;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}

    .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #17a2b8;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

    .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #28a745;
    }

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .users-list > li > a:hover,
    .users-list > li > a:hover .users-list-name {
        color: #999;
    }

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-size: 0.875rem;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.card-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 1rem;
    height: 120px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #ffffff;
    }

.widget-user .card-footer {
    padding-top: 40px;
}

.widget-user-2 .widget-user-header {
    padding: 1rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

.mailbox-read-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
}

    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0;
    }

    .mailbox-read-info h5 {
        margin: 0;
        padding: 5px 0 0 0;
    }

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
    background: #e9ecef;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .lockscreen-logo a {
        color: #444;
    }

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #ffffff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

/* User image */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #ffffff;
    padding: 5px;
    z-index: 10;
}

    .lockscreen-image > img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }

/* Contains the password input and the login button */
.lockscreen-credentials {
    margin-left: 70px;
}

    .lockscreen-credentials .form-control {
        border: 0;
    }

    .lockscreen-credentials .btn {
        background-color: #ffffff;
        border: 0;
        padding: 0 10px;
    }

.lockscreen-footer {
    margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 576px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-card-body,
.register-card-body {
    background: #ffffff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-card-body .input-group .form-control,
    .register-card-body .input-group .form-control {
        border-right: none;
    }

    .login-card-body .input-group .input-group-text,
    .register-card-body .input-group .input-group-text {
        color: #777;
        background-color: transparent;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 767.98px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 767.98px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 767.98px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.invoice-title {
    margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #adb5bd;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #adb5bd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .post .user-block {
        margin-bottom: 15px;
    }

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

    .fc-button:hover, .fc-button:active, .fc-button.hover {
        background-color: #e9e9e9;
    }

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 1rem;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fc-color-picker > li {
        float: left;
        font-size: 30px;
        margin-right: 5px;
        line-height: 30px;
    }

        .fc-color-picker > li .fa {
            transition: transform linear .3s;
        }

            .fc-color-picker > li .fa:hover {
                -ms-transform: rotate(30deg);
                transform: rotate(30deg);
            }

#add-new-event {
    transition: all linear .3s;
}

.external-event {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    border-radius: 0.25rem;
    cursor: move;
}

    .external-event:hover {
        box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
    }

/*
 * Plugin: Select2
 * ---------------
 */
/*.select2-container--default.select2-container--focus, .select2-container--default:focus, .select2-container--default:active,
.select2-selection.select2-container--focus,
.select2-selection:focus,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #007bff;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus,
    .select2-search--inline .select2-search__field:focus {
        outline: none;
        border: 1px solid #007bff;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

    .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #007bff;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    padding: 1px 10px;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #ffffff;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}*/

/*
 * General: Miscellaneous
 * ----------------------
 */
a.text-muted:hover {
    color: #007bff !important;
}

.border-transparent {
    border-color: transparent !important;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.bg-primary, .label-primary,
.bg-primary a,
.label-primary a {
    color: #ffffff !important;
}

.bg-secondary,
.bg-secondary a {
    color: #ffffff !important;
}

.bg-success, /*.alert-success,*/ .label-success,
.bg-success a,
/*.alert-success a,*/
.label-success a {
    color: #ffffff !important;
}

.bg-info, /*.alert-info,*/ .label-info,
.bg-info a,
/*.alert-info a,*/
.label-info a {
    color: #ffffff !important;
}

.bg-warning, /*.alert-warning,*/ .label-warning,
.bg-warning a,
/*.alert-warning a,*/
.label-warning a {
    color: #1F2D3D !important;
}

.bg-danger, /*.alert-danger,*/
/*.alert-error,*/ .label-danger,
.bg-danger a,
/*.alert-danger a,*/
/*.alert-error a,*/
.label-danger a {
    color: #ffffff !important;
}

.bg-light,
.bg-light a {
    color: #1F2D3D !important;
}

.bg-dark,
.bg-dark a {
    color: #ffffff !important;
}

.bg-gray {
    color: #000;
    background-color: #adb5bd;
}

.bg-gray-light {
    background-color: #f2f4f5;
    color: #1F2D3D !important;
}

.bg-black {
    background-color: #000;
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff;
    color: #1F2D3D !important;
}

[class^="bg-"].disabled {
    opacity: .65;
}

.link-muted {
    color: #5d6974;
}

    .link-muted:hover, .link-muted:focus {
        color: #464f58;
    }

.link-black {
    color: #666;
}

    .link-black:hover, .link-black:focus {
        color: #999;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-primary-gradient {
    background: #007bff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007bff), color-stop(1, #3395ff));
    background: -ms-linear-gradient(bottom, #007bff, #3395ff);
    background: -moz-linear-gradient(center bottom, #007bff 0%, #3395ff 100%);
    background: -o-linear-gradient(#3395ff, #007bff);
    color: #ffffff;
}

.bg-secondary-gradient {
    background: #6c757d;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c757d), color-stop(1, #868e96));
    background: -ms-linear-gradient(bottom, #6c757d, #868e96);
    background: -moz-linear-gradient(center bottom, #6c757d 0%, #868e96 100%);
    background: -o-linear-gradient(#868e96, #6c757d);
    color: #ffffff;
}

.bg-success-gradient {
    background: #28a745;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #28a745), color-stop(1, #34ce57));
    background: -ms-linear-gradient(bottom, #28a745, #34ce57);
    background: -moz-linear-gradient(center bottom, #28a745 0%, #34ce57 100%);
    background: -o-linear-gradient(#34ce57, #28a745);
    color: #ffffff;
}

.bg-info-gradient {
    background: #17a2b8;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #17a2b8), color-stop(1, #1fc8e3));
    background: -ms-linear-gradient(bottom, #17a2b8, #1fc8e3);
    background: -moz-linear-gradient(center bottom, #17a2b8 0%, #1fc8e3 100%);
    background: -o-linear-gradient(#1fc8e3, #17a2b8);
    color: #ffffff;
}

.bg-warning-gradient {
    background: #ffc107;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffc107), color-stop(1, #ffce3a));
    background: -ms-linear-gradient(bottom, #ffc107, #ffce3a);
    background: -moz-linear-gradient(center bottom, #ffc107 0%, #ffce3a 100%);
    background: -o-linear-gradient(#ffce3a, #ffc107);
    color: #1F2D3D;
}

.bg-danger-gradient {
    background: #dc3545;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dc3545), color-stop(1, #e4606d));
    background: -ms-linear-gradient(bottom, #dc3545, #e4606d);
    background: -moz-linear-gradient(center bottom, #dc3545 0%, #e4606d 100%);
    background: -o-linear-gradient(#e4606d, #dc3545);
    color: #ffffff;
}

.bg-light-gradient {
    background: #f8f9fa;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f9fa), color-stop(1, white));
    background: -ms-linear-gradient(bottom, #f8f9fa, white);
    background: -moz-linear-gradient(center bottom, #f8f9fa 0%, white 100%);
    background: -o-linear-gradient(white, #f8f9fa);
    color: #1F2D3D;
}

.bg-dark-gradient {
    background: #343a40;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #343a40), color-stop(1, #4b545c));
    background: -ms-linear-gradient(bottom, #343a40, #4b545c);
    background: -moz-linear-gradient(center bottom, #343a40 0%, #4b545c 100%);
    background: -o-linear-gradient(#4b545c, #343a40);
    color: #ffffff;
}

.description-block .description-icon {
    font-size: 16px;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: rgba(0, 0, 0, 0.125);
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.user-block::after {
    display: block;
    clear: both;
    content: "";
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm, .card-comments .card-comment img, .user-block.user-block-sm img,
.img-md,
.img-lg {
    float: left;
}

.img-sm, .card-comments .card-comment img, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

    .img-sm + .img-push, .card-comments .card-comment img + .img-push, .user-block.user-block-sm img + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #adb5bd;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}

.img-rounded {
    border-radius: 0.25rem;
}

.img-circle {
    border-radius: 50%;
}

.img-size-64,
.img-size-50,
.img-size-32 {
    height: auto;
}

.img-size-64 {
    width: 64px;
}

.img-size-50 {
    width: 50px;
}

.img-size-32 {
    width: 32px;
}

.size-32,
.size-40,
.size-50 {
    display: block;
    text-align: center;
}

.size-32 {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.size-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.size-50 {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.attachment-block {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.chart {
    position: relative;
    overflow: hidden;
}

.flex-1 {
    flex: 1;
}

/*
 * Misc: print
 * -----------
 */
@media print {
    .no-print, .main-sidebar,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .layout-fixed .content-wrapper {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td {
            white-space: normal !important;
        }
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 0.875rem;
}

.text-xs {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.25rem;
}

.text-xl {
    font-size: 2rem;
}

.elevation-0 {
    box-shadow: none;
}

.elevation-1, .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-info .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-info .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-light .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-light .nav-sidebar > .nav-item > .nav-link.active, .sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-dark .nav-sidebar > .nav-item > .nav-link.active, .callout {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*# sourceMappingURL=adminlte.css.map */
