﻿/*
 * RxWorld - User Admin Dashboard
 * Copyright © RxWorld. All rights reserved.
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    height: 100%;
    font-size: 14px;
}

body {
    height: 100%;
}

    body.layout-boxed {
        height: 100%;
    }

.wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
    position: relative;
}

    .wrapper:before, .wrapper:after {
        content: " ";
        display: table;
    }

body {
    overflow-x: hidden;
    overflow-y: auto;
    color: #172b4c;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-family: "Open Sans", serif;
    line-height: 1.5;
    background-color: #f8f8f8;
}

a {
    color: #2f579a;
}

    a:hover, a:active, a:focus {
        outline: 0;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        font-size: 65%;
    }


.h1, h1 {
    font-size: 2.5714285714285716rem;
}

.h2, h2 {
    font-size: 2.142857142857143rem;
}

.h3, h3 {
    font-size: 1.7142857142857142rem;
}

.h4, h4 {
    font-size: 1.2857142857142858rem;
}

.h5, h5 {
    font-size: 1.1428571428571428rem;
}

.h6, h6 {
    font-size: 1rem;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin-top: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
}

img {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}







.fs-14 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.1428571429rem !important;
}


.fs-20 {
    font-size: 1.4285714286rem !important;
}



.fs-26 {
    font-size: 1.8571428571rem !important;
}

























































.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}








.no-border {
    border: 0 !important;
}










.theme-switch li a.active {
    opacity: 0.6;
    border: 5px solid #ffffff;
}

.dark-skin .theme-switch li a.active {
    border: 5px solid #262626;
}


.image-popup-vertical-fit img,
.image-popup-fit-width img,
.image-popup-no-margins img,
.popup-gallery img,
.zoom-gallery img,
#image-popups img {
    border-radius: 5px;
}



































.b-1 {
    border: 1px solid #f3f6f9 !important;
}




































.dark-skin .b-1:not([class*=border-]) {
    border: 1px solid #566f9e !important;
}

.border {
    border: 1px solid #f3f6f9 !important;
}

.border-primary {
    border-color: #7367F0 !important;
}

.border-secondary {
    border-color: #e4e6ef !important;
}

.border-info {
    border-color: #3699ff !important;
}

.border-success {
    border-color: #28C76F !important;
}

.border-warning {
    border-color: #FF9F43 !important;
}

.border-danger {
    border-color: #EA5455 !important;
}

.border-dark {
    border-color: #172b4c !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-light {
    border-color: #f3f6f9 !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-white {
    border-color: #fff !important;
}

.border-light {
    border-color: #f3f6f9 !important;
}

.border-fade {
    border-color: #f6f9fb !important;
}




































.input-group-prepend, .input-group-append {
    display: flex;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

small, .small {
    font-weight: 400;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}


.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}














































































.pb-0 {
    padding-bottom: 0px !important;
}































































































































.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}







































.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}




































.m-0 {
    margin: 0px !important;
}





.m-25 {
    margin: 25px !important;
}




































.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}




.mt-30 {
    margin-top: 30px !important;
}



































.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}







































.ms-5 {
    margin-left: 5px !important;
}

.ms-10 {
    margin-left: 10px !important;
}







































.me-0 {
    margin-right: 0px !important;
}

.me-5 {
    margin-right: 5px !important;
}

.me-10 {
    margin-right: 10px !important;
}








































.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

















































































@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0px !important;
    }
}









.w-30 {
    width: 30px !important;
}






.w-50 {
    width: 50px !important;
}















.w-100 {
    width: 100px !important;
}






























































































































.w-p100 {
    width: 100% !important;
}



.w-auto {
    width: auto;
}





















.h-50 {
    height: 50px !important;
}















.h-100 {
    height: 100px !important;
}


































































































































































.h-auto {
    height: auto !important;
}



.fixed .wrapper, .main-header .logo, .user-panel {
    overflow: hidden;
}

.layout-boxed .wrapper {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
    position: relative;
    background: #f4f5f9;
}

@media (min-width: 1900px) {
    .layout-boxed .wrapper {
        width: 95%;
        max-width: 1850px;
    }
}

.content-wrapper {
    -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 20.79rem;
    z-index: 820;
}

.main-footer {
    -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    z-index: 820;
    margin-left: 19.29rem;
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

.content-wrapper {
    min-height: 100%;
    background-color: #f8f8f8;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 0;
    margin-right: 1.5rem;
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-right: 0.75rem;
        margin-left: 0.75rem !important;
    }
}

.main-footer {
    background-color: rgba(255, 255, 255, 0);
    padding: 1.5rem;
    border-top: 0px solid #cccccc;
    z-index: 1;
    position: relative;
}

    .main-footer .nav {
        margin-top: -7px;
    }

.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}

.fixed .main-sidebar {
    position: fixed;
}

.fixed .content-wrapper {
    margin-top: 81px;
}

.fixed .right-side {
    margin-top: 81px;
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-left: 0;
    }

    .main-footer {
        margin-left: 0;
        text-align: center;
    }

    .fixed .content-wrapper {
        margin-top: 125px;
    }

    .fixed .right-side {
        margin-top: 125px;
    }
}

.fixedlayout-boxed .wrapper {
    max-width: 100%;
}

.hold-transition .content-wrapper, .hold-transition .left-side, .hold-transition .main-footer, .hold-transition .main-header .logo, .hold-transition .main-header .navbar, .hold-transition .main-sidebar, .hold-transition .menu-open .fa-angle-left, .hold-transition .right-side {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.content {
    min-height: 250px;
    padding: 1.5rem 0 0px 0;
    margin-right: auto;
    margin-left: auto;
}

.layout-top-nav .content-wrapper .content {
    padding: 10px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
}


.art-bg img {
    left: -2px;
    width: 100%;
    height: auto;
    bottom: -32px;
    position: absolute;
    transform: scale(1.1, 0.8);
    transform-origin: bottom;
}

    .art-bg img.light-img {
        display: block;
    }

    .art-bg img.dark-img {
        display: none;
    }

.dark-skin .art-bg img.dark-img {
    display: block;
}

.dark-skin .art-bg img.light-img {
    display: none;
}



.icon i {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 60px;
    border-radius: 100%;
    margin-right: 30px;
}




.page-header {
    margin: 10px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e6e6e6;
}

    .page-header > small {
        color: #737373;
        display: block;
        margin-top: 5px;
    }

.main-header {
    max-height: 125px;
    z-index: 999;
    position: relative;
}

    .main-header div.logo-box {
        width: 19.29rem;
        float: left;
        -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
        transition: transform .3s ease-in-out, width .3s ease-in-out;
        background: #ffffff;
        border-top-right-radius: 0px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .main-header .push-btn, .main-header .full-screen, .main-header .svg-bt-icon {
        height: 45px;
        width: 45px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        font-size: 1.714rem;
        margin: 0 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
        box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
    }

        .main-header .push-btn:hover, .main-header .push-btn:active, .main-header .push-btn:focus, .main-header .full-screen:hover, .main-header .full-screen:active, .main-header .full-screen:focus, .main-header .svg-bt-icon:hover, .main-header .svg-bt-icon:active, .main-header .svg-bt-icon:focus {
            background-color: rgba(0, 0, 0, 0.03);
            color: #7367F0;
        }

        .main-header .push-btn img, .main-header .full-screen img, .main-header .svg-bt-icon img {
            height: 20px;
            width: 20px;
            margin-top: 2.5px;
        }

    .main-header .logo-box {
        border-right: 1px solid rgba(72, 94, 144, 0);
    }

    .main-header .app-menu .search-bx {
        max-width: 250px;
        -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
        box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
        border-radius: 5px;
        overflow: hidden;
    }

        .main-header .app-menu .search-bx input[type="search"] {
            background-color: #f8f8f8;
            color: #172b4c;
            font-size: 16px;
            padding-left: 20px;
            border: none;
            border-radius: 5px 0px 0px 5px;
            height: 45px;
        }

        .main-header .app-menu .search-bx ::placeholder {
            color: #717C99;
        }

        .main-header .app-menu .search-bx .input-group {
            margin-top: 0px;
        }

        .main-header .app-menu .search-bx .input-group-append {
            margin-left: 0px;
        }

        .main-header .app-menu .search-bx .btn {
            background-color: #f8f8f8;
            color: #625F6E;
            font-weight: 700;
            font-size: 18px;
            border-radius: 0 5px 5px 0;
            padding: 3px 15px 3px 5px;
            box-shadow: none;
        }

            .main-header .app-menu .search-bx .btn img {
                width: 20px;
                margin-top: -3px;
                filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
            }

    .main-header .r-side .app-menu, .main-header .r-side .btn-group a {
        margin: 8px 5px;
    }

    .main-header .navbar {
        -moz-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        -webkit-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        margin-bottom: 0;
        margin-left: 20.79rem;
        margin-right: 1.5rem;
        margin-top: 1.5rem;
        min-height: 60px;
        border-radius: 5px;
        border-bottom: 0px solid rgba(72, 94, 144, 0.16);
        padding: 0 0.5rem;
        box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    }

        .main-header .navbar .nav > li.user > a > i {
            margin-right: 5px;
        }

    .main-header .logo {
        -moz-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        display: block;
        height: 60px;
        font-size: 1.2rem;
        line-height: 60px;
        text-align: left;
        padding: 0 15px;
        position: relative;
        z-index: 999;
    }

        .main-header .logo .logo-lg {
            line-height: 60px;
            display: inline-block;
            padding-left: 5px;
        }

            .main-header .logo .logo-lg .dark-logo {
                display: none;
            }

            .main-header .logo .logo-lg .light-logo {
                display: block;
            }

        .main-header .logo .logo-mini {
            display: inline-block;
        }

            .main-header .logo .logo-mini .dark-logo {
                display: none;
            }

            .main-header .logo .logo-mini .light-logo {
                display: block;
            }

    .main-header #navbar-search-input.form-control {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

        .main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control.active, .main-header #navbar-search-input.form-control:focus {
            border-color: rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.9);
        }

        .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
            color: #cccccc;
            opacity: 1;
        }

        .main-header #navbar-search-input.form-control:-moz-placeholder {
            color: #cccccc;
            opacity: 1;
        }

        .main-header #navbar-search-input.form-control::-moz-placeholder {
            color: #cccccc;
            opacity: 1;
        }

        .main-header #navbar-search-input.form-control:-ms-input-placeholder {
            color: #cccccc;
            opacity: 1;
        }

    .main-header .navbar-custom-menu {
        float: right;
    }

        .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
            content: '';
            position: absolute;
            top: 23px;
            right: 16px;
            display: none;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background-color: #EA5455;
            animation: beat .25s infinite alternate;
            transform-origin: center;
        }

        .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.animated::after {
            top: 17px;
            right: -5px;
        }

        .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.fa.animated::after {
            top: 17px;
            right: -5px;
        }

    .main-header .navbar-right {
        float: right;
        padding-right: 15px;
    }

    .main-header .navbar-brand {
        color: #ffffff;
    }

    .main-header .sidebar-toggle {
        float: left;
        padding: 0 10px;
        font-size: 1.2rem;
        line-height: normal;
    }

        .main-header .sidebar-toggle:hover, .main-header .sidebar-toggle:focus {
            color: #ffffff;
        }

        .main-header .sidebar-toggle .icon-bar {
            display: none;
        }

.dark-skin .main-header .logo .logo-lg .dark-logo {
    display: block;
}

.dark-skin .main-header .logo .logo-lg .light-logo {
    display: none;
}

@keyframes beat {
    to {
        transform: scale(2);
    }
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
        z-index: 999;
    }

        .main-header .navbar-right {
            padding-right: 0px;
            float: none;
        }

            .main-header .navbar-right > li {
                color: inherit;
                border: 0;
            }

        .main-header .logo {
            width: 100%;
            float: none;
            text-align: center;
        }

        .main-header .navbar {
            width: 100%;
            float: none;
            margin: 0;
            z-index: 999;
            border-radius: 0;
            box-shadow: 0 7px 8px 0 rgba(34, 41, 47, 0.05);
        }

        .main-header .navbar-custom-menu {
            float: right;
            padding-right: 0px;
        }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
        padding: 0px 14px;
    }

    .navbar-custom-menu .navbar-nav > li:last-child > a {
        padding: 0px 14px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse .pull-left {
        float: none !important;
    }

        .navbar-collapse .pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}

@media (min-width: 768px) {
    .main-header .logo {
        display: flex;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo-box {
        width: 60px;
        -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
        transition: transform .3s ease-in-out, width .3s ease-in-out;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: inline-block;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 81px;
    }
}

@media (max-width: 767px) {
    .main-header > div {
        width: 100% !important;
        float: none;
        margin-left: 0 !important;
    }

        .main-header > div .logo {
            line-height: normal;
            height: auto;
        }

            .main-header > div .logo .logo-lg {
                line-height: 50px;
                padding-left: 0;
            }

    .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
        padding: 7px 0 8px;
    }

    .main-header .navbar-custom-menu .navbar-nav > li {
        height: 50px;
    }

        .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
            margin: 3px 5px;
        }

        .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
            margin: 2px 5px;
        }

    .main-header .navbar-custom-menu .full-screen {
        margin: 0px 5px !important;
    }
}

@media (max-width: 370px) {
    .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
        padding: 10px 0 10px;
    }

    .main-header .navbar-custom-menu .navbar-nav > li {
        height: 50px;
    }

        .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
            margin: 8px 5px;
        }

        .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
            margin: 8px 5px;
        }
}

.navbar-custom-menu .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .navbar-custom-menu .navbar-nav > li {
        height: 60px;
    }

        .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
            padding: 10px;
            vertical-align: middle;
            display: block;
            font-size: 1.714rem;
            height: 45px;
            text-align: center;
            width: 45px;
            line-height: 20px;
            margin: 8px 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
            box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
        }

        .navbar-custom-menu .navbar-nav > li:last-child > a {
            padding: 10px;
            vertical-align: middle;
            display: block;
            font-size: 1.714rem;
            height: 45px;
            text-align: center;
            width: 45px;
            line-height: 20px;
            margin: 8px 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
            box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0);
        }

    .navbar-custom-menu .navbar-nav > .search-box > a {
        padding: 10px;
        vertical-align: middle;
        display: block;
        font-size: 1.5rem;
        border-radius: 100%;
        height: 45px;
        text-align: center;
        width: 45px;
        line-height: 25px;
        margin: 10px 5px;
    }

    .navbar-custom-menu .navbar-nav > .search-box > div {
        padding: 15px 0 15px;
    }

    .navbar-custom-menu .navbar-nav .full-screen-btn > a {
        padding: 10px;
        vertical-align: middle;
        display: block;
        font-size: 1.5rem;
        border-radius: 100%;
        height: 45px;
        text-align: center;
        width: 45px;
        line-height: 25px;
        margin: 10px 5px;
    }

    .navbar-custom-menu .navbar-nav .search-bar > div {
        padding: 12px 0 25px;
    }

    .navbar-custom-menu .navbar-nav .search-bar .lookup::before {
        color: #172b4c;
        top: 42%;
    }

    .navbar-custom-menu .navbar-nav .search-bar .lookup-circle input {
        background-color: rgba(23, 43, 76, 0.1);
        height: 35px;
        border-radius: 5px;
    }

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

.navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-custom-menu .dropdown-toggle::after {
    display: none;
}

@media (max-width: 767px) {
    .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
        max-width: 110px;
        padding-left: 10px !important;
    }
}

@media (max-width: 370px) {
    .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
        max-width: 50px;
        padding-left: 10px !important;
        padding: 0;
        height: 30px;
    }
}

.search-box .app-search input {
    width: 100.5%;
    padding: 0px 40px 0px 15px;
    border-radius: 50px;
    font-size: 14px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    border: none;
}

body .main-header .navbar .nav > li.search-box > a:hover, body .main-header .navbar .nav > li.search-box > a:focus {
    background: none;
}

@media (max-width: 1024px) {
    .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
        right: auto;
        top: 20px;
    }

    .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
        line-height: 25px;
    }

    .navbar-custom-menu .navbar-nav > li:last-child > a {
        line-height: 25px;
    }

    .navbar-custom-menu .navbar-nav .search-box > a {
        line-height: 25px;
    }
}

.dropdown-menu {
    box-shadow: none;
    border-color: #cccccc;
}

    .dropdown-menu.scale-up {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        border-color: rgba(0, 0, 0, 0.13);
        display: inline-block;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
        transform-origin: right 0;
    }

    .dropdown-menu > li > a {
        color: gray;
    }

        .dropdown-menu > li > a > i {
            margin-right: 10px;
        }

    .dropdown-menu > .divider {
        background-color: #cccccc;
    }

.show > .dropdown-menu.scale-up {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
}

.main-header .navbar-nav > li.dropdown > .dropdown-menu {
    width: auto;
    max-width: 250px;
    padding: 0;
    margin: 0;
    top: 100%;
    border: none;
}

    .main-header .navbar-nav > li.dropdown > .dropdown-menu > li {
        position: relative;
    }

        .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header {
            background-color: #ffffff;
            border-bottom: 1px solid #f3f6f9;
            color: #172b4c;
            font-size: 14px;
            border-radius: 4px 4px 0 0;
            padding: 0;
        }

            .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header > div {
                box-shadow: none;
            }

        .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a {
            font-size: 14px;
            padding: 15px 10px;
            text-align: center;
            border-radius: 0 0 4px 4px;
            line-height: 20px;
            display: block;
            width: auto;
            margin: 0;
        }

            .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a:hover {
                text-decoration: none;
                font-weight: 300;
            }

        .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow-x: hidden;
        }

            .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a {
                display: block;
                white-space: nowrap;
                border-bottom: 1px solid #f3f6f9;
            }

                .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a:hover {
                    background: #f3f6f9;
                    text-decoration: none;
                }

                .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a > i {
                    width: 20px;
                }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #172b4c;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}


.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 15px;
}

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
        margin: auto 10px auto auto;
        width: 40px;
        height: 40px;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 {
        padding: 0;
        margin: 0;
        color: #172b4c;
        font-size: 15px;
        position: relative;
        font-weight: 300;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
            color: gray;
            font-size: 10px;
            position: absolute;
            top: 0;
            right: 0;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > span {
        margin: 5px 0 0;
        font-size: 10px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: list-item;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
        padding: 0;
        margin: 0 0 0 45px;
        color: #172b4c;
        font-size: 15px;
        position: relative;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
            color: gray;
            font-size: 10px;
            position: absolute;
            top: 0;
            right: 0;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
        margin: 0 0 0 45px;
        font-size: 12px;
        color: #666666;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
        content: " ";
        display: table;
    }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
        font-size: 14px;
        padding: 0;
        margin: 0 0 10px;
        color: gray;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
        padding: 0;
        margin: 0;
    }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 0;
    width: auto;
    width: 250px;
    border: none;
    margin-top: 0;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
        height: auto;
        padding: 10px;
        text-align: center;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header img {
            z-index: 5;
            height: 70px;
            width: 70px;
            border: 3px solid transparent;
            border-color: rgba(255, 255, 255, 0.2);
        }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
            z-index: 5;
            color: #ffffff;
            margin-top: 0px;
            margin-bottom: 0;
            text-align: right;
        }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
            display: block;
            font-size: 12px;
        }

    .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
        content: " ";
        display: table;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        padding: 10px 15px;
        display: block;
        font-size: 1.1rem;
    }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
            margin-right: 10px;
        }

    .navbar-nav > .user-menu > .dropdown-menu > .user-body .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: rgba(23, 43, 76, 0.13);
    }

    .navbar-nav > .user-menu > .dropdown-menu .user-footer {
        padding: 10px 10px 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .navbar-nav > .user-menu > .dropdown-menu .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu .user-footer:after {
            content: " ";
            display: table;
        }

        .navbar-nav > .user-menu > .dropdown-menu .user-footer .btn-default {
            color: gray;
        }

.navbar-nav > .user-menu .user-image {
    width: 25px;
    height: 25px;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: 0px;
        line-height: 10px;
    }

    .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
        padding: 10px;
    }

    .navbar-custom-menu .navbar-nav li:last-child > a {
        padding: 10px;
    }

    .navbar-custom-menu .navbar-nav > .search-box > a {
        padding: 10px;
    }
}

@media (max-width: 370px) {
    .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
        font-size: 1rem;
        height: 35px;
        width: 35px;
        line-height: normal;
    }

    .navbar-custom-menu .navbar-nav > li:last-child > a {
        font-size: 1rem;
        height: 35px;
        width: 35px;
        line-height: normal;
    }

    .navbar-custom-menu .navbar-nav > .search-box > a {
        font-size: 1rem;
        height: 35px;
        width: 35px;
        line-height: normal;
    }

    .navbar-nav > .user-menu .user-image {
        width: 15px;
        height: 15px;
    }
}

.show:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .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);
    }
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f3f6f9;
    }

    .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;
            }

    .navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
        left: 5%;
    }
}

.app-menu .dropdown-mega-menu {
    width: 53rem;
    padding: 0.5rem 1rem;
}

    .app-menu .dropdown-mega-menu .nav-item.nav-item-header {
        text-transform: none;
        font-size: 1.429rem;
        padding-top: 0;
        font-weight: normal;
        padding: .715rem 1.072rem;
    }

    .app-menu .dropdown-mega-menu .nav-link {
        display: flex;
        align-items: center;
        transition: background-color 0.3s ease, color 0.3s ease;
        cursor: pointer;
        color: #172b4c;
        border: none;
        font-weight: 400;
    }

        .app-menu .dropdown-mega-menu .nav-link:hover, .app-menu .dropdown-mega-menu .nav-link:focus {
            opacity: .8;
            background-color: transparent !important;
        }

.app-menu .nav-link .nav-link-icon {
    font-size: 1.286rem;
    text-align: center;
    opacity: 1;
}

.app-menu .nav-link:hover .nav-link-icon, .app-menu .nav-link:focus .nav-link-icon {
    opacity: .9;
}

@media (max-width: 1024px) {
    .app-menu .dropdown-mega-menu {
        width: 40rem;
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: visible;
    background: #fff url("../images/1.gif") no-repeat center center;
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 95px;
    min-height: 100%;
    width: 19.29rem;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    border-top-right-radius: 20px;
}

    .main-sidebar .sidebar-footer {
        background-color: #f2f2f2;
    }

        .main-sidebar .sidebar-footer a {
            color: #b5b5c3;
        }

.sidebar-footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    transition: .2s ease-out;
    width: 19.29rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(23, 43, 76, 0);
}

    .sidebar-footer a {
        padding: 12px;
        width: 33.333337%;
        float: left;
        text-align: center;
        font-size: 18px;
    }

.layout-boxed .sidebar-footer {
    position: absolute;
}

@media (max-width: 991px) {
    .main-sidebar {
        padding-top: 95px;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        margin-top: 145px;
        padding-top: 0px;
        -webkit-transform: translate(-19.29rem, 0);
        -ms-transform: translate(-19.29rem, 0);
        -o-transform: translate(-19.29rem, 0);
        transform: translate(-19.29rem, 0);
    }

    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-19.29rem, 0);
        -ms-transform: translate(-19.29rem, 0);
        -o-transform: translate(-19.29rem, 0);
        transform: translate(-19.29rem, 0);
    }

    .sidebar-collapse .sidebar-footer {
        width: 60px;
    }

        .sidebar-collapse .sidebar-footer a {
            width: 100%;
        }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.sidebar-menu {
    list-style: none;
    margin: 0 0px;
    padding: 0px 0px 30px 0px;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0 0px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        border-left: 0px solid transparent;
    }

        .sidebar-menu > li > a {
            padding-left: 0px;
            -webkit-transition: -webkit-transform .3s ease-in-out, .3s ease-in-out;
            -moz-transition: -moz-transform .3s ease-in-out, .3s ease-in-out;
            -o-transition: -o-transform .3s ease-in-out, .3s ease-in-out;
            transition: transform .3s ease-in-out, .3s ease-in-out;
        }

        .sidebar-menu > li:hover > a {
            padding-left: 20px !important;
        }

        .sidebar-menu > li.user-profile:hover > a, .sidebar-menu > li.user-profile:active > a, .sidebar-menu > li.user-profile.active > a {
            color: #000000;
            background-color: transparent !important;
        }

            .sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-menu > li.user-profile.active > a .email-id {
                color: rgba(23, 43, 76, 0.7);
            }

        .sidebar-menu > li.user-profile.menu-open > a {
            color: #000000;
            background-color: transparent !important;
        }

        .sidebar-menu > li.user-profile > a {
            opacity: 1;
            padding: 25px;
            display: flex;
        }

        .sidebar-menu > li.user-profile > .treeview-menu {
            background-color: #172b4c !important;
        }

        .sidebar-menu > li:hover > a, .sidebar-menu > li:active > a, .sidebar-menu > li.active > a {
            opacity: 1;
        }

        .sidebar-menu > li:active > a, .sidebar-menu > li.active > a, .sidebar-menu > li:focus > a {
            font-weight: 500;
        }

        .sidebar-menu > li.treeview.menu-open {
            background-color: rgba(235, 237, 243, 0) !important;
        }

            .sidebar-menu > li.treeview.menu-open > a {
                opacity: 1;
            }

        .sidebar-menu > li > a {
            padding: 10px 15px;
            border-radius: 5px;
            display: block;
        }

            .sidebar-menu > li > a > i {
                width: 30px;
                line-height: 28px;
                font-size: 1.5714285714rem;
                display: inline-block;
                vertical-align: middle;
                color: #172b4c;
                text-align: center;
                border-radius: 5px;
                margin-right: 20px;
                background-color: transparent;
            }

            .sidebar-menu > li > a > svg {
                width: 18px;
                display: inline-block;
                vertical-align: middle;
                color: #625F6E;
                text-align: center;
                margin-right: 10px;
                fill: rgba(27, 46, 75, 0.06);
            }

            .sidebar-menu > li > a > img.svg-icon {
                width: 35px;
                height: 35px;
                margin-right: 10px;
                padding: 8px;
                margin-top: -2px;
                border: 1px solid rgba(23, 43, 76, 0.5);
                border-radius: 100px;
            }

        .sidebar-menu > li:hover > a > i, .sidebar-menu > li:active > a > i, .sidebar-menu > li.active > a > i {
            color: #b5b5c3;
        }

        .sidebar-menu > li:hover > a > svg, .sidebar-menu > li:active > a > svg, .sidebar-menu > li.active > a > svg {
            color: #b5b5c3;
        }

        .sidebar-menu > li.menu-open > a > i {
            color: #b5b5c3;
        }

        .sidebar-menu > li.menu-open > a > svg {
            color: #b5b5c3;
        }

        .sidebar-menu > li .badge {
            margin-right: 5px;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            line-height: 16px;
            text-align: center;
            font-weight: 300;
            margin-top: 3px;
        }

        .sidebar-menu > li .label {
            margin-right: 5px;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            line-height: 16px;
            text-align: center;
            font-weight: 300;
        }

    .sidebar-menu li.nav-devider {
        height: 1px;
        background-color: rgba(23, 43, 76, 0.13);
        display: block;
        margin: 15px 0;
    }

    .sidebar-menu li.header {
        padding: 15px 25px 10px 25px;
        font-size: 12px;
        font-weight: 400;
        color: #b5b5c3;
        text-transform: uppercase;
    }

    .sidebar-menu li > a > .fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        -webkit-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
    }

    .sidebar-menu li > a > .pull-right-container > i {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        -webkit-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
    }

    .sidebar-menu li > a > .pull-right-container > .fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        -webkit-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
    }

    .sidebar-menu .menu-open > a > .fa-angle-right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar-menu .menu-open > a > .pull-right-container > i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar-menu .user-profile .treeview-menu > li > a {
        color: #ffffff !important;
        opacity: 1;
        background-color: transparent;
        padding: 8px 5px 8px 30px;
    }

    .sidebar-menu .active > .treeview-menu {
        display: block;
    }

.sidebar-collapse .sidebar-menu > li.user-profile:hover > a, .sidebar-collapse .sidebar-menu > li.user-profile:active > a, .sidebar-collapse .sidebar-menu > li.user-profile.active > a {
    background-color: #172b4c !important;
    color: #ffffff;
}

    .sidebar-collapse .sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile.active > a .email-id {
        color: #cccccc;
    }

.sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a {
    background-color: #172b4c !important;
    color: #ffffff;
}

    .sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a .email-id {
        color: #cccccc;
    }

.sidebar-collapse .sidebar-menu > li.user-profile > a {
    display: block;
}

.sidebar-collapse .sidebar-menu > li:hover > a {
    padding-left: 0px !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li.user-profile > a {
    padding: 10px;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px 0 10px;
    background-image: url(../images/user-info.jpg);
}

    .user-panel:before, .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 25%;
        height: auto;
        margin: 0 10px;
        border: 2px solid rgba(23, 43, 76, 0.13);
    }

    .user-panel > .info {
        padding: 5px;
        line-height: 1;
        margin: 0 auto;
        text-align: left;
        position: absolute;
        left: 60px;
    }

        .user-panel > .info > p {
            font-weight: 300;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > i {
                margin-right: 3px;
            }

.sidebar-collapse .user-panel > .image > img {
    max-width: 50px;
    margin: 0 0px;
}

.user-profile .info {
    width: auto;
    visibility: visible;
    opacity: 1;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.user-profile .btn-group {
    display: block;
}

    .user-profile .btn-group .btn {
        width: 100%;
        border-radius: 0;
        background-color: rgba(23, 43, 76, 0.4);
        border: none;
        text-align: left;
        padding: 5px 15px;
        color: #ffffff;
    }

    .user-profile .btn-group button.btn.dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 15px;
    }

.user-profile .profile-pic {
    padding: 15px 0;
    text-align: center;
}

.user-profile .ulogo {
    text-align: center;
    padding: 20px 0 0;
    font-size: 1.286rem;
    color: #ffffff;
}

.user-profile img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100px !important;
    border: 5px solid rgba(255, 255, 255, 0.3);
}

.user-profile .dropdown-menu {
    left: 0px;
    right: 0px;
    width: 180px;
}

.user-profile .profile-setting li a svg {
    width: 18px;
}

.sidebar-collapse .user-profile .profile-pic {
    padding: 5px 0;
}

.sidebar-collapse .user-profile .ulogo, .sidebar-collapse .user-profile .info {
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-left: -20px !important;
}

.sidebar-collapse .user-profile .profile-info, .sidebar-collapse .user-profile .profile-setting {
    display: none !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar .user-profile .ulogo a {
    background-color: transparent;
}

.sidebar .user-profile .btn-group a {
    color: #172b4c;
    background-color: transparent;
}

.sidebar-collapse.sidebar-mini .user-profile {
    overflow: hidden;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:hover > .treeview-menu, .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:active > .treeview-menu, .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile.active > .treeview-menu {
    top: 79px;
}

.sidebar-menu .user-profile > a img {
    width: 45px;
    border-radius: 100%;
    margin-right: 10px;
}

.sidebar-collapse .sidebar-menu .user-profile > a img {
    margin-right: 0px;
}

.light-sidebar .sidebar-menu > li:hover > a > i, .light-sidebar .sidebar-menu > li:active > a > i, .light-sidebar .sidebar-menu > li.active > a > i {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.light-sidebar .sidebar-menu > li.menu-open > a > i {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.light-sidebar .sidebar-menu > li > a > i {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-expanded-on-hover .content-wrapper {
        margin-left: 60px;
    }

    .sidebar-mini.sidebar-expanded-on-hover .main-header .navbar {
        margin-left: 19.29rem;
    }

    .sidebar-mini.sidebar-expanded-on-hover .main-header .logo-box {
        position: absolute;
        z-index: 9;
        background: #e4e6ef;
    }

    .sidebar-mini.fixed.sidebar-mini-expand-feature .main-header .logo-box {
        position: absolute;
        z-index: 9;
        background: #ffffff;
    }

    .sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 80px;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 60px;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 80px;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 60px;
        z-index: 850;
    }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
        padding: 0px 5px;
        margin: 0 0px;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i {
                margin-right: 0;
            }

                .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i.fa.fa-angle-right {
                    display: none;
                }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a svg {
                margin-right: 0;
                margin-left: 16px;
            }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 5px;
                display: none !important;
                -webkit-transform: translateZ(0);
            }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
                display: none !important;
                -webkit-transform: translateZ(0);
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-top-right-radius: 5px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 10px;
            padding-bottom: 10px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        visibility: hidden;
        overflow: hidden;
        width: 0;
        height: 0;
        padding: 0;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .sidebar-form {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .sidebar-widgets {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
        display: none !important;
        position: absolute;
        width: 19.29rem;
        left: 54px;
        text-align: left;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -15px;
        padding: 14px 0px 14px 30px;
        background-color: inherit;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: relative !important;
        float: right;
        width: auto !important;
        left: 250px !important;
        top: -16px !important;
        z-index: 900;
        background-color: transparent !important;
        box-shadow: none;
    }

        .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
            display: none;
        }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a:after {
        display: none;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 19.29rem;
        left: 64px;
        top: 0;
        margin-left: 0;
    }

        .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu > .treeview .treeview-menu:after {
            content: "";
            position: absolute;
            background: inherit;
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            left: -5px;
            top: 20px;
        }

        .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu:after {
            content: "";
            position: absolute;
            background: inherit;
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            left: -5px;
            top: 20px;
        }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li .user-profile:hover > a > .pull-right-container {
        left: 237px !important;
    }

    .sidebar-collapse .treeview-menu {
        margin-left: -10px !important;
    }

    .control-sidebar-open .content-wrapper {
        margin-right: 345px;
    }

    .control-sidebar-open .main-footer {
        margin-right: 345px;
    }
}

.main-sidebar .user-panel {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu > li.header {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }

        .sidebar-menu > li.header.line {
            background-color: #f3f6f9;
            height: 2px;
            padding: 0;
            margin: 20px 0px;
        }

    .sidebar-menu > li:hover.header, .sidebar-menu > li:active.header, .sidebar-menu > li:focus.header, .sidebar-menu > li.active.header {
        background: transparent !important;
        border-color: transparent !important;
    }

    .sidebar-menu li > a {
        position: relative;
        font-weight: 500;
        opacity: 0.9;
        white-space: nowrap;
        align-items: center;
        line-height: 25px;
    }

        .sidebar-menu li > a > span {
            top: 1px;
            position: relative;
        }

        .sidebar-menu li > a > .pull-right-container {
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -7px;
        }

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-menu .treeview-menu > li.active > a {
        opacity: 1;
    }

        .sidebar-menu .treeview-menu > li.active > a:hover {
            opacity: 1;
        }

    .sidebar-menu .treeview-menu > li > a:hover {
        opacity: 1;
    }

.sidebar-collapse .sidebar-menu.tree {
    padding: 0;
    margin: 0;
}

.sidebar-collapse .sidebar-menu > li:hover > a, .sidebar-collapse .sidebar-menu > li:active > a, .sidebar-collapse .sidebar-menu > li.active > a {
    border-radius: 5px;
}

.sidebar-collapse .sidebar-menu > li.menu-open > a {
    border-radius: 5px;
}

.sidebar-form {
    float: left;
    margin: 20px 10px 10px;
    overflow: hidden;
    text-overflow: clip;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid transparent;
}

    .nav-tabs.control-sidebar-tabs > li > a:hover, .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid transparent;
    }

    .nav-tabs.control-sidebar-tabs > li > a .icon {
        font-size: 16px;
    }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a {
    border-left-width: 0;
}

    .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
        border-left-width: 0;
    }

.nav-tabs.control-sidebar-tabs > li.active > a {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

    .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a.active {
        border-top: none;
        border-right: none;
        border-bottom: none;
    }


.control-sidebar > .tab-content {
    padding: 15px 0px;
}

.control-sidebar .nav-tabs.control-sidebar-tabs > li {
    margin-right: 30px;
}

    .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
        padding: 10px 0px;
        display: block;
        font-size: 24px;
    }

.control-sidebar .rpanel-title .btn {
    padding: 0;
    margin: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}



.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}

    .control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
        content: " ";
        display: table;
    }

    .control-sidebar-menu > li > a > .control-sidebar-subheading {
        margin-top: 0;
    }

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

    .control-sidebar-menu .menu-info > .control-sidebar-subheading {
        margin: 0;
    }

    .control-sidebar-menu .menu-info > p {
        margin: 0;
        font-size: 11px;
    }

#control-sidebar-theme-demo-options-tab p {
    font-size: 12px;
}

#control-sidebar-theme-demo-options-tab .form-group {
    margin-bottom: 0.5rem;
}

    #control-sidebar-theme-demo-options-tab .form-group label {
        font-weight: 300;
        font-size: 12px;
    }

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .treeview-menu .treeview-menu {
        padding-left: 10px;
    }

    .treeview-menu > li {
        margin: 0;
    }

        .treeview-menu > li > a {
            padding: 5px 15px;
            display: block;
            font-size: 1rem;
            border-radius: 5px;
            -webkit-transition: -webkit-transform .3s ease-in-out, .3s ease-in-out;
            -moz-transition: -moz-transform .3s ease-in-out, .3s ease-in-out;
            -o-transition: -o-transform .3s ease-in-out, .3s ease-in-out;
            transition: transform .3s ease-in-out, .3s ease-in-out;
        }

            .treeview-menu > li > a:hover {
                padding-left: 20px;
            }

            .treeview-menu > li > a > i {
                width: 20px;
                padding-right: 20px;
                padding-left: 10px;
            }

            .treeview-menu > li > a > .fa-angle-down {
                width: auto;
            }

            .treeview-menu > li > a > .fa-angle-left {
                width: auto;
            }

            .treeview-menu > li > a > .pull-right-container > .fa-angle-down {
                width: auto;
            }

            .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
                width: auto;
            }

.sidebar-collapse .treeview-menu > li {
    margin: 0;
}

    .sidebar-collapse .treeview-menu > li > a {
        padding: 5px 10px 5px 10px;
    }

.sidebar-menu .treeview-menu > li.active > a i.ti-more:before {
    content: "\e628";
}

.sidebar-menu .treeview-menu > li > a:hover i.ti-more:before {
    content: "\e628";
}

@media (min-width: 768px) {
    .fixed .multinav {
        position: fixed;
        width: 19.29rem;
        padding-bottom: 0;
        height: calc(100% - 80px);
    }

    .sidebar-collapse .multinav {
        width: 60px;
    }

    .sidebar-collapse .ps {
        overflow: visible !important;
    }

    .sidebar-collapse .sidebar-menu > li > a {
        padding: 5px 12px;
    }

    .sidebar-collapse .sidebar-menu > li.menu-open > a, .sidebar-collapse .sidebar-menu > li.active > a {
        background-color: transparent !important;
    }

    .sidebar-collapse .ps__rail-x {
        display: none;
    }

    .multinav .ps__rail-x {
        display: none !important;
    }

    .sidebar-collapse .sidebar-menu .treeview-menu > .treeview {
        position: relative;
    }

        .sidebar-collapse .sidebar-menu .treeview-menu > .treeview .treeview-menu {
            padding: 10px 0px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            width: 19.29rem;
            top: 0;
            display: none !important;
        }

        .sidebar-collapse .sidebar-menu .treeview-menu > .treeview:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            left: 19.29rem;
        }

    .sidebar-collapse .ps--active-x > .ps__rail-x, .sidebar-collapse .ps--active-y > .ps__rail-y {
        z-index: -1;
        opacity: 0.1;
    }
}

@media (max-width: 767px) {
    .fixed .multinav {
        position: fixed;
        width: 19.29rem;
        padding-bottom: 0;
        height: calc(100% - 145px);
        margin-top: 15px;
    }
}

.content-header {
    position: relative;
    padding: 1.5rem 1.5rem 0px;
}

    .content-header .page-title {
        margin: 0 0px 0 0;
        display: inline-block;
        padding: 0 1.5rem 0 0;
        color: #172b4c;
    }

    .content-header .breadcrumb-item + .breadcrumb-item::before {
        content: "-";
    }

    .content-header .breadcrumb {
        padding: 0;
        margin-bottom: 0;
        color: #2f579a;
        background-color: transparent;
    }

        .content-header .breadcrumb .breadcrumb-item a {
            color: #2f579a;
        }

    .content-header > .breadcrumb > li > a {
        color: #3b6dc1;
        text-decoration: none;
        display: inline-block;
    }

        .content-header > .breadcrumb > li > a > i {
            margin-right: 5px;
        }

    .content-header > .breadcrumb > li + li:before {
        content: '>\00a0';
    }

    .content-header > .container > .breadcrumb {
        position: relative;
        top: 0;
    }

        .content-header > .container > .breadcrumb > li > a {
            color: #3b6dc1;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .container > .breadcrumb > li > a > i {
                margin-right: 5px;
            }

        .content-header > .container > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

    .content-header .right-title {
        text-align: right;
    }

        .content-header .right-title .dropdown .dropdown-menu {
            padding: 15px;
            width: 245px;
            border-radius: 5px;
        }

            .content-header .right-title .dropdown .dropdown-menu .dropdown-item {
                padding: 10px 10px;
                font-size: 1.2rem;
            }

                .content-header .right-title .dropdown .dropdown-menu .dropdown-item i {
                    font-size: 1.4rem;
                    margin-right: 10px;
                }

                .content-header .right-title .dropdown .dropdown-menu .dropdown-item:hover {
                    background-color: transparent;
                }

        .content-header .right-title .dropdown > .btn {
            width: 50px;
            height: 50px;
            -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
            -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
            box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
            border-color: #ffffff !important;
            background: #ffffff;
            border-radius: 50%;
            padding: 0 !important;
            color: #172b4c !important;
        }

.breadcrumb-item.active {
    color: #172b4c;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #3b6dc1;
}

.onlyheader .content-header .page-title {
    color: #4d4d4d;
}

.onlyheader .content-header .breadcrumb {
    color: gray;
}

    .onlyheader .content-header .breadcrumb .breadcrumb-item a {
        color: gray;
    }

    .onlyheader .content-header .breadcrumb.active {
        color: #4d4d4d;
    }

.onlyheader .breadcrumb-item.active {
    color: #4d4d4d;
}

.onlyheader .breadcrumb-item + .breadcrumb-item::before {
    color: #4d4d4d;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #666666;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #b3b3b3;
        }

    .content-header > .container > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #666666;
        padding-left: 10px;
    }

        .content-header > .container > .breadcrumb li:before {
            color: #b3b3b3;
        }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li {
            float: left;
        }

            .navbar-custom-menu .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                line-height: 20px;
            }
}

.left-block .left-content-area > .box {
    background-color: rgba(255, 255, 255, 0) !important;
}

.left-block .left-content-area > .card {
    background-color: rgba(255, 255, 255, 0) !important;
}

.fixed .left-block {
    height: 100%;
}


.fixed .left-block {
    position: fixed;
    top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}


@media (max-width: 767px) {
    .fixed .left-block {
        padding-top: 125px;
    }
}

.progress.sm {
    border-radius: 5px;
    height: 10px;
}

    .progress.sm .progress-bar {
        border-radius: 5px;
    }

.progress.vertical.sm {
    width: 20px;
}







.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.customtab li a.nav-link {
    border: 0px;
    padding: 0.5rem 0.75rem;
    color: #737373;
}

.vtabs .tabs-vertical li .nav-link {
    color: #262626;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 5px 0 0 5px;
}

.vtabs .tab-content {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link:active, .tabs-vertical li .nav-link:focus, .tabs-vertical li .nav-link.active {
    border: 0px;
    color: #ffffff;
}

.customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:active, .customvtab .tabs-vertical li .nav-link:focus, .customvtab .tabs-vertical li .nav-link.active {
    background: transparent !important;
    border: 0px;
    margin-right: -1px;
}

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #737373;
}

    .customtab2 li a.nav-link:hover, .customtab2 li a.nav-link:active, .customtab2 li a.nav-link:focus, .customtab2 li a.nav-link.active {
        color: #ffffff;
    }

.panel > .nav-tabs-vertical .nav-tabs {
    margin-left: -1px;
}

    .panel > .nav-tabs-vertical .nav-tabs > li > a {
        border-left: none;
        border-radius: 0;
    }

    .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
        margin-right: -1px;
    }

        .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
            border-right: none;
            border-radius: 0;
        }

.panel:hover .panel-actions .show-on-hover {
    display: inline-block;
}

.panel .panel-actions .show-on-hover {
    display: none;
}

.panel > .alert {
    padding-left: 30px;
    padding-right: 30px;
}

.panel > .alert-dismissible {
    padding-right: 50px;
}

.panel-content > .row {
    padding-left: 30px;
    padding-right: 30px;
}

    .panel-content > .row > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child, .panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child {
    margin-top: 0;
}

.panel-heading + .alert {
    border-radius: 0;
}

.panel-heading > .nav-tabs {
    border-bottom: none;
}

.panel-heading + .nav-tabs {
    margin-top: -0.715rem;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-heading-tab > .nav-tabs .nav-link {
    color: #ffffff;
}

    .panel-heading-tab > .nav-tabs .nav-link.hover {
        color: #737373;
    }

    .panel-heading-tab > .nav-tabs .nav-link:hover {
        color: #737373;
    }

    .panel-heading-tab > .nav-tabs .nav-link.active {
        color: #737373;
        background-color: #ffffff;
    }

    .panel-heading-tab > .nav-tabs .nav-link:active {
        color: #737373;
        background-color: #ffffff;
    }



.panel-title > .icon, .panel-title > .badge {
    margin-right: 10px;
}

.panel-title small, .panel-title .small {
    color: #737373;
}

    .panel-title small > a, .panel-title .small > a {
        color: inherit;
    }

.panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

.panel-title > a {
    color: inherit;
}



ul .panel-actions {
    list-style: none;
}

    ul .panel-actions > li {
        display: inline-block;
        margin-left: 8px;
    }

        ul .panel-actions > li:first-child {
            margin-left: 0;
        }

.panel-actions a.dropdown-toggle {
    text-decoration: none;
}

.panel-actions .dropdown {
    display: inline-block;
}

.panel-actions .dropdown-toggle {
    display: inline-block;
}

.panel-actions .panel-action:hover, .panel-actions .panel-action:active, .panel-actions .panel-action.active {
    color: #666666;
}

.panel-actions .pagination {
    margin: 0;
}

ul.panel-actions > li {
    display: inline-block;
    margin-left: 8px;
}

    ul.panel-actions > li:first-child {
        margin-left: 0;
    }


.panel-bordered > .table > tbody:first-child > tr:first-child th, .panel-bordered > .table tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel-toolbar .btn {
    color: #999999;
    padding: 5px 10px;
}

    .panel-toolbar .btn.icon {
        width: 1em;
        text-align: center;
    }

    .panel-toolbar .btn:hover, .panel-toolbar .btn:active, .panel-toolbar .btn.active {
        color: #737373;
    }




@media (max-width: 575px) {
    .panel > .alert {
        padding-left: 20px;
        padding-right: 20px;
    }

    .panel > .alert-dismissible {
        padding-right: 40px;
    }
}

.panel > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child {
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

        .panel > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

    .panel > .table:last-child {
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

        .panel > .table:last-child > thead:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table:last-child > thead:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

        .panel > .table:last-child > tbody:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

    .panel > .table + .panel-body {
        border-top: 1px solid #cccccc;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

    .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 1px solid #cccccc;
    }

    .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
        padding-right: 30px;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

    .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

        .panel > .table-responsive > .table caption {
            padding-left: 30px 30px;
            padding-right: 30px 30px;
        }

    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

        .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #cccccc;
    }

    .panel > .table-responsive > .table-bordered {
        border: 0;
    }

        .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

    .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
        padding-right: 30px;
    }

.panel > .table caption {
    padding-left: 30px 30px;
    padding-right: 30px 30px;
}

.panel > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption {
        padding-left: 30px 30px;
        padding-right: 30px 30px;
    }

.panel > .panel-body + .table {
    border-top: 1px solid #cccccc;
}

.panel > .panel-body + .table-responsive {
    border-top: 1px solid #cccccc;
}

@media (max-width: 575px) {
    .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
        padding-right: 20px;
    }
}



.panel-default > .panel-heading .badge-pill {
    color: #cccccc;
    background-color: #737373;
}

.panel-dark > .panel-heading .badge-pill {
    color: #666666;
    background-color: #ffffff;
}








@media (max-width: 575px) {
    .panel-actions .show-on-hover {
        display: none;
    }
}



.myadmin-alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.myadmin-alert h4 {
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.myadmin-alert .img {
    border-radius: 3px;
    height: 40px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 40px;
}


.myadmin-alert-icon i {
    padding-right: 10px;
}









.alert-custom {
    background: #7367F0;
    color: #ffffff;
    border-color: #7367F0;
}

.alert-inverse {
    background: #172b4c;
    color: #ffffff;
    border-color: #172b4c;
}

.alert-dark {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.alert-info .closed {
    color: inherit;
}

.alert-info a.closed:hover {
    color: inherit;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}

    .avatar img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        vertical-align: top;
    }

    .avatar[class*='status-']::after {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 0;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #ffffff;
    }

    .avatar[class*='status-'].avatar-sm::after {
        right: -2px;
        width: 9px;
        height: 9px;
    }

    .avatar[class*='status-'].avatar-lg::after {
        right: 4px;
    }

    .avatar[class*='status-'].avatar-xl::after {
        right: 5px;
        width: 11px;
        height: 11px;
    }

    .avatar[class*='status-'].avatar-xxl::after {
        right: 15px;
        width: 12px;
        height: 12px;
    }

    .avatar[class*='status-'].avatar-xxxl::after {
        right: 25px;
        width: 16px;
        height: 16px;
    }

    .avatar.status-dark::after {
        background-color: #172b4c;
    }

.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.25);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.avatar-square {
    border-radius: 0;
}

.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 0.7143rem;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.286rem;
}

.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.286rem;
}

.avatar-xxl {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 1.429rem;
}

.avatar-xxxl {
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 1.857rem;
}

.avatar-pill {
    width: auto;
    border-radius: 18px;
    color: #172b4c;
    text-transform: none;
    letter-spacing: 0;
    background-color: #f3f6f9;
    font-size: 0.8571rem;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

    .avatar-pill:hover, .avatar-pill:focus {
        color: #172b4c;
        background-color: #f3f6f9;
    }

    .avatar-pill img {
        width: 36px;
    }

    .avatar-pill span {
        padding-right: 18px;
        padding-left: 8px;
    }

    .avatar-pill .close {
        padding-left: 0;
        padding-right: 8px;
        font-size: 1.286rem;
        line-height: inherit;
    }

    .avatar-pill.avatar-sm {
        border-radius: 14.5px;
        font-size: 0.8571rem;
    }

        .avatar-pill.avatar-sm img {
            width: 29px;
        }

        .avatar-pill.avatar-sm span {
            padding-right: 14.5px;
        }

        .avatar-pill.avatar-sm .close {
            padding-right: 6px;
            font-size: 1.286rem;
        }

    .avatar-pill.avatar-lg {
        border-radius: 24px;
        font-size: 1rem;
    }

        .avatar-pill.avatar-lg img {
            width: 48px;
        }

        .avatar-pill.avatar-lg span {
            padding-right: 24px;
        }

        .avatar-pill.avatar-lg .close {
            padding-right: 10px;
            font-size: 1.429rem;
        }

    .avatar-pill.avatar-xl {
        border-radius: 32px;
        font-size: 1.143rem;
    }

        .avatar-pill.avatar-xl img {
            width: 64px;
        }

        .avatar-pill.avatar-xl span {
            padding-right: 32px;
            padding-left: 12px;
        }

        .avatar-pill.avatar-xl .close {
            padding-right: 12px;
            font-size: 1.5714285714rem;
        }

    .avatar-pill.avatar-xxl {
        border-radius: 48px;
        font-size: 1.286rem;
    }

        .avatar-pill.avatar-xxl img {
            width: 96px;
        }

        .avatar-pill.avatar-xxl span {
            padding-right: 48px;
            padding-left: 12px;
        }

        .avatar-pill.avatar-xxl .close {
            padding-right: 16px;
            font-size: 1.714rem;
        }

    .avatar-pill.avatar-xxxl {
        border-radius: 64px;
        font-size: 1.429rem;
    }

        .avatar-pill.avatar-xxxl img {
            width: 128px;
        }

        .avatar-pill.avatar-xxxl span {
            padding-right: 64px;
            padding-left: 12px;
        }

        .avatar-pill.avatar-xxxl .close {
            padding-right: 20px;
            font-size: 1.714rem;
        }

.avatar-list {
    display: -webkit-inline-box;
    display: inline-flex;
}

    .avatar-list:not(.avatar-list-overlap) {
        margin: -2px;
    }

        .avatar-list:not(.avatar-list-overlap) > * {
            margin: 2px;
        }

.avatar-list-overlap .avatar {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: .15s linear;
    transition: .15s linear;
}

    .avatar-list-overlap .avatar + .avatar {
        margin-left: -16px;
    }

    .avatar-list-overlap .avatar + .avatar-sm {
        margin-left: -12px;
    }

    .avatar-list-overlap .avatar + .avatar-lg {
        margin-left: -20px;
    }

    .avatar-list-overlap .avatar + .avatar-xl {
        margin-left: -26px;
    }

    .avatar-list-overlap .avatar + .avatar-xxl {
        margin-left: -36px;
    }

    .avatar-list-overlap .avatar + .avatar-xxxl {
        margin-left: -48px;
    }

    .avatar-list-overlap .avatar:hover + .avatar {
        margin-left: 0;
    }

.avatar-list-overlap .overlap-exclude {
    margin-left: 0;
}

.avatar-add {
    font-family: themify;
    background-color: transparent;
    border: 1px dashed #172b4c;
    color: #172b4c;
    font-size: 0.8571rem;
}

    .avatar-add::before {
        content: "\e61a";
    }

    .avatar-add:hover {
        color: #ffffff;
    }

.avatar-more span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.avatar-more:hover span {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.65);
}

.user-contact {
    margin-top: -45px;
    position: relative;
}

.user-social {
    text-align: center;
}

[data-provide~="more-avatar"] ~ .avatar {
    display: none;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.carousel-control > i {
    font-size: 2.857rem;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}


.has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label {
    color: #FF9F43;
}

.has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label {
    color: #28C76F;
}

.has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label {
    color: #EA5455;
}

.has-feedback label ~ .t-0 {
    top: 0;
}

.form-group.error input, .form-group.error select, .form-group.error textarea {
    border: 1px solid #EA5455;
}

.form-group.error .help-block ul {
    padding: 0px;
    color: #EA5455;
}

    .form-group.error .help-block ul li {
        list-style: none;
    }

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
    border: 1px solid #28C76F;
}

.form-group.issue .help-block ul {
    padding: 0px;
    color: #FF9F43;
}

    .form-group.issue .help-block ul li {
        list-style: none;
    }


.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
    float: left;
}

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}







.chart canvas, .chart svg {
    width: 100% !important;
}

@media (min-width: 768px) {
    .material-icon-list-demo .icons div {
        width: 33%;
        padding: 5px;
        display: inline-block;
        line-height: 40px;
    }
}

.material-icon-list-demo .icons div code {
    margin: 0px 5px;
}

.icons-list-demo .col-md-4, .icons-list-demo .col-3 {
    border-radius: 4px;
}

.icons-list-demo div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    color: #737373;
}

.icons-list-demo .col-md-4:hover, .icons-list-demo .col-3:hover {
    background-color: #f3f6f9;
}

.icons-list-demo div:hover {
    color: #172b4c;
}

.icons-list-demo i {
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    display: inline-block;
    font-size: 1.286rem;
    margin: 0 15px 0 10px;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}




.divider a {
    color: #3562ae;
}


.hr-sm,
.hr-lg,
.grid-stack-item-content .fa {
    font-size: 4.286rem;
    display: block;
    margin: 20px 0 10px;
}

.fontawesome-icon-list .fa-hover {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    color: #172b4c;
    font-weight: 300;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .fontawesome-icon-list .fa-hover i {
        padding-right: 10px;
        font-size: 1.286rem;
    }

    .fontawesome-icon-list .fa-hover:hover {
        background-color: #f3f6f9;
        color: #172b4c;
    }

        .fontawesome-icon-list .fa-hover:hover i {
            color: #3699ff;
        }

.ion-icon-list .ion-hover i {
    padding-right: 10px;
    font-size: 1.286rem;
}

.ion-icon-list .ion-hover:hover i {
    color: #3699ff;
}


.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #f3f6f9;
    color: #172b4c;
}

    .bs-glyphicons li:hover {
        background-color: #f3f6f9;
        color: #3699ff;
    }

        .bs-glyphicons li:hover .glyphicon {
            color: #3699ff;
        }

@media (min-width: 992px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

@media (max-width: 767px) {
    .bs-glyphicons li {
        width: 50%;
    }
}

.text {
    font-size: 1rem;
    margin-top: 0.5em;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 400;
}

.light-skin .switch-on {
    display: block;
    color: #FF9F43;
}

.light-skin .switch-off {
    display: none;
}








.sticky-toolbar a {
    padding: 0.3rem 0.5rem;
}

    .sticky-toolbar a span {
        font-size: 1.5rem;
    }


@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}









.demo-panel figure {
    position: relative;
    border: 5px solid #ebedf3;
    border-radius: 5px;
}

    .demo-panel figure:hover figcaption, .demo-panel figure:focus figcaption {
        opacity: 1;
    }

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}



.form-element .input-group .input-group-addon {
    border: none;
    -webkit-background-clip: padding-box;
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
}

.form-element .form-control {
    color: #737373;
    min-height: 42px;
    display: initial;
    -webkit-background-clip: padding-box;
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

    .form-element .form-control :focus {
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        background-size: 100% 2px, 100% 1px;
        outline: 0;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    .form-element .form-control .focus {
        background-size: 100% 2px, 100% 1px;
        outline: 0;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

.form-group {
    margin-bottom: 1rem;
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
    }

    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
}

.demo-checkbox label {
    min-width: 200px;
    margin-bottom: 20px;
}

.demo-radio-button label {
    min-width: 200px;
    margin-bottom: 20px;
}


.cours-search .form-control {
    border: 0;
    height: 50px;
    border-radius: 5px !important;
    padding: 10px 20px;
    font-size: 1.143rem;
}

.cours-search .input-group-append {
    margin-left: 10px;
}

    .cours-search .input-group-append .btn {
        border-radius: 5px;
    }

.cours-search .btn {
    height: 50px;
    line-height: 30px;
}

/*[type="radio"]:not(:checked),
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;*/
    /* webkit (konqueror) browsers */
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:before {
    border: 2px solid transparent;
    animation: ripple 0.2s linear forwards;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #26a69a;
    z-index: 0;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
    animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
    animation: ripple 0.2s linear forwards;
}

[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}*/

.toast {
    opacity: 1 !important;
}

form p {
    margin-bottom: 10px;
    text-align: left;
}

    form p:last-child {
        margin-bottom: 0;
    }

/*[type="checkbox"]:not(:checked),
[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;*/
    /* webkit (safari, chrome) browsers */
    /*-moz-user-select: none;*/
    /* mozilla browsers */
    /*-khtml-user-select: none;*/
    /* webkit (konqueror) browsers */
    /*-ms-user-select: none;*/
    /* IE10+ */
/*}

    [type="checkbox"] + label:before,
    [type="checkbox"]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s;
    }

[type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

[type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}*/

.form-check-input {
    font-size: 1.3em;
}

input[type="color"] {
    height: 42px;
}


.form-type-roundinput.form-control {
    border-radius: 10rem;
    padding-left: 20px;
    padding-right: 20px;
}

.form-type-round input.form-control {
    border-radius: 10rem;
    padding-left: 20px;
    padding-right: 20px;
}

.form-type-roundselect:not([multiple]).form-control {
    border-radius: 10rem;
    padding-left: 20px;
    padding-right: 20px;
}

.form-type-round select:not([multiple]).form-control {
    border-radius: 10rem;
    padding-left: 20px;
    padding-right: 20px;
}

.form-group label {
    font-weight: 500;
}

.form-group.has-success .help-block {
    color: #28C76F;
}

.form-group.has-success label {
    color: #28C76F;
}

.form-group.has-success .form-control {
    border-color: #28C76F;
    box-shadow: none;
}

.form-group.has-success .input-group-addon {
    border-color: #28C76F;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #FF9F43;
}

.form-group.has-warning label {
    color: #FF9F43;
}

.form-group.has-warning .form-control {
    border-color: #FF9F43;
    box-shadow: none;
}

.form-group.has-warning .input-group-addon {
    border-color: #FF9F43;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #EA5455;
}

.form-group.has-error label {
    color: #EA5455;
}

.form-group.has-error .form-control {
    border-color: #EA5455;
    box-shadow: none;
}

.form-group.has-error .input-group-addon {
    border-color: #EA5455;
    box-shadow: none;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:-moz-placeholder, .form-select:-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:not(select), .form-select:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

textarea.form-control {
    border-radius: 5px;
}


.icheckbox_flat-blue input {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

.input-group .input-group-addon {
    border-radius: 5px 0px 0px 5px;
    border-color: #86a4c3;
    background-color: #ffffff;
}

.input-group .input-group-text {
    border-color: #86a4c3;
    border-radius: 5px;
}

.input-group-addon {
    font-weight: 300;
    padding: .425rem .75rem;
    border: 1px solid #86a4c3;
    line-height: 1.25;
    color: #172b4c;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.15rem;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

.input-group-sm + .form-control-feedback.fa {
    line-height: 30px;
}

.input-sm + .form-control-feedback.fa {
    line-height: 30px;
}

.form-group-feedback {
    position: relative;
}

    .form-group-feedback.form-group-feedback-right .form-control-feedback {
        position: absolute;
        top: 0;
        color: #333333;
        padding-left: .875rem;
        padding-right: .875rem;
        line-height: 2.25003rem;
        min-width: 1rem;
    }

.form-group-feedback-right .form-control-feedback {
    right: 0;
}

.input-group-lg + .form-control-feedback.fa {
    line-height: 46px;
}

.input-lg + .form-control-feedback.fa {
    line-height: 46px;
}

.bootstrap-select .btn-group .dropdown-menu {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-select .dropdown-menu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #172b4c;
    white-space: nowrap;
}

    .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
        color: #7367F0;
        background: #f3f6f9;
    }

.bootstrap-select .show > .dropdown-menu {
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

    .bootstrap-select.btn-group .dropdown-menu li.divider {
        margin: 0.2rem auto;
    }

    .bootstrap-select.btn-group .dropdown-menu li a span.text {
        letter-spacing: inherit;
    }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 9px 10px;
}

.btn.bootstrap-touchspin-up {
    border-radius: 5px;
}

.btn.bootstrap-touchspin-down {
    border-radius: 5px;
}

.input-group-append .btn, .input-group-prepend .btn {
    border-radius: 5px;
}

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}

.form-groups-attached {
    margin-bottom: 1rem;
}

    .form-groups-attached .form-group {
        margin-bottom: 0;
        border-radius: 0;
    }

    .form-groups-attached > div:not(:last-child), .form-groups-attached > div:not(:last-child) .form-group {
        border-bottom-color: transparent;
    }

    .form-groups-attached .row {
        margin-left: 0;
        margin-right: 0;
    }

        .form-groups-attached .row > .form-group:not(:last-child) {
            border-right-color: transparent;
        }

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: 2;
    width: 100%;
    display: block;
    top: 0;
    cursor: pointer;
}


@media (min-width: 576px) {
    .form-inline .form-control, .form-inline .form-select {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .fx-element-overlay .fx-card-item h3 {
        margin: 0px;
    }

    .fx-element-overlay .fx-card-item a {
        color: #737373;
    }

    .fx-element-overlay .fx-card-item .fx-overlay-1 img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
        list-style: none;
        display: inline-block;
        margin: 0 3px;
    }

        .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
            border-color: #ffffff;
            color: #ffffff;
            padding: 12px 15px 10px;
        }

    .fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
        -ms-transform: scale(1.2) translateZ(0);
        -webkit-transform: scale(1.2) translateZ(0);
        transform: scale(1.2) translateZ(0);
    }


    .card-img-top {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .card-body {
        padding: 1.5rem;
    }

        .card-body .card-title {
            margin-bottom: .75rem;
            border-bottom: none;
        }

    .card-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 1.5rem;
        background-color: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

        .card-header .card-title {
            padding: 0;
            border: none;
        }

        .card-header > *:first-child {
            margin-left: 0;
        }

        .card-header > *:last-child {
            margin-right: 0;
        }

        .card-header > * {
            margin-left: 8px;
            margin-right: 8px;
        }

    .card-title {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .card-controls {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

        .card-controls [data-bs-toggle="dropdown"], .card-controls .card-btn-reload {
            font-size: 1rem;
        }

        .card-controls li > a {
            font-size: 0.8571rem;
            display: inline-block;
            padding: 0 4px;
            margin: 0 4px;
            color: #608acf;
            opacity: .8;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .card-footer {
        padding: 1.5rem;
        background-color: transparent;
    }

    .card-inverse {
        color: #ffffff !important;
        background-color: #172b4c;
    }

        .card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse .card-title, .card-inverse small, .card-inverse .card-controls li > a {
            color: #ffffff !important;
        }

    .box-comments {
        background-color: #f3f6f9;
    }

        .box-comments .box-comment {
            padding: 8px 0;
            border-bottom: 1px solid #cccccc;
        }

            .box-comments .box-comment:before, .box-comments .box-comment:after {
                content: " ";
                display: table;
            }

            .box-comments .box-comment:after {
                clear: both;
            }

            .box-comments .box-comment:last-of-type {
                border-bottom: 0;
            }

            .box-comments .box-comment:first-of-type {
                padding-top: 0;
            }

            .box-comments .box-comment img {
                float: left;
            }

        .box-comments .comment-text {
            margin-left: 40px;
            color: #2f579a;
        }

        .box-comments .username {
            color: #172b4c;
            display: block;
            font-weight: 600;
        }

        .box-comments .text-muted {
            font-weight: 300;
            font-size: 0.8571rem;
        }

    .box-input {
        max-width: 200px;
    }

    .info-box small {
        font-size: 1rem;
    }

    .info-box-icon > img {
        max-width: 100%;
    }







    .flexbox {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .flexbox .dropdown i {
            font-size: 1rem;
        }

        .flexbox > * {
            margin-left: 4px;
            margin-right: 4px;
        }

            .flexbox > *:last-child {
                margin-right: 0;
            }

            .flexbox > *:first-child {
                margin-left: 0;
            }

        .flexbox .list-inline > li {
            display: block;
        }

        .flexbox .dropdown a i {
            font-size: 1rem;
        }


    .flex-justified > *, .flex-grow-all > *, .flex-cols-wide > *, .flex-col-wide, .flex-grow {
        -webkit-box-flex: 1;
        flex: 1 1 0%;
    }

    .list-inline > li.flexbox {
        display: -webkit-box;
        display: flex;
    }

    ul.flexbox {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .dropdown-toggle {
        cursor: pointer;
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

        .dropdown-toggle .no-caret::after {
            display: none;
        }

    .dropdown-header {
        padding: 4px 12px;
        margin: 4px;
    }

    .dropdown-item {
        color: #172b4c;
        font-weight: 400;
        padding: 10px 15px;
        width: auto;
        margin: 5px 0;
        -webkit-transition: 0.15s linear;
        transition: 0.15s linear;
    }

        .dropdown-item i {
            margin-right: 0.5rem;
        }

    .dropdown-menu {
        color: #172b4c;
        border-radius: 2px;
        font-size: 1rem;
        border-color: #f3f6f9;
        padding: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        z-index: 992;
    }

    .dropdown-grid {
        color: #172b4c;
        border-radius: 2px;
        font-size: 1rem;
        border-color: #f3f6f9;
        padding: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        z-index: 992;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #172b4c;
        background-color: #f3f6f9;
    }

    .doc-dropdown .dropdown {
        display: inline-block;
    }

    .doc-dropdown .dropdown-menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .doc-dropdown .dropdown-grid {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .dropdown-menu {
        color: #172b4c;
        border-radius: 5px;
        font-size: 13px;
        border-color: #f3f6f9;
        padding: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        z-index: 992;
    }

    .show.dropdown-grid {
        display: -webkit-box;
        display: flex;
    }

    .dropdown-grid {
        display: none;
        flex-wrap: wrap;
        color: #172b4c;
        border-radius: 5px;
        font-size: 1rem;
        padding: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
        z-index: 992;
        position: absolute;
        top: 100%;
        float: left;
        min-width: 300px;
        margin: 2px 0 0;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

        .dropdown-grid .dropdown-item {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center;
            flex-basis: 33.333333%;
            overflow: hidden;
            text-align: center;
            padding: 12px;
            margin: 0;
            min-height: 90px;
            border: 1px solid transparent;
        }

            .dropdown-grid .dropdown-item:hover {
                border-color: #f3f6f9;
            }

            .dropdown-grid .dropdown-item.disabled {
                opacity: .5;
                cursor: not-allowed;
            }

                .dropdown-grid .dropdown-item.disabled:hover {
                    background-color: transparent;
                }

            .dropdown-grid .dropdown-item.active, .dropdown-grid .dropdown-item:active {
                color: #172b4c;
                background-color: #f3f6f9;
            }

        .dropdown-grid .icon {
            font-size: 1.714rem !important;
        }

            .dropdown-grid .icon:first-child {
                width: auto;
                margin-right: 0em;
                text-align: center;
            }

        .dropdown-grid img.icon:first-child {
            width: 60%;
            margin: 0 auto;
        }

        .dropdown-grid.cols-2 {
            min-width: 200px;
        }

            .dropdown-grid.cols-2 .dropdown-item {
                flex-basis: 50%;
            }

        .dropdown-grid.cols-4 {
            min-width: 400px;
        }

            .dropdown-grid.cols-4 .dropdown-item {
                flex-basis: 25%;
            }

    .dropdown-item .icon {
        vertical-align: baseline;
        margin-right: 6px;
        font-size: 0.875rem;
    }




    .toggler i {
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

    .toggler input {
        display: none;
    }

        .toggler input:checked + i {
            color: #FF9F43;
        }

    .toggler-gray input:checked + i {
        color: gray;
    }

    .toggler-dark input:checked + i {
        color: #172b4c;
    }

    .toggler-secondary input:checked + i {
        color: #4d7bc9;
    }

    .nav-tabs .nav-link {
        position: relative;
        color: #2f579a;
        padding: 0.5rem 1.25rem;
        border-radius: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border: 1px solid #d9d9d9;
    }

    @media (max-width: 767px) {
        .nav-tabs .nav-link {
            padding: 8px 12px;
        }
    }

    .nav-tabs.nav-tabs-secondary .nav-link:hover, .nav-tabs.nav-tabs-secondary .nav-link:active, .nav-tabs.nav-tabs-secondary .nav-link.active {
        border-color: #4d7bc9;
        background-color: transparent;
        color: #172b4c;
    }

        .nav-tabs.nav-tabs-secondary .nav-link.active:hover, .nav-tabs.nav-tabs-secondary .nav-link.active:focus {
            border-color: #4d7bc9;
            background-color: transparent;
            color: #172b4c;
        }

    .nav-tabs.nav-tabs-gray .nav-link:hover, .nav-tabs.nav-tabs-gray .nav-link:active, .nav-tabs.nav-tabs-gray .nav-link.active {
        border-color: gray;
        background-color: transparent;
        color: #000000;
    }

        .nav-tabs.nav-tabs-gray .nav-link.active:hover, .nav-tabs.nav-tabs-gray .nav-link.active:focus {
            border-color: gray;
            background-color: transparent;
            color: #000000;
        }

    .nav-tabs.nav-tabs-dark .nav-link:hover, .nav-tabs.nav-tabs-dark .nav-link:active, .nav-tabs.nav-tabs-dark .nav-link.active {
        border-color: #172b4c;
        background-color: transparent;
        color: #172b4c;
    }

        .nav-tabs.nav-tabs-dark .nav-link.active:hover, .nav-tabs.nav-tabs-dark .nav-link.active:focus {
            border-color: #172b4c;
            background-color: transparent;
            color: #172b4c;
        }

    .nav-tabs-light-mode {
        background-color: #f3f6f9;
    }

        .nav-tabs-light-mode .nav-link {
            border-bottom: none;
        }

    .nav-tabs-inverse-mode {
        border-bottom: none;
        background-color: transparent;
        margin-bottom: 0;
    }

        .nav-tabs-inverse-mode .nav-link {
            border: none;
        }

            .nav-tabs-inverse-mode .nav-link.active {
                background-color: #f3f6f9;
                color: #172b4c;
            }

                .nav-tabs-inverse-mode .nav-link.active:hover, .nav-tabs-inverse-mode .nav-link.active:focus {
                    background-color: #f3f6f9;
                    color: #172b4c;
                }

        .nav-tabs-inverse-mode + .tab-content {
            background-color: #f3f6f9;
            padding: 20px 16px;
        }

    .nav-tabs-left {
        display: -webkit-box;
        display: flex;
    }

        .nav-tabs-left .nav-tabs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            border-bottom: 0;
            border-right: 1px solid #f3f6f9;
        }

            .nav-tabs-left .nav-tabs .nav-item + .nav-item {
                margin-left: 0;
            }

            .nav-tabs-left .nav-tabs .nav-link {
                border-bottom: none;
                text-align: left;
                border-right: 2px solid transparent;
            }

        .nav-tabs-left .tab-content {
            overflow: hidden;
            padding-left: 20px;
        }

    .nav-tabs-right {
        display: -webkit-box;
        display: flex;
    }

        .nav-tabs-right .nav-tabs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            border-bottom: 0;
            -webkit-box-ordinal-group: 3;
            order: 2;
            border-left: 1px solid #f3f6f9;
        }

            .nav-tabs-right .nav-tabs .nav-item + .nav-item {
                margin-left: 0;
            }

            .nav-tabs-right .nav-tabs .nav-link {
                border-bottom: none;
                text-align: left;
                border-left: 2px solid transparent;
            }

        .nav-tabs-right .tab-content {
            overflow: hidden;
            -webkit-box-ordinal-group: 2;
            order: 1;
            padding-right: 20px;
        }





    .publisher-avatar.avatar-sm {
        left: -14.5px;
        top: auto;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .control input:focus ~ .control_indicator {
            background-color: #ffffff;
        }

        .control input:disabled ~ .control_indicator {
            background: #cccccc;
            opacity: .6;
            pointer-events: none;
        }

        .control input:checked ~ .control_indicator:after {
            display: block;
        }

    .control:hover input ~ .control_indicator {
        background-color: #ffffff;
    }



    .control-checkbox input:disabled ~ .control_indicator:after {
        border-color: #737373;
    }


    td .label {
        font-size: 100%;
    }


    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .timeline .timeline-item > .timeline-event .timeline-footer a {
        cursor: pointer;
        text-decoration: none;
    }

    .timeline .timeline-item > .timeline-event .timeline-heading p, .timeline .timeline-item > .timeline-event .timeline-body p, .timeline .timeline-item > .timeline-event .timeline-footer p, .timeline .timeline-item > .timeline-event .timeline-heading ul, .timeline .timeline-item > .timeline-event .timeline-body ul, .timeline .timeline-item > .timeline-event .timeline-footer ul {
        margin-bottom: 0;
    }

    .timeline .timeline-item > .timeline-event .panel, .timeline .timeline-item > .timeline-event .table, .timeline .timeline-item > .timeline-event .blankslate {
        margin: 0;
        border: none;
        border-radius: inherit;
        overflow: hidden;
    }

        .timeline .timeline-item > .timeline-event .table th {
            border-top: 0;
        }


























    .anim.animated, .anima.animated {
        opacity: 1;
    }

    #timeline .timeline-badge span.timeline-balloon-date-day {
        font-size: 1.4em;
    }

    #timeline .timeline-badge span.timeline-balloon-date-month {
        font-size: .7em;
        position: relative;
        top: -10px;
    }

    #timeline .timeline-badge .timeline-filter-movement a span {
        color: #7367F0;
        font-size: 1.3em;
        top: -1px;
    }

    #timeline .timeline-badge .timeline-future-movement a span {
        color: #7367F0;
        font-size: .9em;
        top: 0;
        left: 1px;
    }

    #timeline .timeline-badge .timeline-future-movement p {
        color: #7367F0;
        position: absolute;
        top: 40px;
        left: 32px;
    }

    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
        color: #666666;
        width: 100%;
    }

        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
            width: 100%;
            height: 130px;
        }

        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
            font-size: 1.3em;
            font-weight: 600;
        }

    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
        color: #666666;
        width: 100%;
    }

        #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
            width: 100%;
        }

            #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img {
                width: 100%;
                height: 130px;
            }

        #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li a.importo {
            font-size: 1.3em;
            font-weight: 600;
        }









    .callout a {
        color: #ffffff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #172b4c;
        }

    .callout h4 {
        margin-top: 0;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }


    .nav-pills > li > a {
        border-radius: 0;
        border-top: 3px solid transparent;
        color: #172b4c;
    }

        .nav-pills > li > a > i {
            margin-right: 5px;
        }

    .nav-pills.rounded > li > a {
        border-radius: 5px;
    }

    .flex-column > li > a {
        border-radius: 0 !important;
        border-top: 0;
        border-left: 3px solid transparent;
        color: #172b4c;
    }

        .flex-column > li > a .nav-link.active {
            background: 0 0;
            color: #ffffff;
            border-top: 0;
        }

            .flex-column > li > a .nav-link.active:hover {
                background: 0 0;
                color: #ffffff;
                border-top: 0;
            }

    .flex-column > li .header {
        border-bottom: 1px solid #d9d9d9;
        color: #737373;
        margin-bottom: 10px;
        padding: 5px 10px;
    }

    .nav-tabs-custom {
        margin-bottom: 20px;
        background: #ffffff;
        border: 1px solid rgba(72, 94, 144, 0.16);
        border-radius: 5px;
    }

        .nav-tabs-custom > .nav-tabs {
            margin: 0;
            border-bottom-color: #f3f6f9;
            border-radius: 0;
        }

            .nav-tabs-custom > .nav-tabs > li {
                margin-bottom: -2px;
                margin-right: 5px;
            }

                .nav-tabs-custom > .nav-tabs > li.icon-btn {
                    display: block;
                    position: absolute;
                    right: 15px;
                    border: none;
                    top: -2px;
                }

                .nav-tabs-custom > .nav-tabs > li.disabled > a {
                    color: #737373;
                }

                .nav-tabs-custom > .nav-tabs > li > a {
                    color: #172b4c;
                    border-radius: 0;
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    background: 0 0;
                    margin: 0;
                    border-top: 3px solid transparent;
                }

                    .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                        color: #737373;
                    }

                    .nav-tabs-custom > .nav-tabs > li > a:hover {
                        background: 0 0;
                        margin: 0;
                    }

                    .nav-tabs-custom > .nav-tabs > li > a.active {
                        background-color: #ffffff;
                        color: #172b4c;
                        border-left: 1px solid #f3f6f9;
                        border-right: 1px solid #f3f6f9;
                    }

                        .nav-tabs-custom > .nav-tabs > li > a.active:hover {
                            background-color: #ffffff;
                            color: #172b4c;
                        }

                .nav-tabs-custom > .nav-tabs > li:first-of-type {
                    margin-left: 0;
                }

                    .nav-tabs-custom > .nav-tabs > li:first-of-type > a.active {
                        border-left-color: transparent;
                    }

                .nav-tabs-custom > .nav-tabs > li.header {
                    line-height: 30px;
                    padding: 5px 10px;
                    font-size: 16px;
                    color: #172b4c;
                }

                    .nav-tabs-custom > .nav-tabs > li.header > i {
                        margin-right: 5px;
                    }

            .nav-tabs-custom > .nav-tabs.float-right {
                float: none !important;
                display: block;
            }

                .nav-tabs-custom > .nav-tabs.float-right li {
                    float: right;
                }

                    .nav-tabs-custom > .nav-tabs.float-right li:first-of-type {
                        margin-right: 0;
                    }

                        .nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a {
                            border-left-width: 1px;
                        }

                            .nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a.active {
                                border-left-color: #f3f6f9;
                                border-right-color: transparent;
                            }

        .nav-tabs-custom > .tab-content {
            background: #ffffff;
            padding: 1.25rem;
            border-radius: 0;
        }

        .nav-tabs-custom .dropdown.show > a:active, .nav-tabs-custom .dropdown.show > a.active, .nav-tabs-custom .dropdown.show > a:focus {
            background: 0 0;
            color: #737373;
        }

        .nav-tabs-custom.tab-default > .nav-tabs > li a.active {
            border-top-color: #d9d9d9;
        }

    .profile-tab li a.nav-link.active {
        color: #ffffff;
    }

    .box-profile.nav-tabs-custom {
        margin-bottom: 20px;
        background: transparent;
        box-shadow: none;
        border-radius: 3px;
    }

        .box-profile.nav-tabs-custom > .tab-content {
            padding: 1.25rem 0rem;
            border-radius: 0;
            background: transparent;
        }

        .box-profile.nav-tabs-custom > .nav-tabs {
            margin: 0;
            border-bottom: none;
            border-radius: 5px;
            background-color: #ffffff;
            overflow: hidden;
        }

            .box-profile.nav-tabs-custom > .nav-tabs > li {
                margin-bottom: 0px;
                margin-right: 5px;
            }

                .box-profile.nav-tabs-custom > .nav-tabs > li > a {
                    color: #172b4c;
                }

                    .box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
                        color: #455a64;
                    }

                        .box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
                            color: #455a64;
                        }


    .select2-container--default:active, .select2-container--default.active, .select2-container--default:focus {
        outline: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

    .select2-selection:active, .select2-selection.active, .select2-selection:focus {
        outline: 0;
    }





    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: rgba(0, 0, 0, 0.15) !important;
    }

    .box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline .datepicker-days > table td:hover, .box .datepicker-inline td:hover, .box .datepicker-inline > table td:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .box .datepicker-inline .datepicker-days td.day.new, .box .datepicker-inline .datepicker-days td.day.old, .box .datepicker-inline .datepicker-days > table td.day.new, .box .datepicker-inline .datepicker-days > table td.day.old, .box .datepicker-inline td.day.new, .box .datepicker-inline td.day.old, .box .datepicker-inline > table td.day.new, .box .datepicker-inline > table td.day.old {
        color: #172b4c;
    }

    .calculator .numberPad .left-count .btn {
        color: #ffffff;
        padding: 15px 10px;
    }

        .calculator .numberPad .left-count .btn:hover {
            box-shadow: none;
        }

    .calculator .numberPad .operationSide .btn-operation {
        color: #ffffff;
        width: 100%;
        border-radius: 0;
        padding: 15px 10px;
    }

        .calculator .numberPad .operationSide .btn-operation:hover {
            box-shadow: none;
        }













    .tooltip.show {
        opacity: 1;
    }


















    .cour-stac p {
        margin-bottom: 0;
    }

        .cour-stac p.lt-sp {
            margin-left: 10px;
            margin-right: 10px;
        }

    @media (max-width: 991px) {
        .cour-stac p {
            margin-bottom: 5px;
        }

            .cour-stac p.lt-sp:last-child {
                display: none;
            }
    }

    .bd-example-row .row > .col, .bd-example-row .row > [class^=col-] {
        padding-top: .75rem;
        padding-bottom: .75rem;
        background-color: rgba(86, 61, 124, 0.15);
        border: 1px solid rgba(86, 61, 124, 0.2);
    }

    .bd-example-row .row + .row {
        margin-top: 1rem;
    }

    .card-columns .card {
        margin-bottom: 1.5rem;
    }

    @media (min-width: 576px) {
        .card-columns {
            column-count: 3;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1;
        }

            .card-columns .card {
                display: inline-block;
                width: 100%;
            }
    }

    .box .dataTables_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
