/* Legacy ShieldHealth overrides migrated from styles.css */
.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: var(--black)
}

.text-teal-dark {
    color: var(--teal-dark)
}

.text-gray-light {
    color: var(--gray-light)
}

.text-primary {
    color: #EF553F !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #2b8595 !important
}

.text-secondary {
    color: #0C747A !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #6c727e !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #e6e7ea !important
}

a.text-light:hover, a.text-light:focus {
    color: #bdc0c6 !important
}

.text-dark {
    color: #616670 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #3d4147 !important
}

.text-body {
    color: #1C4748 !important
}

.text-muted {
    color: #9499a3 !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #afb3bb;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #cbcdd2 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #cbcdd2
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #cbcdd2
    }
}

html {
    height: 100%;
    background: #f9f9fb
}

.preload * {
    transition: none !important
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

body {
    font-family: 'Montserrat', arial, sans-serif;
    color: #1C4748;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1C4748;
    min-height: 100%;
    overflow-x: hidden;
    font-size: 14px
}

.video-container iframe {
    max-width: 100%
}

.breadcrumb {
    background: none;
    padding: 0
}

button.close:focus {
    outline: none
}

.close {
    text-shadow: none
}

.tooltip {
    font-size: 13px
}

.dropdown-item {
    padding: 0.35rem 1rem
}

    .dropdown-item:hover {
        background: #f5f5f5
    }

.jumbotron {
    background: #f5f5f5
}

.dropdown-toggle {
    cursor: pointer
}

.dropdown-menu {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    cursor: default;
    overflow-y: auto;
    max-height: 80vh
}

    .dropdown-menu .dropdown-item {
        margin-bottom: 0;
        font-size: 13px;
        color: #616670
    }

        .dropdown-menu .dropdown-item:hover {
            background: #f9f9fb;
            color: #1C4748
        }

        .dropdown-menu .dropdown-item .icon {
            vertical-align: middle;
            font-size: 20px;
            display: inline-block;
            margin-right: 5px
        }

    .dropdown-menu .dropdown-footer {
        background: #f9f9fb;
        color: #616670;
        padding: 5px;
        text-align: center
    }

        .dropdown-menu .dropdown-footer a {
            color: #616670
        }

            .dropdown-menu .dropdown-footer a:hover {
                color: #1C4748
            }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #EF553F;
    ;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.theme-2 .pace .pace-progress {
    background: #6dbd63
}

.theme-3 .pace .pace-progress {
    background: #497cb1
}

.theme-4 .pace .pace-progress {
    background: #ec6952
}

.header {
    background: #fff;
    position: relative;
    z-index: 10;
    height: 80px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.05)
}

    .header .branding {
        background: #fffdf4;
        float: left;
        height: 80px;
        transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 180px;
        overflow: hidden;
        position: relative;
        will-change: width
    }

.compact:not(.nav-toggled) .header .branding, .mobile.nav-toggled .header .branding, .nav-toggled:not(.compact):not(.mobile) .header .branding {
    width: 40px
}

.mobile:not(.nav-toggled) .header .branding {
    width: 0;
    top: -2px
}

.header .branding .logo-icon {
    position: relative;
    width: 30px;
    height: 30px
}

.header .branding .logo {
    font-size: 28px;
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 600
}

    .header .branding .logo .highlight {
        font-weight: 800
    }

    .header .branding .logo a {
        white-space: nowrap
    }

        .header .branding .logo a:hover {
            text-decoration: none
        }

    .header .branding .logo .nav-label {
        white-space: nowrap
    }

.compact:not(.nav-toggled) .header .branding .logo .nav-label, .mobile .header .branding .logo .nav-label, .nav-toggled:not(.compact):not(.mobile) .header .branding .logo .nav-label {
    display: none
}

.header .topbar {
    padding: 15px;
    display: block;
    height: 80px
}

    .header .topbar .icon {
        color: #9499a3
    }

.header .main-nav-toggle {
    display: inline-block;
    float: left;
    background: none;
    border: none;
    padding: 12px 12px;
    margin-top: 5px;
    margin-left: 15px;
    position: relative
}

    .header .main-nav-toggle .icon {
        position: absolute;
        left: 2px;
        top: 13px;
        color: #EF553F;
        ;
        font-weight: bold;
        transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.theme-2 .header .main-nav-toggle .icon {
    color: #6dbd63
}

.theme-3 .header .main-nav-toggle .icon {
    color: #497cb1
}

.theme-4 .header .main-nav-toggle .icon {
    color: #ec6952
}

.nav-toggled .header .main-nav-toggle .icon, .compact .header .main-nav-toggle .icon, .mobile .header .main-nav-toggle .icon {
    transform: rotateZ(180deg)
}

.compact.nav-toggled .header .main-nav-toggle .icon, .mobile.nav-toggled .header .main-nav-toggle .icon {
    transform: rotateZ(0)
}

.header .main-nav-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #9499a3
}

    .header .main-nav-toggle .icon-bar + .icon-bar {
        margin-top: 5px
    }

.header .main-nav-toggle:hover .icon-bar {
    background: #616670
}

.header .main-nav-toggle:focus {
    outline: none
}

.header .search-container {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    position: relative
}

    .header .search-container .icon {
        position: absolute;
        left: 2px;
        top: 10px;
        font-size: 18px;
        color: #afb3bb;
        cursor: pointer
    }

        .header .search-container .icon:hover {
            color: #EF553F;
        }

.theme-2 .header .search-container .icon:hover {
    color: #6dbd63
}

.theme-3 .header .search-container .icon:hover {
    color: #497cb1
}

.theme-4 .header .search-container .icon:hover {
    color: #ec6952
}

.header .search-container .icon.clear-search {
    left: auto;
    right: 0;
    display: none;
    cursor: pointer
}

.header .search-container .main-search-input-wrapper {
    padding-left: 0
}

.header .search-container .main-search-input {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 260px;
    vertical-align: middle
}

    .header .search-container .main-search-input:focus {
        border-color: #EF553F;
    }

.theme-2 .header .search-container .main-search-input:focus {
    border-color: #6dbd63
}

.theme-3 .header .search-container .main-search-input:focus {
    border-color: #497cb1
}

.theme-4 .header .search-container .main-search-input:focus {
    border-color: #ec6952
}

.header .navbar-tools {
    float: right
}

.header .utilities-container {
    float: left;
    display: inline-block;
    padding-top: 5px;
    margin-top: 5px
}

    .header .utilities-container .item {
        position: relative;
        margin-right: 15px;
        display: inline-block;
        float: left;
        margin-right: 25px
    }

        .header .utilities-container .item .dropdown-toggle:after {
            display: none;
            margin-left: 0
        }

    .header .utilities-container .icon {
        font-size: 22px;
        vertical-align: middle;
        cursor: pointer
    }

        .header .utilities-container .icon.pe-7s-mail {
            font-size: 26px
        }

        .header .utilities-container .icon.fs1 {
            top: 0
        }

        .header .utilities-container .icon.fa {
            top: 0
        }

    .header .utilities-container .badge {
        position: absolute;
        right: -8px;
        top: -5px
    }

    .header .utilities-container .item-notifications .dropdown-toggle {
        padding-bottom: 10px
    }

    .header .utilities-container .item-notifications .dropdown-menu {
        width: 320px;
        padding: 0;
        font-size: 12px
    }

        .header .utilities-container .item-notifications .dropdown-menu a {
            color: #616670
        }

            .header .utilities-container .item-notifications .dropdown-menu a:hover {
                color: #1C4748;
                text-decoration: none
            }

        .header .utilities-container .item-notifications .dropdown-menu .dropdown-footer a:hover {
            text-decoration: underline
        }

        .header .utilities-container .item-notifications .dropdown-menu .item {
            padding: 15px;
            padding-right: 60px;
            margin: 0;
            position: relative;
            border-bottom: 1px solid #f3f3f7;
            display: flex
        }

            .header .utilities-container .item-notifications .dropdown-menu .item:hover {
                background: #f9f9fb
            }

            .header .utilities-container .item-notifications .dropdown-menu .item .media-body .action {
                color: #1C4748;
                font-weight: 600
            }

            .header .utilities-container .item-notifications .dropdown-menu .item .profile img {
                width: 32px;
                height: 32px;
                margin-right: 16px
            }

            .header .utilities-container .item-notifications .dropdown-menu .item .meta {
                color: #797f8b;
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 11px
            }

        .header .utilities-container .item-notifications .dropdown-menu .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #eaeaf1;
            position: absolute;
            right: 0;
            top: -8px
        }

            .header .utilities-container .item-notifications .dropdown-menu .arrow:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                position: absolute;
                right: -8px;
                top: 1px
            }

    .header .utilities-container .item-messages .dropdown-toggle {
        padding-bottom: 10px
    }

    .header .utilities-container .item-messages .dropdown-menu {
        width: 320px;
        padding: 0;
        font-size: 12px
    }

        .header .utilities-container .item-messages .dropdown-menu a {
            color: #616670
        }

            .header .utilities-container .item-messages .dropdown-menu a:hover {
                color: #1C4748;
                text-decoration: none
            }

        .header .utilities-container .item-messages .dropdown-menu .dropdown-footer a:hover {
            text-decoration: underline
        }

        .header .utilities-container .item-messages .dropdown-menu .item {
            padding: 15px;
            padding-right: 60px;
            margin: 0;
            position: relative;
            border-bottom: 1px solid #f3f3f7
        }

            .header .utilities-container .item-messages .dropdown-menu .item.media {
                display: flex
            }

            .header .utilities-container .item-messages .dropdown-menu .item:hover {
                background: #f9f9fb
            }

            .header .utilities-container .item-messages .dropdown-menu .item .media-body .sender {
                color: #1C4748;
                font-weight: 600;
                display: block;
                margin-bottom: 3px
            }

            .header .utilities-container .item-messages .dropdown-menu .item .media-body .message-title {
                color: #1C4748;
                display: block
            }

            .header .utilities-container .item-messages .dropdown-menu .item .media-body .excerpt {
                display: block
            }

            .header .utilities-container .item-messages .dropdown-menu .item .profile img {
                width: 32px;
                height: 32px;
                margin-right: 16px
            }

            .header .utilities-container .item-messages .dropdown-menu .item .meta {
                color: #797f8b;
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 11px
            }

        .header .utilities-container .item-messages .dropdown-menu .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e6e6e6;
            position: absolute;
            right: 2px;
            top: -8px
        }

            .header .utilities-container .item-messages .dropdown-menu .arrow:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                position: absolute;
                right: -8px;
                top: 1px
            }

    .header .utilities-container .item-more .dropdown-toggle {
        padding-bottom: 10px
    }

    .header .utilities-container .item-more .dropdown-menu {
        width: 302px;
        padding: 0
    }

        .header .utilities-container .item-more .dropdown-menu .title {
            margin-top: 0;
            margin-bottom: 10px;
            padding: 15px;
            font-size: 14px;
            color: #616670;
            background: #f9f9fb;
            border-bottom: 1px solid #f3f3f7;
            text-align: center
        }

        .header .utilities-container .item-more .dropdown-menu .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e6e6e6;
            position: absolute;
            right: 2px;
            top: -8px
        }

            .header .utilities-container .item-more .dropdown-menu .arrow:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #f9f9fb;
                position: absolute;
                right: -8px;
                top: 1px
            }

        .header .utilities-container .item-more .dropdown-menu .more-list {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            overflow: hidden
        }

            .header .utilities-container .item-more .dropdown-menu .more-list > li {
                text-align: center;
                margin-bottom: 0;
                display: inline;
                font-size: 12px
            }

                .header .utilities-container .item-more .dropdown-menu .more-list > li > a {
                    color: #616670;
                    display: inline-block;
                    width: 100px;
                    height: 100px;
                    padding-top: 18px;
                    float: left;
                    overflow: hidden;
                    margin: 0
                }

                    .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
                        color: #EF553F;
                        ;
                        text-decoration: none
                    }

.theme-2 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
    color: #6dbd63
}

.theme-3 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
    color: #497cb1
}

.theme-4 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover {
    color: #ec6952
}

.header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
    color: #EF553F;
}

.theme-2 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
    color: #6dbd63
}

.theme-3 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
    color: #497cb1
}

.theme-4 .header .utilities-container .item-more .dropdown-menu .more-list > li > a:hover .icon {
    color: #ec6952
}

.header .utilities-container .item-more .dropdown-menu .more-list > li > a .icon {
    vertical-align: inherit;
    font-size: 38px;
    display: inline-block;
    margin-right: 0
}

.header .user-container {
    float: left;
    display: inline-block;
    margin-top: 5px
}

    .header .user-container .dropdown-toggle:after {
        display: inline-block;
        color: #9499a3;
        margin-left: 0
    }

    .header .user-container.dropdown {
        cursor: pointer
    }

    .header .user-container:hover img {
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9
    }

    .header .user-container:hover .fa-caret-down {
        color: #1C4748
    }

    .header .user-container img {
        width: 36px;
        height: 36px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .header .user-container .icon {
        font-size: 20px
    }

    .header .user-container .dropdown-menu {
        top: 10px !important;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        font-size: 12px
    }

        .header .user-container .dropdown-menu > li > a {
            padding: 10px 15px;
            color: #1C4748;
            display: block
        }

            .header .user-container .dropdown-menu > li > a:hover {
                background: #f9f9fb
            }

            .header .user-container .dropdown-menu > li > a .icon {
                vertical-align: middle;
                font-size: 20px;
                display: inline-block;
                margin-right: 5px
            }

        .header .user-container .dropdown-menu .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e6e6e6;
            position: absolute;
            right: 22px;
            top: -8px
        }

            .header .user-container .dropdown-menu .arrow:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                position: absolute;
                right: -8px;
                top: 1px
            }

.main-nav-wrapper {
    background: #1C4748;
    color: #fff;
    min-height: 100%;
    position: absolute;
    transition: width 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 180px
}

.compact:not(.nav-toggled) .main-nav-wrapper, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper {
    width: 40px
}

    .compact:not(.nav-toggled) .main-nav-wrapper .collapse, .compact:not(.nav-toggled) .main-nav-wrapper .collapsing, .compact:not(.nav-toggled) .main-nav-wrapper .in, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .collapse, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .collapsing, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .in {
        height: auto !important
    }

    .compact:not(.nav-toggled) .main-nav-wrapper a:hover + .sub-menu, .compact:not(.nav-toggled) .main-nav-wrapper .sub-menu:hover, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper a:hover + .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .sub-menu:hover {
        position: absolute;
        background-color: #31343a;
        display: block;
        z-index: 10
    }

        .compact:not(.nav-toggled) .main-nav-wrapper a:hover + .sub-menu .nav-label, .compact:not(.nav-toggled) .main-nav-wrapper .sub-menu:hover .nav-label, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper a:hover + .sub-menu .nav-label, .nav-toggled:not(.compact):not(.mobile) .main-nav-wrapper .sub-menu:hover .nav-label {
            display: block
        }

.mobile.nav-toggled .main-nav-wrapper {
    width: 40px
}

.mobile:not(.nav-toggled) .main-nav-wrapper {
    width: 0px
}

    .mobile:not(.nav-toggled) .main-nav-wrapper li {
        transform: translateX(-40px);
        transition: transform;
        color: #fff
    }

.main-nav-wrapper .main-nav ul {
    padding-left: 0
}

.main-nav-wrapper .main-nav li {
    list-style: none;
    display: block;
    font-size: 14px
}

    .main-nav-wrapper .main-nav li.mm-active a, .mobile .main-nav-wrapper .main-nav li a {
        background: #31343a;
        color: #fff
    }

    .main-nav-wrapper .main-nav li.divider {
        height: 1px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: rgba(255,255,255,0.1)
    }

    .main-nav-wrapper .main-nav li .nav-label + .label {
        margin-left: 5px
    }

    .main-nav-wrapper .main-nav li a {
        display: block;
        padding: 10px 0;
        padding-left: 10px;
        color: rgba(255,255,255,0.7);
        font-weight: 600;
        line-height: 1.5
    }

        .main-nav-wrapper .main-nav li a:hover {
            text-decoration: none;
            background: #31343a;
            color: #fff
        }

.mobile:not(.nav-toggled) .main-nav-wrapper .main-nav li a {
    padding-left: 0
}

.main-nav-wrapper .main-nav li a .icon {
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    top: -2px
}

.compact .main-nav-wrapper .main-nav li a .icon {
    margin-right: 0
}

.main-nav-wrapper .main-nav li .arrow {
    float: right;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: sub
}

.main-nav-wrapper .main-nav li .icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: sub
}

.main-nav-wrapper .main-nav li .badge {
    margin-left: 5px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 3px 7px
}

.main-nav-wrapper .main-nav li .sub-menu {
    overflow: hidden
}

    .main-nav-wrapper .main-nav li .sub-menu li a {
        font-size: 13px;
        padding: 10px 0;
        padding-left: 30px;
        color: rgba(255,255,255,0.6);
        border-left: 4px solid transparent;
        border-bottom: none
    }

        .main-nav-wrapper .main-nav li .sub-menu li a:hover {
            background: #26282c
        }

    .main-nav-wrapper .main-nav li .sub-menu li.mm-active a {
        color: #fff;
        border-left: 4px solid #EF553F;
        ;
        background: #26282c
    }

.theme-2 .main-nav-wrapper .main-nav li .sub-menu li.mm-active a {
    border-left-color: #6dbd63
}

.theme-3 .main-nav-wrapper .main-nav li .sub-menu li.mm-active a {
    border-left-color: #497cb1
}

.theme-4 .main-nav-wrapper .main-nav li .sub-menu li.mm-active a {
    border-left-color: #ec6952
}

.main-nav-wrapper .main-nav li .sub-menu li.mm-active.has-sub-menu-level2 a {
    border-left-color: transparent
}

.main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li a {
    color: rgba(255,255,255,0.5);
    padding-left: 55px
}

    .main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li a:hover {
        color: #fff
    }

.main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li.mm-active a {
    color: #fff;
    border-left: 4px solid #EF553F;
}

.theme-2 .main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li.mm-active a {
    border-left-color: #6dbd63
}

.theme-3 .main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li.mm-active a {
    border-left-color: #497cb1
}

.theme-4 .main-nav-wrapper .main-nav li .sub-menu li.mm-active .sub-menu-level2 li.mm-active a {
    border-left-color: #ec6952
}

.content-wrapper {
    background: #f9f9fb;
    /*margin-left: 180px;*/
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 60px;
    transition: margin 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    min-height: 1000px
}

.compact .content-wrapper {
    margin-left: 40px
}

.compact.nav-toggled .content-wrapper {
    margin-left: 180px
}

.mobile .content-wrapper {
    margin-left: 0
}

.nav-toggled.mobile .content-wrapper {
    margin-left: 40px
}

.nav-toggled:not(.compact):not(.mobile) .content-wrapper {
    margin-left: 40px
}

.content-wrapper .view-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600
}

.compact:not(.nav-toggled) .main-nav .nav-label, .compact:not(.nav-toggled) .main-nav .label, .compact:not(.nav-toggled) .main-nav li .badge, .compact:not(.nav-toggled) .main-nav .fa.arrow, .compact:not(.nav-toggled) .main-nav .sub-menu, .mobile.nav-toggled .main-nav .nav-label, .mobile.nav-toggled .main-nav .label, .mobile.nav-toggled .main-nav li .badge, .mobile.nav-toggled .main-nav .fa.arrow, .mobile.nav-toggled .main-nav .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav .nav-label, .nav-toggled:not(.compact):not(.mobile) .main-nav .label, .nav-toggled:not(.compact):not(.mobile) .main-nav li .badge, .nav-toggled:not(.compact):not(.mobile) .main-nav .fa.arrow, .nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu {
    display: none
}

.compact:not(.nav-toggled) .main-nav a, .mobile.nav-toggled .main-nav a, .nav-toggled:not(.compact):not(.mobile) .main-nav a {
    transition: none !important
}

.compact:not(.nav-toggled) .main-nav li .sub-menu li.active a, .mobile.nav-toggled .main-nav li .sub-menu li.active a, .nav-toggled:not(.compact):not(.mobile) .main-nav li .sub-menu li.active a {
    background-color: #31343a;
    border-left: none;
    color: rgba(255,255,255,0.5);
    padding-left: 34px
}

.compact:not(.nav-toggled) .main-nav ul, .mobile.nav-toggled .main-nav ul, .nav-toggled:not(.compact):not(.mobile) .main-nav ul {
    overflow: visible
}

.compact:not(.nav-toggled) .main-nav .sub-menu, .mobile.nav-toggled .main-nav .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu {
    position: absolute;
    width: 180px;
    z-index: 10;
    left: 40px;
    margin-top: -44px
}

    .compact:not(.nav-toggled) .main-nav .sub-menu .sub-menu, .mobile.nav-toggled .main-nav .sub-menu .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav .sub-menu .sub-menu {
        display: none;
        left: 180px
    }

.compact:not(.nav-toggled) .main-nav li:hover > .sub-menu, .mobile.nav-toggled .main-nav li:hover > .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav li:hover > .sub-menu {
    display: block
}

    .compact:not(.nav-toggled) .main-nav li:hover > .sub-menu li:hover > .sub-menu, .mobile.nav-toggled .main-nav li:hover > .sub-menu li:hover > .sub-menu, .nav-toggled:not(.compact):not(.mobile) .main-nav li:hover > .sub-menu li:hover > .sub-menu {
        display: block
    }

.mobile .main-nav ul.sub-menu > li .nav-label {
    display: block !important
}

.mobile .main-nav .collapse, .mobile .main-nav .collapsing, .mobile .main-nav .in {
    height: auto !important
}

.nav-filter {
    cursor: pointer
}

.layout-no-leftnav {
    background: #f9f9fb
}

    .layout-no-leftnav .header {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto
    }

.site-footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-left: 180px;
    padding: 15px;
    border-top: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1)
}

    .site-footer .copyright {
        color: #a2a6af
    }

.flot-x-axis, .flot-y-axis {
    fill: #616670;
    font-size: 14px
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding: 15px
    }

    .content-wrapper {
        padding-top: 15px;
        border-left: 0
    }

        .content-wrapper .view-title {
            max-width: 250px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 260px;
            font-size: 16px
        }

    .header .main-nav-toggle {
        margin-left: 5px
    }

    .header #tour-trigger {
        display: none
    }

    .header .utilities-container .dropdown-menu, .header .utilities-container .item-notifications .dropdown-menu {
        position: fixed !important;
        width: 100% !important;
        top: 70px !important;
        left: 0 !important;
        transform: none !important
    }

        .header .utilities-container .dropdown-menu .arrow {
            display: none !important
        }

    .header .search-container {
        position: static
    }

        .header .search-container .icon.fa-search {
            position: relative
        }

        .header .search-container .icon.clear-search {
            right: 15px;
            top: 15px;
            color: #1C4748
        }

        .header .search-container .main-search-input-wrapper {
            display: none;
            position: absolute;
            left: 0px;
            top: 80px;
            width: 100%
        }

        .header .search-container .main-search-input {
            border-color: #f0f0f0;
            background: #f0f0f0;
            margin-top: 0;
            padding: 15px;
            height: 50px;
            width: 100%
        }

            .header .search-container .main-search-input:focus {
                background: #e8e8e8;
                border-color: #e8e8e8
            }
}

.masonry-container {
    position: relative
}

.cursor-pointer {
    cursor: pointer
}

.no-overflow {
    overflow: hidden
}

.text-highlight {
    color: #EF553F;
}

.theme-2 .text-highlight {
    color: #6dbd63
}

.theme-3 .text-highlight {
    color: #497cb1
}

.theme-4 .text-highlight {
    color: #ec6952
}

.margin-bottom-lg {
    margin-bottom: 60px
}

.side-panel {
    position: fixed;
    right: -320px;
    width: 320px;
    top: 0;
    height: 100%;
    min-height: 100%;
    background: #fff;
    z-index: 30;
    will-change: transform;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5)
}

    .side-panel.side-panel-open {
        transform: translateX(-320px)
    }

    .side-panel .side-panel-inner {
        position: relative;
        padding: 15px
    }

    .side-panel .close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 28px;
        font-weight: 400;
        margin: 0;
        text-shadow: none
    }

    .side-panel .title {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #f3f3f3
    }

        .side-panel .title .fa {
            display: inline-block;
            color: #a2a6af;
            margin-right: 8px
        }

    .side-panel .item {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f3f3f3;
        min-height: 50px
    }

    .side-panel .time-stamp {
        margin-top: 5px;
        color: #a2a6af;
        font-size: 12px
    }

    .side-panel .symbol-holder {
        position: absolute;
        left: 0;
        top: 15px;
        width: 36px
    }

    .side-panel .user-profile {
        width: 36px;
        height: 36px
    }

    .side-panel .content-holder {
        margin-left: 46px
    }

    .side-panel .subject-line {
        color: #616670;
        font-size: 0.8125rem
    }

    .side-panel .name {
        font-weight: bold;
        color: #1C4748
    }

    .side-panel .excerpt {
        color: #a2a6af;
        font-size: 0.8125rem
    }

.module-wrapper {
    margin-bottom: 30px
}

.module {
    border: 1px solid #f3f3f3;
    border-bottom-width: 2px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .module.module-no-heading .module-content-inner {
        padding-top: 0
    }

    .module.module-has-footer .module-inner {
        padding-bottom: 0
    }

    .module .module-inner {
        padding: 30px
    }

    .module .module-content-has-chart {
        padding-bottom: 30px
    }

    .module .collapse-module > .icon {
        transition: all ease 0.2s;
        display: inline-block
    }

    .module.collapsed .collapse-module > .icon {
        transform: rotateZ(180deg)
    }

    .module .module-heading {
        border-bottom: 1px solid #f3f3f7;
        padding-bottom: 15px;
        position: relative
    }

        .module .module-heading .module-title {
            font-size: 16px;
            font-weight: 600;
            margin: 0
        }

        .module .module-heading .actions {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 1
        }

            .module .module-heading .actions .more-link {
                position: absolute;
                right: 50px;
                top: 3px;
                font-size: 14px
            }

                .module .module-heading .actions .more-link .dropdown-toggle:after {
                    display: none
                }

                .module .module-heading .actions .more-link .dropdown-menu {
                    margin-top: 10px
                }

                    .module .module-heading .actions .more-link .dropdown-menu .dropdown-item {
                        padding: .5rem 16px;
                        color: #1C4748;
                        display: block;
                        font-size: 14px
                    }

                    .module .module-heading .actions .more-link .dropdown-menu .dropdown-divider {
                        margin: 4px 0;
                        border-color: #f3f3f3
                    }

                .module .module-heading .actions .more-link .arrow {
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: 8px solid #dadae7;
                    position: absolute;
                    right: 8px;
                    top: -8px
                }

                    .module .module-heading .actions .more-link .arrow:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        border-left: 8px solid transparent;
                        border-right: 8px solid transparent;
                        border-bottom: 8px solid #fff;
                        position: absolute;
                        right: -8px;
                        top: 1px
                    }

            .module .module-heading .actions li {
                vertical-align: middle;
                display: inline-block
            }

                .module .module-heading .actions li:not(:last-child) {
                    margin-right: 0.5rem
                }

                .module .module-heading .actions li a {
                    color: #9499a3
                }

                    .module .module-heading .actions li a:hover {
                        color: #616670;
                        text-decoration: none
                    }

                .module .module-heading .actions li .icon {
                    font-size: 18px
                }

    .module .module-content-header .title {
        margin-top: 0;
        margin-bottom: 0
    }

    .module .module-content-inner {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .module .module-content {
        font-size: 14px
    }

        .module .module-content h4.has-divider {
            border-bottom: 1px dotted #f3f3f7;
            padding-bottom: 5px;
            margin-bottom: 15px
        }

        .module .module-content .dropdown-menu li {
            margin-bottom: 0
        }

        .module .module-content .dropdown-menu > li > a {
            padding: 5px 20px
        }

        .module .module-content .list li {
            margin-bottom: 10px
        }

        .module .module-content .list ul, .module .module-content .list ol {
            margin-top: 10px
        }

        .module .module-content dl dd {
            margin-bottom: 10px
        }

        .module .module-content blockquote {
            font-size: 16px
        }

        .module .module-content .module-content-inner .custom-quote {
            border-left: 3px solid #bbe4eb;
            padding-left: 30px
        }

            .module .module-content .module-content-inner .custom-quote .fa, .module .module-content .module-content-inner .custom-quote .far {
                color: #EF553F;
                ;
                padding-right: 10px
            }

.theme-2 .module .module-content .module-content-inner .custom-quote .fa, .theme-2 .module .module-content .module-content-inner .custom-quote .far {
    color: #6dbd63
}

.theme-3 .module .module-content .module-content-inner .custom-quote .fa, .theme-3 .module .module-content .module-content-inner .custom-quote .far {
    color: #497cb1
}

.theme-4 .module .module-content .module-content-inner .custom-quote .fa, .theme-4 .module .module-content .module-content-inner .custom-quote .far {
    color: #ec6952
}

.theme-2 .module .module-content .module-content-inner .custom-quote {
    border-color: #d2eacf
}

.theme-3 .module .module-content .module-content-inner .custom-quote {
    border-color: #b3c9e0
}

.theme-4 .module .module-content .module-content-inner .custom-quote {
    border-color: #fbe1dc
}

.module .module-footer {
    background: #fff;
    border-top: 1px solid #f3f3f7;
    padding: 15px;
    font-size: 13px
}

    .module .module-footer a {
        color: #9499a3
    }

        .module .module-footer a:hover {
            color: #EF553F;
        }

.theme-2 .module .module-footer a:hover {
    color: #6dbd63
}

.theme-3 .module .module-footer a:hover {
    color: #497cb1
}

.theme-4 .module .module-footer a:hover {
    color: #ec6952
}

.module .module-footer .meta {
    margin-bottom: 0;
    color: #868c97;
    font-size: 12px
}

.module .module-footer .shortcuts {
    margin-bottom: 0
}

    .module .module-footer .shortcuts li {
        position: relative;
        margin-right: 1.5rem
    }

        .module .module-footer .shortcuts li:before {
            position: absolute;
            background-color: #eaeaf1;
            border-radius: 50%;
            content: "";
            line-height: 1;
            width: 6px;
            height: 6px;
            top: 6px;
            left: -15px
        }

        .module .module-footer .shortcuts li:first-child:before {
            display: none
        }

.module .close-module, .module .collapse-module {
    cursor: pointer
}

.module-placeholder {
    opacity: 0.5;
    border-style: dashed;
    border-width: 2px
}

.module-draggable .module-heading {
    cursor: move
}

@media (max-width: 767px) {
    .module .module-inner {
        padding: 30px 15px
    }

    .module .module-heading {
        padding-bottom: 15px
    }
}

p {
    margin-bottom: 15px;
    line-height: 1.5
}

a {
    color: #B84236;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.theme-2 a {
    color: #5cb551
}

.theme-3 a {
    color: #426f9f
}

.theme-4 a {
    color: #e9553b
}

a:hover {
    text-decoration: underline;
    color: #3197a9
}

.theme-2 a:hover {
    color: #51a746
}

.theme-3 a:hover {
    color: #3a638d
}

.theme-4 a:hover {
    color: #e74124
}

a:active {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

h1, .h1 {
    font-size: 28px
}

h2, .h2 {
    font-size: 24px
}

h3, .h3 {
    font-size: 18px
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 13px
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        color: #616670
    }

.list-custom-style .fa, .list-custom-style .far {
    margin-right: 5px
}

.list-custom-style li {
    list-style: none
}

.list-inline .fa, .list-inline .far {
    margin-right: 5px
}

.text-muted {
    color: #797f8b
}

.text-primary {
    color: #EF553F
}

.text-theme {
    color: #EF553F;
}

.theme-2 .text-theme {
    color: #6dbd63
}

.theme-3 .text-theme {
    color: #497cb1
}

.theme-4 .text-theme {
    color: #ec6952
}

.text-success {
    color: #75c181 !important
}

.text-info {
    color: #58bbee !important
}

.text-warning {
    color: #F8A13F !important
}

.text-danger {
    color: #f4503b !important
}

.text-pink {
    color: #EA5395
}

.text-purple {
    color: #8A40A7
}

.text-yellow {
    color: #F2B542
}

.bg-success {
    background-color: #75c181 !important
}

.bg-info {
    background-color: #58bbee !important
}

.bg-warning {
    background-color: #F8A13F !important
}

.bg-danger {
    background-color: #f4503b !important
}

.bg-theme {
    background-color: #EF553F;
    color: #fff
}

.theme-2 .bg-theme {
    background-color: #6dbd63
}

.theme-3 .bg-theme {
    background-color: #497cb1
}

.theme-4 .bg-theme {
    background-color: #ec6952
}

.bg-pink {
    background-color: #EA5395;
    color: #fff
}

.bg-purple {
    background-color: #8A40A7;
    color: #fff
}

.bg-yellow {
    background-color: #F2B542;
    color: #fff
}

.bg-gray-light {
    background-color: var(--gray-light)
}

.bg-teal-dark {
    background-color: var(--teal-dark)
}

.highlight-border {
    border-color: #EF553F;
}

.theme-2 .highlight-border {
    border-color: #6dbd63
}

.theme-3 .highlight-border {
    border-color: #497cb1
}

.theme-4 .highlight-border {
    border-color: #ec6952
}

.btn, a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5
}

    .btn .fa, a.btn .fa {
        margin-right: 5px
    }

.btn-oval {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none
}

.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.btn-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0
}

    .btn-circle .fa, .btn-circle .far, .btn-circle .fab {
        margin-right: 0;
        font-size: 14px
    }

    .btn-circle .pe-icon {
        font-size: 18px;
        padding-top: 3px;
        font-weight: bold
    }

    .btn-circle .fs1 {
        font-size: 16px;
        padding-top: 3px;
        font-weight: bold;
        line-height: 1.3
    }

.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
    padding: 8px 16px
}

.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
    padding: 4px 8px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 2px 4px
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 11px
}

.btn-xs {
    font-size: 10px
}

.btn-default {
    background: #fff;
    border: 1px solid #e6e7ea;
    color: #a2a6af
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default.hover {
        border-color: #e6e7ea;
        color: #6c727e;
        background: #f9f9fb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.theme-2 .btn-default {
    color: #a2a6af
}

    .theme-2 .btn-default:hover, .theme-2 .btn-default:focus, .theme-2 .btn-default:active, .theme-2 .btn-default.active, .theme-2 .btn-default.focus, .theme-2 .btn-default.hover {
        color: #6c727e
    }

.theme-3 .btn-default {
    color: #a2a6af
}

    .theme-3 .btn-default:hover, .theme-3 .btn-default:focus, .theme-3 .btn-default:active, .theme-3 .btn-default.active, .theme-3 .btn-default.focus, .theme-3 .btn-default.hover {
        color: #6c727e
    }

.theme-4 .btn-default {
    color: #a2a6af
}

    .theme-4 .btn-default:hover, .theme-4 .btn-default:focus, .theme-4 .btn-default:active, .theme-4 .btn-default.active, .theme-4 .btn-default.focus, .theme-4 .btn-default.hover {
        color: #6c727e
    }

.open > .dropdown-toggle.btn-default {
    border-color: #e6e7ea
}

    .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:active, .open > .dropdown-toggle.btn-default:hover {
        border-color: #e6e7ea;
        background: #f9f9fb;
        box-shadow: none
    }

.btn-primary {
    background: #EF553F;
    border: 1px solid #EF553F;
    color: #fff
}

.theme-2 .btn-primary {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .btn-primary {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .btn-primary {
    background: #ec6952;
    border-color: #ec6952
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, .btn-primary.active:hover {
    background: #B84236;
    color: #fff;
    border: 1px solid #B84236
}

.theme-2 .btn-primary:hover, .theme-2 .btn-primary:focus, .theme-2 .btn-primary:active, .theme-2 .btn-primary.active, .theme-2 .btn-primary.hover, .theme-2 .btn-primary.active:hover {
    background: #5cb551;
    border-color: #5cb551
}

.theme-3 .btn-primary:hover, .theme-3 .btn-primary:focus, .theme-3 .btn-primary:active, .theme-3 .btn-primary.active, .theme-3 .btn-primary.hover, .theme-3 .btn-primary.active:hover {
    background: #426f9f;
    border-color: #426f9f
}

.theme-4 .btn-primary:hover, .theme-4 .btn-primary:focus, .theme-4 .btn-primary:active, .theme-4 .btn-primary.active, .theme-4 .btn-primary.hover, .theme-4 .btn-primary.active:hover {
    background: #e9553b;
    border-color: #e9553b
}

.btn-success {
    background: #75c181;
    border: 1px solid #75c181;
    color: #fff
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.hover {
        background: #63b971;
        border: 1px solid #63b971;
        color: #fff
    }

.btn-info {
    background: #58bbee;
    border: 1px solid #58bbee;
    color: #fff
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.hover {
        background: #41b2ec;
        order: 1px solid #41b2ec;
        color: #fff
    }

.btn-warning {
    background: #F8A13F;
    border: 1px solid #F8A13F;
    color: #fff
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.hover {
        background: #f79526;
        border: 1px solid #f79526;
        color: #fff
    }

.btn-danger {
    background: #f4503b;
    border: 1px solid #f4503b;
    color: #fff
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.hover {
        background: #f33a23;
        border: 1px solid #f33a23;
        color: #fff
    }

.btn-pink {
    background: #EA5395;
    border: 1px solid #EA5395;
    color: #fff
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.hover {
        background: #e73c87;
        border: 1px solid #e73c87;
        color: #fff
    }

.btn-purple {
    background: #8A40A7;
    border: 1px solid #8A40A7;
    color: #fff
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.hover {
        background: #7b3995;
        border: 1px solid #7b3995;
        color: #fff
    }

.btn-yellow {
    background: #F2B542;
    border: 1px solid #F2B542;
    color: #fff
}

    .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .btn-yellow.hover {
        background: #f0ac2a;
        border: 1px solid #f0ac2a;
        color: #fff
    }

.btn-link {
    color: #EF553F;
}

.theme-2 .btn-link {
    color: #6dbd63
}

.theme-3 .btn-link {
    color: #497cb1
}

.theme-4 .btn-link {
    color: #ec6952
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.hover {
    color: #3197a9
}

.theme-2 .btn-link:hover, .theme-2 .btn-link:focus, .theme-2 .btn-link:active, .theme-2 .btn-link.active, .theme-2 .btn-link.hover {
    color: #51a746
}

.theme-3 .btn-link:hover, .theme-3 .btn-link:focus, .theme-3 .btn-link:active, .theme-3 .btn-link.active, .theme-3 .btn-link.hover {
    color: #3a638d
}

.theme-4 .btn-link:hover, .theme-4 .btn-link:focus, .theme-4 .btn-link:active, .theme-4 .btn-link.active, .theme-4 .btn-link.hover {
    color: #e74124
}

.btn-default-alt {
    background: #616670;
    border: 1px solid #616670;
    color: #fff
}

    .btn-default-alt:hover, .btn-default-alt:focus, .btn-default-alt:active, .btn-default-alt.active, .btn-default-alt.hover {
        background: #1C4748;
        color: #fff;
        border: 1px solid #1C4748
    }

.btn-primary-alt {
    background: none;
    border: 1px solid #EF553F;
    ;
    color: #EF553F;
}

.theme-2 .btn-primary-alt {
    color: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .btn-primary-alt {
    color: #497cb1;
    border-color: #497cb1
}

.theme-4 .btn-primary-alt {
    color: #ec6952;
    border-color: #ec6952
}

.btn-primary-alt:hover, .btn-primary-alt:focus, .btn-primary-alt:active, .btn-primary-alt.active, .btn-primary-alt.hover {
    border-color: #EF553F;
    ;
    background: #EF553F;
    ;
    color: #fff
}

.theme-2 .btn-primary-alt:hover, .theme-2 .btn-primary-alt:focus, .theme-2 .btn-primary-alt:active, .theme-2 .btn-primary-alt.active, .theme-2 .btn-primary-alt.hover {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .btn-primary-alt:hover, .theme-3 .btn-primary-alt:focus, .theme-3 .btn-primary-alt:active, .theme-3 .btn-primary-alt.active, .theme-3 .btn-primary-alt.hover {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .btn-primary-alt:hover, .theme-4 .btn-primary-alt:focus, .theme-4 .btn-primary-alt:active, .theme-4 .btn-primary-alt.active, .theme-4 .btn-primary-alt.hover {
    background: #ec6952;
    border-color: #ec6952
}

.btn-success-alt {
    background: none;
    border: 1px solid #75c181;
    color: #75c181
}

    .btn-success-alt:hover, .btn-success-alt:focus, .btn-success-alt.active, .btn-success-alt.hover {
        border-color: #75c181;
        background: #75c181;
        color: #fff
    }

.btn-info-alt {
    background: none;
    border: 1px solid #58bbee;
    color: #58bbee
}

    .btn-info-alt:hover, .btn-info-alt:focus, .btn-info-alt.active, .btn-info-alt.hover {
        border-color: #58bbee;
        background: #58bbee;
        color: #fff
    }

.btn-warning-alt {
    background: none;
    border: 1px solid #F8A13F;
    color: #F8A13F
}

    .btn-warning-alt:hover, .btn-warning-alt:focus, .btn-warning-alt.active, .btn-warning-alt.hover {
        border-color: #F8A13F;
        background: #F8A13F;
        color: #fff
    }

.btn-danger-alt {
    background: none;
    border: 1px solid #f4503b;
    color: #f4503b
}

    .btn-danger-alt:hover, .btn-danger-alt:focus, .btn-danger-alt.active, .btn-danger-alt.hover {
        border-color: #f4503b;
        background: #f4503b;
        color: #fff
    }

.btn-pink-alt {
    background: none;
    border: 1px solid #EA5395;
    color: #EA5395
}

    .btn-pink-alt:hover, .btn-pink-alt:focus, .btn-pink-alt.active, .btn-pink-alt.hover {
        border-color: #EA5395;
        background: #EA5395;
        color: #fff
    }

.btn-purple-alt {
    background: none;
    border: 1px solid #8A40A7;
    color: #8A40A7
}

    .btn-purple-alt:hover, .btn-purple-alt:focus, .btn-purple-alt.active, .btn-purple-alt.hover {
        border-color: #8A40A7;
        background: #8A40A7;
        color: #fff
    }

.btn-yellow-alt {
    background: none;
    border: 1px solid #F2B542;
    color: #F2B542
}

    .btn-yellow-alt:hover, .btn-yellow-alt:focus, .btn-yellow-alt.active, .btn-yellow-alt.hover {
        border-color: #F2B542;
        background: #F2B542;
        color: #fff
    }

.open > .dropdown-toggle.btn-default-alt {
    background: #1C4748;
    border-color: #1C4748;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.open > .dropdown-toggle.btn-primary {
    background: #B84236;
    border-color: #B84236;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.theme-2 .open > .dropdown-toggle.btn-primary {
    background: #5cb551;
    border-color: #5cb551
}

.theme-3 .open > .dropdown-toggle.btn-primary {
    background: #426f9f;
    border-color: #426f9f
}

.theme-4 .open > .dropdown-toggle.btn-primary {
    background: #e9553b;
    border-color: #e9553b
}

.open > .dropdown-toggle.btn-success {
    background: #63b971;
    border-color: #63b971;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.open > .dropdown-toggle.btn-info {
    background: #41b2ec;
    border-color: #41b2ec;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.open > .dropdown-toggle.btn-warning {
    background: #f79526;
    border-color: #f79526;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.open > .dropdown-toggle.btn-danger {
    background: #f33a23;
    border-color: #f33a23;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    color: #fff
}

.btn-default-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #616670;
    -webkit-box-shadow: 0px 4px 0px #1C4748;
    -moz-box-shadow: 0px 4px 0px #1C4748;
    box-shadow: 0px 4px 0px #1C4748;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-default-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #555963;
        background: #6c727e;
        color: #fff
    }

    .btn-default-3d:focus {
        background: #797f8b;
        color: #fff
    }

    .btn-default-3d:active {
        box-shadow: 0px 2px 0px #555963;
        color: #fff
    }

.btn-primary-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #EF553F;
    ;
    -webkit-box-shadow: 0px 4px 0px #3197a9;
    -moz-box-shadow: 0px 4px 0px #3197a9;
    box-shadow: 0px 4px 0px #3197a9;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

.theme-2 .btn-primary-3d {
    background: #6dbd63;
    -webkit-box-shadow: 0px 4px 0px #51a746;
    -moz-box-shadow: 0px 4px 0px #51a746;
    box-shadow: 0px 4px 0px #51a746
}

.theme-3 .btn-primary-3d {
    background: #497cb1;
    -webkit-box-shadow: 0px 4px 0px #3a638d;
    -moz-box-shadow: 0px 4px 0px #3a638d;
    box-shadow: 0px 4px 0px #3a638d
}

.theme-4 .btn-primary-3d {
    background: #ec6952;
    -webkit-box-shadow: 0px 4px 0px #e74124;
    -moz-box-shadow: 0px 4px 0px #e74124;
    box-shadow: 0px 4px 0px #e74124
}

.btn-primary-3d:hover {
    top: 2px;
    box-shadow: 0px 2px 0px #B84236;
    background: #58bdcf;
    color: #fff
}

.theme-2 .btn-primary-3d:hover {
    background: #7ec575;
    box-shadow: 0px 2px 0px #5cb551
}

.theme-3 .btn-primary-3d:hover {
    background: #5989bb;
    box-shadow: 0px 2px 0px #426f9f
}

.theme-4 .btn-primary-3d:hover {
    background: #ef7d69;
    box-shadow: 0px 2px 0px #e9553b
}

.btn-primary-3d:focus {
    background: #6cc5d4;
    color: #fff
}

.theme-2 .btn-primary-3d:focus {
    background: #8fcc87
}

.theme-3 .btn-primary-3d:focus {
    background: #6b96c2
}

.theme-4 .btn-primary-3d:focus {
    background: #f19180
}

.btn-primary-3d:active {
    box-shadow: 0px 2px 0px #B84236;
    color: #fff
}

.theme-2 .btn-primary-3d:active {
    box-shadow: 0px 2px 0px #5cb551
}

.theme-3 .btn-primary-3d:active {
    box-shadow: 0px 2px 0px #426f9f
}

.theme-4 .btn-primary-3d:active {
    box-shadow: 0px 2px 0px #e9553b
}

.btn-success-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #75c181;
    -webkit-box-shadow: 0px 4px 0px #52b161;
    -moz-box-shadow: 0px 4px 0px #52b161;
    box-shadow: 0px 4px 0px #52b161;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-success-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #63b971;
        background: #87c991;
        color: #fff
    }

    .btn-success-3d:focus {
        background: #98d1a1;
        color: #fff
    }

    .btn-success-3d:active {
        box-shadow: 0px 2px 0px #63b971;
        color: #fff
    }

.btn-info-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #58bbee;
    -webkit-box-shadow: 0px 4px 0px #2aa8e9;
    -moz-box-shadow: 0px 4px 0px #2aa8e9;
    box-shadow: 0px 4px 0px #2aa8e9;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-info-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #41b2ec;
        background: #6fc4f0;
        color: #fff
    }

    .btn-info-3d:focus {
        background: #86cef3;
        color: #fff
    }

    .btn-info-3d:active {
        box-shadow: 0px 2px 0px #41b2ec;
        color: #fff
    }

.btn-warning-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #F8A13F;
    -webkit-box-shadow: 0px 4px 0px #f6890e;
    -moz-box-shadow: 0px 4px 0px #f6890e;
    box-shadow: 0px 4px 0px #f6890e;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-warning-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #f79526;
        background: #f9ad58;
        color: #fff
    }

    .btn-warning-3d:focus {
        background: #fab970;
        color: #fff
    }

    .btn-warning-3d:active {
        box-shadow: 0px 2px 0px #f79526;
        color: #fff
    }

.btn-danger-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #f4503b;
    -webkit-box-shadow: 0px 4px 0px #ef270d;
    -moz-box-shadow: 0px 4px 0px #ef270d;
    box-shadow: 0px 4px 0px #ef270d;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-danger-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #f33a23;
        background: #f56653;
        color: #fff
    }

    .btn-danger-3d:focus {
        background: #f77b6b;
        color: #fff
    }

    .btn-danger-3d:active {
        box-shadow: 0px 2px 0px #f33a23;
        color: #fff
    }

.btn-pink-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #EA5395;
    -webkit-box-shadow: 0px 4px 0px #e42679;
    -moz-box-shadow: 0px 4px 0px #e42679;
    box-shadow: 0px 4px 0px #e42679;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-pink-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #e73c87;
        background: #ed6aa3;
        color: #fff
    }

    .btn-pink-3d:focus {
        background: #f080b1;
        color: #fff
    }

    .btn-pink-3d:active {
        box-shadow: 0px 2px 0px #e73c87;
        color: #fff
    }

.btn-purple-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #8A40A7;
    -webkit-box-shadow: 0px 4px 0px #6c3282;
    -moz-box-shadow: 0px 4px 0px #6c3282;
    box-shadow: 0px 4px 0px #6c3282;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-purple-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #7b3995;
        background: #9948b9;
        color: #fff
    }

    .btn-purple-3d:focus {
        background: #a35ac0;
        color: #fff
    }

    .btn-purple-3d:active {
        box-shadow: 0px 2px 0px #7b3995;
        color: #fff
    }

.btn-yellow-3d {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    background: #F2B542;
    -webkit-box-shadow: 0px 4px 0px #efa212;
    -moz-box-shadow: 0px 4px 0px #efa212;
    box-shadow: 0px 4px 0px #efa212;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold
}

    .btn-yellow-3d:hover {
        top: 2px;
        box-shadow: 0px 2px 0px #f0ac2a;
        background: #f4be5a;
        color: #fff
    }

    .btn-yellow-3d:focus {
        background: #f5c872;
        color: #fff
    }

    .btn-yellow-3d:active {
        box-shadow: 0px 2px 0px #f0ac2a;
        color: #fff
    }

.btn-single-icon {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
    padding-top: 3px
}

    .btn-single-icon .fa {
        font-size: 16px;
        margin-right: 0
    }

.social-btn {
    color: #fff;
    min-width: 220px;
    text-align: left
}

    .social-btn:hover, .social-btn:focus {
        color: #fff
    }

    .social-btn .fab {
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-right: 10px;
        border-right: 1px solid rgba(0,0,0,0.05);
        padding-right: 10px;
        width: 30px
    }

.twitter-btn {
    background: #55acee
}

    .twitter-btn:hover {
        background: #2795e9
    }

.facebook-btn {
    background: #3b5998
}

    .facebook-btn:hover {
        background: #2d4373
    }

.google-btn {
    background: #dd4b39
}

    .google-btn:hover {
        background: #c23321
    }

.github-btn {
    background: #444
}

    .github-btn:hover {
        background: #2b2a2a
    }

.btn-group.open .dropdown-toggle {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

    .btn-group.open .dropdown-toggle.btn-default {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.btn-group > .btn + .dropdown-toggle.btn-default-alt {
    background: #555963;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-default-alt:hover {
        background: #1C4748
    }

.btn-group > .btn + .dropdown-toggle.btn-primary {
    background: #B84236;
    color: #fff
}

.theme-2 .btn-group > .btn + .dropdown-toggle.btn-primary {
    background: #5cb551
}

.theme-3 .btn-group > .btn + .dropdown-toggle.btn-primary {
    background: #426f9f
}

.theme-4 .btn-group > .btn + .dropdown-toggle.btn-primary {
    background: #e9553b
}

.btn-group > .btn + .dropdown-toggle.btn-primary:hover {
    background: #3197a9
}

.theme-2 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
    background: #51a746
}

.theme-3 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
    background: #3a638d
}

.theme-4 .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
    background: #e74124
}

.btn-group > .btn + .dropdown-toggle.btn-success {
    background: #63b971;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-success:hover {
        background: #52b161
    }

.btn-group > .btn + .dropdown-toggle.btn-info {
    background: #41b2ec;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-info:hover {
        background: #2aa8e9
    }

.btn-group > .btn + .dropdown-toggle.btn-warning {
    background: #f79526;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-warning:hover {
        background: #f6890e
    }

.btn-group > .btn + .dropdown-toggle.btn-danger {
    background: #f33a23;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-danger:hover {
        background: #ef270d
    }

.btn-group > .btn + .dropdown-toggle.btn-pink {
    background: #e73c87;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-pink:hover {
        background: #e42679
    }

.btn-group > .btn + .dropdown-toggle.btn-purple {
    background: #7b3995;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-purple:hover {
        background: #6c3282
    }

.btn-group > .btn + .dropdown-toggle.btn-yellow {
    background: #f0ac2a;
    color: #fff
}

    .btn-group > .btn + .dropdown-toggle.btn-yellow:hover {
        background: #efa212
    }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background: #f9f9fb;
    color: #9499a3
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #EF553F;
    ;
    border: 1px solid #EF553F;
}

.theme-2 .btn-primary.disabled, .theme-2 .btn-primary.disabled.active, .theme-2 .btn-primary.disabled.focus, .theme-2 .btn-primary.disabled:active, .theme-2 .btn-primary.disabled:focus, .theme-2 .btn-primary.disabled:hover, .theme-2 .btn-primary[disabled], .theme-2 .btn-primary[disabled].active, .theme-2 .btn-primary[disabled].focus, .theme-2 .btn-primary[disabled]:active, .theme-2 .btn-primary[disabled]:focus, .theme-2 .btn-primary[disabled]:hover, .theme-2 fieldset[disabled] .btn-primary, .theme-2 fieldset[disabled] .btn-primary.active, .theme-2 fieldset[disabled] .btn-primary.focus, .theme-2 fieldset[disabled] .btn-primary:active, .theme-2 fieldset[disabled] .btn-primary:focus, .theme-2 fieldset[disabled] .btn-primary:hover {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .btn-primary.disabled, .theme-3 .btn-primary.disabled.active, .theme-3 .btn-primary.disabled.focus, .theme-3 .btn-primary.disabled:active, .theme-3 .btn-primary.disabled:focus, .theme-3 .btn-primary.disabled:hover, .theme-3 .btn-primary[disabled], .theme-3 .btn-primary[disabled].active, .theme-3 .btn-primary[disabled].focus, .theme-3 .btn-primary[disabled]:active, .theme-3 .btn-primary[disabled]:focus, .theme-3 .btn-primary[disabled]:hover, .theme-3 fieldset[disabled] .btn-primary, .theme-3 fieldset[disabled] .btn-primary.active, .theme-3 fieldset[disabled] .btn-primary.focus, .theme-3 fieldset[disabled] .btn-primary:active, .theme-3 fieldset[disabled] .btn-primary:focus, .theme-3 fieldset[disabled] .btn-primary:hover {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .btn-primary.disabled, .theme-4 .btn-primary.disabled.active, .theme-4 .btn-primary.disabled.focus, .theme-4 .btn-primary.disabled:active, .theme-4 .btn-primary.disabled:focus, .theme-4 .btn-primary.disabled:hover, .theme-4 .btn-primary[disabled], .theme-4 .btn-primary[disabled].active, .theme-4 .btn-primary[disabled].focus, .theme-4 .btn-primary[disabled]:active, .theme-4 .btn-primary[disabled]:focus, .theme-4 .btn-primary[disabled]:hover, .theme-4 fieldset[disabled] .btn-primary, .theme-4 fieldset[disabled] .btn-primary.active, .theme-4 fieldset[disabled] .btn-primary.focus, .theme-4 fieldset[disabled] .btn-primary:active, .theme-4 fieldset[disabled] .btn-primary:focus, .theme-4 fieldset[disabled] .btn-primary:hover {
    background: #ec6952;
    border-color: #ec6952
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background: #75c181;
    border: 1px solid #75c181
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background: #75c181;
    border: 1px solid #75c181
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background: #58bbee;
    border: 1px solid #58bbee
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background: #58bbee;
    border: 1px solid #58bbee
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background: #F8A13F;
    border: 1px solid #F8A13F
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    background: #F8A13F;
    border: 1px solid #F8A13F;
    color: #fff
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background: #f4503b;
    border: 1px solid #f4503b
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background: #f4503b;
    border: 1px solid #f4503b;
    color: #fff
}

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .panel .panel-heading {
        padding: 15px
    }

        .panel .panel-heading .panel-title {
            font-weight: 500;
            font-size: 14px;
            font-weight: 600
        }

            .panel .panel-heading .panel-title a {
                font-weight: 600;
                color: #616670;
                -webkit-transition: none;
                -moz-transition: none;
                -ms-transition: none;
                -o-transition: none
            }

                .panel .panel-heading .panel-title a.active {
                    color: #EF553F;
                }

.theme-2 .panel .panel-heading .panel-title a.active {
    color: #6dbd63
}

.theme-3 .panel .panel-heading .panel-title a.active {
    color: #497cb1
}

.theme-4 .panel .panel-heading .panel-title a.active {
    color: #ec6952
}

.panel .panel-heading .panel-title a .fa {
    margin-right: 5px;
    color: #EF553F;
}

.theme-2 .panel .panel-heading .panel-title a .fa {
    color: #6dbd63
}

.theme-3 .panel .panel-heading .panel-title a .fa {
    color: #497cb1
}

.theme-4 .panel .panel-heading .panel-title a .fa {
    color: #ec6952
}

.panel .panel-heading.icon-right .panel-title {
    position: relative
}

    .panel .panel-heading.icon-right .panel-title .fa {
        position: absolute;
        right: 0
    }

.panel-default {
    border-color: #eaeaf1
}

    .panel-default > .panel-heading {
        color: #1C4748;
        background: #f9f9fb;
        border-color: #eaeaf1
    }

    .panel-default .panel-footer {
        background: #f9f9fb;
        color: #616670
    }

.panel-theme {
    border-color: #616670
}

    .panel-theme > .panel-heading {
        color: #fff;
        background: #616670;
        border-color: #616670
    }

    .panel-theme .panel-footer {
        background: #616670;
        border-color: #616670;
        color: #fff
    }

.panel-primary {
    border-color: #EF553F;
}

.theme-2 .panel-primary {
    border-color: #6dbd63
}

.theme-3 .panel-primary {
    border-color: #497cb1
}

.theme-4 .panel-primary {
    border-color: #ec6952
}

.panel-primary > .panel-heading {
    color: #fff;
    background: #EF553F;
    ;
    border-color: #EF553F;
}

.theme-2 .panel-primary > .panel-heading {
    border-color: #6dbd63;
    background: #6dbd63
}

.theme-3 .panel-primary > .panel-heading {
    border-color: #497cb1;
    background: #497cb1
}

.theme-4 .panel-primary > .panel-heading {
    border-color: #ec6952;
    background: #ec6952
}

.panel-primary .panel-footer {
    background: #EF553F;
    ;
    border-color: #EF553F;
    ;
    color: #fff
}

.theme-2 .panel-primary .panel-footer {
    border-color: #6dbd63;
    background: #6dbd63
}

.theme-3 .panel-primary .panel-footer {
    border-color: #497cb1;
    background: #497cb1
}

.theme-4 .panel-primary .panel-footer {
    border-color: #ec6952;
    background: #ec6952
}

.panel-success {
    border-color: #75c181
}

    .panel-success > .panel-heading {
        color: #fff;
        background: #75c181;
        border-color: #75c181
    }

    .panel-success .panel-footer {
        background: #75c181;
        border-color: #75c181;
        color: #fff
    }

.panel-info {
    border-color: #58bbee
}

    .panel-info > .panel-heading {
        color: #fff;
        background: #58bbee;
        border-color: #58bbee
    }

    .panel-info .panel-footer {
        background: #58bbee;
        border-color: #58bbee;
        color: #fff
    }

.panel-warning {
    border-color: #F8A13F
}

    .panel-warning > .panel-heading {
        color: #fff;
        background: #F8A13F;
        border-color: #F8A13F
    }

    .panel-warning .panel-footer {
        background: #F8A13F;
        border-color: #F8A13F;
        color: #fff
    }

.panel-danger {
    border-color: #f4503b
}

    .panel-danger > .panel-heading {
        color: #fff;
        background: #f4503b;
        border-color: #f4503b
    }

    .panel-danger .panel-footer {
        background: #f4503b;
        border-color: #f4503b;
        color: #fff
    }

.panel-pink {
    border-color: #EA5395
}

    .panel-pink > .panel-heading {
        color: #fff;
        background: #EA5395;
        border-color: #EA5395
    }

    .panel-pink .panel-footer {
        background: #EA5395;
        border-color: #EA5395;
        color: #fff
    }

.panel-purple {
    border-color: #8A40A7
}

    .panel-purple > .panel-heading {
        color: #fff;
        background: #8A40A7;
        border-color: #8A40A7
    }

    .panel-purple .panel-footer {
        background: #8A40A7;
        border-color: #8A40A7;
        color: #fff
    }

.panel-yellow {
    border-color: #F2B542
}

    .panel-yellow > .panel-heading {
        color: #fff;
        background: #F2B542;
        border-color: #F2B542
    }

    .panel-yellow .panel-footer {
        background: #F2B542;
        border-color: #F2B542;
        color: #fff
    }

.panel-group-theme-1 .panel {
    border: none
}

    .panel-group-theme-1 .panel .panel-heading {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

        .panel-group-theme-1 .panel .panel-heading a:hover {
            text-decoration: none;
            color: #EF553F;
        }

.theme-2 .panel-group-theme-1 .panel .panel-heading a:hover {
    color: #6dbd63
}

.theme-3 .panel-group-theme-1 .panel .panel-heading a:hover {
    color: #497cb1
}

.theme-4 .panel-group-theme-1 .panel .panel-heading a:hover {
    color: #ec6952
}

.panel-group-theme-1 .panel .panel-body {
    border: none !important
}

.accordion .card-header .btn-link {
    color: #616670
}

    .accordion .card-header .btn-link:hover {
        color: #1C4748
    }

.nav-tabs {
    border-color: #eaeaf1;
    margin-bottom: 15px
}

    .nav-tabs .nav-link {
        color: #9499a3;
        font-weight: 600
    }

        .nav-tabs .nav-link.active {
            border: 1px solid #eaeaf1;
            border-bottom-color: transparent;
            color: #1C4748;
            background-color: #fff
        }

        .nav-tabs .nav-link:hover {
            background: none;
            color: #1C4748;
            border-bottom-color: transparent
        }

.nav-tabs-theme-1 {
    border: none;
    text-align: center;
    position: relative
}

    .nav-tabs-theme-1 .nav-item {
        margin-right: 10px
    }

        .nav-tabs-theme-1 .nav-item:last-child {
            margin-right: 0
        }

    .nav-tabs-theme-1 .nav-link {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #797f8b;
        padding: 5px;
        border: none;
        border-bottom: 2px solid transparent
    }

        .nav-tabs-theme-1 .nav-link:hover, .nav-tabs-theme-1 .nav-link:focus {
            background: transparent;
            border: none;
            border-bottom: 2px solid transparent;
            color: #EF553F;
        }

.theme-2 .nav-tabs-theme-1 .nav-link:hover, .theme-2 .nav-tabs-theme-1 .nav-link:focus {
    color: #6dbd63
}

.theme-3 .nav-tabs-theme-1 .nav-link:hover, .theme-3 .nav-tabs-theme-1 .nav-link:focus {
    color: #497cb1
}

.theme-4 .nav-tabs-theme-1 .nav-link:hover, .theme-4 .nav-tabs-theme-1 .nav-link:focus {
    color: #ec6952
}

.nav-tabs-theme-1 .nav-link.active {
    color: #1C4748;
    background: transparent;
    border: none;
    border-bottom: 2px solid #EF553F;
}

.theme-2 .nav-tabs-theme-1 .nav-link.active {
    border-bottom-color: #6dbd63
}

.theme-3 .nav-tabs-theme-1 .nav-link.active {
    border-bottom-color: #497cb1
}

.theme-4 .nav-tabs-theme-1 .nav-link.active {
    border-bottom-color: #ec6952
}

.nav-tabs-theme-1 .nav-link.active:hover, .nav-tabs-theme-1 .nav-link.active:focus {
    border: none;
    border-bottom: 2px solid #EF553F;
    ;
    background: transparent;
    color: #1C4748
}

.theme-2 .nav-tabs-theme-1 .nav-link.active:hover, .theme-2 .nav-tabs-theme-1 .nav-link.active:focus {
    border-bottom-color: #6dbd63
}

.theme-3 .nav-tabs-theme-1 .nav-link.active:hover, .theme-3 .nav-tabs-theme-1 .nav-link.active:focus {
    border-bottom-color: #497cb1
}

.theme-4 .nav-tabs-theme-1 .nav-link.active:hover, .theme-4 .nav-tabs-theme-1 .nav-link.active:focus {
    border-bottom-color: #ec6952
}

.nav-tabs-theme-2 {
    border-color: #eaeaf1;
    margin-bottom: 15px
}

    .nav-tabs-theme-2 .nav-item .nav-link {
        color: #9499a3;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

        .nav-tabs-theme-2 .nav-item .nav-link:hover {
            background: #f9f9fb;
            border-color: #f9f9fb;
            color: #1C4748
        }

        .nav-tabs-theme-2 .nav-item .nav-link.active {
            border: 1px solid #eaeaf1;
            color: #1C4748;
            border-top: 2px solid #EF553F;
            ;
            border-bottom: 1px solid #fff
        }

.theme-2 .nav-tabs-theme-2 .nav-item .nav-link.active {
    border-top-color: #6dbd63
}

.theme-3 .nav-tabs-theme-2 .nav-item .nav-link.active {
    border-top-color: #497cb1
}

.theme-4 .nav-tabs-theme-2 .nav-item .nav-link.active {
    border-top-color: #ec6952
}

.nav-tabs-theme-2 .nav-item .nav-link.active:focus, .nav-tabs-theme-2 .nav-item .nav-link.active:hover {
    border: 1px solid #eaeaf1;
    color: #1C4748;
    border-top: 2px solid #EF553F;
    ;
    border-bottom: 1px solid #fff
}

.theme-2 .nav-tabs-theme-2 .nav-item .nav-link.active:focus, .theme-2 .nav-tabs-theme-2 .nav-item .nav-link.active:hover {
    border-top-color: #6dbd63
}

.theme-3 .nav-tabs-theme-2 .nav-item .nav-link.active:focus, .theme-3 .nav-tabs-theme-2 .nav-item .nav-link.active:hover {
    border-top-color: #497cb1
}

.theme-4 .nav-tabs-theme-2 .nav-item .nav-link.active:focus, .theme-4 .nav-tabs-theme-2 .nav-item .nav-link.active:hover {
    border-top-color: #ec6952
}

.nav-tabs-theme-3 {
    border: none;
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    position: relative
}

    .nav-tabs-theme-3:before {
        content: "";
        display: block;
        border-bottom: 1px solid #eaeaf1;
        position: absolute;
        bottom: 0
    }

    .nav-tabs-theme-3 .nav-item {
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
        background: #fff;
        border: 1px solid #eaeaf1;
        border-right: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: 20%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .nav-tabs-theme-3 .nav-item .nav-link {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            margin-right: 0px;
            color: #9499a3;
            padding: 15px;
            background: #fff;
            border: none
        }

            .nav-tabs-theme-3 .nav-item .nav-link .fa, .nav-tabs-theme-3 .nav-item .nav-link .fs1 {
                font-size: 20px
            }

            .nav-tabs-theme-3 .nav-item .nav-link .pe-icon {
                font-size: 26px
            }

            .nav-tabs-theme-3 .nav-item .nav-link:hover {
                background: #f9f9fb
            }

            .nav-tabs-theme-3 .nav-item .nav-link.active {
                border-top-color: #EF553F;
                ;
                color: #EF553F;
                ;
                -webkit-box-shadow: inset 0 2px 0 #EF553F;
                ;
                -moz-box-shadow: inset 0 2px 0 #EF553F;
                ;
                box-shadow: inset 0 2px 0 #EF553F;
                ;
                border: none;
                border-bottom: 1px solid #fff;
                margin-bottom: -1px
            }

.theme-2 .nav-tabs-theme-3 .nav-item .nav-link.active {
    border-top-color: #6dbd63
}

.theme-3 .nav-tabs-theme-3 .nav-item .nav-link.active {
    border-top-color: #497cb1
}

.theme-4 .nav-tabs-theme-3 .nav-item .nav-link.active {
    border-top-color: #ec6952
}

.nav-tabs-theme-3 .nav-item .nav-link.active:focus, .nav-tabs-theme-3 .nav-item .nav-link.active:hover {
    color: #EF553F;
    ;
    -webkit-box-shadow: inset 0 2px 0 #EF553F;
    ;
    -moz-box-shadow: inset 0 2px 0 #EF553F;
    ;
    box-shadow: inset 0 2px 0 #EF553F;
    ;
    background: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px
}

.theme-2 .nav-tabs-theme-3 .nav-item .nav-link.active:focus, .theme-2 .nav-tabs-theme-3 .nav-item .nav-link.active:hover {
    color: #6dbd63;
    -webkit-box-shadow: inset 0 2px 0 #6dbd63;
    -moz-box-shadow: inset 0 2px 0 #6dbd63;
    box-shadow: inset 0 2px 0 #6dbd63
}

.theme-3 .nav-tabs-theme-3 .nav-item .nav-link.active:focus, .theme-3 .nav-tabs-theme-3 .nav-item .nav-link.active:hover {
    color: #497cb1;
    -webkit-box-shadow: inset 0 2px 0 #497cb1;
    -moz-box-shadow: inset 0 2px 0 #497cb1;
    box-shadow: inset 0 2px 0 #497cb1
}

.theme-4 .nav-tabs-theme-3 .nav-item .nav-link.active:focus, .theme-4 .nav-tabs-theme-3 .nav-item .nav-link.active:hover {
    color: #ec6952;
    -webkit-box-shadow: inset 0 2px 0 #ec6952;
    -moz-box-shadow: inset 0 2px 0 #ec6952;
    box-shadow: inset 0 2px 0 #ec6952
}

.nav-tabs-theme-3 .nav-item.last, .nav-tabs-theme-3 .nav-item:last-child {
    border-right: 1px solid #eaeaf1
}

.bootstrap-carousel .carousel-caption {
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    font-weight: 600
}

.bootstrap-carousel .carousel li {
    margin-right: 0
}

.gmap-wrapper {
    position: relative
}

.gmap {
    height: 320px;
    text-align: left;
    font-weight: normal
}

    .gmap, .gmap *, .gmap *:before, .gmap *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        .gmap#map-7 {
            height: 520px
        }

        .gmap .title {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 15px;
            margin-top: 5px
        }

        .gmap .gm-style-iw {
            width: 150px
        }

.map-overlay {
    position: relative;
    background: rgba(73,77,85,0.8);
    padding: 15px;
    font-size: 13px;
    color: #fff
}

    .map-overlay:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(73,77,85,0.8);
        position: absolute;
        bottom: -10px;
        margin-left: -10px;
        left: 50%
    }

.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

    .flexslider .flex-direction-nav a {
        color: #fff;
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #333;
        text-align: center;
        width: 32px;
        height: 32px
    }

        .flexslider .flex-direction-nav a:before {
            font-size: 18px;
            text-shadow: none;
            margin-bottom: 30px;
            padding-top: 5px;
            color: #fff;
            text-shadow: none
        }

        .flexslider .flex-direction-nav a:hover {
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9
        }

    .flexslider .flex-control-nav {
        bottom: 15px
    }

    .flexslider .flex-control-paging li a {
        background: rgba(0,0,0,0.4)
    }

        .flexslider .flex-control-paging li a.flex-active {
            background: rgba(0,0,0,0.8)
        }

.alert-theme {
    background: #d0d3d7;
    border: 1px solid #b5b8bf;
    color: #1C4748
}

    .alert-theme a {
        font-weight: 600;
        color: #020203
    }

        .alert-theme a:hover {
            color: #000
        }

    .alert-theme.alert-success {
        background: #dff0e1;
        border: 1px solid #cde9d1;
        color: #40904d
    }

        .alert-theme.alert-success a {
            font-weight: 600;
            color: #295b31
        }

            .alert-theme.alert-success a:hover {
                color: #214927
            }

    .alert-theme.alert-info {
        background: #daf0fb;
        border: 1px solid #bee4f8;
        color: #127db4
    }

        .alert-theme.alert-info a {
            font-weight: 600;
            color: #0e5d86
        }

            .alert-theme.alert-info a:hover {
                color: #0b4d6f
            }

    .alert-theme.alert-warning {
        background: #feeedc;
        border: 1px solid #fde4c9;
        color: #b16106
    }

        .alert-theme.alert-warning a {
            font-weight: 600;
            color: #804605
        }

            .alert-theme.alert-warning a:hover {
                color: #673804
            }

    .alert-theme.alert-danger {
        background: #fbbcb4;
        border: 1px solid #f9a69c;
        color: #a61b09
    }

        .alert-theme.alert-danger a {
            font-weight: 600;
            color: #761307
        }

            .alert-theme.alert-danger a:hover {
                color: #5e0f05
            }

    .alert-theme.alert-pink {
        background: #f8c5db;
        border: 1px solid #f5aecd;
        color: #a91555
    }

        .alert-theme.alert-pink a {
            font-weight: 600;
            color: #7b0f3e
        }

            .alert-theme.alert-pink a:hover {
                color: #650c33
            }

    .alert-theme.alert-purple {
        background: #c291d5;
        border: 1px solid #b87fce;
        color: #3e1d4b
    }

        .alert-theme.alert-purple a {
            font-weight: 600;
            color: #1f0f26
        }

            .alert-theme.alert-purple a:hover {
                color: #100714
            }

    .alert-theme.alert-yellow {
        background: #fae4b9;
        border: 1px solid #f9daa1;
        color: #a9720c
    }

        .alert-theme.alert-yellow a {
            font-weight: 600;
            color: #795208
        }

            .alert-theme.alert-yellow a:hover {
                color: #614207
            }

.alert-theme-solid {
    background: #797f8b;
    border: 1px solid #797f8b;
    color: #fff
}

    .alert-theme-solid .close {
        color: #fff;
        text-shadow: none;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

        .alert-theme-solid .close:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .alert-theme-solid a {
        font-weight: 600;
        color: rgba(0,0,0,0.6)
    }

        .alert-theme-solid a:hover {
            color: rgba(0,0,0,0.8)
        }

    .alert-theme-solid.alert-success {
        background: #75c181;
        border: 1px solid #75c181;
        color: #fff
    }

        .alert-theme-solid.alert-success .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-success .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-success a {
            font-weight: 600;
            color: rgba(0,0,0,0.4)
        }

            .alert-theme-solid.alert-success a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-info {
        background: #58bbee;
        border: 1px solid #58bbee;
        color: #fff
    }

        .alert-theme-solid.alert-info .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-info .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-info a {
            font-weight: 600;
            color: rgba(0,0,0,0.4)
        }

            .alert-theme-solid.alert-info a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-warning {
        background: #F8A13F;
        border: 1px solid #F8A13F;
        color: #fff
    }

        .alert-theme-solid.alert-warning .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-warning .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-warning a {
            font-weight: 600;
            color: rgba(0,0,0,0.4)
        }

            .alert-theme-solid.alert-warning a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-danger {
        background: #f4503b;
        border: 1px solid #f4503b;
        color: #fff
    }

        .alert-theme-solid.alert-danger .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-danger .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-danger a {
            font-weight: 600;
            color: rgba(0,0,0,0.5)
        }

            .alert-theme-solid.alert-danger a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-pink {
        background: #EA5395;
        border: 1px solid #EA5395;
        color: #fff
    }

        .alert-theme-solid.alert-pink .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-pink .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-pink a {
            font-weight: 600;
            color: rgba(0,0,0,0.5)
        }

            .alert-theme-solid.alert-pink a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-purple {
        background: #8A40A7;
        border: 1px solid #8A40A7;
        color: #fff
    }

        .alert-theme-solid.alert-purple .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-purple .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-purple a {
            font-weight: 600;
            color: rgba(0,0,0,0.5)
        }

            .alert-theme-solid.alert-purple a:hover {
                color: rgba(0,0,0,0.8)
            }

    .alert-theme-solid.alert-yellow {
        background: #F2B542;
        border: 1px solid #F2B542;
        color: #fff
    }

        .alert-theme-solid.alert-yellow .close {
            color: #fff;
            text-shadow: none;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

            .alert-theme-solid.alert-yellow .close:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .alert-theme-solid.alert-yellow a {
            font-weight: 600;
            color: rgba(0,0,0,0.5)
        }

            .alert-theme-solid.alert-yellow a:hover {
                color: rgba(0,0,0,0.8)
            }

.alert-promo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background: #3d4147;
    color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none
}

    .alert-promo .close {
        color: #fff;
        text-shadow: none;
        font-weight: bold;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

        .alert-promo .close:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .alert-promo .btn {
        margin-left: 5px
    }

    .alert-promo .btn-xs {
        font-size: 10px
    }

    .alert-promo .btn-sm, .alert-promo .btn-group-sm > .btn {
        font-size: 11px
    }

.notifyjs-appkit-base {
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    margin-bottom: 10px;
    font-weight: 600;
    background: #6cc5d4;
    border: 1px solid #6cc5d4;
    color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    white-space: nowrap
}

.theme-2 .notifyjs-appkit-base {
    background: #8fcc87;
    border-color: #8fcc87
}

.theme-3 .notifyjs-appkit-base {
    background: #6b96c2;
    border-color: #6b96c2
}

.theme-4 .notifyjs-appkit-base {
    background: #f19180;
    border-color: #f19180
}

.notifyjs-appkit-base .fa {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px
}

.notifyjs-appkit-base a {
    font-weight: 600;
    color: rgba(0,0,0,0.4)
}

    .notifyjs-appkit-base a:hover {
        color: rgba(0,0,0,0.8)
    }

.notifyjs-appkit-success {
    background: #75c181;
    border: 1px solid #75c181;
    color: #fff
}

.notifyjs-appkit-info {
    background: #58bbee;
    border: 1px solid #58bbee;
    color: #fff
}

.notifyjs-appkit-warn {
    background: #F8A13F;
    border: 1px solid #F8A13F;
    color: #fff
}

.notifyjs-appkit-error {
    background: #f4503b;
    border: 1px solid #f4503b;
    color: #fff
}

.badge-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0px;
    padding-top: 4px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    font-family: sans-serif;
    color: #fff
}

.badge-default {
    background: #616670
}

.badge-primary {
    background: #EF553F;
}

.theme-2 .badge-primary {
    background: #6dbd63
}

.theme-3 .badge-primary {
    background: #497cb1
}

.theme-4 .badge-primary {
    background: #ec6952
}

.badge {
    color: #fff;
    font-size: 0.675rem;
    background: #616670;
    padding: 4px 6px
}

.badge-number {
    background: #e9e9e9;
    color: #1C4748;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.badge-number-alt {
    background: #797f8b;
    color: #fff !important;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 11px
}

    .badge-number-alt:hover {
        background: #1C4748
    }

.badge-default {
    background: #616670
}

.badge-primary {
    background: #EF553F;
}

.theme-2 .badge-primary {
    background: #6dbd63
}

.theme-3 .badge-primary {
    background: #497cb1
}

.theme-4 .badge-primary {
    background: #ec6952
}

.badge-success {
    background: #75c181
}

.badge-info {
    background: #58bbee
}

.badge-warning {
    background: #F8A13F
}

.badge-danger {
    background: #f4503b
}

.badge-new {
    background: #75c181
}

.badge-normal {
    background: #58bbee
}

.badge-high {
    background: #F8A13F
}

.badge-low, .badge-grey {
    background: #c3c3c3
}

.badge-critical, .badge-pink {
    background: #EA5395
}

.badge-purple {
    background: #8A40A7
}

.badge-yellow {
    background: #F2B542
}

.badge-open {
    color: #75c181;
    background: none;
    font-size: 12px;
    font-weight: normal
}

.badge-closed {
    color: #f4503b;
    background: none;
    font-size: 12px;
    font-weight: normal
}

.badge-todo {
    color: #F8A13F;
    background: none;
    font-size: 12px;
    font-weight: normal
}

.badge-review {
    color: #616670;
    background: none;
    font-size: 12px;
    font-weight: normal
}

.badge-progress {
    color: #8A40A7;
    background: none;
    font-size: 12px;
    font-weight: normal
}

.progress-container {
    overflow: hidden;
    display: block
}

.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f3f3f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    background-color: #616670
}

.progress-sm {
    height: 15px
}

    .progress-sm .progress-bar {
        line-height: 15px;
        font-size: 12px
    }

.progress-bar-theme {
    background-color: #EF553F;
}

.theme-2 .progress-bar-theme {
    background-color: #6dbd63
}

.theme-3 .progress-bar-theme {
    background-color: #497cb1
}

.theme-4 .progress-bar-theme {
    background-color: #ec6952
}

.progress-bar-success {
    background-color: #75c181
}

.progress-bar-info {
    background-color: #58bbee
}

.progress-bar-warning {
    background-color: #F8A13F
}

.progress-bar-danger {
    background-color: #f4503b
}

.progress-bar-purple {
    background-color: #8A40A7
}

.progress-bar-pink {
    background-color: #EA5395
}

.progress-bar-yellow {
    background-color: #F2B542
}

a.list-group-item {
    border-color: #eaeaf1;
    color: #616670
}

    a.list-group-item .list-group-item-heading {
        font-weight: 600;
        color: #616670
    }

    a.list-group-item:focus, a.list-group-item:hover {
        background: #f9f9fb
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: #EF553F;
    ;
    border-color: #EF553F;
}

.theme-2 .list-group-item.active, .theme-2 .list-group-item.active:focus, .theme-2 .list-group-item.active:hover {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .list-group-item.active, .theme-3 .list-group-item.active:focus, .theme-3 .list-group-item.active:hover {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .list-group-item.active, .theme-4 .list-group-item.active:focus, .theme-4 .list-group-item.active:hover {
    background: #ec6952;
    border-color: #ec6952
}

.list-group-item-success, a.list-group-item-success {
    background: #dff0e1;
    border: 1px solid #cde9d1;
    color: #40904d
}

    .list-group-item-success:hover, .list-group-item-success:focus, a.list-group-item-success:hover, a.list-group-item-success:focus {
        background: #bbe1c1;
        border: 1px solid #bbe1c1;
        color: #316c3a
    }

.list-group-item-info, a.list-group-item-info {
    background: #daf0fb;
    border: 1px solid #bee4f8;
    color: #127db4
}

    .list-group-item-info:hover, .list-group-item-info:focus, a.list-group-item-info:hover, a.list-group-item-info:focus {
        background: #abddf6;
        border: 1px solid #a7dbf6;
        color: #0e5d86
    }

.list-group-item-warning, a.list-group-item-warning {
    background: #feeedc;
    border: 1px solid #fde4c9;
    color: #b16106
}

    .list-group-item-warning:hover, .list-group-item-warning:focus, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        background: #fcd6ab;
        border: 1px solid #fcd8b0;
        color: #804605
    }

.list-group-item-danger, a.list-group-item-danger {
    background: #fbbcb4;
    border: 1px solid #f9a69c;
    color: #a61b09
}

    .list-group-item-danger:hover, .list-group-item-danger:focus, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        background: #f89183;
        border: 1px solid #f89183;
        color: #761307
    }

.pager li > a, .pager li > span {
    color: #616670
}

    .pager li > a:hover {
        color: #1C4748
    }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #c3c3c3
}

.pagination .page-link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #616670
}

    .pagination .page-link:hover {
        color: #1C4748;
        background: #f5f5f5
    }

.pagination .page-item.active .page-link {
    color: #fff;
    background: #868c97
}

    .pagination .page-item.active .page-link:hover {
        color: #fff;
        background: #868c97
    }

.pagination .page-item.disabled .page-link {
    color: #c3c3c3
}

.pagination-info {
    color: #a2a6af
}

.popover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dadae7;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}

    .popover.top > .arrow {
        border-top-color: #dadae7
    }

    .popover.bottom > .arrow {
        border-bottom-color: #dadae7
    }

    .popover.left > .arrow {
        border-left-color: #dadae7
    }

    .popover.right > .arrow {
        border-right-color: #dadae7
    }

.popover-title {
    padding: 10px 15px;
    background: #f9f9fb;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom-color: #f0f0f5;
    color: #1C4748
}

.table {
    border-color: #eaeaf1
}

    .table th, .table td, .table thead th {
        border-color: #eaeaf1
    }

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9f9fb
}

.table-hover tbody tr:hover {
    background: #f9f9fb
}

.table-active, .table-active > th, .table-active > td {
    background: #f9f9fb
}

.table-success, .table-success > th, .table-success > td {
    background: #b4ddbb
}

.table-info, .table-info > th, .table-info > td {
    background: #abddf6
}

.table-warning, .table-warning > th, .table-warning > td {
    background: #fcd6ab
}

.table-danger, .table-danger > th, .table-danger > td {
    background: #f89183
}

.table-simple > tbody > tr > td, .table-simple > tbody > tr > th, .table-simple > tfoot > tr > td, .table-simple > tfoot > tr > th, .table-simple > thead > tr > td, .table-simple > thead > tr > th {
    border: none;
    padding: 0.5rem;
    font-size: 0.875rem
}

.table-simple thead th {
    color: #9499a3;
    font-weight: 600
}

.table-simple a {
    color: #1C4748
}

    .table-simple a:hover {
        color: #EF553F;
    }

.theme-2 .table-simple a:hover {
    color: #6dbd63
}

.theme-3 .table-simple a:hover {
    color: #497cb1
}

.theme-4 .table-simple a:hover {
    color: #ec6952
}

.custom-select, .custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

label {
    font-weight: 600;
    color: #1C4748
}

    label .help-block {
        font-weight: 400
    }

.help-block {
    color: #a2a6af;
    font-size: 13px;
    margin-top: 5px
}

.form-cvc {
    max-width: 100px
}

.form-group-striped .form-group {
    padding: 15px 0;
    margin-bottom: 0
}

    .form-group-striped .form-group:nth-child(odd) {
        background: #f9f9fb
    }

.form-control {
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #dadae7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: auto
}

    .form-control::-webkit-input-placeholder {
        color: #afb3bb
    }

    .form-control:-moz-placeholder {
        color: #afb3bb
    }

    .form-control::-moz-placeholder {
        color: #afb3bb
    }

    .form-control:-ms-input-placeholder {
        color: #afb3bb
    }

    .form-control:focus {
        border-color: #bcbcd2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f5f5f5;
        color: #c3c3c3
    }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    color: #9499a3
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea {
    appearance: none;
    -webkit-appearance: none
}

#focusedInput {
    border-color: #6cc5d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.theme-2 #focusedInput {
    border-color: #8fcc87
}

.theme-3 #focusedInput {
    border-color: #6b96c2
}

.theme-4 #focusedInput {
    border-color: #f19180
}

.input-group-addon {
    background: #f9f9fb;
    color: #616670
}

.option-divider {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #999999;
    text-transform: uppercase
}

    .option-divider span {
        background: #fff;
        display: inline-block;
        padding: 0 10px;
        position: relative
    }

    .option-divider:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: #f3f3f7;
        height: 1px;
        width: 100%
    }

.valid-tooltip {
    background-color: rgba(117,193,129,0.8)
}

.invalid-tooltip {
    background-color: rgba(244,80,59,0.8)
}

.valid-feedback {
    color: #75c181
}

.invalid-feedback {
    color: #f4503b
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #75c181
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: rgba(117,193,129,0.8)
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    color: #75c181
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f4503b
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f4503b
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #f4503b
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #f4503b
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #f4503b
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label:focus, .custom-file-input.is-invalid ~ .custom-file-label:focus {
        border-color: #f4503b
    }

.slider-track {
    background: #eaeaf1;
    background-color: #eaeaf1;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaf1), to(#eaeaf1));
    background: -webkit-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -moz-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -ms-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.slider-selection {
    background: #EF553F;
}

.theme-2 .slider-selection {
    background: #6dbd63
}

.theme-3 .slider-selection {
    background: #497cb1
}

.theme-4 .slider-selection {
    background: #ec6952
}

.slider-handle {
    background-color: #2b8595;
    background-color: #2b8595;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b8595), to(#2b8595));
    background: -webkit-linear-gradient(top, #2b8595, #2b8595);
    background: -moz-linear-gradient(top, #2b8595, #2b8595);
    background: -ms-linear-gradient(top, #2b8595, #2b8595);
    background: -o-linear-gradient(top, #2b8595, #2b8595)
}

.theme-2 .slider-handle {
    background-color: #48953f;
    background-color: #48953f;
    background: -webkit-gradient(linear, left top, left bottom, from(#48953f), to(#48953f));
    background: -webkit-linear-gradient(top, #48953f, #48953f);
    background: -moz-linear-gradient(top, #48953f, #48953f);
    background: -ms-linear-gradient(top, #48953f, #48953f);
    background: -o-linear-gradient(top, #48953f, #48953f)
}

.theme-3 .slider-handle {
    background-color: #33567b;
    background-color: #33567b;
    background: -webkit-gradient(linear, left top, left bottom, from(#33567b), to(#33567b));
    background: -webkit-linear-gradient(top, #33567b, #33567b);
    background: -moz-linear-gradient(top, #33567b, #33567b);
    background: -ms-linear-gradient(top, #33567b, #33567b);
    background: -o-linear-gradient(top, #33567b, #33567b)
}

.theme-4 .slider-handle {
    background-color: #da3518;
    background-color: #da3518;
    background: -webkit-gradient(linear, left top, left bottom, from(#da3518), to(#da3518));
    background: -webkit-linear-gradient(top, #da3518, #da3518);
    background: -moz-linear-gradient(top, #da3518, #da3518);
    background: -ms-linear-gradient(top, #da3518, #da3518);
    background: -o-linear-gradient(top, #da3518, #da3518)
}

.slider-selection.tick-slider-selection {
    background-color: #EF553F;
    ;
    background-color: #EF553F;
    ;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF553F;
    ), to(#EF553F;
    ));
    background: -webkit-linear-gradient(top, #EF553F;
    , #EF553F;
    );
    background: -moz-linear-gradient(top, #EF553F;
    , #EF553F;
    );
    background: -ms-linear-gradient(top, #EF553F;
    , #EF553F;
    );
    background: -o-linear-gradient(top, #EF553F;
    , #EF553F;
    )
}

.theme-2 .slider-selection.tick-slider-selection {
    background-color: #6dbd63;
    background-color: #6dbd63;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dbd63), to(#6dbd63));
    background: -webkit-linear-gradient(top, #6dbd63, #6dbd63);
    background: -moz-linear-gradient(top, #6dbd63, #6dbd63);
    background: -ms-linear-gradient(top, #6dbd63, #6dbd63);
    background: -o-linear-gradient(top, #6dbd63, #6dbd63)
}

.theme-3 .slider-selection.tick-slider-selection {
    background-color: #497cb1;
    background-color: #497cb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#497cb1), to(#497cb1));
    background: -webkit-linear-gradient(top, #497cb1, #497cb1);
    background: -moz-linear-gradient(top, #497cb1, #497cb1);
    background: -ms-linear-gradient(top, #497cb1, #497cb1);
    background: -o-linear-gradient(top, #497cb1, #497cb1)
}

.theme-4 .slider-selection.tick-slider-selection {
    background-color: #ec6952;
    background-color: #ec6952;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec6952), to(#ec6952));
    background: -webkit-linear-gradient(top, #ec6952, #ec6952);
    background: -moz-linear-gradient(top, #ec6952, #ec6952);
    background: -ms-linear-gradient(top, #ec6952, #ec6952);
    background: -o-linear-gradient(top, #ec6952, #ec6952)
}

.slider-tick {
    background: #eaeaf1;
    background-color: #eaeaf1;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaf1), to(#eaeaf1));
    background: -webkit-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -moz-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -ms-linear-gradient(top, #eaeaf1, #eaeaf1);
    background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

    .slider-tick.in-selection {
        background-color: #EF553F;
        ;
        background-color: #EF553F;
        ;
        background: -webkit-gradient(linear, left top, left bottom, from(#EF553F;
        ), to(#EF553F;
        ));
        background: -webkit-linear-gradient(top, #EF553F;
        , #EF553F;
        );
        background: -moz-linear-gradient(top, #EF553F;
        , #EF553F;
        );
        background: -ms-linear-gradient(top, #EF553F;
        , #EF553F;
        );
        background: -o-linear-gradient(top, #EF553F;
        , #EF553F;
        )
    }

.theme-2 .slider-tick.in-selection {
    background-color: #6dbd63;
    background-color: #6dbd63;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dbd63), to(#6dbd63));
    background: -webkit-linear-gradient(top, #6dbd63, #6dbd63);
    background: -moz-linear-gradient(top, #6dbd63, #6dbd63);
    background: -ms-linear-gradient(top, #6dbd63, #6dbd63);
    background: -o-linear-gradient(top, #6dbd63, #6dbd63)
}

.theme-3 .slider-tick.in-selection {
    background-color: #497cb1;
    background-color: #497cb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#497cb1), to(#497cb1));
    background: -webkit-linear-gradient(top, #497cb1, #497cb1);
    background: -moz-linear-gradient(top, #497cb1, #497cb1);
    background: -ms-linear-gradient(top, #497cb1, #497cb1);
    background: -o-linear-gradient(top, #497cb1, #497cb1)
}

.theme-4 .slider-tick.in-selection {
    background-color: #ec6952;
    background-color: #ec6952;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec6952), to(#ec6952));
    background: -webkit-linear-gradient(top, #ec6952, #ec6952);
    background: -moz-linear-gradient(top, #ec6952, #ec6952);
    background: -ms-linear-gradient(top, #ec6952, #ec6952);
    background: -o-linear-gradient(top, #ec6952, #ec6952)
}

.slider-vertical + .slider-vertical {
    margin-left: 15px;
    margin-bottom: 15px
}

.bootstrap-switch {
    border-color: #eaeaf1;
    font-weight: 600;
    color: #616670
}

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #dadae7;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
        color: #1C4748
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        background: #EF553F;
    }

.theme-2 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .theme-2 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #6dbd63
}

.theme-3 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .theme-3 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #497cb1
}

.theme-4 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .theme-4 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #ec6952
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #eaeaf1
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background: #EF553F;
    ;
    text-shadow: none
}

.theme-2 .datepicker table tr td.active:hover, .theme-2 .datepicker table tr td.active:hover:hover, .theme-2 .datepicker table tr td.active.disabled:hover, .theme-2 .datepicker table tr td.active.disabled:hover:hover, .theme-2 .datepicker table tr td.active:active, .theme-2 .datepicker table tr td.active:hover:active, .theme-2 .datepicker table tr td.active.disabled:active, .theme-2 .datepicker table tr td.active.disabled:hover:active, .theme-2 .datepicker table tr td.active.active, .theme-2 .datepicker table tr td.active:hover.active, .theme-2 .datepicker table tr td.active.disabled.active, .theme-2 .datepicker table tr td.active.disabled:hover.active, .theme-2 .datepicker table tr td.active.disabled, .theme-2 .datepicker table tr td.active:hover.disabled, .theme-2 .datepicker table tr td.active.disabled.disabled, .theme-2 .datepicker table tr td.active.disabled:hover.disabled, .theme-2 .datepicker table tr td.active[disabled], .theme-2 .datepicker table tr td.active:hover[disabled], .theme-2 .datepicker table tr td.active.disabled[disabled], .theme-2 .datepicker table tr td.active.disabled:hover[disabled] {
    background: #6dbd63
}

.theme-3 .datepicker table tr td.active:hover, .theme-3 .datepicker table tr td.active:hover:hover, .theme-3 .datepicker table tr td.active.disabled:hover, .theme-3 .datepicker table tr td.active.disabled:hover:hover, .theme-3 .datepicker table tr td.active:active, .theme-3 .datepicker table tr td.active:hover:active, .theme-3 .datepicker table tr td.active.disabled:active, .theme-3 .datepicker table tr td.active.disabled:hover:active, .theme-3 .datepicker table tr td.active.active, .theme-3 .datepicker table tr td.active:hover.active, .theme-3 .datepicker table tr td.active.disabled.active, .theme-3 .datepicker table tr td.active.disabled:hover.active, .theme-3 .datepicker table tr td.active.disabled, .theme-3 .datepicker table tr td.active:hover.disabled, .theme-3 .datepicker table tr td.active.disabled.disabled, .theme-3 .datepicker table tr td.active.disabled:hover.disabled, .theme-3 .datepicker table tr td.active[disabled], .theme-3 .datepicker table tr td.active:hover[disabled], .theme-3 .datepicker table tr td.active.disabled[disabled], .theme-3 .datepicker table tr td.active.disabled:hover[disabled] {
    background: #497cb1
}

.theme-4 .datepicker table tr td.active:hover, .theme-4 .datepicker table tr td.active:hover:hover, .theme-4 .datepicker table tr td.active.disabled:hover, .theme-4 .datepicker table tr td.active.disabled:hover:hover, .theme-4 .datepicker table tr td.active:active, .theme-4 .datepicker table tr td.active:hover:active, .theme-4 .datepicker table tr td.active.disabled:active, .theme-4 .datepicker table tr td.active.disabled:hover:active, .theme-4 .datepicker table tr td.active.active, .theme-4 .datepicker table tr td.active:hover.active, .theme-4 .datepicker table tr td.active.disabled.active, .theme-4 .datepicker table tr td.active.disabled:hover.active, .theme-4 .datepicker table tr td.active.disabled, .theme-4 .datepicker table tr td.active:hover.disabled, .theme-4 .datepicker table tr td.active.disabled.disabled, .theme-4 .datepicker table tr td.active.disabled:hover.disabled, .theme-4 .datepicker table tr td.active[disabled], .theme-4 .datepicker table tr td.active:hover[disabled], .theme-4 .datepicker table tr td.active.disabled[disabled], .theme-4 .datepicker table tr td.active.disabled:hover[disabled] {
    background: #ec6952
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background: #EF553F;
    ;
    text-shadow: none
}

.theme-2 .datetimepicker table tr td.active:active, .theme-2 .datetimepicker table tr td.active:hover:active, .theme-2 .datetimepicker table tr td.active.disabled:active, .theme-2 .datetimepicker table tr td.active.disabled:hover:active, .theme-2 .datetimepicker table tr td.active.active, .theme-2 .datetimepicker table tr td.active:hover.active, .theme-2 .datetimepicker table tr td.active.disabled.active, .theme-2 .datetimepicker table tr td.active.disabled:hover.active {
    background: #6dbd63
}

.theme-3 .datetimepicker table tr td.active:active, .theme-3 .datetimepicker table tr td.active:hover:active, .theme-3 .datetimepicker table tr td.active.disabled:active, .theme-3 .datetimepicker table tr td.active.disabled:hover:active, .theme-3 .datetimepicker table tr td.active.active, .theme-3 .datetimepicker table tr td.active:hover.active, .theme-3 .datetimepicker table tr td.active.disabled.active, .theme-3 .datetimepicker table tr td.active.disabled:hover.active {
    background: #497cb1
}

.theme-4 .datetimepicker table tr td.active:active, .theme-4 .datetimepicker table tr td.active:hover:active, .theme-4 .datetimepicker table tr td.active.disabled:active, .theme-4 .datetimepicker table tr td.active.disabled:hover:active, .theme-4 .datetimepicker table tr td.active.active, .theme-4 .datetimepicker table tr td.active:hover.active, .theme-4 .datetimepicker table tr td.active.disabled.active, .theme-4 .datetimepicker table tr td.active.disabled:hover.active {
    background: #ec6952
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background: #EF553F;
    ;
    border-color: #EF553F;
    ;
    text-shadow: none
}

.theme-2 .datepicker table tr td span.active:hover, .theme-2 .datepicker table tr td span.active:hover:hover, .theme-2 .datepicker table tr td span.active.disabled:hover, .theme-2 .datepicker table tr td span.active.disabled:hover:hover, .theme-2 .datepicker table tr td span.active:focus, .theme-2 .datepicker table tr td span.active:hover:focus, .theme-2 .datepicker table tr td span.active.disabled:focus, .theme-2 .datepicker table tr td span.active.disabled:hover:focus, .theme-2 .datepicker table tr td span.active:active, .theme-2 .datepicker table tr td span.active:hover:active, .theme-2 .datepicker table tr td span.active.disabled:active, .theme-2 .datepicker table tr td span.active.disabled:hover:active, .theme-2 .datepicker table tr td span.active.active, .theme-2 .datepicker table tr td span.active:hover.active, .theme-2 .datepicker table tr td span.active.disabled.active, .theme-2 .datepicker table tr td span.active.disabled:hover.active, .theme-2 .open .dropdown-toggle.datepicker table tr td span.active, .theme-2 .open .dropdown-toggle.datepicker table tr td span.active:hover, .theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled, .theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .datepicker table tr td span.active:hover, .theme-3 .datepicker table tr td span.active:hover:hover, .theme-3 .datepicker table tr td span.active.disabled:hover, .theme-3 .datepicker table tr td span.active.disabled:hover:hover, .theme-3 .datepicker table tr td span.active:focus, .theme-3 .datepicker table tr td span.active:hover:focus, .theme-3 .datepicker table tr td span.active.disabled:focus, .theme-3 .datepicker table tr td span.active.disabled:hover:focus, .theme-3 .datepicker table tr td span.active:active, .theme-3 .datepicker table tr td span.active:hover:active, .theme-3 .datepicker table tr td span.active.disabled:active, .theme-3 .datepicker table tr td span.active.disabled:hover:active, .theme-3 .datepicker table tr td span.active.active, .theme-3 .datepicker table tr td span.active:hover.active, .theme-3 .datepicker table tr td span.active.disabled.active, .theme-3 .datepicker table tr td span.active.disabled:hover.active, .theme-3 .open .dropdown-toggle.datepicker table tr td span.active, .theme-3 .open .dropdown-toggle.datepicker table tr td span.active:hover, .theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled, .theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .datepicker table tr td span.active:hover, .theme-4 .datepicker table tr td span.active:hover:hover, .theme-4 .datepicker table tr td span.active.disabled:hover, .theme-4 .datepicker table tr td span.active.disabled:hover:hover, .theme-4 .datepicker table tr td span.active:focus, .theme-4 .datepicker table tr td span.active:hover:focus, .theme-4 .datepicker table tr td span.active.disabled:focus, .theme-4 .datepicker table tr td span.active.disabled:hover:focus, .theme-4 .datepicker table tr td span.active:active, .theme-4 .datepicker table tr td span.active:hover:active, .theme-4 .datepicker table tr td span.active.disabled:active, .theme-4 .datepicker table tr td span.active.disabled:hover:active, .theme-4 .datepicker table tr td span.active.active, .theme-4 .datepicker table tr td span.active:hover.active, .theme-4 .datepicker table tr td span.active.disabled.active, .theme-4 .datepicker table tr td span.active.disabled:hover.active, .theme-4 .open .dropdown-toggle.datepicker table tr td span.active, .theme-4 .open .dropdown-toggle.datepicker table tr td span.active:hover, .theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled, .theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background: #ec6952;
    border-color: #ec6952
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    text-shadow: none
}

.input-daterange .input-group-addon {
    text-shadow: none;
    background: #f9f9fb
}

.datepicker-inline {
    border: 1px solid #eaeaf1
}

.chosen-container .chosen-choices {
    border: 1px solid #dadae7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none
}

    .chosen-container .chosen-choices li.search-field input[type=text] {
        color: #9499a3
    }

.chosen-container .chosen-drop {
    border: 1px solid #dadae7
}

.chosen-container .chosen-results li.highlighted {
    background: #EF553F;
}

.theme-2 .chosen-container .chosen-results li.highlighted {
    background: #6dbd63
}

.theme-3 .chosen-container .chosen-results li.highlighted {
    background: #497cb1
}

.theme-4 .chosen-container .chosen-results li.highlighted {
    background: #ec6952
}

.chosen-container .chosen-results li.highlighted {
    background: #EF553F;
    ;
    background-image: none
}

.theme-2 .chosen-container .chosen-results li.highlighted {
    background: #6dbd63
}

.theme-3 .chosen-container .chosen-results li.highlighted {
    background: #497cb1
}

.theme-4 .chosen-container .chosen-results li.highlighted {
    background: #ec6952
}

.chosen-container-single .chosen-single, .chosen-container-single.chosen-container-active .chosen-single {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #e8e8e8;
    padding: 4px 20px 4px 5px;
    color: #1C4748;
    background: #f5f5f5
}

.chosen-container-multi .chosen-choices {
    border-color: #dadae7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none
    }

.chosen-container-single .chosen-single {
    border: 1px solid #dadae7;
    padding: 6px 12px;
    height: 34px;
    line-height: 1.42857143
}

    .chosen-container-single .chosen-single div {
        top: 5px
    }

.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #eaeaf1
}

.md-editor > textarea {
    border-color: #dadae7;
    background: #fff
}

.md-editor.active {
    border-color: #bcbcd2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.md-editor > textarea, .md-editor > .md-preview {
    padding: 10px
}

.md-editor, .md-preview {
    border-color: #dadae7;
    background: #fff
}

.md-fullscreen {
    position: fixed
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 7px
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #EF553F;
    ;
    border-color: #EF553F;
}

.theme-2 .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: #ec6952;
    border-color: #ec6952
}

.form-control.parsley-error {
    border-color: #E65348
}

.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 5px
}

.parsley-errors-list {
    padding-left: 0;
    margin-bottom: 15px
}

    .parsley-errors-list li {
        list-style: none;
        color: #f4503b
    }

.view-editable .table .input-type {
    width: 20%;
    font-weight: 600
}

    .view-editable .table .input-type .label {
        margin-left: 5px
    }

.editable-click, a.editable-click, a.editable-click:hover {
    border-color: #9499a3;
    color: #1C4748
}

.editable-empty, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
    color: #f4503b
}

.dropzone {
    border: 2px dashed #EF553F;
    ;
    background: #fff
}

.theme-2 .dropzone {
    border-color: #6dbd63
}

.theme-3 .dropzone {
    border-color: #497cb1
}

.theme-4 .dropzone {
    border-color: #ec6952
}

.dz-message {
    font-weight: 500;
    font-size: 18px;
    color: #a2a6af
}

.note-editor.note-frame {
    border-color: #f3f3f3
}

.note-editor .note-editing-area {
    min-height: 160px
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgba(0,0,0,0.3)
}

@media (max-width: 767.98px) {
    .chosen-container {
        width: 100% !important
    }
}

.loader-default {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9)
}

    .loader-default .loader-default-inner {
        display: table;
        width: 100%;
        height: 100%
    }

        .loader-default .loader-default-inner .img-container {
            display: table-cell;
            text-align: center;
            vertical-align: middle
        }

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9)
}

.loader-wrapper-1 .spinner {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: relative
}

.loader-wrapper-1 .container1 > div, .loader-wrapper-1 .container2 > div, .loader-wrapper-1 .container3 > div {
    width: 8px;
    height: 8px;
    background-color: #EF553F;
    ;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.theme-2 .loader-wrapper-1 .container1 > div, .theme-2 .loader-wrapper-1 .container2 > div, .theme-2 .loader-wrapper-1 .container3 > div {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-1 .container1 > div, .theme-3 .loader-wrapper-1 .container2 > div, .theme-3 .loader-wrapper-1 .container3 > div {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-1 .container1 > div, .theme-4 .loader-wrapper-1 .container2 > div, .theme-4 .loader-wrapper-1 .container3 > div {
    background-color: #ec6952
}

.loader-wrapper-1 .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.loader-wrapper-1 .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.loader-wrapper-1 .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.loader-wrapper-1 .circle1 {
    top: 0;
    left: 0
}

.loader-wrapper-1 .circle2 {
    top: 0;
    right: 0
}

.loader-wrapper-1 .circle3 {
    right: 0;
    bottom: 0
}

.loader-wrapper-1 .circle4 {
    left: 0;
    bottom: 0
}

.loader-wrapper-1 .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.loader-wrapper-1 .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.loader-wrapper-1 .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.loader-wrapper-1 .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.loader-wrapper-1 .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.loader-wrapper-1 .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.loader-wrapper-1 .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.loader-wrapper-1 .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.loader-wrapper-1 .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.loader-wrapper-1 .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.loader-wrapper-1 .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loader-wrapper-2 .spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear
}

.loader-wrapper-2 .dot1, .loader-wrapper-2 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #EF553F;
    ;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.theme-2 .loader-wrapper-2 .dot1, .theme-2 .loader-wrapper-2 .dot2 {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-2 .dot1, .theme-3 .loader-wrapper-2 .dot2 {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-2 .dot1, .theme-4 .loader-wrapper-2 .dot2 {
    background-color: #ec6952
}

.loader-wrapper-2 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loader-wrapper-3 .spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

    .loader-wrapper-3 .spinner > div {
        width: 16px;
        height: 16px;
        background-color: #EF553F;
        ;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.theme-2 .loader-wrapper-3 .spinner > div {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-3 .spinner > div {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-3 .spinner > div {
    background-color: #ec6952
}

.loader-wrapper-3 .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loader-wrapper-3 .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loader-wrapper-4 .spinner {
    width: 30px;
    height: 30px;
    background-color: #EF553F;
    ;
    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

.theme-2 .loader-wrapper-4 .spinner {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-4 .spinner {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-4 .spinner {
    background-color: #ec6952
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.loader-wrapper-5 .spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px
}

    .loader-wrapper-5 .spinner > div {
        background-color: #EF553F;
        ;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out
    }

.theme-2 .loader-wrapper-5 .spinner > div {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-5 .spinner > div {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-5 .spinner > div {
    background-color: #ec6952
}

.loader-wrapper-5 .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.loader-wrapper-5 .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.loader-wrapper-5 .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.loader-wrapper-5 .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.loader-wrapper-6 .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #EF553F;
    ;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out
}

.theme-2 .loader-wrapper-6 .spinner {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-6 .spinner {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-6 .spinner {
    background-color: #ec6952
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.loader-wrapper-7 .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.loader-wrapper-7 .double-bounce1, .loader-wrapper-7 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #EF553F;
    ;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.theme-2 .loader-wrapper-7 .double-bounce1, .theme-2 .loader-wrapper-7 .double-bounce2 {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-7 .double-bounce1, .theme-3 .loader-wrapper-7 .double-bounce2 {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-7 .double-bounce1, .theme-4 .loader-wrapper-7 .double-bounce2 {
    background-color: #ec6952
}

.loader-wrapper-7 .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loader-wrapper-8 .spinner {
    margin: 100px auto;
    width: 36px;
    height: 36px;
    position: relative
}

.loader-wrapper-8 .cube1, .loader-wrapper-8 .cube2 {
    background-color: #EF553F;
    ;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.theme-2 .loader-wrapper-8 .cube1, .theme-2 .loader-wrapper-8 .cube2 {
    background-color: #6dbd63
}

.theme-3 .loader-wrapper-8 .cube1, .theme-3 .loader-wrapper-8 .cube2 {
    background-color: #497cb1
}

.theme-4 .loader-wrapper-8 .cube1, .theme-4 .loader-wrapper-8 .cube2 {
    background-color: #ec6952
}

.loader-wrapper-8 .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.fc-event {
    border-color: #EF553F;
    ;
    background: #EF553F;
    ;
    font-weight: 600;
    font-size: 12px;
    color: #fff !important
}

.theme-2 .fc-event {
    background: #6dbd63;
    border-color: #6dbd63
}

.theme-3 .fc-event {
    background: #497cb1;
    border-color: #497cb1
}

.theme-4 .fc-event {
    background: #ec6952;
    border-color: #ec6952
}

button.fc-button, .fa button {
    display: inline-block;
    height: inherit;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #cbcdd2;
    color: #868c97;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    button.fc-button:hover, button.fc-button:focus, button.fc-button:active, button.fc-button.fc-state-active, .fa button:hover, .fa button:focus, .fa button:active, .fa button.fc-state-active {
        border-color: #cbcdd2;
        color: #6c727e;
        background: #f9f9fb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.cal-context a {
    color: #1C4748
}

    .cal-context a:hover {
        color: #31343a
    }

.event {
    display: block;
    background-color: #616670;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none
}

.event-important {
    background-color: #f4503b
}

.event-info {
    background-color: #58bbee
}

.event-warning {
    background-color: #F8A13F
}

.event-inverse {
    background-color: #1b1b1b
}

.event-success {
    background-color: #75c181
}

.event-special {
    background-color: #EA5395
}

.day-highlight:hover, .day-highlight {
    background-color: #fff
}

    .day-highlight.dh-event-important:hover, .day-highlight.dh-event-important {
        background-color: #fbbcb4
    }

    .day-highlight.dh-event-warning:hover, .day-highlight.dh-event-warning {
        background-color: #fde9d3
    }

    .day-highlight.dh-event-info:hover, .day-highlight.dh-event-info {
        background-color: #e3f4fc
    }

    .day-highlight.dh-event-inverse:hover, .day-highlight.dh-event-inverse {
        background-color: #c1c1c1
    }

    .day-highlight.dh-event-success:hover, .day-highlight.dh-event-success {
        background-color: #dff0e1
    }

    .day-highlight.dh-event-special:hover, .day-highlight.dh-event-special {
        background-color: #fdf2f7
    }

#cal-day-box .day-highlight.dh-event-important {
    border-color: #f9a69c
}

#cal-day-box .day-highlight.dh-event-warning {
    border-color: #fcddba
}

#cal-day-box .day-highlight.dh-event-info {
    border-color: #cceafa
}

#cal-day-box .day-highlight.dh-event-inverse {
    border-color: #cecece
}

#cal-day-box .day-highlight.dh-event-success {
    border-color: #cde9d1
}

#cal-day-box .day-highlight.dh-event-special {
    border-color: #fce9f1
}

.cal-month-box, .cal-week-box, .cal-year-box {
    border-right-color: #eaeaf1
}

    .cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
        border-right-color: #eaeaf1
    }

    .cal-month-box .cal-row-fluid, .cal-year-box .row-fluid {
        border-bottom-color: #eaeaf1
    }

#cal-slide-content {
    background: #1C4748;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    #cal-slide-content:hover {
        color: #1C4748;
        background: #616670
    }

#cal-day-box .cal-day-hour-part {
    border-bottom-color: #eaeaf1
}

#cal-day-box .cal-day-hour:nth-child(odd) {
    background-color: #fff
}

.cal-event-list .event.pull-left {
    margin-top: 6px
}

#cal-day-tick {
    bottom: -19px
}

#cal-week-box {
    background: #EF553F;
    ;
    color: #fff;
    border-color: #B84236;
    font-weight: 600
}

.theme-2 #cal-week-box {
    background: #6dbd63;
    border-color: #5cb551
}

.theme-3 #cal-week-box {
    background: #497cb1;
    border-color: #426f9f
}

.theme-4 #cal-week-box {
    background: #ec6952;
    border-color: #e9553b
}

span[data-cal-date] {
    font-size: 13px
}

@media (max-width: 767px) {
    .fc-toolbar .fc-left {
        float: none;
        margin-bottom: 15px;
        overflow: hidden
    }

    .fc-toolbar .fc-right {
        float: none;
        margin-bottom: 15px;
        overflow: hidden
    }

    .fc-toolbar .fc-center {
        display: block;
        margin-top: 30px;
        margin-bottom: 15px
    }

        .fc-toolbar .fc-center h2 {
            float: none;
            font-size: 18px;
            text-align: left
        }
}

.chart-container {
    padding-top: 15px
}

    .chart-container canvas {
        max-width: 100%
    }

.chartjs-wrapper {
    width: 100%;
    min-height: 200px
}

.jqstooltip, .jqstooltip *, .jqstooltip *:before, .jqstooltip *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.chart-easy-pie .percentage {
    width: 110px;
    height: 110px;
    line-height: 110px;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 18px
}

    .chart-easy-pie .percentage canvas {
        position: absolute;
        left: 0;
        top: 0
    }

.chart-easy-pie .note {
    margin: 10px auto;
    text-align: center;
    display: block;
    color: #a2a6af
}

body.dragging, body.dragging * {
    cursor: move !important
}

.dragged {
    position: absolute;
    top: 0;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    z-index: 2000
}

.interactive-list {
    cursor: pointer;
    padding: 0
}

    .interactive-list li {
        margin: 10px 0 10px
    }

        .interactive-list li .placeholder {
            position: relative;
            border: none;
            list-style: none
        }

            .interactive-list li .placeholder:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                margin-top: -5px;
                left: -5px;
                top: -6px;
                border: 5px solid transparent;
                border-left-color: #616670;
                border-right: none
            }

        .interactive-list li > span {
            display: block;
            padding: 10px;
            border: 1px solid #f3f3f3;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box
        }

        .interactive-list li:hover {
            border-color: #dad9d9
        }

            .interactive-list li:hover > span {
                border-color: #dad9d9
            }

.nestable {
    list-style-position: inside
}

ul.sortable {
    list-style: none;
    position: relative
}

    ul.sortable li > span {
        padding: 10px 10px 10px 24px
    }

    ul.sortable li:hover .fa {
        color: #9499a3
    }

    ul.sortable .fa {
        position: absolute;
        margin-top: 14px;
        margin-left: 10px;
        color: #afb3bb
    }

.draggable-column {
    padding-bottom: 100px
}

.module-draggable:hover {
    border-color: #dad9d9
}

.ui-sortable-handle {
    cursor: pointer
}

.modal .chosen-container {
    width: 100% !important
}

    .modal .chosen-container li.search-field {
        width: 100%
    }

        .modal .chosen-container li.search-field > input {
            width: 100% !important
        }

.modal-backdrop {
    background-color: #1C4748
}

    .modal-backdrop.in {
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

.modal-dialog {
    position: relative
}

.modal button.close {
    padding: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    text-shadow: none;
    -webkit-opacity: .35;
    -moz-opacity: .35;
    opacity: .35;
    color: #1C4748
}

    .modal button.close:hover {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6
    }

.modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.modal-title {
    text-align: center;
    font-weight: 600
}

.modal-header {
    border-bottom: 0;
    padding: 25px;
}

.modal-body {
    padding: 30px
}

.modal-footer {
    border-color: #f3f3f3
}

.modal-view-controller {
    position: absolute;
    left: 20px;
    top: 15px
}

    .modal-view-controller:hover .fa {
        color: #616670
    }

    .modal-view-controller .fa {
        margin-right: 5px;
        color: #a2a6af
    }

    .modal-view-controller a {
        color: #a2a6af
    }

        .modal-view-controller a:hover {
            color: #616670
        }

.modal-fullscreen {
    background: #fff
}

    .modal-fullscreen .modal-content {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #fff
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        background: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

@media (max-width: 767.98px) {
    .modal-body {
        padding: 30px
    }

    .modal-fullscreen .modal-dialog {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px
    }

    .modal-fullscreen .modal-dialog {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 80%;
        margin: 0 auto
    }
}

.jstree-default .jstree-hovered {
    background: #f3f3f3
}

.jstree-default .jstree-icon {
    color: #616670
}

.jstree-default .jstree-hovered .jstree-icon {
    color: #1C4748
}

.jquery-todolist.ui-widget .jquery-todolist-edit-input {
    padding-right: 50px
}

    .jquery-todolist.ui-widget .jquery-todolist-edit-input input {
        border: 1px solid #dadae7;
        padding: 6px 12px
    }

        .jquery-todolist.ui-widget .jquery-todolist-edit-input input::-webkit-input-placeholder {
            color: #afb3bb
        }

        .jquery-todolist.ui-widget .jquery-todolist-edit-input input:-moz-placeholder {
            color: #afb3bb
        }

        .jquery-todolist.ui-widget .jquery-todolist-edit-input input::-moz-placeholder {
            color: #afb3bb
        }

        .jquery-todolist.ui-widget .jquery-todolist-edit-input input:-ms-input-placeholder {
            color: #afb3bb
        }

        .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
            border-color: #6cc5d4;
            outline: none
        }

.theme-2 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
    border-color: #8fcc87
}

.theme-3 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
    border-color: #6b96c2
}

.theme-4 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:focus {
    border-color: #f19180
}

.jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
    border-color: #6cc5d4
}

.theme-2 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
    border-color: #8fcc87
}

.theme-3 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
    border-color: #6b96c2
}

.theme-4 .jquery-todolist.ui-widget .jquery-todolist-edit-input input:active {
    border-color: #f19180
}

.jquery-todolist.ui-widget .jquery-todolist-edit-save {
    background-image: none;
    text-indent: inherit;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color: #75c181
}

    .jquery-todolist.ui-widget .jquery-todolist-edit-save:before {
        content: "\f058";
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 5 Free';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0)
    }

.jquery-todolist.ui-widget .jquery-todolist-item-action-remove {
    background-image: none;
    width: 20px;
    height: 20px;
    text-indent: inherit;
    font-size: 18px;
    top: 4px;
    right: 8px;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

    .jquery-todolist.ui-widget .jquery-todolist-item-action-remove:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        color: #f4503b
    }

.jquery-todolist.ui-widget .jquery-todolist-button {
    background: #f4503b;
    color: #fff;
    font-weight: 600
}

    .jquery-todolist.ui-widget .jquery-todolist-button .jquery-todolist-item-action-remove-cancel {
        padding: 5px;
        padding-top: 0;
        font-weight: bold;
        font-size: 18px;
        background: #616670
    }

    .jquery-todolist.ui-widget .jquery-todolist-button .jquery-todolist-button-confirm {
        padding: 5px 10px
    }

.jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header {
    padding: 0
}

    .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-title-text {
        font-size: 16px
    }

    .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show {
        right: 5px;
        top: -3px;
        padding: 0;
        height: auto;
        font-size: 20px;
        color: #616670
    }

        .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
            color: #EF553F;
        }

.theme-2 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
    color: #6dbd63
}

.theme-3 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
    color: #497cb1
}

.theme-4 .jquery-todolist.ui-widget .jquery-todolist-title.ui-widget-header .jquery-todolist-menu-show:hover {
    color: #ec6952
}

.jquery-todolist.ui-widget .jquery-todolist-items {
    margin: 15px 0
}

    .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item {
        margin-bottom: 5px
    }

        .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-title {
            margin-left: 30px;
            padding: 5px
        }

        .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-title-text {
            font-size: 13px
        }

        .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-actions-left {
            top: 2px
        }

        .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-checkbox {
            background-image: none;
            width: 20px;
            height: 20px;
            text-indent: inherit;
            font-size: 18px;
            top: 6px;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

            .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item .jquery-todolist-item-checkbox:before {
                content: "\f14a";
                display: inline-block;
                font: normal normal normal 14px/1 'Font Awesome 5 Free';
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                color: #eaeaf1
            }

        .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done {
            background: #f9f9fb
        }

            .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done .jquery-todolist-item-title-text {
                font-size: 13px;
                color: #868c97
            }

            .jquery-todolist.ui-widget .jquery-todolist-items .jquery-todolist-item.jquery-todolist-item-done .jquery-todolist-item-checkbox:before {
                color: #75c181
            }

.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text {
    border: 1px solid #dadae7
}

    .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text::-webkit-input-placeholder {
        color: #afb3bb
    }

    .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:-moz-placeholder {
        color: #afb3bb
    }

    .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text::-moz-placeholder {
        color: #afb3bb
    }

    .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:-ms-input-placeholder {
        color: #afb3bb
    }

    .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
        border-color: #6cc5d4;
        outline: none
    }

.theme-2 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
    border-color: #8fcc87
}

.theme-3 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
    border-color: #6b96c2
}

.theme-4 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:focus {
    border-color: #f19180
}

.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
    border-color: #6cc5d4
}

.theme-2 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
    border-color: #8fcc87
}

.theme-3 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
    border-color: #6b96c2
}

.theme-4 .jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-input-text:active {
    border-color: #f19180
}

.jquery-todolist.ui-widget .jquery-todolist-footer .jquery-todolist-add .jquery-todolist-add-action {
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #75c181;
    top: 1px;
    height: 34px;
    width: 34px;
    font-size: 30px
}

.jquery-todolist.ui-widget .jquery-todolist-menu {
    background: #fff;
    border: 1px solid #eaeaf1;
    padding: 10px;
    text-align: center
}

    .jquery-todolist.ui-widget .jquery-todolist-menu a {
        margin-bottom: 0;
        padding: 0
    }

    .jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions {
        right: 5px;
        top: 0
    }

        .jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions a.jquery-todolist-action {
            font-weight: bold;
            font-size: 20px;
            color: #797f8b;
            padding: 0;
            top: 0;
            right: 0
        }

            .jquery-todolist.ui-widget .jquery-todolist-menu .jquery-todolist-menu-actions a.jquery-todolist-action:hover {
                color: #1C4748
            }

vector-map, .vector-map {
    width: 100%;
    height: 300px;
    max-width: 100%;
    display: block
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 15px;
    height: 15px;
    line-height: 1.2;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0
}

.wizard > .content {
    min-height: 300px;
    background: #f5f5f5;
    margin: 0;
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.wizard.vertical > .content {
    background: #f5f5f5;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 15px
}

.wizard > .content > .body {
    padding: 30px;
    width: inherit;
    height: inherit
}

.wizard > .steps .number {
    background: rgba(0,0,0,0.12);
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    margin-right: 5px
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #EF553F;
    ;
    font-weight: 600
}

.theme-2 .wizard > .steps .current a, .theme-2 .wizard > .steps .current a:hover, .theme-2 .wizard > .steps .current a:active {
    background: #6dbd63
}

.theme-3 .wizard > .steps .current a, .theme-3 .wizard > .steps .current a:hover, .theme-3 .wizard > .steps .current a:active {
    background: #497cb1
}

.theme-4 .wizard > .steps .current a, .theme-4 .wizard > .steps .current a:hover, .theme-4 .wizard > .steps .current a:active {
    background: #ec6952
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #a7dce6
}

.theme-2 .wizard > .steps .done a, .theme-2 .wizard > .steps .done a:hover, .theme-2 .wizard > .steps .done a:active {
    background: #c1e3bd
}

.theme-3 .wizard > .steps .done a, .theme-3 .wizard > .steps .done a:hover, .theme-3 .wizard > .steps .done a:active {
    background: #a1bcd8
}

.theme-4 .wizard > .steps .done a, .theme-4 .wizard > .steps .done a:hover, .theme-4 .wizard > .steps .done a:active {
    background: #f9cdc5
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #f5f5f5;
    color: #797f8b
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    padding: 10px 20px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

.wizard > .steps > ul > li {
    width: auto;
    margin-right: 10px;
    margin-bottom: 30px
}

    .wizard > .steps > ul > li > a {
        position: relative
    }

    .wizard > .steps > ul > li:last-child {
        margin-right: 0
    }

    .wizard > .steps > ul > li.current .step-arrow {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #EF553F;
        ;
        position: absolute;
        bottom: -10px;
        margin-left: -10px;
        left: 50%
    }

.theme-2 .wizard > .steps > ul > li.current .step-arrow {
    border-top-color: #6dbd63
}

.theme-3 .wizard > .steps > ul > li.current .step-arrow {
    border-top-color: #497cb1
}

.theme-4 .wizard > .steps > ul > li.current .step-arrow {
    border-top-color: #ec6952
}

.wizard.vertical > .steps > ul > li.current .step-arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #EF553F;
    ;
    bottom: 50%;
    left: auto;
    right: -20px;
    margin-left: auto;
    top: auto;
    margin-bottom: -10px
}

.theme-2 .wizard.vertical > .steps > ul > li.current .step-arrow {
    border-left-color: #6dbd63
}

.theme-3 .wizard.vertical > .steps > ul > li.current .step-arrow {
    border-left-color: #497cb1
}

.theme-4 .wizard.vertical > .steps > ul > li.current .step-arrow {
    border-left-color: #ec6952
}

.wizard > .steps > ul > li.current.done .step-arrow {
    border-top-color: #a7dce6
}

.theme-2 .wizard > .steps > ul > li.current.done .step-arrow {
    border-top-color: #c1e3bd
}

.theme-3 .wizard > .steps > ul > li.current.done .step-arrow {
    border-top-color: #a1bcd8
}

.theme-4 .wizard > .steps > ul > li.current.done .step-arrow {
    border-top-color: #f9cdc5
}

.wizard.vertical > .steps > ul > li.current.done .step-arrow {
    border-left-color: #a7dce6;
    border-top-color: transparent
}

.theme-2 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
    border-left-color: #c1e3bd
}

.theme-3 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
    border-left-color: #a1bcd8
}

.theme-4 .wizard.vertical > .steps > ul > li.current.done .step-arrow {
    border-left-color: #f9cdc5
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #f5f5f5 !important;
    color: #afb3bb !important
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #EF553F;
}

.theme-2 .wizard > .actions a, .theme-2 .wizard > .actions a:hover, .theme-2 .wizard > .actions a:active {
    background: #6dbd63
}

.theme-3 .wizard > .actions a, .theme-3 .wizard > .actions a:hover, .theme-3 .wizard > .actions a:active {
    background: #497cb1
}

.theme-4 .wizard > .actions a, .theme-4 .wizard > .actions a:hover, .theme-4 .wizard > .actions a:active {
    background: #ec6952
}

@media (max-width: 767.98px) {
    .wizard > .steps > ul > li {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

        .wizard > .steps > ul > li.current .step-arrow {
            display: none
        }

    .wizard.vertical > .steps {
        width: 100%
    }

    .wizard.vertical > .content {
        width: 100%;
        margin-left: 0
    }

    .wizard > .content > .body {
        padding: 20px
    }
}

.tags {
    margin: 0;
    padding: 0;
    right: 24px;
    bottom: -12px;
    list-style: none;
    overflow: hidden;
    list-style: none
}

    .tags .tag {
        margin-bottom: 15px
    }

        .tags .tag a {
            margin-left: 20px;
            padding: 0 10px 0 12px;
            background: #616670;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px
        }

            .tags .tag a:hover {
                background: #555963
            }

                .tags .tag a:hover:before {
                    border-color: transparent #555963 transparent transparent
                }

            .tags .tag a:before {
                content: "";
                float: left;
                position: absolute;
                top: 0;
                left: -12px;
                width: 0;
                height: 0;
                border-color: transparent #616670 transparent transparent;
                border-style: solid;
                border-width: 12px 12px 12px 0
            }

            .tags .tag a:after {
                content: "";
                position: absolute;
                top: 10px;
                left: 0;
                float: left;
                width: 4px;
                height: 4px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #fff
            }

        .tags .tag.tag-theme a {
            background: #EF553F;
        }

.theme-2 .tags .tag.tag-theme a {
    background: #6dbd63
}

.theme-3 .tags .tag.tag-theme a {
    background: #497cb1
}

.theme-4 .tags .tag.tag-theme a {
    background: #ec6952
}

.tags .tag.tag-theme a:hover {
    background: #B84236
}

.theme-2 .tags .tag.tag-theme a:hover {
    background: #5cb551
}

.theme-3 .tags .tag.tag-theme a:hover {
    background: #426f9f
}

.theme-4 .tags .tag.tag-theme a:hover {
    background: #e9553b
}

.tags .tag.tag-theme a:hover:before {
    border-color: transparent #B84236 transparent transparent
}

.theme-2 .tags .tag.tag-theme a:hover:before {
    border-color: transparent #5cb551 transparent transparent
}

.theme-3 .tags .tag.tag-theme a:hover:before {
    border-color: transparent #426f9f transparent transparent
}

.theme-4 .tags .tag.tag-theme a:hover:before {
    border-color: transparent #e9553b transparent transparent
}

.tags .tag.tag-theme a:before {
    border-color: transparent #EF553F;
    transparent transparent
}

.theme-2 .tags .tag.tag-theme a:before {
    border-color: transparent #6dbd63 transparent transparent
}

.theme-3 .tags .tag.tag-theme a:before {
    border-color: transparent #497cb1 transparent transparent
}

.theme-4 .tags .tag.tag-theme a:before {
    border-color: transparent #ec6952 transparent transparent
}

.tags .tag.tag-success a {
    background: #75c181
}

    .tags .tag.tag-success a:hover {
        background: #63b971
    }

        .tags .tag.tag-success a:hover:before {
            border-color: transparent #63b971 transparent transparent
        }

    .tags .tag.tag-success a:before {
        border-color: transparent #75c181 transparent transparent
    }

.tags .tag.tag-info a {
    background: #58bbee
}

    .tags .tag.tag-info a:hover {
        background: #41b2ec
    }

        .tags .tag.tag-info a:hover:before {
            border-color: transparent #41b2ec transparent transparent
        }

    .tags .tag.tag-info a:before {
        border-color: transparent #58bbee transparent transparent
    }

.tags .tag.tag-warning a {
    background: #F8A13F
}

    .tags .tag.tag-warning a:hover {
        background: #f79526
    }

        .tags .tag.tag-warning a:hover:before {
            border-color: transparent #f79526 transparent transparent
        }

    .tags .tag.tag-warning a:before {
        border-color: transparent #F8A13F transparent transparent
    }

.tags .tag.tag-danger a {
    background: #f4503b
}

    .tags .tag.tag-danger a:hover {
        background: #f33a23
    }

        .tags .tag.tag-danger a:hover:before {
            border-color: transparent #f33a23 transparent transparent
        }

    .tags .tag.tag-danger a:before {
        border-color: transparent #f4503b transparent transparent
    }

.tags .tag.tag-purple a {
    background: #8A40A7
}

    .tags .tag.tag-purple a:hover {
        background: #7b3995
    }

        .tags .tag.tag-purple a:hover:before {
            border-color: transparent #7b3995 transparent transparent
        }

    .tags .tag.tag-purple a:before {
        border-color: transparent #8A40A7 transparent transparent
    }

.tags .tag.tag-pink a {
    background: #EA5395
}

    .tags .tag.tag-pink a:hover {
        background: #e73c87
    }

        .tags .tag.tag-pink a:hover:before {
            border-color: transparent #e73c87 transparent transparent
        }

    .tags .tag.tag-pink a:before {
        border-color: transparent #EA5395 transparent transparent
    }

.tags .tag.tag-yellow a {
    background: #F2B542
}

    .tags .tag.tag-yellow a:hover {
        background: #f0ac2a
    }

        .tags .tag.tag-yellow a:hover:before {
            border-color: transparent #f0ac2a transparent transparent
        }

    .tags .tag.tag-yellow a:before {
        border-color: transparent #F2B542 transparent transparent
    }

.tags .tag, .tags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px
}

.chart-container {
    padding-top: 15px
}

    .chart-container canvas {
        max-width: 100%
    }

.chartjs-wrapper {
    width: 100%;
    min-height: 200px
}

.flot-chart {
    width: 100%;
    height: 260px
}

    .flot-chart .legendLayer {
        fill: rgba(255,255,255,0.8)
    }

        .flot-chart .legendLayer tspan {
            fill: #1C4748;
            font-size: 12px
        }

.flotTip {
    background: rgba(0,0,0,0.9) !important;
    color: #fff !important;
    border: none !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px !important
}

.flot-x-axis, .flot-y-axis {
    font-size: 0.7rem
}

.morris-hover.morris-default-style {
    background: rgba(0,0,0,0.8);
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 15px
}

.chart-container svg {
    max-width: 100%
}

.jqstooltip, .jqstooltip *, .jqstooltip *:before, .jqstooltip *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.chart-easy-pie .percentage {
    width: 110px;
    height: 110px;
    line-height: 110px;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 18px
}

    .chart-easy-pie .percentage canvas {
        position: absolute;
        left: 0;
        top: 0
    }

.chart-easy-pie .note {
    margin: 10px auto;
    text-align: center;
    display: block;
    color: #a2a6af
}

.shepherd-element .shepherd-content {
    background: white
}

.user-tour {
    border: 1px solid #f3f3f3;
    text-align: left;
    filter: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.shepherd-element .shepherd-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .shepherd-element .shepherd-content .shepherd-text {
        padding: 1.5rem
    }

    .shepherd-element .shepherd-content footer {
        padding: 16px;
        background: #f5f5f5
    }

.shepherd-element.shepherd-has-title .shepherd-content header {
    background: #EF553F;
}

.shepherd-element .shepherd-content header .shepherd-title {
    color: #fff;
    font-weight: 600
}

.shepherd-element .shepherd-content footer .shepherd-buttons li .shepherd-button {
    background: #EF553F;
    ;
    font-weight: bold;
    color: #fff
}

    .shepherd-element .shepherd-content footer .shepherd-buttons li .shepherd-button:hover {
        background: #3197a9
    }

.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom-color: #f3f3f3;
    z-index: 10
}

    .tippy-popper[x-placement^=bottom] .tippy-arrow:after {
        content: "";
        display: block;
        height: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
        border-bottom: 8px solid #333;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom-color: #EF553F;
        ;
        top: 1px;
        left: -8px
    }

.tippy-popper[x-placement^=top] .tippy-arrow {
    border-bottom-color: #f3f3f3;
    z-index: 10
}

    .tippy-popper[x-placement^=top] .tippy-arrow:after {
        content: "";
        display: block;
        height: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
        border-top: 8px solid #333;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top-color: #f5f5f5;
        bottom: 1px;
        left: -8px
    }

.tippy-popper[x-placement^=left] .tippy-arrow {
    border-left-color: #f3f3f3;
    z-index: 10
}

    .tippy-popper[x-placement^=left] .tippy-arrow:after {
        content: "";
        display: block;
        height: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
        border-left: 8px solid #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left-color: white;
        top: -8px;
        right: 1px
    }

.tippy-popper[x-placement^=right] .tippy-arrow {
    border-right-color: #f3f3f3;
    z-index: 10
}

    .tippy-popper[x-placement^=right] .tippy-arrow:after {
        content: "";
        display: block;
        height: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
        border-right: 8px solid #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right-color: white;
        top: -8px;
        left: 1px
    }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.config-trigger {
    display: block;
    position: absolute;
    top: 30px;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #1C4748;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    padding-top: 7px
}

    .config-trigger:hover {
        background: #000;
        text-decoration: none
    }

    .config-trigger .fa-cog {
        font-size: 22px;
        display: inline-block;
        color: #fff
    }

.config-panel {
    position: absolute;
    top: 80px;
    right: -210px;
    z-index: 10;
    width: 210px;
    will-change: transform;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 14px
}

    .config-panel .checkbox {
        margin-bottom: 0
    }

    .config-panel.config-panel-open {
        transform: translateX(-210px)
    }

    .config-panel .panel-inner {
        position: relative;
        background: #1C4748;
        color: #fff;
        padding: 30px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .config-panel .panel-title {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 14px
    }

    .config-panel label {
        color: #fff
    }

    .config-panel #color-options {
        margin-bottom: 0px
    }

        .config-panel #color-options li {
            margin-bottom: 10px
        }

            .config-panel #color-options li a {
                display: block;
                width: 100%;
                height: 25px;
                border: 2px solid transparent;
                cursor: pointer
            }

                .config-panel #color-options li a:hover {
                    -webkit-opacity: .9;
                    -moz-opacity: .9;
                    opacity: .9;
                    border: 2px solid rgba(255,255,255,0.8)
                }

            .config-panel #color-options li.active a {
                border: 2px solid #fff
            }

            .config-panel #color-options li.theme-1 a {
                background: #40babd
            }

            .config-panel #color-options li.theme-2 a {
                background-color: #6dbd63
            }

            .config-panel #color-options li.theme-3 a {
                background-color: #497cb1
            }

            .config-panel #color-options li.theme-4 a {
                background-color: #ec6952
            }

    .config-panel a.close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

        .config-panel a.close:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

        .config-panel a.close .fa {
            color: #fff
        }

.name-badge-container {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #EF553F;
}

.name-badge {
    font-size: larger;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 60px;
}

.ui-disable {
}

.frm-hide {
}

.basic-keymatrics-info {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.age-info {
    font-size: 14px;
    color: #a2a6af;
}

.health-point-border {
    border: 1px solid #f3f3f3;
    border-bottom-width: 2px;
}
.ai-response-Model{
    max-width:40rem;
    min-height:23rem;
    max-height:25rem;
    overflow:auto;
}
.ai-response-Spinner {
    justify-content: center;
    align-items: center;
    min-height: 20rem;
}
.header .notification-container {
    float: left;
    display: inline-block;
    margin-top: 5px
}
    .header .notification-container .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: 0em solid transparent;
        border-bottom: 0;
        border-left: 0em solid transparent
    }
    .header .notification-container .dropdown-toggle:after {
        display: inline-block;
        color: #9499a3;
        margin-left: 0
    }

    .header .notification-container.dropdown {
        cursor: pointer
    }

    .header .notification-container:hover img {
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9
    }

    .header .notification-container:hover .fa-caret-down {
        color: #1C4748
    }

    .header .notification-container img {
        width: 36px;
        height: 36px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .header .notification-container .icon {
        font-size: 20px
    }

    .header .notification-container .dropdown-menu {
        top: 10px !important;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        font-size: 12px;
    }
    .header .notification-container .dropdown-menu .notification-items {        
        min-height: 10rem;
        max-height: 20rem;
        min-width: 15rem;
        max-width: 15rem;
        overflow: auto;
    }

        .header .notification-container .dropdown-menu > li > a {
            padding: 10px 15px;
            color: #1C4748;
            display: block
        }

            .header .notification-container .dropdown-menu > li > a:hover {
                background: #f9f9fb
            }

            .header .notification-container .dropdown-menu > li > a .icon {
                vertical-align: middle;
                font-size: 20px;
                display: inline-block;
                margin-right: 5px
            }

        .header .notification-container .dropdown-menu .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e6e6e6;
            position: absolute;
            right: 22px;
            top: -8px
        }

            .header .notification-container .dropdown-menu .arrow:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                position: absolute;
                right: -8px;
                top: 1px
            }
    .header .notification-container .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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out position: absolute;
        right: -8px;
        top: -5px;
        background-color: #EF553F;
    }
    .header .notification-container .notification-icon {
        color: #EF553F;
    }

.fullpage-spinner {
    justify-content: center;
    align-items: center;
    min-height: 20rem;
    position: fixed;
    z-index: 99999999 !important;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9693934d;
    z-index: 6;
    border-radius: 0px;
}
.fullpage-spinner-loader{
    z-index: 999999999999 !important;
}
.tr-header {
    background-color: #e5abab0f;
    font-size: medium;
    /*font-weight: 510;*/
}
.profile-Task-Model {
    max-width: 45rem;
    min-height: 25rem;
    max-height: 25rem;
    overflow: auto;
}

.fc-event-title {
    text-wrap: pretty !important;
}

.fc .fc-button-primary {
    background: #EF553F;
    border: 1px solid #EF553F;
    color: #fff;
}

    .fc .fc-button-primary:hover {
        background: #B84236;
        color: #fff;
        border: 1px solid #B84236;
    }


    .fc .fc-button-primary:focus, .fc .fc-button-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(96,192,209,0.5)
    }

    .fc .fc-button-primary.disabled, .fc .fc-button-primary:disabled {
        color: #fff;
        background-color: #EF553F;
        border-color: #EF553F;
    }

    .fc .fc-button-primary:not(:disabled):not(.disabled):active, .fc .fc-button-primary:not(:disabled):not(.disabled).active, .show > .fc .fc-button-primary.dropdown-toggle {
        color: #fff;
        background-color: #3197a9;
        border-color: #2e8e9f
    }

        .fc .fc-button-primary:not(:disabled):not(.disabled):active:focus, .fc .fc-button-primary:not(:disabled):not(.disabled).active:focus, .show > .fc .fc-button-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(96,192,209,0.5)
        }
.turbo-progress-bar {
    height: 5px;
    background-color: #08AAAE;
}
#progress-bar {
    width: 100%;
    height: 5px;
    background-color: #96cccf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

    #progress-bar .progress {
        height: 100%;
        width: 0;
        background-image: linear-gradient(to left, rgba(8, 170, 174, 0.8), rgba(8, 170, 174, 0.5));
        animation: progressAnimation 2s linear infinite;
    }

@keyframes progressAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.bgLowPriorityCalls {
    background-color: rgba(34, 255, 64, 0.15);
}
.bgHighPriorityCalls {
    background-color: rgba(255, 55, 64, 0.15);
}
.gap-1{
    gap:0.5rem;
}
.disabled {
    pointer-events: none;
    opacity: 0.5; 
}
.name-badge-container-dashboard {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-badge-dashboard {
    font-size: small;
}
.patientImage {
    width: 2em;
}
.media-header {
    display: inline-block;
    padding: .4em 0 0 .6em;
}

.line-chart-flex {
    display: flex;
    justify-content: center;
}
.task-message-view {
    min-height: 18rem;
}