/*
==========================================================
==========================================================

Bootstrapious Dashboard Template 1.2

https://bootstrapious.com/p/bootstrap-4-dashboard

==========================================================
==========================================================
*/
/*
* ==========================================================
*     GENERAL
* ==========================================================
*/
.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.text-xsmall {
    font-size: 0.8rem;
}

.text-gray {
    color: #868e96;
}

.text-uppercase {
    letter-spacing: 0.2em;
}

.lh-2 {
    line-height: 2;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

body {
    overflow-x: hidden;
    font-family: "lucida-sans", sans-serif !important;
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}

.mt-30px {
    margin-top: 30px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

table {
    font-size: 0.9em;
    /*color: #666;*/
    color: #fff;
}

.btn-xs {
    font-size: 0.7em !important;
    padding: 2px 5px !important;
    border-radius: 2px !important;
}

.badge {
    font-weight: 400;
    border-radius: 0;
}

    .badge.badge-primary {
        background: #33b35a;
    }

.page {
    /*position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: calc(100% - 200px);
    background-color: #F4F7FA;*/
    /*min-height: 100vh;*/
    /*height: auto !important;
    padding-bottom: 50px;*/
}

.page-holder {
    min-height: 100vh;
}

.bg-cover {
    background-size: cover !important;
    background: url(/accueil/images/accueil.jpg);
    background-repeat: no-repeat;
    background-position: bottom !important;
}

.notconnctedpage {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: 100%;
    background-color: #F4F7FA;
    min-height: 100vh;
    padding-bottom: 50px;
}

.page.active {
    /* width: calc(100% - 70px);*/
}

h2 {
    color: #555;
    font-weight: 400;
}

.breadcrumb-holder {
    background: #eceeef;
}

    .breadcrumb-holder .breadcrumb {
        padding: 15px 0;
        font-size: 0.85em;
        font-weight: 300;
        color: #999;
        margin-bottom: 0;
    }

        .breadcrumb-holder .breadcrumb a:hover, .breadcrumb-holder .breadcrumb:focus {
            text-decoration: none;
        }

        .breadcrumb-holder .breadcrumb .container {
            padding: 0;
        }

.card {
    margin-bottom: 10px;
    /*  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-bottom: 0;
}

.card:not([class*="text"]) p {
    color: #888;
}

.display {
    font-weight: 400 !important;
}

.section-padding {
    padding: 3rem 0;
}

.section-no-padding-bottom {
    padding-bottom: 0;
}

section header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .container-fluid {
        padding: 0 3rem;
    }
}

.list-group-item {
    border-right: 0;
    border-left: 0;
}

    .list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0;
    }

.overflow-hidden {
    overflow: hidden;
}

.tile-link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
}

/*
* ==========================================================
*     Main NAVBAR
* ==========================================================
*/

nav.navbar {
    /*background: #fffee;*/
    /*background-color: rgba(0, 0, 0, 0.3) !important;*/
    /* padding: .8rem 0; */
    /* opacity: 0.6; */
    /*opacity: 0.6;*/
    border-bottom: #919191;
    border-bottom-style: solid;
}

    nav.navbar .side-navbar-wrapper {
        width: 100%;
        height: 100%;
    }

    nav.navbar .container-fluid {
        width: 100%;
    }

    nav.navbar .navbar-holder {
        width: 100%;
    }

    nav.navbar a {
        font-size: .8rem;
        /*color: #fff;*/
        position: relative;
    }

    nav.navbar .badge {
        position: absolute;
        top: 0;
        right: 0;
    }

    nav.navbar a.language span {
        margin-left: .2rem;
        vertical-align: middle;
    }

    nav.navbar a.logout i {
        margin-left: 5px;
    }

    nav.navbar small {
        font-size: 0.75rem;
        color: #999;
    }

    nav.navbar a.navbar-brand {
        margin-left: 10px;
    }

    nav.navbar .brand-text {
        text-transform: uppercase;
    }

        nav.navbar .brand-text strong {
            font-size: 1.5em;
        }

    nav.navbar .nav-menu {
        margin-bottom: 0;
    }

    nav.navbar .dropdown-toggle::after {
        border: none !important;
        content: '\f107';
        vertical-align: baseline;
        font-family: 'FontAwesome';
        margin-left: .3rem;
        color: #db5418;
    }

    nav.navbar .dropdown-menu {
        right: 0;
        left: auto;
        float: left;
        margin-top: 16px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
        padding: 1rem;
    }

        nav.navbar .dropdown-menu .dropdown-item {
            color: #666;
            padding: 10px;
        }

            nav.navbar .dropdown-menu .dropdown-item:active {
                color: #fff;
            }

                nav.navbar .dropdown-menu .dropdown-item:active span,
                nav.navbar .dropdown-menu .dropdown-item:active small {
                    color: #fff;
                }

            nav.navbar .dropdown-menu .dropdown-item span {
                color: #777;
            }

            nav.navbar .dropdown-menu .dropdown-item i {
                margin-right: 5px;
            }

    nav.navbar .msg-body span,
    nav.navbar .msg-body strong {
        display: block;
    }

    nav.navbar .msg-body span {
        font-size: 0.85em;
    }

    nav.navbar .msg-profile {
        margin-right: 10px;
        width: 50px;
    }

    nav.navbar .notification-content {
        font-size: .8rem;
        margin-right: .5rem;
    }

    nav.navbar a.menu-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #292929;
        color: #fff;
        text-align: center;
        padding: 0 !important;
    }

        nav.navbar a.menu-btn i[class*='icon-'] {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }

        nav.navbar a.menu-btn:hover {
            background: #33b35a;
        }

/*  NAVBAR MEDIAQUERIES ---------------------------------- */
@media (max-width: 575px) {
    nav.navbar .dropdown {
        position: static;
    }

    nav.navbar .dropdown-menu {
        width: 90vw;
        right: 2.5vw;
        left: 2.5vw;
        margin: 0 auto;
    }

    nav.navbar .notification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    nav.navbar .dropdown-menu strong {
        font-weight: 400;
    }

    nav.navbar .dropdown-menu a {
        font-size: 0.9em;
    }
}

/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
.side-navbar {
    /*position: fixed;*/
    top: 0;
    left: 0;
    /* width: 200px;*/
    /*height: 100%;*/
    /* width: 200px;*/
    text-align: left;
    background: #393836;
    color: #fff;
    z-index: 999;
    overflow-y: unset;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*  Side navbar small ------------------------ */
}

    .side-navbar .scrolled-wrapper {
        width: 100%;
        height: 100%;
    }

    .side-navbar.hide {
        left: -70px;
    }

    .side-navbar a.brand-small {
        text-transform: uppercase;
        font-weight: 500;
        padding: 0;
    }

        .side-navbar a.brand-small:hover, .side-navbar a.brand-small:focus {
            background: none;
        }

        .side-navbar a.brand-small strong {
            font-size: 1.5rem;
        }

    .side-navbar li {
        position: relative;
    }

        .side-navbar li a {
            position: relative;
            font-size: .9rem;
            font-weight: 300;
            color: #fff;
            text-decoration: none;
            width: 100%;
            padding: 12px;
        }

            .side-navbar li a:focus, .side-navbar li a:hover, .side-navbar li a[aria-expanded="true"] {
                background: #33b35a;
                color: #fff;
                text-decoration: none;
            }

            .side-navbar li a[data-toggle="collapse"]::before {
                content: '\f104';
                display: inline-block;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'FontAwesome';
                position: absolute;
                top: 50%;
                right: 20px;
            }

            .side-navbar li a[aria-expanded="true"]::before {
                content: '\f107';
                color: #fff;
            }

        .side-navbar li.active > a {
            background: #33b35a;
        }

        .side-navbar li li.active > a {
            background: #2d9f50 !important;
        }

        .side-navbar li ul {
            background: #292929;
            position: relative;
            min-width: 100%;
            left: 0;
            padding-left: 0;
        }

            .side-navbar li ul a {
                padding-left: 20px;
                font-size: .85rem;
            }

            .side-navbar li ul.collapse a {
                border-left: 2px solid #33b35a;
            }

                .side-navbar li ul.collapse a:hover {
                    background: #121212;
                }

    .side-navbar .sidenav-header {
        background: #292929;
        padding: 14px;
        margin-bottom: 10px;
    }

        .side-navbar .sidenav-header img {
            width: 50px;
            height: 50px;
        }

        .side-navbar .sidenav-header span {
            font-size: 0.8em;
            color: #666;
        }

        .side-navbar .sidenav-header h2 {
            margin: 10px 0 0;
            text-transform: uppercase;
            letter-spacing: .1em;
        }

    .side-navbar .sidenav-heading {
        font-weight: 700;
        color: #adb5bd;
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .side-navbar i[class*='icon-'] {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .side-navbar span {
        display: inline-block;
    }

    .side-navbar i {
        font-size: inherit;
        margin-right: 10px;
    }

    .side-navbar .badge {
        display: inline-block;
        font-size: 0.6em;
        vertical-align: middle;
    }

    .side-navbar .brand-small {
        display: none;
    }

    .side-navbar.shrink {
        /* width: 70px;
        text-align: center;*/
        display: none;
    }

        .side-navbar.shrink .brand-small {
            display: block;
        }

        .side-navbar.shrink .sidenav-header-inner {
            display: none;
        }

        .side-navbar.shrink .sidenav-heading {
            margin-left: 0;
            font-size: .8rem;
        }

        .side-navbar.shrink ul li a {
            font-size: .7rem;
            padding-left: 5px;
            padding-right: 5px;
        }

            .side-navbar.shrink ul li a[data-toggle="collapse"]::before {
                content: '\f107';
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
                position: absolute;
                top: auto;
                right: 50%;
                bottom: 0;
                left: auto;
            }

            .side-navbar.shrink ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
                content: '\f106';
            }

        .side-navbar.shrink ul li ul a {
            padding-left: 10px;
            font-size: .7rem;
        }

        .side-navbar.shrink i {
            display: block;
            margin-right: 0;
            font-size: 1rem;
        }

        .side-navbar.shrink .arrow {
            float: none;
            -webkit-transform: none !important;
            transform: none !important;
        }

        .side-navbar.shrink .badge {
            display: none;
        }

/* SIDE NAVBAR MEDIAQUERIES ------------------------------ */
@media (max-width: 1199px) {
    .page {
        width: 100%;
    }

        .page.active {
            width: 100%;
        }

        .page.active-sm {
            /* width: calc(100% - 70px);*/
        }

    .side-navbar {
        left: -70px;
        width: 70px;
        text-align: center;
        z-index: 999999;
    }

        .side-navbar.show-sm {
            left: 0 !important;
            display: block;
        }

        .side-navbar .brand-small {
            display: block;
        }

        .side-navbar .sidenav-header-inner {
            display: none;
        }

        .side-navbar .sidenav-heading {
            margin-left: 0;
            font-size: .8rem;
        }

        .side-navbar ul li a {
            font-size: .7rem;
            padding-left: 5px;
            padding-right: 5px;
        }

            .side-navbar ul li a[data-toggle="collapse"]::before {
                content: '\f107';
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
                position: absolute;
                top: auto;
                right: 50%;
                bottom: 0;
                left: auto;
            }

            .side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
                content: '\f106';
            }

        .side-navbar ul li ul a {
            padding-left: 10px;
            font-size: .7rem;
        }

        .side-navbar i {
            display: block;
            margin-right: 0;
            font-size: 1rem;
        }

        .side-navbar .arrow {
            float: none;
            -webkit-transform: none !important;
            transform: none !important;
        }

        .side-navbar .badge {
            display: none;
        }
}

/* Malihu Custom Scroll */
.mCSB_scrollTools {
    width: 4px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #33b35a;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
        background-color: #33b35a;
    }

/*
* ==========================================================
*      DASHBOARD COUNTS
* ==========================================================
*/
.dashboard-counts {
    color: #333;
}

    .dashboard-counts .count-title span {
        font-size: 0.8em;
        color: #aaa;
        display: block;
    }

    .dashboard-counts .count-title i {
        font-size: 1.5em;
        color: #33b35a;
    }

    .dashboard-counts .icon {
        margin-right: 10px;
    }

    .dashboard-counts strong {
        font-size: 0.9em;
        font-weight: 500;
        color: #555;
        display: block;
    }

    .dashboard-counts .count-number {
        font-size: 2.2em;
        font-weight: 300;
    }

/* DASHBOARD COUNTS MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
    .dashboard-counts div[class*='col-'] {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .dashboard-counts strong {
        font-size: 1em;
    }

    .dashboard-counts span {
        font-size: 0.9em;
    }

    .dashboard-counts .count-number {
        font-size: 3em;
    }
}

/*
* ==========================================================
*     DASHBOARD HEADER
* ==========================================================
*/
.dashboard-header {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .dashboard-header .check-lists {
        margin-top: 20px;
    }

        .dashboard-header .check-lists label {
            font-size: 0.75em;
        }

    .dashboard-header .pie-chart {
        position: relative;
        width: 300px;
        height: 300px;
        max-width: 100%;
        margin: 0 auto;
    }

    .dashboard-header p {
        font-size: 0.75rem;
        font-weight: 400;
        color: #888;
    }

    .dashboard-header li {
        margin-bottom: 10px;
    }

/* DASHBOARD HEADER MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
    .dashboard-header {
        background: none;
        border: none;
        padding: 0;
    }

        .dashboard-header div[class*='col-'] {
            margin-bottom: 30px;
        }

            .dashboard-header div[class*='col-']:last-of-type {
                margin-bottom: 0;
            }

        .dashboard-header .card {
            background: #fff;
            padding: 30px;
            -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            height: 100%;
        }
}

@media (min-width: 768px) {
    .dashboard-header p {
        font-size: 0.9em;
    }

    .dashboard-header h2 {
        font-size: 1.3rem;
    }

    .dashboard-header .check-lists label {
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .dashboard-header {
        margin-bottom: 30px;
    }

        .dashboard-header .card {
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 0;
        }
}

/*
* ==========================================================
*      STATISTICS
* ==========================================================
*/
.statistics {
    /* User Activity ------------- */
}

    .statistics div[class*='col-'] .card {
        padding: 20px;
        margin-bottom: 0;
        height: 100%;
    }

    .statistics h2 {
        margin-bottom: 20px;
    }

    .statistics p {
        font-size: 0.8em;
        color: #999;
        margin-bottom: 5px;
    }

    .statistics .income .icon {
        font-size: 3.5em;
    }

    .statistics .income .number {
        font-size: 2.5em;
        color: #555;
    }

    .statistics .income strong {
        font-size: 1.5em;
    }

    .statistics .data-usage canvas {
        width: 100%;
        max-width: 200px;
        border: none;
    }

    .statistics .data-usage strong {
        font-size: 1.5em;
        display: block;
    }

    .statistics .data-usage small {
        font-size: 0.85em;
        font-weight: 300;
        color: #aaa;
    }

    .statistics .data-usage span {
        font-size: 0.95em;
        color: #aaa;
        display: block;
    }

    .statistics .data-usage p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .statistics .user-activity .number {
        font-size: 2.5em;
        font-weight: 300;
        color: #555;
    }

    .statistics .user-activity .progress {
        border-radius: 0;
        background: #f5f5f5;
    }

        .statistics .user-activity .progress .progress-bar.bg-primary {
            background: #33b35a !important;
        }

    .statistics .user-activity .page-statistics {
        margin-top: 20px;
    }

        .statistics .user-activity .page-statistics strong {
            display: block;
            text-transform: uppercase;
            color: #33b35a;
            font-size: 2em;
        }

/* STATISTICS  MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
    .statistics div[class*='col-'] .card {
        height: auto;
        margin-bottom: 30px;
    }

    .statistics div[class*='col-']:last-of-type .card {
        margin-bottom: 0;
    }

    .statistics .data-usage {
        text-align: center;
    }

        .statistics .data-usage div[class*='col-']:first-of-type {
            padding-bottom: 20px;
        }

        .statistics .data-usage .gmpc {
            padding-bottom: 20px !important;
        }

    p {
        font-size: 0.75em;
    }
}

@media (min-width: 768px) {
    .statistics h2 {
        font-size: 1.3rem;
    }
}

/*
* ==========================================================
*      UPDATES WIDGETS
* ==========================================================
*/
.updates .left-col {
    padding-right: 20px;
}

.updates .icon {
    margin-right: 10px;
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

.updates .update-date {
    font-size: 1.3em;
    font-weight: 700;
    color: #bbb;
    display: block;
}

.updates span {
    font-size: 0.7em;
    font-weight: 300;
    color: #aaa;
    line-height: 0.5em;
    display: block;
}

.updates strong {
    font-weight: 400;
    color: #555;
    font-size: 0.9em;
}

.updates small {
    font-size: 0.75em;
}

.updates a {
    color: #555;
}

    .updates a:hover, .updates a:focus {
        color: #555;
        text-decoration: none;
    }

.updates h2 {
    margin-bottom: 0;
}

.updates p {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 5px;
}

/* UPDATES MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
    .updates h2 {
        font-size: 1.05rem;
    }

    .updates strong {
        font-size: 1em;
        font-weight: 400;
    }

    .updates small {
        font-size: 0.85em;
    }

    .updates .full-date {
        font-size: 0.85em;
    }
}

/*
* ==========================================================
*      DAILY FEEDS AND ACTIVITES WIDGETS
* ==========================================================
*/
/*  Daily Feeds ------------------- */
.daily-feeds a.feed-profile {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

    .daily-feeds a.feed-profile img {
        width: 100%;
        height: 100%;
    }

.daily-feeds .badge {
    margin-right: 10px;
}

.daily-feeds strong {
    display: inline-block;
    margin-right: 5px;
}

.daily-feeds small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.daily-feeds .message-card {
    padding: 10px;
    background: #fafafa;
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.daily-feeds .full-date {
    line-height: 0.7em;
    margin-bottom: 10px;
}

.daily-feeds .CTAs a {
    margin-right: 5px;
}

    .daily-feeds .CTAs a i {
        margin-right: 5px;
    }

    .daily-feeds .CTAs a:last-of-type {
        margin-right: 0;
    }

.daily-feeds a.btn {
    color: #fff;
}

/* Activities  ------------------- */
.activities li {
    padding: 0;
}

.activities .date-holder {
    padding-right: 0;
}

    .activities .date-holder .date {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .activities .date-holder .date span {
            font-size: 0.8em;
        }

    .activities .date-holder .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
        text-align: center;
        margin: 0;
        display: inline-block;
    }

    .activities .date-holder span {
        display: block;
        margin: 10px;
    }

.activities .content {
    border-left: 1px solid #eee;
    border-bottom: 20px;
    padding: 10px 20px;
}

    .activities .content strong {
        display: block;
        margin-right: 5px;
    }

/* UPDATES WIDGET MEDIAQUERIES ------------------------- */
@media (min-width: 768px) {
    .updates strong {
        font-size: 1em;
    }

    .updates small {
        font-size: 0.8em;
    }
}

/*
* ==========================================================
*      PROGRESS CIRCLE
* ==========================================================
*/
.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #33b35a !important;
    border-right: 1px solid #eee;
}

@media (max-width: 575px) {
    .gmpc {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}

/*
* ==========================================================
*       MAIN FOOTER
* ==========================================================
*/
footer.main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #222;
    padding: 10px 0;
}

    footer.main-footer p {
        font-size: 0.7em;
        color: #777;
        margin: 0;
    }

/* MAIN FOOTER MEDIAQUERIES ------------------------- */
@media (max-width: 575px) {
    footer.main-footer div[class*="col-"] {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    footer.main-footer p {
        font-size: 0.9em;
    }
}

/*
* ==========================================================
*       UTILITIES
* ==========================================================
*/
.bg-cover {
    background-size: cover;
}

/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
.polar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

/*
* ==========================================================
*     PIE CHART
* ==========================================================
*/
.pie-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

/*
* ==========================================================
*     RADAR CHART
* ==========================================================
*/
.radar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

/* CHARTS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
    section.charts h2 {
        font-size: 1rem;
    }
}

/*
* ==========================================================
*     FORMS ELEMENTS
* ==========================================================
*/
/*label {
    font-size: .9rem;
}*/
label {
    font-size: 1rem;
}

.form-control {
    height: calc(2.4rem + 2px);
    padding: 0.45rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: 0;
}

    .form-control::-moz-placeholder {
        font-size: 0.75em;
        font-weight: 400;
        color: #aaa;
        font-family: "Roboto", sans-serif;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 0.75em;
        font-weight: 400;
        color: #aaa;
        font-family: "Roboto", sans-serif;
    }

    .form-control:-ms-input-placeholder {
        font-size: 0.75em;
        font-weight: 400;
        color: #aaa;
        font-family: "Roboto", sans-serif;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

textarea.form-control {
    height: auto;
}

select.form-control {
    font-weight: 300;
}

    select.form-control[size], select.form-control[multiple] {
        height: auto;
    }

    select.form-control option {
        color: #999;
        font-weight: 300;
    }

.custom-select {
    height: calc(2.4rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
}

    .custom-select:focus {
        border-color: #88dda2;
        outline: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #868e96;
    font-weight: 300;
}

    input.input-material.is-valid {
        border-color: #28a745 !important;
    }

    input.input-material.is-invalid {
        border-color: #dc3545 !important;
    }

    input.input-material:focus {
        border-color: #33b35a;
        outline: none;
    }

    input.input-material ~ label {
        color: #aaa;
        position: absolute;
        top: 14px;
        left: 0;
        cursor: text;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 300;
    }

        input.input-material ~ label.active {
            font-size: 0.8rem;
            top: -10px;
            color: #33b35a;
        }

    input.input-material.is-invalid ~ label {
        color: #dc3545;
    }

input.form-control-custom {
    visibility: hidden;
    width: 1px;
}

    input.form-control-custom:checked + label::before {
        background: #33b35a !important;
    }

    input.form-control-custom:checked + label::after {
        opacity: 1 !important;
    }

    input.form-control-custom.radio-custom + label::before {
        border-radius: 50%;
    }

    input.form-control-custom.radio-custom + label::after {
        content: '';
        width: 6px;
        height: 6px;
        line-height: 6px;
        background: #fff;
        border-radius: 50%;
        top: 7px;
        left: 5px;
    }

    input.form-control-custom[disabled] + label {
        cursor: not-allowed;
    }

        input.form-control-custom[disabled] + label::before, input.form-control-custom[disabled] + label::after {
            border: 2px solid #aaa;
            cursor: not-allowed;
        }

    input.form-control-custom[checked] + label::before, input.form-control-custom[checked] + label::after {
        border: none;
    }

    input.form-control-custom + label {
        font-size: 0.85rem;
        margin-bottom: 0;
        margin-left: 0;
        color: #999;
        padding-left: 25px;
        padding-top: 2px;
        position: relative;
    }

        input.form-control-custom + label span {
            margin-left: 20px;
        }

        input.form-control-custom + label::before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            background: #ddd;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 2px;
            left: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            cursor: pointer;
        }

        input.form-control-custom + label::after {
            content: '\f00c';
            display: block;
            font-family: 'FontAwesome';
            font-size: 8px;
            color: #fff;
            position: absolute;
            top: 4px;
            left: 4px;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            opacity: 0;
            cursor: pointer;
        }

button {
    cursor: pointer;
}

/*
* ==========================================================
*     FORMS GENERAL
* ==========================================================
*/
.forms .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
    margin: 20px 0 30px;
}

.forms p {
    font-size: 0.8rem;
    color: #868e96;
}

.forms small {
    color: #868e96;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
    .forms h2 {
        font-size: 1rem;
    }

    .forms input.form-control {
        border-radius: 0;
    }

        .forms input.form-control::-moz-placeholder {
            font-size: 0.85em;
        }

        .forms input.form-control::-webkit-input-placeholder {
            font-size: 0.85em;
        }

        .forms input.form-control:-ms-input-placeholder {
            font-size: 0.85em;
        }

    .forms p {
        font-size: 0.9em;
    }
}

/*
* ==========================================================
*     TABLES
* ==========================================================
*/
.table {
    margin-bottom: 0;
    color: #666;
}

    .table td,
    .table th {
        border-color: #dee2e6;
    }

    .table thead th {
        border: none;
    }

.table-striped tbody tr {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.table-bordered td,
.table-bordered th {
    border-color: #dee2e6;
}

/*
* ==========================================================
*    Data Table
* ==========================================================
*/
.dataTables_wrapper.container-fluid {
    padding: 10px 5px 0 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.5rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.65rem;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.login-page,
.register-page {
    width: 100%;
    background: #f5f5f5;
    min-height: auto;
    padding-bottom: 0;
}

    .login-page .form-outer,
    .register-page .form-outer {
        min-height: 100vh;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
    }

    .login-page .copyrights,
    .register-page .copyrights {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

        .login-page .copyrights p,
        .register-page .copyrights p {
            font-size: 0.6em;
            font-weight: 300;
            margin-bottom: 10px;
        }

    .login-page .form-inner,
    .register-page .form-inner {
        padding: 40px 30px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .login-page .logo,
    .register-page .logo {
        font-size: 2em;
        font-weight: 500;
    }

        .login-page .logo span,
        .register-page .logo span {
            color: #ccc;
        }

    .login-page p,
    .register-page p {
        font-size: 0.8em;
        font-weight: 300;
        color: #aaa;
        margin-bottom: 0;
    }

    .login-page form,
    .register-page form {
        margin: 2rem auto 1rem;
        max-width: 300px;
    }

    .login-page a.forgot-pass,
    .login-page a.signup,
    .register-page a.forgot-pass,
    .register-page a.signup {
        font-size: 0.65em;
        color: #66b0ff;
    }

        .login-page a.forgot-pass:hover, .login-page a.forgot-pass:focus,
        .login-page a.signup:hover,
        .login-page a.signup:focus,
        .register-page a.forgot-pass:hover,
        .register-page a.forgot-pass:focus,
        .register-page a.signup:hover,
        .register-page a.signup:focus {
            color: #66b0ff;
            text-decoration: none;
        }

    .login-page a.forgot-pass,
    .register-page a.forgot-pass {
        display: block;
    }

    .login-page a.create-account,
    .register-page a.create-account {
        border-radius: 50px;
        font-size: 0.75em;
        margin-top: 10px;
        color: #999;
        text-transform: uppercase;
    }

    .login-page .terms-conditions,
    .register-page .terms-conditions {
        margin-top: 20px;
    }

    .login-page small,
    .register-page small {
        font-size: 0.65em;
        color: #aaa;
        line-height: 0.9em;
    }

/* LOGIN MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
    .login-page p,
    .register-page p {
        font-size: 0.9em;
    }

    .login-page form label.label-custom,
    .register-page form label.label-custom {
        font-size: 0.9em;
    }

    .login-page form small,
    .register-page form small {
        font-size: 0.8em;
    }

    .login-page .terms-conditions label,
    .register-page .terms-conditions label {
        font-size: 0.9em;
    }

    .login-page a.forgot-pass,
    .login-page a.signup,
    .register-page a.forgot-pass,
    .register-page a.signup {
        font-size: 0.8em;
    }

    .login-page small,
    .register-page small {
        font-size: 0.8em;
    }

    .login-page .copyrights p,
    .register-page .copyrights p {
        font-size: 0.85em;
        font-weight: 400;
    }
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0px;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

    #style-switch h4 {
        color: #495057;
    }

/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */


/*
 * 3. TYPE  
 */
body {
    /*font-family: "Roboto", sans-serif;*/
    font-family: "lucida-sans", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

a {
    color: #33b35a;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #22773c;
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.9rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #33b35a;
}

.blockquote-footer {
    color: #868e96;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #288b46 !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #33b35a;
    border-color: #33b35a;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #33b35a;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #22773c;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
        outline: 0;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/*
* 5. DROPDOWNS
*/
.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        background-color: #33b35a;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #868e96;
    }

.dropdown-header {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: #868e96;
}

/*
* 6. UTILITIES
*/
.bg-primary {
    background-color: #33b35a !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #288b46 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #33b35a !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #288b46 !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: color-yiq(#33b35a);
    background-color: #33b35a;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: color-yiq(#33b35a);
        text-decoration: none;
        background-color: #288b46;
    }

.badge-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: color-yiq(#868e96);
        text-decoration: none;
        background-color: #6c757d;
    }

.badge-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: color-yiq(#28a745);
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: color-yiq(#17a2b8);
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: color-yiq(#ffc107);
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: color-yiq(#dc3545);
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: color-yiq(#f8f9fa);
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: color-yiq(#343a40);
        text-decoration: none;
        background-color: #1d2124;
    }

/*
* 7.CODE
*/
code {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #e83e8c;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

/*
* 8. NAV
*/
.nav-link {
    padding: 0.5rem 1rem;
}

    .nav-link.disabled {
        color: #868e96;
    }

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #e9ecef;
    }

    .nav-tabs .nav-link.disabled {
        color: #868e96;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
    }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #33b35a;
    }

/*
* 9. CARD
*/
/*.card {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
}

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1rem;
}

.card-subtitle {
    margin-top: -0.5rem;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .card-header:first-child {
        border-radius: 0 0 0 0;
    }

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

    .card-footer:last-child {
        border-radius: 0 0 0 0;
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: 0;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            margin-right: 15px;
            margin-left: 15px;
        }
}*/




/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*  padding-top: 3rem;
    padding-bottom: 3rem;*/
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
. /*carousel {
    margin-bottom: 4rem;
}*/
/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}*/
/* Declare heights because of positioning of img element */
/*.carousel-item {
    height: 32rem;
    background-color: #777;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }*/
/*Boostrap 4.4*/
*, ::after, ::before {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

header, nav {
    display: block;
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul ul {
        margin-bottom: 0;
    }

strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=submit], button {
    -webkit-appearance: button;
}

    [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

.h5, h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

.h5 {
    font-size: 1.25rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #e27617;
    }

    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #e27617;
    }

    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none;
    }
}

.badge:empty {
    display: none;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

.text-center {
    text-align: center !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #5a5c69;
    }

    .scroll-to-top i {
        font-weight: 800;
    }


@media screen and (max-height: 450px) {
    .side-navbar {
        display: none;
    }
}


/***** Sidebar *****/

.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #333;
    color: #fff;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

    .sidebar.active {
        left: 0;
    }

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #444;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

    .dismiss:hover, .dismiss:focus {
        background: #555;
        color: #fff;
    }

.sidebar .logo {
    padding: 40px 20px;
    border-bottom: 1px solid #444;
    transition: all .3s;
}

    .sidebar .logo a {
        display: inline-block;
        width: 172px;
        height: 34px;
        background: url(../img/logo.png) left top no-repeat;
        border: 0;
        text-indent: -999999px;
    }

.sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    transition: all .3s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

    .sidebar ul li a:hover,
    .sidebar ul li a:focus,
    .sidebar ul li.active > a:hover,
    .sidebar ul li.active > a:focus {
        outline: 0;
        background: #555;
        color: #fff;
    }

    .sidebar ul li a i {
        margin-right: 5px;
    }

.sidebar ul li.active > a, a[aria-expanded="true"] {
    /* background: #444;*/
    color: #fff;
}

.sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
}

.sidebar ul ul li.active > a {
    background: #555;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar .to-top {
    padding: 20px;
    text-align: center;
}

.sidebar .dark-light-buttons {
    padding: 10px 20px 30px 20px;
    text-align: center;
}

/* sidebar light */

.sidebar.light {
    background: #fff;
    color: #888;
}

    .sidebar.light .dismiss {
        background: #ddd;
        color: #888;
    }

        .sidebar.light .dismiss:hover,
        .sidebar.light .dismiss:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light .logo {
        border-color: #eee;
    }

        .sidebar.light .logo a {
            background-image: url(../img/logo-dark.png);
        }

    .sidebar.light ul.menu-elements {
        border-color: #eee;
    }

    .sidebar.light ul li a {
        color: #888;
    }

        .sidebar.light ul li a:hover,
        .sidebar.light ul li a:focus,
        .sidebar.light ul li.active > a:hover,
        .sidebar.light ul li.active > a:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
        background: #ddd;
        color: #888;
    }

    .sidebar.light ul ul a {
        background: #ddd;
    }

    .sidebar.light ul ul li.active > a {
        background: #ccc;
    }

    .sidebar.light a.btn-customized-3 {
        background: #ddd;
        color: #888;
    }

        .sidebar.light a.btn-customized-3:hover,
        .sidebar.light a.btn-customized-3:active,
        .sidebar.light a.btn-customized-3:focus,
        .sidebar.light a.btn-customized-3:active:focus,
        .sidebar.light a.btn-customized-3.active:focus,
        .sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
        .sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
            background: #ccc;
            color: #888;
        }

    .sidebar.light a.btn-customized-4.btn-customized-dark {
        background: #555;
    }

    .sidebar.light a.btn-customized-4.btn-customized-light {
        background: #eee;
    }

    .sidebar.light a.btn-customized-4.btn-customized-dark:hover,
    .sidebar.light a.btn-customized-4.btn-customized-dark:active,
    .sidebar.light a.btn-customized-4.btn-customized-dark:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
    .sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        background: #ccc;
        color: #fff;
    }

    .sidebar.light a.btn-customized-4.btn-customized-light:hover,
    .sidebar.light a.btn-customized-4.btn-customized-light:active,
    .sidebar.light a.btn-customized-4.btn-customized-light:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
    .sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
    .sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        background: #ccc;
        color: #fff;
    }


/***** Dark overlay *****/

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }


/***** Content *****/

.content {
    width: 100%;
    transition: all 0.3s;
}

.open-menu {
    position: fixed;
    /* top: 20px;
    left: 10px;*/
    z-index: 997;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

    .open-menu.btn-customized,
    .open-menu.btn-customized:hover,
    .open-menu.btn-customized:active,
    .open-menu.btn-customized:focus,
    .open-menu.btn-customized:active:focus,
    .open-menu.btn-customized.active:focus,
    .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
    .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    }


/***** Buttons *****/

a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #eda614;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

    a.btn-customized:hover,
    a.btn-customized:active,
    a.btn-customized:focus,
    a.btn-customized:active:focus,
    a.btn-customized.active:focus,
    a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #db5418;
        /*  background: rgba(243, 91, 63, 0.7);*/
        border: 0;
        color: #fff;
        box-shadow: none;
    }

a.btn-customized-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    box-shadow: none;
}

    a.btn-customized-2:hover,
    a.btn-customized-2:active,
    a.btn-customized-2:focus,
    a.btn-customized-2:active:focus,
    a.btn-customized-2.active:focus,
    a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #ccc;
        background: rgba(255, 255, 255, 0.5);
        border: 0;
        color: #555;
        box-shadow: none;
    }

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    background: #444;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

    a.btn-customized-3:hover,
    a.btn-customized-3:active,
    a.btn-customized-3:focus,
    a.btn-customized-3:active:focus,
    a.btn-customized-3.active:focus,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized i,
    a.btn-customized-2 i,
    a.btn-customized-3 i {
        margin-right: 5px;
    }


a.btn-customized-4 {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    padding: 0;
    background: #444;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    text-indent: -999999px;
}

    a.btn-customized-4.btn-customized-dark {
        background: #222;
    }

    a.btn-customized-4.btn-customized-light {
        background: #fff;
    }

    a.btn-customized-4.btn-customized-dark:hover,
    a.btn-customized-4.btn-customized-dark:active,
    a.btn-customized-4.btn-customized-dark:focus,
    a.btn-customized-4.btn-customized-dark:active:focus,
    a.btn-customized-4.btn-customized-dark.active:focus,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized-4.btn-customized-light:hover,
    a.btn-customized-4.btn-customized-light:active,
    a.btn-customized-4.btn-customized-light:focus,
    a.btn-customized-4.btn-customized-light:active:focus,
    a.btn-customized-4.btn-customized-light.active:focus,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

    .section-container-image-bg .divider-1 span {
        border-color: #fff;
        border-color: rgba(255, 255, 255, 0.8);
    }

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

    .section-description p {
        margin-top: 20px;
        padding: 0 120px;
    }

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 20px;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}

/*body {*/
/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/ /*#900024 #6e5e4a #393836*/
/*background: linear-gradient(-45deg, #900024, #6e5e4a, #393836, #393900);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/
.card {
    /*background-color: transparent !important;*/
    /* background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);*/
}

.k-card {
    background-color: transparent !important;
    border: none !important;
    /* background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);*/
}

.k-card-actions {
    border: none !important;
}


.k-card > .k-card-actions {
    /*border:none !important;*/
    /* border:2px solid red !important;*/
    border-radius: 25px !important;
    border-color: none !important;
    color: #fff;
}

.k-primary.k-button.k-flat:hover {
    color: #007bff;
    /* background: 0 0;*/
    background-color: #e27617 !important;
}

.modal.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.k-grid-header {
    /*  border-color: #dde2e7;
    color: #212529;*/
    background-color: #D76C1A !important;
}

.k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
    /*color: #fff;*/
    background-color: #EAAE15;
}

.k-grid tbody tr {
    border-color: inherit;
    color: #000;
}

.k-scheduler-table {
    color: black;
}






/* Click the image one by one to see the different layout */
/* Owl Carousel */

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.5;
}

/* Icon CSS */
.item {
    position: relative;
}

    .item i {
        /*    display: none;
        font-size: 4rem;
        color: #FFF;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);*/
    }

    .item a {
        display: block;
        width: 100%;
    }

        .item a:hover:before {
            /*   content: "";*/
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            /* height: 100%;
            width: 100%;*/
            z-index: 1;
        }

        .item a:hover i {
            /*display: block;*/
            z-index: 2;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
        margin-left: -30px;
    }

    .owl-nav button.owl-next {
        right: 0;
        margin-right: -30px;
    }

.owl-dots {
    text-align: center;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #db5418 !important;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

button.owl-next span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

button.owl-prev span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.corners {
    border-radius: 25px !important;
}

.img-thumbnail {
    padding: unset !important;
}


.k-card-action {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}


.btn-success:hover {
    color: #fff;
    background-color: #db5418 !important;
    border-color: #e27617;
    cursor: pointer;
}

.btn-success {
    color: #fff;
    background-color: #db5418 !important;
    border-color: #e27617;
    cursor: pointer;
}

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem rgb(226 118 23 / 50%) !important;
    }

.btn-primary:hover {
    color: #fff;
    background-color: #db5418 !important;
    border-color: #e27617;
}

.btn-primary {
    color: #fff;
    background-color: #db5418 !important;
    border-color: #e27617;
    cursor: pointer;
}

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgb(226 118 23 / 50%) !important;
    }

.k-button.k-state-hover, .k-button:hover {
    border-color: #e27617;
    color: #fff;
    background-color: #e27617;
}

.k-button {
    border-color: #db5418;
    color: #fff !important;
    background-color: #db5418;
    cursor: pointer;
}

.k-button-group .k-button.k-state-active, .k-button-group .k-button.k-state-selected, .k-button-group .k-button:active, .k-button-group > input[type=radio]:checked + .k-button, .k-button-group > input[type=checkbox]:checked + .k-button {
    border-color: #e27617;
    color: #fff;
    background-color: #e27617;
    box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 6%);
}

.k-button.k-primary {
    border-color: #db5418;
    color: #fff !important;
    background-color: #db5418;
    cursor: pointer;
}

    .k-button.k-primary.k-state-active, .k-button.k-primary:active {
        border-color: #e27617;
        color: #fff;
        background-color: #e27617;
        box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 6%);
    }

    .k-button.k-primary.k-state-hover, .k-button.k-primary:hover {
        border-color: #e27617;
        color: #fff;
        background-color: #e27617;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #db5418 !important;
}

button.owl-dot {
    background: #eda614 !important;
}

.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .mytooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .mytooltip:hover .tooltiptext {
        visibility: visible;
    }


.carousel-inner > .item {
    width: 100%;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
   color : #e27617 !important;
}

.owl-carousel .owl-item img {
    border-radius: 2rem;
}

.officeheader.card-header {
    background: unset !important;
    border-bottom: none !important;
}

.k-pager-numbers .k-link.k-state-selected {
    border-color: #e27617;
    color: #fff;
    background-color: #e27617;
}

.k-pager-nav.k-link, .k-pager-refresh {
    border-color: rgba(226,118,23,.125);
    color: #e27617;
    background-color: #fff;
}

.k-grid-header {
    border-color: #dde2e7;
    color: #fff !important;
    font-weight: 500;
    background-color: #f8f9fa;
}

    /*.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    color: #db5418;
}*/

    .k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
        color: #fff;
    }

.k-pager-numbers .k-link {
    border-color: rgba(226,118,23,.125);
    color: #e27617;
    background-color: #fff;
}

    .k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link:hover {
        border-color: rgba(33,37,41,.125);
        color: #fff;
        background-color: #e27617;
    }

.pictocolor {
    color: #e27617;
}


/*.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    color: #e27617 !important;
}*/

/*.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    color: #fff !important;
}*/

.label-custom-orange {
    color: #db5418 !important;
}

.label-green {
    color: darkgreen !important;
}

.resizable {
    font-size: 15px;
}

.k-i-close {
    color: #e27617 !important;
}

* {
    font-family: 'Lucida Sans' ;
}