@charset "UTF-8";

html.placeholder {
    opacity: 1 !important
}

body {
    background-color: #f3f3f3;
    font-size: .875em;
    overflow-x: hidden;
    color: #353c4e;
    font-family: "Open Sans",sans-serif;
    background-attachment: fixed
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

:focus {
    outline: 0
}

a {
    font-size: 13px
}

@media only screen and (min-width:1400px) {
    a {
        font-size: 14px
    }
}

a {
    color: #404e67
}

    a:focus, a:hover {
        text-decoration: none;
        color: #01a9ac
    }

h6 {
    font-size: 14px
}

p {
    font-size: 13px
}

@media only screen and (min-width:1400px) {
    p {
        font-size: 14px
    }
}

.main-body .page-wrapper {
    padding: 1.8rem;
    transition: all ease-in .3s
}

    .main-body .page-wrapper .menu-rtl .page-header-title i {
        margin-left: 20px
    }

    .main-body .page-wrapper .page-header {
        margin-bottom: 30px
    }

    .main-body .page-wrapper .page-header-title {
        display: inline-flex
    }

        .main-body .page-wrapper .page-header-title h4 {
            display: block;
            margin-bottom: 0;
            font-weight: 600;
            color: #303548;
            font-size: 20px;
            text-transform: capitalize
        }

        .main-body .page-wrapper .page-header-title span {
            font-size: 13px;
            color: #919aa3;
            display: inline-block;
            margin-top: 10px;
            text-transform: capitalize
        }

        .main-body .page-wrapper .page-header-title i {
            display: inline-flex;
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 4px;
            justify-content: center;
            vertical-align: middle;
            font-size: 25px;
            color: #fff;
            box-shadow: 0 2px 12px -3px rgba(0,0,0,.5);
            margin-right: 20px;
            align-items: center
        }

    .main-body .page-wrapper .page-header-breadcrumb {
        display: inline-flex;
        float: right
    }

.author-details {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    margin-bottom: 10px
}

    .author-details img ~ .dot1, .author-details img ~ .dot2 {
        height: 14px;
        width: 14px;
        border-radius: 100%;
        top: 60%;
        position: absolute;
        padding: 5px
    }

    .author-details img ~ .dot1 {
        left: 40px
    }

    .author-details img ~ .dot2 {
        left: 50px
    }

    .author-details .recent-contain h6 {
        font-size: 1rem;
        margin-bottom: 5px
    }

    .author-details .header-right {
        text-align: right;
        margin-top: 6px
    }

        .author-details .header-right ul {
            position: relative
        }

        .author-details .header-right h4 {
            color: #919aa3;
            font-size: .875rem;
            margin-top: 5px
        }

        .author-details .header-right span {
            font-size: 1rem
        }

        .author-details .header-right li {
            display: inline-block;
            margin-right: 60px;
            text-align: left
        }

            .author-details .header-right li:last-child {
                margin-right: 0;
                position: absolute;
                right: 0;
                top: 10px;
                font-size: 20px
            }

.login .container-fluid {
    width: auto;
    margin-top: 80px
}

.filter-bar .navbar .navbar-nav .dropdown-menu {
    position: absolute
}

.wrapper {
    padding: 0
}

.card-body {
    padding: 1.25rem
}

.card {
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 30px
}

    .card .card-footer {
        background-color: #fff;
        border-top: none
    }

    .card .card-header {
        background-color: transparent;
        border-bottom: none;
        padding: 25px 20px
    }

        .card .card-header .card-header-left {
            display: inline-block
        }

        .card .card-header .card-header-right {
            border-radius: 0 0 0 7px;
            right: 10px;
            top: 18px;
            display: inline-block;
            float: right;
            padding: 7px 0;
            position: absolute
        }

            .card .card-header .card-header-right i {
                margin: 0 8px;
                cursor: pointer;
                font-size: 16px;
                color: #919aa3;
                line-height: 20px
            }

                .card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
                    display: none
                }

            .card .card-header .card-header-right .card-option {
                transition: .3s ease-in-out
            }

                .card .card-header .card-header-right .card-option li {
                    display: inline-block
                }

        .card .card-header span {
            color: #919aa3;
            display: block;
            font-size: 13px;
            margin-top: 5px
        }

        .card .card-header + .card-body, .card .card-header + .card-body-big {
            padding-top: 0
        }

        .card .card-header h5 {
            margin-bottom: 0;
            color: #505458;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-right: 10px;
            line-height: 1.4
        }

    .card .card-body table tr {
        padding-bottom: 20px
    }

    .card .card-body .sub-title {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px
    }

    .card .card-body code {
        background-color: #eee;
        margin: 5px;
        display: inline-block
    }

    .card .card-body .dropdown-menu {
        top: 38px
    }

    .card .card-body p {
        line-height: 25px
    }

    .card .card-body a.dropdown-item {
        margin-bottom: 0;
        font-size: 14px;
        transition: .25s
    }

        .card .card-body a.dropdown-item .active, .card .card-body a.dropdown-item:active {
            background-color: #01a9ac
        }

    .card .card-body.remove-label i {
        margin: 0;
        padding: 0
    }

    .card .card-body.button-list span.badge {
        margin-left: 5px
    }

    .card .card-body .dropdown-menu {
        background-color: #fff;
        padding: 0
    }

        .card .card-body .dropdown-menu .dropdown-divider {
            background-color: #ddd;
            margin: 3px 0
        }

        .card .card-body .dropdown-menu > a {
            padding: 10px 16px;
            line-height: 1.429
        }

        .card .card-body .dropdown-menu > li > a:focus, .card .card-body .dropdown-menu > li > a:hover {
            background-color: rgba(202,206,209,.5)
        }

        .card .card-body .dropdown-menu > li:first-child > a:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px
        }

    .card .card-body .badge-box {
        padding: 10px;
        margin: 12px 0
    }

    .card .card-body-big {
        padding: 30px 35px
    }

    .card .card-body-small {
        padding: 15px 20px
    }

.pcoded .card.full-card {
    position: fixed;
    top: 56px;
    z-index: 99999;
    box-shadow: none;
    left: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 100vw;
    height: calc(100vh - 56px)
}

    .pcoded .card.full-card.card-load {
        position: fixed
    }

.pcoded .card.card-load {
    position: relative;
    overflow: hidden
}

    .pcoded .card.card-load .card-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: rgba(255,255,255,.7);
        z-index: 999
    }

        .pcoded .card.card-load .card-loader i {
            margin: 0 auto;
            color: #ab7967;
            font-size: 20px
        }

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(51,51,51,.85);
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.icofont-rounded-down {
    -webkit-transition: all ease-in .3s;
    display: inline-block;
    transition: all ease-in .3s
}

.icon-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-refresh {
    -webkit-animation: mymove .8s infinite linear;
    animation: mymove .8s infinite linear;
    display: inline-block
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.breadcrumb-title a {
    font-size: 14px;
    color: #4a6076
}

.breadcrumb-title li:last-child a {
    color: #7e7e7e
}

.sub-title {
    border-bottom: 1px solid rgba(204,204,204,.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2c3e50
}

.blockquote {
    border-left: .25rem solid #eceeef;
    padding: .5rem 1rem
}

    .blockquote.blockquote-reverse {
        text-align: right;
        padding-right: 1rem;
        border-right: .25rem solid #eceeef;
        border-left: none
    }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin: 0 0 20px
}

.typography small {
    margin-left: 10px;
    font-weight: 600;
    color: #777
}

.card-body.list-tag ul li {
    display: block;
    float: none;
    margin-bottom: 5px
}

.card-body.list-tag ol li {
    margin-bottom: 5px
}

.inline-order-list {
    margin-top: 50px
}

    .inline-order-list h4, .inline-order-list p {
        margin-bottom: 0
    }

.card-body ul li.list-inline-item {
    display: inline-block;
    float: left
}

.modal {
    z-index: 99999999999
}

.bd-example .modal {
    display: block;
    position: inherit;
    background-color: #2c3e50;
    margin-bottom: 20px
}

.card .overflow-container h5 {
    margin-bottom: 5px
}

.button-page .card-body a.nav-link {
    margin-bottom: 0
}

.sweet-alert button.confirm {
    background-color: #01a9ac !important
}

.sweet-alert .sa-input-error {
    top: 23px
}

.location-selector {
    width: 100%;
    height: 250px;
    background-color: #fff;
    border: 2px dashed #e5e9ec;
    position: relative;
    margin-bottom: 20px
}

    .location-selector .bit {
        background-color: #e5e9ec;
        cursor: pointer;
        position: absolute
    }

        .location-selector .bit:hover {
            background-color: #ddd
        }

        .location-selector .bit.bottom, .location-selector .bit.top {
            height: 25%;
            width: 40%;
            margin: 0 30%
        }

        .location-selector .bit.top {
            top: 0
        }

        .location-selector .bit.bottom {
            bottom: 0
        }

        .location-selector .bit.left, .location-selector .bit.right {
            height: 20%;
            width: 20%;
            margin-left: 0;
            margin-right: 0
        }

        .location-selector .bit.right {
            right: 0
        }

        .location-selector .bit.left {
            left: 0
        }

button.close {
    margin-top: 7px;
    margin-bottom: 0
}

.mytooltip {
    display: inline;
    position: relative;
    z-index: 999
}

    .mytooltip .tooltip-item {
        background: rgba(0,0,0,.1);
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        padding: 0 10px
    }

    .mytooltip .tooltip-content {
        position: absolute;
        z-index: 9999;
        width: 360px;
        left: 50%;
        margin: 0 0 20px -180px;
        bottom: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 30px;
        box-shadow: -5px -5px 15px rgba(48,54,61,.2);
        background: #2b2b2b;
        opacity: 0;
        cursor: default;
        pointer-events: none
    }

        .mytooltip .tooltip-content::after {
            content: "";
            top: 100%;
            left: 50%;
            border: solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: #2a3035 transparent transparent;
            border-width: 10px;
            margin-left: -10px
        }

        .mytooltip .tooltip-content img {
            position: relative;
            height: 140px;
            display: block;
            float: left;
            margin-right: 1em
        }

    .mytooltip .tooltip-item::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 20px;
        bottom: 100%;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .mytooltip:hover .tooltip-item::after {
        pointer-events: auto
    }

    .mytooltip:hover .tooltip-content {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
        transform: translate3d(0,0,0) rotate3d(0,0,0,0)
    }

    .mytooltip:hover .tooltip-content2 {
        opacity: 1;
        font-size: 18px
    }

        .mytooltip:hover .tooltip-content2 i {
            opacity: 1;
            font-size: 18px
        }

    .mytooltip:hover .tooltip-content2 {
        opacity: 1;
        font-size: 18px;
        pointer-events: auto;
        -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
        transform: translate3d(0,0,0) scale3d(1,1,1)
    }

        .mytooltip:hover .tooltip-content2 i {
            opacity: 1;
            font-size: 18px;
            pointer-events: auto;
            -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
            transform: translate3d(0,0,0) scale3d(1,1,1)
        }

    .mytooltip:hover .tooltip-item2 {
        color: #fff;
        -webkit-transform: translate3d(0,-.9em,0);
        transform: translate3d(0,-.9em,0)
    }

    .mytooltip:hover .tooltip-text3 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    .mytooltip:hover .tooltip-content3 {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    .mytooltip:hover .tooltip-content4 {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .mytooltip:hover .tooltip-text2 {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .mytooltip:hover .tooltip-inner2 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .mytooltip:hover .tooltip-content5 {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .mytooltip .tooltip-text {
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 1.31em 1.21em 1.21em 0;
        color: #fff
    }

    .mytooltip .tooltip-item2 {
        color: #01a9ac;
        cursor: pointer;
        z-index: 100;
        position: relative;
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        -webkit-transition: background-color .3s,color .3s,-webkit-transform .3s;
        transition: background-color .3s,color .3s,transform .3s
    }

.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg)
}

.tooltip-effect-5 .tooltip-text {
    padding: 1.4em
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    color: #fff
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% 110%;
    transform-origin: 50% 110%;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
    transform: perspective(1000px) rotate3d(1,0,0,45deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(.7,.3,1);
    transform: scale3d(.7,.3,1);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s
}

.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% 106%;
    transform-origin: 50% 106%;
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
    -webkit-transition-timing-function: ease,cubic-bezier(0.17,0.67,0.4,1.39);
    transition-timing-function: ease,cubic-bezier(0.17,0.67,0.4,1.39)
}

.tooltip-effect-6 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,1,45deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,1,45deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

    .tooltip-effect-6 .tooltip-content2 i {
        -webkit-transform: scale3d(0,0,1);
        transform: scale3d(0,0,1);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s
    }

.tooltip-effect-7 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

    .tooltip-effect-7 .tooltip-content2 i {
        -webkit-transform: translate3d(0,15px,0);
        transform: translate3d(0,15px,0);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s
    }

.tooltip-effect-8 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0) rotate3d(0,1,0,90deg);
    transform: translate3d(0,10px,0) rotate3d(0,1,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

    .tooltip-effect-8 .tooltip-content2 i {
        -webkit-transform: scale3d(0,0,1);
        transform: scale3d(0,0,1);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s
    }

.tooltip-effect-9 .tooltip-content2 {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

    .tooltip-effect-9 .tooltip-content2 i {
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s
    }

.tooltip-effect-6:hover .tooltip-content2 i {
    -webkit-transform: rotate3d(1,1,1,0);
    transform: rotate3d(1,1,1,0)
}

.tooltip-content2 {
    position: absolute;
    z-index: 9999;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    left: 50%;
    margin-left: -40px;
    bottom: 100%;
    border-radius: 50%;
    text-align: center;
    background: #01a9ac;
    color: #fff;
    opacity: 0;
    margin-bottom: 20px;
    cursor: default;
    pointer-events: none
}

    .tooltip-content2 i {
        opacity: 0
    }

    .tooltip-content2::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -7px 0 0 -15px;
        width: 30px;
        height: 20px;
        background: url("https://demo.dashboardpack.com/adminty-html/assets/css/images/tooltip/tooltip1.svg") center center no-repeat;
        background-size: 100%
    }

.tooltip-content3 {
    position: absolute;
    background: url("https://demo.dashboardpack.com/adminty-html/assets/css/images/tooltip/shape1.svg") center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    font-size: 14px;
    line-height: 27px;
    pointer-events: none;
    -webkit-transform: scale3d(.1,.2,1);
    transform: scale3d(.1,.2,1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,transform .4s;
    -webkit-transition-timing-function: ease,cubic-bezier(0.6,0,0.4,1);
    transition-timing-function: ease,cubic-bezier(0.6,0,0.4,1)
}

    .tooltip-content3::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 50%;
        margin-left: -8px;
        top: 100%;
        background: #00aeef;
        -webkit-transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg);
        transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg)
    }

.tooltip-content4 {
    position: absolute;
    z-index: 99;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    bottom: -5px;
    text-align: left;
    background: #01a9ac;
    opacity: 0;
    font-size: 14px;
    line-height: 27px;
    padding: 1.5em;
    color: #fff;
    border-bottom: 55px solid rgb(.4104046243,69.3583815029,70.5895953757);
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: translate3d(0,-.5em,0);
    transform: translate3d(0,-.5em,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
}

    .tooltip-content4 a {
        color: #2b2b2b
    }

    .tooltip-content4 .tooltip-text2 {
        opacity: 0;
        -webkit-transform: translate3d(0,1.5em,0);
        transform: translate3d(0,1.5em,0);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s
    }

.tooltip-content5 {
    position: absolute;
    z-index: 9999;
    width: 300px;
    left: 50%;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: 0 0;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s
}

    .tooltip-content5 span {
        display: block
    }

    .tooltip-content5::after {
        content: "";
        bottom: -20px;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #01a9ac transparent transparent;
        border-width: 10px;
        margin-left: -10px
    }

    .tooltip-content5 .tooltip-text3 {
        border-bottom: 10px solid #01a9ac;
        overflow: hidden;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transition: -webkit-transform .3s .3s;
        transition: transform .3s .3s
    }

    .tooltip-content5 .tooltip-inner2 {
        background: #2b2b2b;
        padding: 40px;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        webkit-transition: -webkit-transform 0.3s;
        transition: transform .3s
    }

a.mytooltip {
    font-weight: 700;
    color: #01a9ac;
    z-index: 9
}

.tooltip-link a {
    margin-left: 10px;
    color: #01a9ac
}

.tooltip-icon button i {
    margin-right: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #01a9ac
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01a9ac
}

.animation-image img {
    margin: 10px auto 20px;
    cursor: pointer
}

.card-body.tree-view ul {
    display: inherit
}

    .card-body.tree-view ul li {
        display: inherit;
        float: none
    }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("../pages/treeview/throbber.html") center center no-repeat
}

.jFiler-theme-default .jFiler-input-button {
    background-color: #01a9ac;
    background-image: none;
    color: #fff
}

.jFiler-theme-default .jFiler-input {
    width: 100%
}

.jFiler-input-dragDrop {
    width: 100%;
    background-color: #fafafa
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 6px 10px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .12s;
    -moz-transition: all .12s;
    transition: all .12s
}

.jFiler-input-choose-btn {
    border: 1px solid #01a9ac;
    padding: 10px 25px;
    background: #01a9ac;
    color: #fff !important
}

    .jFiler-input-choose-btn:hover {
        background: #fff;
        border: 1px solid #01a9ac;
        color: #fff !important
    }

.card .jFiler-item-assets ul li {
    margin-right: 0
}

.img-container, .img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center
}

.img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .img-container {
        min-height: 516px
    }
}

.img-container > img {
    max-width: 100%
}

.docs-preview {
    margin-right: -15px
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

    .img-preview > img {
        max-width: 100%
    }

.preview-lg {
    width: 100% !important
}

.preview-md {
    width: 139px;
    height: 78px
}

.preview-sm {
    width: 69px;
    height: 39px
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0
}

.docs-data > .input-group {
    margin-bottom: 10px
}

    .docs-data > .input-group > label {
        min-width: 80px
    }

    .docs-data > .input-group > span {
        min-width: 50px
    }

.docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control {
    margin-right: 5px
}

.docs-toggles > .btn, .docs-toggles > .btn-group, .docs-toggles > .dropdown {
    margin-bottom: 10px
}

.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px
}

    .docs-tooltip > .icon {
        margin: 0 -3px;
        vertical-align: top
    }

.tooltip-inner {
    white-space: normal
}

.btn-upload .tooltip-inner {
    white-space: nowrap
}

@media (max-width:400px) {
    .btn-group-crop {
        margin-right: -15px !important
    }

        .btn-group-crop > .btn {
            padding-left: 5px;
            padding-right: 5px
        }

        .btn-group-crop .docs-tooltip {
            margin-left: -5px;
            margin-right: -5px;
            padding-left: 5px;
            padding-right: 5px
        }
}

.docs-options .dropdown-menu {
    width: 100%
}

    .docs-options .dropdown-menu > li {
        padding: 3px 20px;
        font-size: 14px
    }

        .docs-options .dropdown-menu > li:hover {
            background-color: #f7f7f7
        }

        .docs-options .dropdown-menu > li > label {
            display: block
        }

.docs-cropped .modal-body {
    text-align: center
}

    .docs-cropped .modal-body > canvas, .docs-cropped .modal-body > img {
        max-width: 100%
    }

.card-body .docs-options .dropdown-menu {
    top: inherit
}

label.btn-upload {
    height: 40px
}

.accordion-msg {
    display: block;
    color: #222;
    padding: 14px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    cursor: pointer
}

    .accordion-msg:focus, .accordion-msg:hover {
        text-decoration: none;
        outline: 0
    }

.faq-accordion .accordion-desc {
    padding: 20px
}

.accordion-desc {
    color: #222;
    padding: 0 20px 20px
}

#color-accordion .accordion-desc {
    margin-top: 14px
}

.ui-accordion-header-icon {
    float: right;
    font-size: 20px
}

.accordion-title {
    margin-bottom: 0
}

.accordion-block {
    padding: 0
}

    .accordion-block p {
        margin-bottom: 0
    }

.color-accordion-block a.ui-state-active, .color-accordion-block a:focus, .color-accordion-block a:hover {
    color: #fff;
    background: #4680ff
}

a.bg-default:focus, a.bg-default:hover {
    background-color: rgb(249.5,249.5,249.5) !important;
    color: #fff
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: rgb(1.2947976879,218.8208092486,222.7052023121) !important;
    color: #fff
}

a.bg-success:focus, a.bg-success:hover {
    background-color: rgb(12.5,242.5,162.5) !important;
    color: #fff
}

a.bg-info:focus, a.bg-info:hover {
    background-color: rgb(90,216.5,233) !important;
    color: #fff
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: rgb(254.3290322581,182.535483871,151.6709677419) !important;
    color: #fff
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: rgb(254.3128834356,143.6871165644,156.7423312883) !important;
    color: #fff
}

.tab-list p {
    padding: 10px
}

.tab-with-img i {
    position: absolute;
    padding: 5px
}

.tab-icon {
    margin-bottom: 30px
}

    .tab-icon i {
        padding-right: 10px
    }

.tab-below {
    border-top: 1px solid #ddd;
    border-bottom: none
}

    .tab-below.nav-tabs .nav-link.active {
        border-color: transparent #ddd #ddd #ddd
    }

    .tab-below .nav-item {
        margin-top: -2px
    }

    .tab-below.nav-tabs .nav-link {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.card-header ~ .tab-icon .tab-with-img .sub-title i {
    right: 10px
}

.tab-with-img .nav-link {
    position: relative
}

.tabs-left, .tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px
}

.tabs-left, .tabs-left-content, .tabs-right, .tabs-right-content {
    display: table-cell
}

.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
    bottom: 15px
}

.nav-tabs.tabs-right .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
    right: 0
}

.product-edit .md-tabs .nav-item a {
    padding: 0 0 10px !important;
    color: #404e67
}

    .product-edit .md-tabs .nav-item a .f-20 {
        display: inline-block;
        margin-right: 10px
    }

.md-tabs.tabs-left .nav-item, .md-tabs.tabs-right .nav-item, .tabs-left .nav-item, .tabs-right .nav-item {
    width: 100%;
    position: relative
}

.md-tabs {
    position: relative
}

    .md-tabs .nav-item + .nav-item {
        margin: 0
    }

    .md-tabs .nav-link {
        border: none;
        color: #404e67
    }

    .md-tabs .nav-item {
        width: 25%;
        text-align: center
    }

    .md-tabs .nav-link:focus, .md-tabs .nav-link:hover {
        border: none
    }

    .md-tabs .nav-item .nav-link.active ~ .slide {
        opacity: 1;
        transition: all .3s ease-out
    }

    .md-tabs .nav-item .nav-link ~ .slide {
        opacity: 0;
        transition: all .3s ease-out
    }

    .md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
        color: #01a9ac;
        border: none;
        background-color: transparent;
        border-radius: 0
    }

    .md-tabs .nav-item a {
        padding: 20px 0 !important;
        color: #404e67
    }

.nav-tabs .slide {
    background: #01a9ac;
    width: 25%;
    height: 4px;
    position: absolute;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    bottom: 0
}

    .nav-tabs .slide .nav-item.show .nav-link, .nav-tabs .slide .nav-link {
        color: #01a9ac
    }

.img-tabs img {
    width: 100px;
    margin: 0 auto
}

.img-tabs a {
    opacity: .5;
    transition: all ease-in-out .3s
}

    .img-tabs a span i {
        height: 25px;
        width: 25px;
        border-radius: 100%;
        bottom: 10px;
        right: 70px
    }

    .img-tabs a img {
        border: 3px solid
    }

    .img-tabs a.active {
        opacity: 1;
        transition: all ease-in-out .3s
    }

.img-tabs .nav-item:first-child {
    border-bottom: none
}

#pc-left-panel-menu {
    margin-bottom: 20px
}

.h-active a {
    color: #01a9ac !important;
    font-weight: 600
}

.img-circle {
    border-radius: 50%
}

.b-none {
    border: none !important
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #01a9ac
}

.table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto
}

.table.table-xl td, .table.table-xl th {
    padding: 1.25rem 2rem
}

.table.table-lg td, .table.table-lg th {
    padding: .9rem 2rem
}

.table.table-de td, .table.table-de th {
    padding: .75rem 2rem
}

.table.table-sm td, .table.table-sm th {
    padding: .6rem 2rem
}

.table.table-xs td, .table.table-xs th {
    padding: .4rem 2rem
}

.table-columned > tbody > tr > td:first-child, .table-columned > tbody > tr > th:first-child {
    border-left: 0
}

.table-columned > tfoot > tr > td:first-child, .table-columned > tfoot > tr > th:first-child {
    border-left: 0
}

.table-columned > tbody > tr > td, .table-columned > tbody > tr > th {
    border: 0;
    border-left: 1px solid #ddd
}

.table-columned > tfoot > tr > td, .table-columned > tfoot > tr > th {
    border: 0;
    border-left: 1px solid #ddd
}

.table-border-style {
    padding: 0
}

    .table-border-style .table {
        margin-bottom: 0
    }

.table > thead > tr > th {
    border-bottom-color: #ccc
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border: 0
}

.table-bordered > thead > tr.border-solid > td, .table-bordered > thead > tr.border-solid > th {
    border-bottom-width: 2px
}

.table-bordered > thead > tr.border-solid:first-child th, .table-bordered > thead > tr.border-solid:first-child > td {
    border-bottom-width: 2px
}

.table-bordered > thead > tr.border-double > td, .table-bordered > thead > tr.border-double > th {
    border-bottom-width: 3px;
    border-bottom-style: double
}

.table-bordered > thead > tr.border-double:first-child th, .table-bordered > thead > tr.border-double:first-child > td {
    border-bottom-width: 3px;
    border-bottom-style: double
}

.rounded-card img, .user-img img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.user-img img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.user-about ul li {
    border-top: 1px solid rgba(204,204,204,.28);
    padding: 10px 0 10px 10px;
    text-align: left
}

    .user-about ul li a {
        font-size: 16px;
        color: #666
    }

    .user-about ul li.active a {
        color: #fff
    }

    .user-about ul li.active {
        font-weight: 600;
        background: #1b8bf9
    }

.card-title, h5 {
    margin: 0
}

.card-header.followers a {
    font-weight: 500;
    color: rgba(51,51,51,.85)
}

.user-profile {
    padding: 20px 0
}

.follow-btn button:first-child, .user-about i {
    margin-right: 10px
}

.btn-inline i {
    color: #fff
}

.btn-inline .fb-btn {
    background-color: #3b5998
}

.btn-inline .twitter-btn {
    background-color: #55acee
}

.btn-inline .pinterest-btn {
    background-color: #cb2027
}

.btn-inline .linkedin-btn {
    background-color: #007bb5
}

.btn-inline .dribbble-btn {
    background-color: #ea4c89
}

.user-post {
    font-style: italic
}

.connection-list img, .contact-user h4, .contact-user img, .earn-heading, .list-inline, .list-inline li, .service-header {
    display: inline-block
}

.connection-list img {
    width: 55px;
    height: 55px;
    margin: 5px
}

.border-post {
    border: 1px solid #ccc
}

.earn-sub-header {
    font-size: 15px;
    color: #ccc
}

.btn-inline {
    margin-top: 20px
}

.order-summary .progress {
    margin-bottom: 32px
}

.services .service-btn::after {
    top: 20px;
    right: 15px
}

.services-list {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    top: 46px
}

    .contact-menu i, .fa-cog, .services-list i {
        margin-right: 10px
    }

.mt-0 {
    cursor: pointer
}

h6.mt-0 {
    font-weight: 600
}

.contact-details table .fa-star, .contact-details table .fa-star-o, .review-star i {
    color: #01a9ac
}

    .review-star i:last-child {
        color: #ccc
    }

.card-body.user-info {
    position: absolute;
    width: 100%;
    bottom: 10px
}

.profile-bg-img {
    width: 100%
}

.user-title {
    position: relative;
    bottom: 20px
}

    .user-title h2 {
        color: #fff;
        text-shadow: 1px 1px 4px #373a3c;
        font-size: 20px
    }

.profile-image img {
    border: 4px solid #fff
}

.user-info .flex-grow-1, .user-info .flex-shrink-0 {
    display: flex;
    align-items: center
}

.cover-btn {
    bottom: 38px;
    right: 35px;
    position: absolute
}

.cover-profile .profile-bg-img {
    margin-bottom: 25px
}

.groups-contact span {
    float: right
}

    .groups-contact span h4 {
        font-size: 18px;
        margin-bottom: 20px
    }

.contact-menu {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    top: 15%;
    right: 10%
}

    .contact-menu .dropdown-item {
        padding: 8px 20px
    }

.tab-header {
    margin-bottom: 20px
}

.card.user-card {
    border-top: none;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
    transition: all 150ms linear
}

    .card.user-card:hover {
        box-shadow: 0 0 25px -5px #9e9c9e
    }

.card-header-img ~ .btn-group i {
    margin-right: 0
}

.card.business-info {
    border-top: none;
    border-left-width: 2px !important;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
    transition: all 150ms linear
}

    .card.business-info:hover {
        box-shadow: 0 0 25px -5px #9e9c9e
    }

.top-cap-text p {
    padding: 10px 0;
    margin-bottom: 0
}

.user-content {
    text-align: center;
    margin-top: 20px
}

    .user-content h4 {
        font-size: 16px;
        font-weight: 600
    }

    .user-content h5 {
        font-size: 14px
    }

.img-overlay {
    bottom: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    transform: scale(0);
    margin: 0 auto
}

    .img-overlay span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        text-align: center;
        transform: translate(-50%,-50%)
    }

        .img-overlay span .btn {
            display: inline-block
        }

            .img-overlay span .btn i {
                margin-right: 0
            }

.img-hover-main {
    padding: 0 40px
}

.img-hover {
    position: relative;
    margin: 0 auto
}

    .img-hover:hover .img-overlay {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: scale(1);
        margin: 0 auto;
        background-color: rgba(0,0,0,.7);
        z-index: 2;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

.card-header-img img {
    margin: 0 auto;
    display: block
}

.card-header-img h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.card-header-img h5, .card-header-img h6 {
    margin-top: 15px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    text-align: center
}

.simple-cards .btn-group {
    margin: 20px auto 0
}

    .simple-cards .btn-group button {
        margin: 0
    }

.simple-cards .user-card {
    padding: 20px 0;
    text-align: center
}

    .simple-cards .user-card .label-icon {
        margin-top: 15px
    }

        .simple-cards .user-card .label-icon i {
            font-size: 20px
        }

        .simple-cards .user-card .label-icon .badge-top-right {
            margin-left: 3px;
            top: -8px
        }

.card-icon {
    display: block;
    margin-bottom: 5px
}

.btn-outline-primary {
    border-color: #01a9ac;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 15px
}

    .btn-outline-primary:hover {
        background-color: #01a9ac;
        border-color: #01a9ac
    }

.simple-cards p {
    margin: 20px;
    font-size: 15px
}

.user-profile #edit-btn, .user-profile #edit-info-btn {
    margin-bottom: 0
}

.card-body ul.list-contacts, .card-body.groups-contact ul {
    display: block;
    float: none
}

    .card-body ul.list-contacts li, .card-body.groups-contact ul li {
        display: block;
        float: none
    }

ul.list-contacts .list-group-item a {
    color: #292b2c
}

ul.list-contacts .list-group-item.active a {
    color: #fff
}

.pagination li {
    display: inline-block
}

.card-body.groups-contact {
    margin-bottom: 0
}

.card-body .connection-list {
    margin-bottom: 20px
}

.table button {
    margin-bottom: 0
}

#crm-contact .img-circle, img.comment-img {
    width: 40px;
    height: 40px
}

.page-link {
    color: #01a9ac
}

.page-item.active .page-link {
    background-color: #01a9ac;
    border-color: #01a9ac
}

#main {
    margin-bottom: 20px
}

.offline-box iframe {
    width: 100%;
    border: 1px solid #ddd
}

.blog-page {
    border-top: none;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05)
}

    .blog-page .blog-box {
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.15);
        overflow: hidden
    }

        .blog-page .blog-box h5 {
            border-bottom: 1px solid #ccc;
            color: #01a9ac;
            margin-top: 0;
            padding-bottom: 10px;
            margin-bottom: 15px;
            font-size: 18px;
            display: block
        }

        .blog-page .blog-box .option-font {
            background-color: #01a9ac;
            border-radius: 50%;
            bottom: 320px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            line-height: 35px;
            text-align: center;
            width: 35px
        }

        .blog-page .blog-box .blog-detail {
            padding: 10px
        }

    .blog-page .blog-img {
        transition: all .3s ease-in-out;
        overflow: hidden;
        margin-bottom: -20px
    }

        .blog-page .blog-img:hover {
            opacity: .8;
            transition: all .3s ease-in-out
        }

        .blog-page .blog-img .sharing {
            position: relative;
            bottom: 50px;
            left: 15px
        }

        .blog-page .blog-img .share {
            background-color: rgba(0,0,0,.5);
            border-radius: 5px;
            bottom: 3px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            left: 50px;
            padding: 3px 5px;
            position: absolute
        }

            .blog-page .blog-img .share::before {
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
                border-right: 6px solid rgba(0,0,0,.5);
                border-top: 6px solid rgba(0,0,0,.5);
                bottom: 8px;
                content: "";
                height: 42%;
                left: -6px;
                position: absolute;
                transform: rotate(-135deg);
                width: 12px
            }

            .blog-page .blog-img .share i {
                color: #fff;
                font-size: 15px;
                border-right: 1px solid #fff;
                padding: 0 5px
            }

                .blog-page .blog-img .share i:last-child {
                    border: none
                }

                .blog-page .blog-img .share i a {
                    padding: 0 5px;
                    color: #fff
                }

.author {
    display: inline-block;
    float: right
}

    .author a {
        font-size: 13px
    }

.blog_post_img h5 {
    display: block
}

.blog-date {
    font-size: 18px;
    padding-bottom: 10px;
    display: block
}

    .blog-date i {
        margin-left: 5px;
        font-size: 14px;
        color: #01a9ac
    }

    .blog-date .icon-calendar {
        font-size: 16px;
        margin-top: 5px
    }

.day {
    color: #bbb;
    padding-left: 10px;
    font-size: 14px
}

.btn-blog a {
    color: #fff !important
}

.blog-single h4 {
    margin-top: 20px;
    color: #01a9ac;
    font-weight: 400
}

.blog-single p {
    margin: 20px 0
}

    .blog-single p:last-child {
        color: #777
    }

.blog-single .qutoe-text {
    font-size: 15px;
    color: #01a9ac;
    border-left: 3px solid #01a9ac;
    padding-left: 25px;
    font-weight: 400
}

.blog-single img:first-child {
    width: 100%
}

.blog-article .articles img {
    width: 100%
}

.blog-big-user h6, .blog-big-user p {
    color: #757575
}

.blog-s-reply h6 {
    color: #01a9ac
}

.shares-like li i, .shares-like li:first-child {
    color: #777
}

.blog-tag li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 5px 15px 5px 0
}

    .blog-tag li a, .blog-tag li i {
        color: #777
    }

    .blog-tag li:first-child {
        border: none;
        padding: 5px 0
    }

    .blog-tag li i {
        font-size: 20px;
        vertical-align: middle
    }

    .blog-tag li:hover {
        background-color: #01a9ac;
        border-color: #01a9ac
    }

        .blog-tag li:hover a, .blog-tag li:hover i {
            color: #fff
        }

.shares-like li {
    display: inline-block;
    margin: 5px 15px 5px 0;
    font-size: 20px
}

    .shares-like li:first-child {
        font-size: 17px
    }

    .shares-like li i {
        color: #fff
    }

.shares-like .btn-facebook, .shares-like .btn-linkedin, .shares-like .btn-pinterest, .shares-like .btn-x {
    color: #fff;
    padding: 10px 15px;
    display: inline-block
}

.btn-dribbble i, .btn-dropbox i, .btn-facebook i, .btn-flickr i, .btn-github i, .btn-instagram i, .btn-linkedin i, .btn-pinterest i, .btn-skype i, .btn-tumblr i, .btn-x i, .btn-youtube i {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px 0 -7px -13px
}

.blog-article .articles h6 {
    padding-top: 20px;
    font-weight: 400
}

.blog-article .articles a {
    font-weight: 400;
    font-size: 15px;
    color: #01a9ac;
    margin: 20px 0;
    display: block
}

.blog-s-reply h6 span {
    font-size: 12px;
    color: #777;
    margin-left: 5px
}

.blog-u-comment span {
    font-size: 14px
}

.blog-u-comment .blog-edit a, .blog-u-comment .blog-reply a {
    margin-right: 10px;
    font-size: 12px
}

.system_font_color {
    font-size: 18px;
    color: #01a9ac
}

    .system_font_color a {
        color: #01a9ac;
        margin-left: 5px
    }

.port_detail_next_search h5 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
    font-weight: light
}

.port_detail_next_search a {
    color: #333;
    transition: all .3s 0s
}

    .port_detail_next_search a i {
        float: right;
        margin-top: 6px
    }

.blog_detail_social_icon span {
    font-size: 18px;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s ease;
    display: inline-block;
    margin-bottom: 10px
}

    .blog_detail_social_icon span:hover {
        background-color: #01a9ac;
        color: #fff
    }

.latest_blog h5 a {
    color: #333;
    font-weight: 600
}

.gallery-page .card-body {
    margin-bottom: -20px
}

.thumbnail {
    margin-bottom: 20px
}

    .thumbnail .thumb {
        position: relative;
        display: block
    }

.card.gallery-desc {
    overflow: hidden
}

.masonry-media {
    overflow: hidden
}

    .masonry-media img {
        transition: all .3s ease-in-out
    }

        .masonry-media img:hover {
            transform: scale(1.1)
        }

.masonry-image .masonry-media {
    margin-bottom: 20px
}

figure.effect-goliath {
    background: #01a9ac
}

.barchart canvas, .tristate canvas {
    width: 100% !important
}

.ct-series-a .ct-line {
    stroke: #1ce3bb
}

.ct-series-b .ct-line {
    stroke: rgba(255,157,136,0.62)
}

.ct-series-c .ct-line {
    stroke: rgba(79,84,103,0.45)
}

.ct-series-d .ct-line {
    stroke: rgba(129,142,219,0.61)
}

.ct-series-a .ct-point, .ct-series-b .ct-point, .ct-series-c .ct-point, .ct-series-d .ct-point {
    stroke: rgba(52,54,70,0.47);
    stroke-width: 8px;
    stroke-linecap: round
}

.ct-series-a .ct-slice-donut {
    stroke: #01C0C8
}

.ct-series-b .ct-slice-donut {
    stroke: #83D6DE
}

.ct-series-c .ct-slice-donut {
    stroke: #1ABC9C
}

.ct-series-d .ct-slice-donut {
    stroke: #4F5467
}

.task-list select {
    width: 92%
}

    .task-list select .task-list img {
        margin-right: 5px;
        display: inline-block
    }

.task-list input {
    width: 80%
}

.task-list-table img {
    width: 40px
}

    .task-list-table img i {
        color: #333;
        margin-right: 5px
    }

.task-page td:last-child {
    position: relative
}

.task-page a {
    cursor: pointer
}

.task-page tr td:last-child i {
    margin-right: 10px
}

.thumb-img {
    position: relative;
    display: block
}

    .thumb-img:hover .caption-hover {
        background-color: rgba(0,0,0,.7);
        visibility: visible;
        opacity: 1;
        position: absolute;
        width: 100%;
        height: 100%
    }

.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

    .caption-hover > span {
        top: 38%;
        width: 100%;
        position: absolute;
        text-align: center
    }

.d-flex .b-2-primary {
    border: 2px solid #01a9ac
}

.thumb-block {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumb-block a {
        font-size: 12px
    }

    .thumb-block .btn i {
        margin-right: 0
    }

.comment-block .btn i {
    margin-right: 0
}

.dropdown-item {
    color: #666;
    padding: 6px 20px
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: #01a9ac
    }

.task-detail-right .counter {
    text-align: center;
    color: #777
}

.task-details .table.table-xs td, .task-details .table.table-xs th {
    padding: 1rem .3rem
}

.assign-user .flex-shrink-0 {
    position: relative
}

    .assign-user .flex-shrink-0 img {
        margin-bottom: 0
    }

.photo-table img {
    display: inline-block;
    width: 40px;
    margin-bottom: 5px
}

.v-middle {
    vertical-align: middle
}

.revision-block .form-group {
    margin-bottom: 0
}

.revision-block .btn i {
    margin-right: 0
}

.task-setting .switchery {
    display: block !important;
    float: right
}

.task-setting .form-group {
    margin-bottom: 0
}

.task-attachment i {
    cursor: pointer
}

.filter-bar .nav, .filter-bar .nav-item {
    display: inline-block
}

.filter-bar > .navbar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    padding: .5rem 1rem
}

.navbar-nav .nav-item {
    float: left;
    line-height: 26px
}

.nav-item button i {
    margin-right: 0
}

.filter-bar .navbar-light .navbar-nav .nav-link {
    margin-right: 10px
}

.card-footer .task-list-table, .card-footer .task-list-table a img {
    display: inline-block
}

.task-board {
    margin-top: 10px;
    float: right
}

    .task-board .dropdown {
        display: inline-block
    }

p.task-detail {
    margin-bottom: 5px
}

p.task-due {
    margin-bottom: 0
}

.task-right-header-revision, .task-right-header-status, .task-right-header-users {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc
}

.taskboard-right-progress, .taskboard-right-revision, .taskboard-right-users {
    margin-top: 10px
}

.task-right .icofont {
    margin-top: 5px;
    margin-right: 0
}

.taskboard-right-revision .d-flex .flex-grow-1 .chat-header {
    font-size: 13px
}

.flex-shrink-0 i {
    margin-right: 0
}

.nav-item.nav-grid {
    float: right
}

.faq-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 10px
}

    .faq-progress .progress .faq-text1, .faq-progress .progress .faq-text2, .faq-progress .progress .faq-text3, .faq-progress .progress .faq-text4, .faq-progress .progress .faq-text5 {
        font-weight: 600;
        margin-right: -37px
    }

    .faq-progress .progress .faq-bar1, .faq-progress .progress .faq-bar2, .faq-progress .progress .faq-bar3, .faq-progress .progress .faq-bar4, .faq-progress .progress .faq-bar5 {
        background: #29aecc;
        height: 10px;
        border-radius: 0;
        position: absolute;
        top: 0
    }

    .faq-progress .progress .faq-bar1 {
        background-color: #fe9365
    }

    .faq-progress .progress .faq-text1 {
        color: #2196f3
    }

    .faq-progress .progress .faq-bar2, .faq-progress .progress .faq-bar5 {
        background-color: #0ac282
    }

    .faq-progress .progress .faq-text2, .faq-progress .progress .faq-text5 {
        color: #4caf50
    }

    .faq-progress .progress .faq-bar3 {
        background-color: #fe5d70
    }

    .faq-progress .progress .faq-text3 {
        color: #ff5252
    }

    .faq-progress .progress .faq-bar4 {
        background-color: #01a9ac
    }

    .faq-progress .progress .faq-text4 {
        color: #f57c00
    }

.card-faq h4 {
    color: #2196f3
}

.faq-progress .progress {
    margin-bottom: 10px
}

.issue-list-progress {
    border-bottom: 1px solid #ccc
}

    .issue-list-progress .progress {
        position: relative;
        background-color: #eeeded;
        height: 9px;
        width: 100%;
        margin: 20px 0;
        overflow: visible
    }

.issue-progress .progress .issue-text1 {
    font-weight: 600;
    position: absolute
}

.issue-progress .progress .issue-bar1 {
    background: #01a9ac;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0
}

.matrics-issue .sub-title {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block
}

.bg-white {
    background-color: #fff !important
}

.matrics-issue div h6 {
    padding-top: 10px;
    color: #777
}

.dd-w, .sp-container {
    z-index: 99999 !important
}

table.matrics-table tr:first-child td {
    border-top: none !important
}

#issue-list-table > thead > tr > th {
    border-bottom: none
}

.note-card .notes-list {
    margin-bottom: 20px
}

.prod-img {
    position: relative;
    overflow: hidden
}

    .prod-img .btn i {
        margin-right: 0
    }

.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0
}

    .prod-item .prod-img .option-hover .btn-icon {
        border-radius: 5px
    }

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out
}

    .hvr-shrink:hover {
        transform: scale(1.1)
    }

.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #2dcee3;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.prod-info .br-wrapper {
    margin: 0 auto 20px
}

.prod-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
}

.prod-info h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.prod-info .prod-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

    .prod-info .prod-price .old-price {
        color: #919aa3;
        text-decoration: line-through;
        font-size: 50%
    }

.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1
}

.prod-item .prod-info {
    background: #fff;
    padding: 30px 0 20px
}

.prod-item .br-widget {
    min-height: inherit
}

.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px
}

.prod-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
}

.option-icon i {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 36px
}

.product-detail-page {
    border-top: none
}

.product-detail .br-wrapper {
    margin: 10px 0
}

.product-detail .product-detail .btn i {
    margin-right: 0
}

.product-detail .br-widget {
    min-height: 35px;
    margin-top: 0;
    display: block
}

.product-detail .btn-number {
    background-color: #e0e0e0;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #000
}

.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px
}

.product-detail .pro-desc {
    margin-top: 15px;
    margin-bottom: 15px
}

.product-detail .done-task {
    text-decoration: line-through
}

.product-detail hr {
    margin-top: 15px;
    margin-bottom: 15px
}

#small_banner .slick-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

#small_banner img {
    cursor: pointer
}

#small_banner .slick-center {
    filter: grayscale(0);
    opacity: 1
}

#small_banner:hover .slick-prev {
    left: 0;
    transition: all ease-in .3s
}

#small_banner:hover .slick-next {
    right: 0;
    transition: all ease-in .3s
}

.port_details_all_img {
    overflow: hidden
}

.page-link:hover {
    color: #01a9ac
}

.slick-prev {
    left: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0,0,0,.62);
    width: 4%;
    transition: all ease-in .3s
}

    .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: rgba(0,0,0,.8)
    }

.brighttheme-icon-sticker:after {
    top: -5px;
    content: "‖"
}

.slick-next {
    right: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0,0,0,.62);
    width: 4%;
    transition: all ease-in .3s
}

    .slick-next:focus, .slick-next:hover {
        color: transparent;
        outline: 0;
        background: rgba(0,0,0,.8)
    }

.counter-input .input-group {
    width: 20%
}

.pro-det-tab .tab-content {
    border: 1px solid #ccc;
    border-top: 0
}

.big_banner .port_big_img {
    margin-bottom: 15px
}

.cd-price .cd-price-month {
    font-size: 64px
}

.product-edit .br-wrapper {
    margin: 10px 0 30px
}

.addcontact .md-content > div ul {
    padding-left: 0
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body p {
    overflow: hidden;
    margin-bottom: 0
}

.panels-wells .panel {
    margin-bottom: 20px
}

    .panels-wells .panel .panel-body {
        padding: 15px
    }

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.search-result .card {
    border-top: none;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.15)
}

    .search-result .card .card-body h5 {
        font-weight: 600
    }

    .search-result .card .card-body p {
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 1.4
    }

.seacrh-header {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.search-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc
}

    .search-content img {
        width: 120px
    }

    .search-content:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

.search-result i {
    float: right;
    line-height: 1.5
}

.search2 .card-body:first-child {
    padding-top: 0
}

.cart-page .wizard > .content > .body {
    width: 100%;
    padding: 0
}

.wizard > .content > .body {
    width: 100%
}

.card .wizard > .steps .current a {
    outline: 0;
    border-radius: 5px
}

.payment-card {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px
}

    .payment-card table {
        margin-bottom: 0
    }

.confirmation {
    text-align: center;
    font-size: 80px
}

.confirmation-icon {
    color: #fe5d70
}

.width-100 {
    width: 100%
}

.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none
}

.file-upload-lbl {
    max-width: 15px;
    padding: 5px 0 0
}

.post-timelines .d-flex {
    align-items: center
}

a[data-lightbox=example-set] .img-fluid, a[data-lightbox=roadtrip] .img-fluid, a[data-toggle=lightbox] .img-fluid {
    margin: 10px 0
}

.post-new-footer {
    border-top: 1px solid #ccc
}

    .post-new-footer i {
        font-size: 18px;
        margin-right: 15px;
        cursor: pointer
    }

.inline-editable .btn {
    padding: 10px
}

.inline-editable .input-group .form-control {
    width: 100%
}

.input-group span {
    cursor: pointer
}

.input-group a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px
}

.msg-send {
    background-color: #f3f3f3
}

    .msg-send:focus {
        background-color: #f3f3f3
    }

.wall-dropdown:after {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer
}

.wall-img-preview {
    display: inline-block;
    text-align: center
}

    .wall-img-preview .wall-item {
        display: block;
        float: left;
        position: relative;
        overflow: hidden;
        border: 2px solid #fff;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center
    }

        .wall-img-preview .wall-item:first-child:nth-last-child(2), .wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
            width: 50%
        }

        .wall-img-preview .wall-item > img {
            display: none
        }

        .wall-img-preview .wall-item:first-child:nth-last-child(2), .wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
            width: 50%
        }

        .wall-img-preview .wall-item:first-child:nth-last-child(10), .wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:not(:last-child), .wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:nth-last-of-type(-n+3), .wall-img-preview .wall-item:first-child:nth-last-child(3), .wall-img-preview .wall-item:first-child:nth-last-child(3) ~ div, .wall-img-preview .wall-item:first-child:nth-last-child(4), .wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:not(:last-child), .wall-img-preview .wall-item:first-child:nth-last-child(5), .wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)), .wall-img-preview .wall-item:first-child:nth-last-child(6), .wall-img-preview .wall-item:first-child:nth-last-child(6) ~ div, .wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3), .wall-img-preview .wall-item:first-child:nth-last-child(9), .wall-img-preview .wall-item:first-child:nth-last-child(9) ~ div {
            width: 33.333333%
        }

            .wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
                width: 50%
            }

        .wall-img-preview .wall-item:first-child:nth-last-child(11), .wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:not(:nth-last-of-type(-n+3)), .wall-img-preview .wall-item:first-child:nth-last-child(12), .wall-img-preview .wall-item:first-child:nth-last-child(12) ~ div, .wall-img-preview .wall-item:first-child:nth-last-child(7), .wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)), .wall-img-preview .wall-item:first-child:nth-last-child(8), .wall-img-preview .wall-item:first-child:nth-last-child(8) ~ div {
            width: 25%
        }

        .wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:nth-child(10), .wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:nth-child(4), .wall-img-preview .wall-item:only-child {
            width: 100%
        }

.fb-timeliner h2 {
    background: #01a9ac;
    color: #fff;
    margin-top: 0;
    padding: 15px;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    font-weight: 300
}

.fb-timeliner ul {
    margin-left: 15px;
    margin-bottom: 20px
}

    .fb-timeliner ul li {
        margin-bottom: 3px
    }

        .fb-timeliner ul li a {
            color: #999797;
            border-left: 4px solid #d3d7dd;
            padding-left: 10px;
            padding-top: 3px;
            padding-bottom: 3px;
            display: block
        }

            .fb-timeliner ul li a:hover {
                color: #999797;
                border-left: 4px solid #b1b1b1;
                padding-left: 10px
            }

        .fb-timeliner ul li.active a {
            color: #7a7a7a;
            border-left: 4px solid #7a7a7a;
            padding-left: 10px
        }

.dotted-line-theme .no_edit {
    width: 100% !important
}

    .dotted-line-theme .no_edit .i_text {
        font-size: 13px
    }

.dotted-line-theme .no_edit {
    padding: 15px 2px
}

.dotted-line-theme .just_edit input[type=radio] {
    opacity: 0
}

.dotted-line-theme .ibtn_container {
    padding-left: 0;
    margin-top: 2px;
    position: absolute;
    top: 6px;
    z-index: 999;
    width: 120px
}

    .dotted-line-theme .ibtn_container i {
        color: #fff;
        margin-right: 0
    }

.dotted-line-theme .i_edit, .dotted-line-theme .ibtn_container, .dotted-line-theme .just_edit, .dotted-line-theme .just_edit input, .dotted-line-theme .just_edit textarea, .dotted-line-theme .no_edit, .dotted-line-theme .no_edit .i_text {
    font-size: 13px
}

.wizard > .content > .body label.error {
    margin-left: 0
}

#msform #progressbar li.active {
    color: #01a9ac
}

    #msform #progressbar li.active:before, #progressbar li.active:after {
        background: #01a9ac
    }

#msform a {
    color: #01a9ac;
    font-weight: 600
}

.invoice-contact {
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
    align-items: center
}

.invoice-table {
    border-left: 1px solid #fff;
    padding-left: 20px
}

    .invoice-table td, .invoice-table th {
        border-top: none;
        padding: 3px 0
    }

    .invoice-table > tbody > tr:last-child > td, .invoice-table > tfoot > tr:last-child > td {
        padding-bottom: 0
    }

.invoice-box h1 {
    font-size: 7rem
}

.invoice-order {
    padding-left: 0
}

    .invoice-order th:first-child {
        padding-left: 0;
        width: 80px
    }

.invoice-detail-table th:first-child {
    width: 450px;
    text-align: left
}

.invoice-detail-table thead th {
    text-align: center
}

.invoice-detail-table td {
    vertical-align: middle;
    text-align: center
}

    .invoice-detail-table td:first-child {
        text-align: left
    }

.invoice-total {
    background: #f3f3f3;
    padding: 30px 0
}

    .invoice-total td, .invoice-total th {
        text-align: right
    }

    .invoice-total td {
        padding-left: 30px
    }

.invoive-info {
    display: flex;
    margin-bottom: 30px
}

    .invoive-info h6 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #757575
    }

.invoice-total tbody {
    padding-right: 20px;
    float: right
}

.dropdown-menu i {
    margin-right: 5px
}

.grid-layout span {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0
}

.vertical-alignment .row {
    padding: 15px 0;
    min-height: 10rem;
    border: 1px solid #ddd
}

.inte-benifits {
    border: 1px solid #ddd
}

    .inte-benifits ul {
        list-style: square;
        padding-left: 20px
    }

.version .card-body {
    padding: 0
}

.card.version .card-header .card-header-right {
    background-color: #fff;
    top: 8px
}

.version .nav {
    display: block
}

    .version .nav li {
        display: block;
        padding: 10px 20px;
        cursor: pointer
    }

        .version .nav li:hover {
            background-color: #f6f7f7
        }

        .version .nav li a {
            color: #666
        }

        .version .nav li span {
            position: absolute;
            right: 20px
        }

.version .navigation-header a {
    color: #999
}

.support-btn {
    padding: 0 20px 20px
}

.introjs-helperNumberLayer {
    background: linear-gradient(to bottom,rgb(254.1564417178,118.3435582822,134.3711656442) 0,#fe5d70 100%)
}

.dd-handle, .dd3-content {
    font-weight: 600
}

.img-radius {
    border-radius: 5px
}

.version .nav li:first-child {
    border-top: 1px solid #ddd;
    color: #666
}

.dd-w, .sp-container {
    z-index: 99
}

#sessionTimeout-dialog .close {
    display: none
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.333333%
    }

    .pull-sm-2 {
        right: 16.666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.333333%
    }

    .pull-sm-5 {
        right: 41.666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.333333%
    }

    .pull-sm-8 {
        right: 66.666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.333333%
    }

    .pull-sm-11 {
        right: 91.666667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.333333%
    }

    .push-sm-2 {
        left: 16.666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.333333%
    }

    .push-sm-5 {
        left: 41.666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.333333%
    }

    .push-sm-8 {
        left: 66.666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.333333%
    }

    .push-sm-11 {
        left: 91.666667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.image-cropper-container {
    margin-top: 10px
}

.alpaca-field img {
    width: 250px
}

.arrow_box {
    z-index: 0
}

@media only screen and (max-width:575px) {
    .sticky-card {
        margin-bottom: 250px
    }
}

.j-pro .j-label {
    font-weight: 600
}

.ms-container {
    width: 100%
}

.theme-loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0
}

    .theme-loader .ball-scale {
        left: 50%;
        top: 50%;
        position: absolute;
        height: 50px;
        width: 50px;
        margin: -25px 0 0 -25px
    }

        .theme-loader .ball-scale .contain {
            height: 100%;
            width: 100%
        }

            .theme-loader .ball-scale .contain .ring {
                display: none
            }

                .theme-loader .ball-scale .contain .ring:first-child {
                    display: block;
                    height: 100%;
                    width: 100%;
                    border-radius: 50%;
                    padding: 10px;
                    border: 3px solid transparent;
                    border-left-color: #01a9ac;
                    border-right-color: #01a9ac;
                    animation: round-rotate 1.5s ease-in-out infinite
                }

                    .theme-loader .ball-scale .contain .ring:first-child .frame {
                        height: 100%;
                        width: 100%;
                        border-radius: 50%;
                        border: 3px solid transparent;
                        border-left-color: #0ac282;
                        border-right-color: #0ac282;
                        animation: round-rotate 1.5s ease-in-out infinite
                    }

@keyframes round-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.progress {
    height: 1rem
}

    .progress .progress-bar {
        height: 100% !important
    }

.pcoded .mCSB_container_wrapper {
    margin-right: 0
}

    .pcoded .mCSB_container_wrapper > .mCSB_container {
        padding-right: 0
    }

.pcoded .mCSB_scrollTools {
    width: 10px
}

    .pcoded .mCSB_scrollTools .mCSB_draggerRail {
        background-color: transparent;
        width: 10px
    }

    .pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(64,78,103,0)
    }

    .pcoded .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .pcoded .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
        background-color: rgba(64,78,103,.5)
    }

.pcoded #styleSelector:hover .mCSB_dragger_bar, .pcoded .main-menu:hover .mCSB_dragger_bar {
    background-color: rgba(64,78,103,.2)
}

.scroll-container {
    overflow-x: hidden
}

#main-chat .page-error i, .full-calender .page-error i {
    font-size: 35px;
    border-radius: 6px;
    padding: 6px 9px
}

@media only screen and (min-width:788px) {
    #main-chat .page-error, .full-calender .page-error {
        display: none
    }
}

@media only screen and (max-width:786px) {
    #main-chat .page-body, .full-calender .page-body {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .card .card-header .card-header-right.job-compney-btn {
        position: relative;
        float: left;
        right: 0
    }

    .clndr .event-listing {
        display: none
    }

    .clndr .clndr-grid {
        width: 100%
    }

        .clndr .clndr-grid .day-number {
            padding: 3px 4px !important
        }
}

.dotted-line-theme .no_edit {
    border-bottom: 1px dotted #01a9ac
}

.handsontable td, .handsontable th {
    color: #404e67
}

#map, .radial-bar:after {
    z-index: 99
}

.content-group {
    padding: 10px
}

a {
    text-decoration: none
}

.generic-card-block code {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.generic-image-body li {
    padding: 0 20px;
    display: inline-block
}

.generic-image-body code {
    display: block
}

.generic-image-body img {
    display: block;
    margin: 10px auto 0
}

.p-0 {
    padding: 0
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.p-35 {
    padding: 35px
}

.p-40 {
    padding: 40px
}

.p-45 {
    padding: 45px
}

.p-50 {
    padding: 50px
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-l-0 {
    padding-left: 0
}

.p-l-5 {
    padding-left: 5px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-25 {
    padding-left: 25px
}

.p-l-30 {
    padding-left: 30px
}

.p-l-35 {
    padding-left: 35px
}

.p-l-40 {
    padding-left: 40px
}

.p-l-45 {
    padding-left: 45px
}

.p-l-50 {
    padding-left: 50px
}

.p-r-0 {
    padding-right: 0
}

.p-r-5 {
    padding-right: 5px
}

.p-r-10 {
    padding-right: 10px
}

.p-r-15 {
    padding-right: 15px
}

.p-r-20 {
    padding-right: 20px
}

.p-r-25 {
    padding-right: 25px
}

.p-r-30 {
    padding-right: 30px
}

.p-r-35 {
    padding-right: 35px
}

.p-r-40 {
    padding-right: 40px
}

.p-r-45 {
    padding-right: 45px
}

.p-r-50 {
    padding-right: 50px
}

.m-0 {
    margin: 0
}

.m-5 {
    margin: 5px
}

.m-10 {
    margin: 10px
}

.m-15 {
    margin: 15px
}

.m-20 {
    margin: 20px
}

.m-25 {
    margin: 25px
}

.m-30 {
    margin: 30px
}

.m-35 {
    margin: 35px
}

.m-40 {
    margin: 40px
}

.m-45 {
    margin: 45px
}

.m-50 {
    margin: 50px
}

.m-t-0 {
    margin-top: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-35 {
    margin-top: 35px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-45 {
    margin-top: 45px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-35 {
    margin-bottom: 35px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-45 {
    margin-bottom: 45px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-0 {
    margin-left: 0
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-l-20 {
    margin-left: 20px
}

.m-l-25 {
    margin-left: 25px
}

.m-l-30 {
    margin-left: 30px
}

.m-l-35 {
    margin-left: 35px
}

.m-l-40 {
    margin-left: 40px
}

.m-l-45 {
    margin-left: 45px
}

.m-l-50 {
    margin-left: 50px
}

.m-r-0 {
    margin-right: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-25 {
    margin-right: 25px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-35 {
    margin-right: 35px
}

.m-r-40 {
    margin-right: 40px
}

.m-r-45 {
    margin-right: 45px
}

.m-r-50 {
    margin-right: 50px
}

.d-none {
    display: none
}

.d-inline-block {
    display: inline-block
}

.d-inline-flex {
    display: inline-flex
}

.b-radius-0 {
    border-radius: 0 !important
}

.b-radius-5 {
    border-radius: 5px !important
}

.b-radius-10 {
    border-radius: 10px !important
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}

.f-32 {
    font-size: 32px
}

.f-34 {
    font-size: 34px
}

.f-36 {
    font-size: 36px
}

.f-38 {
    font-size: 38px
}

.f-40 {
    font-size: 40px
}

.f-42 {
    font-size: 42px
}

.f-44 {
    font-size: 44px
}

.f-46 {
    font-size: 46px
}

.f-48 {
    font-size: 48px
}

.f-50 {
    font-size: 50px
}

.f-52 {
    font-size: 52px
}

.f-54 {
    font-size: 54px
}

.f-56 {
    font-size: 56px
}

.f-58 {
    font-size: 58px
}

.f-60 {
    font-size: 60px
}

.f-62 {
    font-size: 62px
}

.f-64 {
    font-size: 64px
}

.f-66 {
    font-size: 66px
}

.f-68 {
    font-size: 68px
}

.f-70 {
    font-size: 70px
}

.f-72 {
    font-size: 72px
}

.f-74 {
    font-size: 74px
}

.f-76 {
    font-size: 76px
}

.f-78 {
    font-size: 78px
}

.f-80 {
    font-size: 80px
}

.f-w-100 {
    font-weight: 100
}

.f-w-300 {
    font-weight: 300
}

.f-w-400 {
    font-weight: 400
}

.f-w-600 {
    font-weight: 600
}

.f-w-700 {
    font-weight: 700
}

.f-w-900 {
    font-weight: 600
}

.f-s-normal {
    font-style: normal
}

.f-s-italic {
    font-style: italic
}

.f-s-oblique {
    font-style: oblique
}

.f-s-initial {
    font-style: initial
}

.f-s-inherit {
    font-style: inherit
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-overline {
    text-decoration: overline
}

.text-line-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.baseline {
    vertical-align: baseline
}

.sub {
    vertical-align: sub
}

.super {
    vertical-align: super
}

.top {
    vertical-align: top
}

.text-top {
    vertical-align: text-top
}

.middle {
    vertical-align: middle
}

.bottom {
    vertical-align: bottom
}

.text-bottom {
    vertical-align: text-bottom
}

.initial {
    vertical-align: initial
}

.inherit {
    vertical-align: inherit
}

.pos-static {
    position: static
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pos-relative {
    position: relative
}

.pos-initial {
    position: initial
}

.pos-inherit {
    position: inherit
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.f-none {
    float: none
}

.o-hidden {
    overflow: hidden
}

.o-visible {
    overflow: visible
}

.o-auto {
    overflow: auto
}

.img-20 {
    width: 20px
}

.img-30 {
    width: 30px
}

.img-40 {
    width: 40px
}

.img-50 {
    width: 50px
}

.img-60 {
    width: 60px
}

.img-70 {
    width: 70px
}

.img-80 {
    width: 80px
}

.img-90 {
    width: 90px
}

.img-100 {
    width: 100px
}

.text-primary {
    color: #01a9ac !important
}

.text-warning {
    color: #fe9365 !important
}

.text-default {
    color: #e0e0e0 !important
}

.text-danger {
    color: #fe5d70 !important
}

.text-success {
    color: #0ac282 !important
}

.text-inverse {
    color: #404e67 !important
}

.text-info {
    color: #2dcee3 !important
}

.text-custom {
    color: #64b0f2 !important
}

.text-pink {
    color: #ff7aa3 !important
}

.text-muted {
    color: #919aa3 !important
}

.text-dark {
    color: #2b3d51 !important
}

.text-purple {
    color: #9261c6 !important
}

.text-muted {
    color: #919aa3 !important
}

.label {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize
}

.label-primary {
    background: linear-gradient(to right,#01a9ac,rgb(1.2947976879,218.8208092486,222.7052023121))
}

.label-warning {
    background: linear-gradient(to right,#fe9365,rgb(254.3290322581,182.535483871,151.6709677419))
}

.label-default {
    background: linear-gradient(to right,#e0e0e0,rgb(249.5,249.5,249.5))
}

.label-danger {
    background: linear-gradient(to right,#fe5d70,rgb(254.3128834356,143.6871165644,156.7423312883))
}

.label-success {
    background: linear-gradient(to right,#0ac282,rgb(12.5,242.5,162.5))
}

.label-inverse {
    background: linear-gradient(to right,#404e67,rgb(83.5449101796,101.8203592814,134.4550898204))
}

.label-info {
    background: linear-gradient(to right,#2dcee3,rgb(90,216.5,233))
}

.label-warning {
    color: #fff
}

.badge-primary {
    background-color: #01a9ac
}

.badge-warning {
    background-color: #fe9365
}

.badge-default {
    background-color: #e0e0e0
}

.badge-danger {
    background-color: #fe5d70
}

.badge-success {
    background-color: #0ac282
}

.badge-inverse {
    background-color: #404e67
}

.badge-info {
    background-color: #2dcee3
}

.bg-color-box {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 0 5px 0 rgba(128,128,128,.49);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer
}

    .bg-color-box span {
        color: #fff
    }

.bg-primary {
    background-color: #01a9ac !important;
    color: #fff
}

.bg-warning {
    background-color: #fe9365 !important;
    color: #fff
}

.bg-default {
    background-color: #e0e0e0 !important;
    color: #fff
}

.bg-danger {
    background-color: #fe5d70 !important;
    color: #fff
}

.bg-success {
    background-color: #0ac282 !important;
    color: #fff
}

.bg-inverse {
    background-color: #404e67 !important;
    color: #fff
}

.bg-info {
    background-color: #2dcee3 !important;
    color: #fff
}

.color-primary {
    background-color: #01a9ac
}

.color-warning {
    background-color: #fe9365
}

.color-default {
    background-color: #e0e0e0
}

.color-danger {
    background-color: #fe5d70
}

.color-success {
    background-color: #0ac282
}

.color-inverse {
    background-color: #404e67
}

.color-info {
    background-color: #2dcee3
}

.loader-primary {
    background-color: #01a9ac !important
}

.loader-warning {
    background-color: #fe9365 !important
}

.loader-default {
    background-color: #e0e0e0 !important
}

.loader-danger {
    background-color: #fe5d70 !important
}

.loader-success {
    background-color: #0ac282 !important
}

.loader-inverse {
    background-color: #404e67 !important
}

.loader-info {
    background-color: #2dcee3 !important
}

.nestable-primary {
    background-color: #01a9ac !important;
    border-color: #01a9ac;
    color: #fff !important
}

.nestable-warning {
    background-color: #fe9365 !important;
    border-color: #fe9365;
    color: #fff !important
}

.nestable-default {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
    color: #fff !important
}

.nestable-danger {
    background-color: #fe5d70 !important;
    border-color: #fe5d70;
    color: #fff !important
}

.nestable-success {
    background-color: #0ac282 !important;
    border-color: #0ac282;
    color: #fff !important
}

.nestable-inverse {
    background-color: #404e67 !important;
    border-color: #404e67;
    color: #fff !important
}

.nestable-info {
    background-color: #2dcee3 !important;
    border-color: #2dcee3;
    color: #fff !important
}

table tbody .border-bottom-primary td, table tbody .border-bottom-primary th, table thead .border-bottom-primary th {
    border-bottom: 1px solid #01a9ac
}

table tbody .border-bottom-warning td, table tbody .border-bottom-warning th, table thead .border-bottom-warning th {
    border-bottom: 1px solid #fe9365
}

table tbody .border-bottom-default td, table tbody .border-bottom-default th, table thead .border-bottom-default th {
    border-bottom: 1px solid #e0e0e0
}

table tbody .border-bottom-danger td, table tbody .border-bottom-danger th, table thead .border-bottom-danger th {
    border-bottom: 1px solid #fe5d70
}

table tbody .border-bottom-success td, table tbody .border-bottom-success th, table thead .border-bottom-success th {
    border-bottom: 1px solid #0ac282
}

table tbody .border-bottom-inverse td, table tbody .border-bottom-inverse th, table thead .border-bottom-inverse th {
    border-bottom: 1px solid #404e67
}

table tbody .border-bottom-info td, table tbody .border-bottom-info th, table thead .border-bottom-info th {
    border-bottom: 1px solid #2dcee3
}

.table-styling .table-primary, .table-styling.table-primary {
    background-color: #01a9ac;
    color: #fff;
    border: 3px solid #01a9ac
}

    .table-styling .table-primary thead, .table-styling.table-primary thead {
        background-color: rgb(.7052023121,119.1791907514,121.2947976879);
        border: 3px solid rgb(.7052023121,119.1791907514,121.2947976879)
    }

.table-styling .table-warning, .table-styling.table-warning {
    background-color: #fe9365;
    color: #fff;
    border: 3px solid #fe9365
}

    .table-styling .table-warning thead, .table-styling.table-warning thead {
        background-color: rgb(253.6709677419,111.464516129,50.3290322581);
        border: 3px solid rgb(253.6709677419,111.464516129,50.3290322581)
    }

.table-styling .table-default, .table-styling.table-default {
    background-color: #e0e0e0;
    color: #fff;
    border: 3px solid #e0e0e0
}

    .table-styling .table-default thead, .table-styling.table-default thead {
        background-color: rgb(198.5,198.5,198.5);
        border: 3px solid rgb(198.5,198.5,198.5)
    }

.table-styling .table-danger, .table-styling.table-danger {
    background-color: #fe5d70;
    color: #fff;
    border: 3px solid #fe5d70
}

    .table-styling .table-danger thead, .table-styling.table-danger thead {
        background-color: rgb(253.6871165644,42.3128834356,67.2576687117);
        border: 3px solid rgb(253.6871165644,42.3128834356,67.2576687117)
    }

.table-styling .table-success, .table-styling.table-success {
    background-color: #0ac282;
    color: #fff;
    border: 3px solid #0ac282
}

    .table-styling .table-success thead, .table-styling.table-success thead {
        background-color: rgb(7.5,145.5,97.5);
        border: 3px solid rgb(7.5,145.5,97.5)
    }

.table-styling .table-inverse, .table-styling.table-inverse {
    background-color: #404e67;
    color: #fff;
    border: 3px solid #404e67
}

    .table-styling .table-inverse thead, .table-styling.table-inverse thead {
        background-color: rgb(44.4550898204,54.1796407186,71.5449101796);
        border: 3px solid rgb(44.4550898204,54.1796407186,71.5449101796)
    }

.table-styling .table-info, .table-styling.table-info {
    background-color: #2dcee3;
    color: #fff;
    border: 3px solid #2dcee3
}

    .table-styling .table-info thead, .table-styling.table-info thead {
        background-color: rgb(26,175.5,195);
        border: 3px solid rgb(26,175.5,195)
    }

.toolbar-primary .tool-item {
    background: #01a9ac !important
}

    .toolbar-primary .tool-item.selected, .toolbar-primary .tool-item:hover {
        background: rgb(.7052023121,119.1791907514,121.2947976879) !important
    }

.toolbar-primary.tool-top .arrow {
    border-color: #01a9ac transparent transparent
}

.toolbar-primary.tool-bottom .arrow {
    border-color: transparent transparent #01a9ac
}

.toolbar-primary.tool-left .arrow {
    border-color: transparent transparent transparent #01a9ac
}

.toolbar-primary.tool-right .arrow {
    border-color: transparent #01a9ac transparent transparent
}

.btn-toolbar-primary.pressed {
    background-color: #01a9ac
}

.toolbar-warning .tool-item {
    background: #fe9365 !important
}

    .toolbar-warning .tool-item.selected, .toolbar-warning .tool-item:hover {
        background: rgb(253.6709677419,111.464516129,50.3290322581) !important
    }

.toolbar-warning.tool-top .arrow {
    border-color: #fe9365 transparent transparent
}

.toolbar-warning.tool-bottom .arrow {
    border-color: transparent transparent #fe9365
}

.toolbar-warning.tool-left .arrow {
    border-color: transparent transparent transparent #fe9365
}

.toolbar-warning.tool-right .arrow {
    border-color: transparent #fe9365 transparent transparent
}

.btn-toolbar-warning.pressed {
    background-color: #fe9365
}

.toolbar-light .tool-item {
    background: #e0e0e0 !important
}

    .toolbar-light .tool-item.selected, .toolbar-light .tool-item:hover {
        background: rgb(198.5,198.5,198.5) !important
    }

.toolbar-light.tool-top .arrow {
    border-color: #e0e0e0 transparent transparent
}

.toolbar-light.tool-bottom .arrow {
    border-color: transparent transparent #e0e0e0
}

.toolbar-light.tool-left .arrow {
    border-color: transparent transparent transparent #e0e0e0
}

.toolbar-light.tool-right .arrow {
    border-color: transparent #e0e0e0 transparent transparent
}

.btn-toolbar-light.pressed {
    background-color: #e0e0e0
}

.toolbar-danger .tool-item {
    background: #fe5d70 !important
}

    .toolbar-danger .tool-item.selected, .toolbar-danger .tool-item:hover {
        background: rgb(253.6871165644,42.3128834356,67.2576687117) !important
    }

.toolbar-danger.tool-top .arrow {
    border-color: #fe5d70 transparent transparent
}

.toolbar-danger.tool-bottom .arrow {
    border-color: transparent transparent #fe5d70
}

.toolbar-danger.tool-left .arrow {
    border-color: transparent transparent transparent #fe5d70
}

.toolbar-danger.tool-right .arrow {
    border-color: transparent #fe5d70 transparent transparent
}

.btn-toolbar-danger.pressed {
    background-color: #fe5d70
}

.toolbar-success .tool-item {
    background: #0ac282 !important
}

    .toolbar-success .tool-item.selected, .toolbar-success .tool-item:hover {
        background: rgb(7.5,145.5,97.5) !important
    }

.toolbar-success.tool-top .arrow {
    border-color: #0ac282 transparent transparent
}

.toolbar-success.tool-bottom .arrow {
    border-color: transparent transparent #0ac282
}

.toolbar-success.tool-left .arrow {
    border-color: transparent transparent transparent #0ac282
}

.toolbar-success.tool-right .arrow {
    border-color: transparent #0ac282 transparent transparent
}

.btn-toolbar-success.pressed {
    background-color: #0ac282
}

.toolbar-dark .tool-item {
    background: #404e67 !important
}

    .toolbar-dark .tool-item.selected, .toolbar-dark .tool-item:hover {
        background: rgb(44.4550898204,54.1796407186,71.5449101796) !important
    }

.toolbar-dark.tool-top .arrow {
    border-color: #404e67 transparent transparent
}

.toolbar-dark.tool-bottom .arrow {
    border-color: transparent transparent #404e67
}

.toolbar-dark.tool-left .arrow {
    border-color: transparent transparent transparent #404e67
}

.toolbar-dark.tool-right .arrow {
    border-color: transparent #404e67 transparent transparent
}

.btn-toolbar-dark.pressed {
    background-color: #404e67
}

.toolbar-info .tool-item {
    background: #2dcee3 !important
}

    .toolbar-info .tool-item.selected, .toolbar-info .tool-item:hover {
        background: rgb(26,175.5,195) !important
    }

.toolbar-info.tool-top .arrow {
    border-color: #2dcee3 transparent transparent
}

.toolbar-info.tool-bottom .arrow {
    border-color: transparent transparent #2dcee3
}

.toolbar-info.tool-left .arrow {
    border-color: transparent transparent transparent #2dcee3
}

.toolbar-info.tool-right .arrow {
    border-color: transparent #2dcee3 transparent transparent
}

.btn-toolbar-info.pressed {
    background-color: #2dcee3
}

.card-border-primary {
    border-top: 4px solid #01a9ac
}

.card-border-warning {
    border-top: 4px solid #fe9365
}

.card-border-default {
    border-top: 4px solid #e0e0e0
}

.card-border-danger {
    border-top: 4px solid #fe5d70
}

.card-border-success {
    border-top: 4px solid #0ac282
}

.card-border-inverse {
    border-top: 4px solid #404e67
}

.card-border-info {
    border-top: 4px solid #2dcee3
}

.panels-wells .panel-primary {
    border-color: #01a9ac
}

.panels-wells .panel-warning {
    border-color: #fe9365
}

.panels-wells .panel-default {
    border-color: #e0e0e0
}

.panels-wells .panel-danger {
    border-color: #fe5d70
}

.panels-wells .panel-success {
    border-color: #0ac282
}

.panels-wells .panel-inverse {
    border-color: #404e67
}

.panels-wells .panel-info {
    border-color: #2dcee3
}

.b-t-primary {
    border-top: 1px solid #01a9ac
}

.b-b-primary {
    border-bottom: 1px solid #01a9ac
}

.b-l-primary {
    border-left: 1px solid #01a9ac
}

.b-r-primary {
    border-right: 1px solid #01a9ac
}

.b-t-warning {
    border-top: 1px solid #fe9365
}

.b-b-warning {
    border-bottom: 1px solid #fe9365
}

.b-l-warning {
    border-left: 1px solid #fe9365
}

.b-r-warning {
    border-right: 1px solid #fe9365
}

.b-t-default {
    border-top: 1px solid #e0e0e0
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.b-l-default {
    border-left: 1px solid #e0e0e0
}

.b-r-default {
    border-right: 1px solid #e0e0e0
}

.b-t-danger {
    border-top: 1px solid #fe5d70
}

.b-b-danger {
    border-bottom: 1px solid #fe5d70
}

.b-l-danger {
    border-left: 1px solid #fe5d70
}

.b-r-danger {
    border-right: 1px solid #fe5d70
}

.b-t-success {
    border-top: 1px solid #0ac282
}

.b-b-success {
    border-bottom: 1px solid #0ac282
}

.b-l-success {
    border-left: 1px solid #0ac282
}

.b-r-success {
    border-right: 1px solid #0ac282
}

.b-t-inverse {
    border-top: 1px solid #404e67
}

.b-b-inverse {
    border-bottom: 1px solid #404e67
}

.b-l-inverse {
    border-left: 1px solid #404e67
}

.b-r-inverse {
    border-right: 1px solid #404e67
}

.b-t-info {
    border-top: 1px solid #2dcee3
}

.b-b-info {
    border-bottom: 1px solid #2dcee3
}

.b-l-info {
    border-left: 1px solid #2dcee3
}

.b-r-info {
    border-right: 1px solid #2dcee3
}

.b-t-theme {
    border-top: 1px solid #ddd
}

.b-b-theme {
    border-bottom: 1px solid #ddd
}

.b-l-theme {
    border-left: 1px solid #ddd
}

.b-r-theme {
    border-right: 1px solid #ddd
}

.pcoded .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon {
    background-color: #2196f3
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
    background-color: #ff7588
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
    background-color: #16d39a
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
    background-color: #ffb64d
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
    background-color: #ab7967
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
    background-color: #39adb5
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
    background-color: #7c4dff
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
    background-color: #ff5370
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
    background-color: #2196f3
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
    background-color: #ff7588
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
    background-color: #16d39a
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
    background-color: #ffb64d
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
    background-color: #ab7967
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
    background-color: #39adb5
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
    background-color: #7c4dff
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
    background-color: #ff5370
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
    background-color: #2196f3
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
    background-color: #ff7588
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
    background-color: #16d39a
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
    background-color: #ffb64d
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
    background-color: #ab7967
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
    background-color: #39adb5
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
    background-color: #7c4dff
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
    background-color: #ff5370
}

.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i {
    display: none
}

.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type=st6] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b {
    display: none
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon {
    background-color: rgba(105.5769230769,184.3269230769,246.9230769231,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
    background-color: rgba(255,193.5,201.9673913043,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
    background-color: rgba(73.4313304721,236.0686695279,187.0193133047,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
    background-color: rgba(255,213.3735955056,153.5,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
    background-color: rgba(198.2288135593,164.436440678,152.2711864407,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
    background-color: rgba(106.3214285714,201.6071428571,208.1785714286,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
    background-color: rgba(180.3005617978,153.5,255,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
    background-color: rgba(255,159.5,175.601744186,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
    background-color: rgba(105.5769230769,184.3269230769,246.9230769231,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
    background-color: rgba(255,193.5,201.9673913043,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
    background-color: rgba(73.4313304721,236.0686695279,187.0193133047,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
    background-color: rgba(255,213.3735955056,153.5,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
    background-color: rgba(198.2288135593,164.436440678,152.2711864407,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
    background-color: rgba(106.3214285714,201.6071428571,208.1785714286,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
    background-color: rgba(180.3005617978,153.5,255,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
    background-color: rgba(255,159.5,175.601744186,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
    background-color: rgba(105.5769230769,184.3269230769,246.9230769231,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
    background-color: rgba(255,193.5,201.9673913043,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
    background-color: rgba(73.4313304721,236.0686695279,187.0193133047,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
    background-color: rgba(255,213.3735955056,153.5,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
    background-color: rgba(198.2288135593,164.436440678,152.2711864407,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
    background-color: rgba(106.3214285714,201.6071428571,208.1785714286,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
    background-color: rgba(180.3005617978,153.5,255,.5)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-navbar[navbar-theme*=themelight] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
    background-color: rgba(255,159.5,175.601744186,.5)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon {
    background-color: rgb(105.5769230769,184.3269230769,246.9230769231)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
    background-color: rgb(255,193.5,201.9673913043)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
    background-color: rgb(73.4313304721,236.0686695279,187.0193133047)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
    background-color: rgb(255,213.3735955056,153.5)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
    background-color: rgb(198.2288135593,164.436440678,152.2711864407)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
    background-color: rgb(106.3214285714,201.6071428571,208.1785714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
    background-color: rgb(180.3005617978,153.5,255)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
    background-color: rgb(255,159.5,175.601744186)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
    background-color: rgb(105.5769230769,184.3269230769,246.9230769231)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
    background-color: rgb(255,193.5,201.9673913043)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
    background-color: rgb(73.4313304721,236.0686695279,187.0193133047)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
    background-color: rgb(255,213.3735955056,153.5)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
    background-color: rgb(198.2288135593,164.436440678,152.2711864407)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
    background-color: rgb(106.3214285714,201.6071428571,208.1785714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
    background-color: rgb(180.3005617978,153.5,255)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
    background-color: rgb(255,159.5,175.601744186)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
    color: rgb(8.9230769231,95.9230769231,165.0769230769)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
    background-color: rgb(105.5769230769,184.3269230769,246.9230769231)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
    color: rgb(255,15,48.0434782609)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
    background-color: rgb(255,193.5,201.9673913043)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
    color: rgb(12.3690987124,118.6309012876,86.5836909871)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
    background-color: rgb(73.4313304721,236.0686695279,187.0193133047)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
    color: rgb(230,135.6741573034,0)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
    background-color: rgb(255,213.3735955056,153.5)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
    color: rgb(110.7796610169,74.3389830508,61.2203389831)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
    background-color: rgb(198.2288135593,164.436440678,152.2711864407)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
    color: rgb(32.5714285714,98.8571428571,103.4285714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
    background-color: rgb(106.3214285714,201.6071428571,208.1785714286)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
    color: rgb(60.7303370787,0,230)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
    background-color: rgb(180.3005617978,153.5,255)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b, .pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
    color: rgb(236,0,39.7906976744)
}

.pcoded[nav-type=st3] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon, .pcoded[nav-type=st4] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
    background-color: rgb(255,159.5,175.601744186)
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon i {
    color: #2196f3
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:first-child > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
    color: #ff7588
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
    color: #16d39a
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
    color: #ffb64d
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
    color: #ab7967
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
    color: #39adb5
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
    color: #7c4dff
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
    color: #ff5370
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
    color: #2196f3
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
    color: #ff7588
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
    color: #16d39a
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
    color: #ffb64d
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
    color: #ab7967
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
    color: #39adb5
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
    color: #7c4dff
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
    color: #ff5370
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
    color: #2196f3
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
    color: #ff7588
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
    color: #16d39a
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
    color: #ffb64d
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
    color: #ab7967
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
    color: #39adb5
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
    color: #7c4dff
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
    color: #ff5370
}

.pcoded[nav-type=st5] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st6] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i {
    color: #c3c3c3
}

.pcoded[nav-type=st6] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon {
    background-color: transparent
}

.pcoded[nav-type=st6] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i {
    color: #000
}

.pcoded[nav-type=st6] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon {
    background-color: transparent
}

.main-menu {
    float: left;
    width: 240px;
    z-index: 99
}

    .main-menu .main-menu-header {
        align-items: center;
        display: flex;
        padding: 30px 20px 15px
    }

        .main-menu .main-menu-header .user-details {
            display: inline-block;
            margin-left: 15px;
            margin-right: 15px
        }

            .main-menu .main-menu-header .user-details #more-details {
                cursor: pointer
            }

            .main-menu .main-menu-header .user-details span {
                color: #000;
                display: block;
                font-size: 14px;
                text-transform: capitalize
            }

                .main-menu .main-menu-header .user-details span i {
                    font-size: 10px;
                    margin-left: 10px
                }

                .main-menu .main-menu-header .user-details span:first-child {
                    margin-bottom: 5px;
                    font-weight: 600
                }

                .main-menu .main-menu-header .user-details span:last-child {
                    color: #999;
                    font-size: 12px
                }

    .main-menu .main-menu-content .more-details {
        display: none
    }

        .main-menu .main-menu-content .more-details a {
            padding: 10px 25px;
            display: block;
            color: #000;
            transition: all ease-in .3s
        }

            .main-menu .main-menu-content .more-details a:hover {
                color: #01a9ac
            }

            .main-menu .main-menu-content .more-details a i {
                margin-right: 10px
            }

    .main-menu .main-menu-content .menu-search {
        padding: 20px 20px 10px
    }

    .main-menu .main-menu-content li {
        position: relative
    }

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-content, .pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-header {
    display: none
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu {
    width: 80px
}

.sidebar_toggle a {
    margin: -5px;
    line-height: 1
}

.header-navbar {
    min-height: 56px;
    padding: 0
}

    .header-navbar .navbar-wrapper .navbar-logo {
        position: relative;
        align-items: center;
        display: flex;
        float: left;
        height: 58px;
        text-align: center;
        text-transform: uppercase;
        width: 240px;
        padding: 10px
    }

@media only screen and (max-width:992px) {
    .header-navbar .navbar-wrapper .navbar-logo {
        justify-content: center
    }
}

.header-navbar .navbar-wrapper .navbar-logo h5 {
    margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    position: absolute;
    right: 5px;
    top: calc(50% - 20px);
    border-radius: 50%;
    padding: 5px 9px;
    font-size: 20px
}

@media only screen and (max-width:575px) {
    .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
        display: none !important
    }
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-options, .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
    display: none
}

.header-navbar .navbar-wrapper .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: left;
    margin-bottom: 0
}

    .header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
        float: left;
        line-height: 3.5;
        padding: 0 10px;
        position: relative
    }

@media only screen and (max-width:575px) {
    .header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
        padding: 0 5px
    }
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a, .header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a {
    display: none
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
    font-size: 16px
}

    .header-navbar .navbar-wrapper .navbar-container .nav-left li > a > i.flag-icon, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a > i.flag-icon {
        border-radius: 50%;
        width: 20px;
        height: 20px
    }

.header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
    padding: 0 .6rem
}

.header-navbar .navbar-wrapper .navbar-container .nav-left .mega-menu-top i, .header-navbar .navbar-wrapper .navbar-container .nav-right .mega-menu-top i {
    font-size: 10px;
    margin-left: 10px
}

.header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: right
}

    .header-navbar .navbar-wrapper .navbar-container .nav-right li {
        padding: 0 20px
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
        margin-right: 10px;
        width: 30px
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i {
        font-size: 10px;
        margin-left: 10px
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .profile-notification li:first-child:hover, .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .show-notification li:first-child:hover {
        background-color: #fff
    }

.header-navbar .navbar-wrapper .navbar-container .header-notification {
    perspective: 1000px;
    z-index: 99;
    cursor: pointer
}

    .header-navbar .navbar-wrapper .navbar-container .header-notification .dropdown-toggle > .badge {
        border-radius: 100px;
        right: -10px;
        position: absolute;
        top: 5px;
        padding: 4px;
        width: 19px
    }

    .header-navbar .navbar-wrapper .navbar-container .header-notification .dropdown-toggle::after {
        display: none
    }

    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification {
        background: #fff;
        box-shadow: 0 2px 30px 6px rgba(0,0,0,.1);
        position: absolute;
        transition: all .3s ease-in-out;
        width: 24rem;
        right: -15px;
        top: 75px;
        left: auto;
        overflow: visible;
        border: none
    }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:after, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:after {
            content: "";
            position: absolute;
            top: -10px;
            right: 30px;
            transform: rotate(45deg);
            border: 10px solid #fff;
            border-right-color: transparent;
            border-bottom-color: transparent;
            box-shadow: -10px -9px 23px 1px rgba(0,0,0,.1)
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a {
            color: #666
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li {
            border-top: 1px solid #01a9ac,#fe9365,#e0e0e0,#fe5d70,#0ac282,#404e67,#2dcee3;
            line-height: initial;
            padding: 1em 20px;
            width: 100%;
            cursor: pointer;
            transition: all .5s ease-in-out
        }

            .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child {
                padding: 10px 20px;
                display: flex;
                justify-content: space-between;
                align-items: center
            }

                .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 0
                }

                .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child .badge, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child .badge {
                    position: static;
                    width: auto;
                    right: auto;
                    top: auto
                }

            .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img {
                width: 40px;
                margin-right: 10px;
                align-self: flex-start !important
            }

            .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover {
                background-color: #f1f1f1
            }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .notification-view.profile-notification li:first-child:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.notification-view li:first-child:hover {
            background-color: transparent
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 5px
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg {
            margin-bottom: 5px
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time {
            font-size: 12px;
            color: #919aa3
        }

    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
        width: 15em
    }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
            font-size: 15px;
            vertical-align: top;
            padding-left: 0
        }

            .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a:hover {
                background-color: transparent
            }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i {
            font-size: 17px;
            margin-left: 4px;
            margin-right: 15px
        }

        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
            border-top: none;
            padding: .7em 20px
        }

            .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
                padding: .7em 20px
            }

.header-navbar .navbar-wrapper .header-search {
    line-height: .8
}

    .header-navbar .navbar-wrapper .header-search .main-search {
        padding-top: 14px;
        display: block
    }

        .header-navbar .navbar-wrapper .header-search .main-search .input-group {
            margin-bottom: 0;
            background-color: transparent;
            border-radius: 20px
        }

            .header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control {
                padding: 0;
                width: 0;
                border: none;
                background-color: transparent
            }

                .header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control:focus {
                    box-shadow: none
                }

            .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-text {
                background-color: transparent;
                border: none;
                cursor: pointer
            }

                .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-text.search-close {
                    display: none
                }

            .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append, .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend {
                background-color: transparent;
                border: none
            }

                .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text, .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text {
                    background-color: transparent;
                    border: none
                }

                .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close, .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close {
                    display: none
                }

        .header-navbar .navbar-wrapper .header-search .main-search.open {
            color: #000;
            line-height: 1
        }

            .header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
                background-color: #fff
            }

                .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control {
                    display: block
                }

                .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-text {
                    color: #000
                }

                    .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-text.search-close {
                        display: flex
                    }

                .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text, .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text {
                    color: #000
                }

                .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close, .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close {
                    display: flex
                }

.pcoded .pcoded-container {
    position: relative;
    background: #d5dae6
}

.pcoded .pcoded-header {
    position: relative;
    display: block
}

.pcoded .pcoded-navbar {
    display: block
}

.pcoded-main-container {
    display: block;
    position: relative;
    background: #f6f7fb;
    min-height: calc(100vh - 56px)
}

.pcoded .pcoded-content {
    position: relative;
    display: block
}

.pcoded-inner-navbar {
    display: block;
    position: relative
}

.pcoded-inner-content {
    padding: 10px
}

.pcoded .pcoded-navbar .pcoded-item {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

    .pcoded .pcoded-navbar .pcoded-item > li {
        display: block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative
    }

        .pcoded .pcoded-navbar .pcoded-item > li > a {
            display: block;
            font-size: 14px;
            padding: 0 15px;
            text-decoration: none;
            position: relative;
            transition: all .3s ease-in-out
        }

            .pcoded .pcoded-navbar .pcoded-item > li > a.disabled {
                opacity: .5;
                cursor: not-allowed !important
            }

        .pcoded .pcoded-navbar .pcoded-item > li.active > a {
            font-weight: 600
        }

    .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
        list-style: outside none none;
        margin: 0;
        padding: 0
    }

        .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
            display: block;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            position: relative
        }

            .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
                display: block;
                font-size: 14px;
                font-weight: 100;
                padding: 0 15px;
                text-decoration: none;
                position: relative
            }

                .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext {
                    transition: all .3s ease-in-out
                }

                    .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext:before {
                        transition: all .3s ease-in-out
                    }

                .pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
                    font-size: 10px;
                    padding-right: 5px
                }

    .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
        font-size: 16px;
        padding: 4px;
        margin-right: 10px;
        width: 23px;
        display: inline-block;
        height: 26px;
        text-align: center
    }

        .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon b {
            margin: 0 2px;
            font-size: 12px;
            line-height: 1;
            font-weight: 600
        }

.pcoded[vertical-placement=right] .main-body .page-wrapper .page-header-title i {
    margin-right: 0;
    margin-left: 20px
}

.pcoded-inner-navbar {
    height: 100%
}

.pcoded[theme-layout=vertical] .pcoded-header {
    width: 100%;
    box-shadow: 0 0 11px rgba(0,0,0,.13);
    z-index: 1029
}

    .pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header {
        display: block;
        z-index: 1028
    }

        .pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header .pcoded-logo {
            opacity: 1;
            text-align: center;
            visibility: visible;
            height: 50px;
            white-space: nowrap
        }

            .pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header .pcoded-logo a {
                display: block;
                text-decoration: none;
                padding: 9px 0
            }

            .pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header .pcoded-logo .logo-icon {
                bottom: -21px;
                font-size: 60px;
                left: 8px;
                position: absolute;
                z-index: -1;
                transition: all .3s linear;
                -webkit-transition: all .3s linear;
                -ms-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear
            }

.pcoded[theme-layout=vertical][vertical-nav-type=compact][pcoded-device-type=desktop] .pcoded-header .navbar-logo {
    padding: 25px 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-header .navbar-logo {
    width: 200px;
    padding: 25px 15px
}

    .pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-header .navbar-logo .mobile-menu {
        right: 15px
    }

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed .pcoded-left-header .pcoded-logo .logo-text {
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto !important;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    position: relative;
    top: 5px
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo .logo-text {
    opacity: 0;
    position: absolute;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    visibility: hidden
}

.pcoded[theme-layout=vertical][vertical-nav-type=offcanvas] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo {
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg)
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-header .pcoded-left-header .pcoded-logo a .hide-in-smallsize {
    display: none
}

.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a {
    border-radius: 4px;
    float: left;
    font-size: 18px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: 7px;
    width: 40px;
    border-width: 0;
    border-style: solid
}

    .pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a i {
        position: relative;
        top: -7px
    }

    .pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a:hover {
        text-decoration: none
    }

.sidebar_toggle a:focus {
    text-decoration: none
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header {
    line-height: 50px;
    padding: 0 15px
}

    .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header {
        float: left
    }

    .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rr-header {
        float: right
    }

    .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header {
        padding-left: 20px
    }

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header .pcoded-right-header .pcoded-rl-header {
    padding-left: 0
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.pcoded-right-header .pcoded-rr-header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header ul > li, .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rr-header ul > li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 5px;
    position: relative
}

    .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header ul > li > a, .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rr-header ul > li > a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: none
    }

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header li.icons > a > i, .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rr-header li.icons > a > i {
    font-size: 18px;
    position: relative;
    top: 3px
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rl-header li.icons > a, .pcoded[theme-layout=vertical] .pcoded-header .pcoded-right-header .pcoded-rr-header li.icons > a {
    padding: 0 5px
}

.pcoded[theme-layout=vertical] .pcoded-right-header .pcoded-badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-height: 17px;
    min-width: 10px;
    opacity: 1;
    padding: 4px 7px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: 9px;
    transition: opacity .3s linear 0s;
    -webkit-transition: opacity .3s linear 0s;
    -ms-transition: opacity .3s linear 0s;
    -moz-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    vertical-align: middle;
    visibility: visible;
    white-space: nowrap
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .hide-small-device {
    display: none
}

.pcoded[theme-layout=vertical] .pcoded-navbar {
    z-index: 1027;
    height: 100%
}

.pcoded[theme-layout=vertical] .pcoded-content {
    position: relative;
    display: block
}

.pcoded[theme-layout=vertical] .pcoded-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.pcoded[theme-layout=vertical] .pcoded-main-container, .pcoded[theme-layout=vertical].pcoded-wrapper {
    position: relative;
    margin: 0 auto
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-search {
    padding: 20px 20px 5px;
    position: relative
}

.pcoded[theme-layout=vertical][vnavigation-view=view2] .pcoded-navbar .pcoded-search {
    border-radius: 4px 4px 0 0
}

.pcoded-search input[type=text] {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: 0 0;
    padding: 6px 22px 6px 10px;
    border: none;
    border: 1px solid #ddd
}

    .pcoded-search input[type=text]:focus {
        border-bottom-width: 1px;
        border-bottom-style: solid
    }

.style-4 input[type=text].focus {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.pcoded-search .search-icon {
    cursor: pointer;
    margin-top: -33px;
    padding: 6px;
    position: absolute;
    right: 25px
}

.pcoded[vertical-nav-type=collapsed] .pcoded-search-box {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    position: absolute
}

.pcoded[vertical-nav-type=collapsed] .pcoded-search input[type=text] {
    padding: 6px 22px 6px 10px
}

.searchbar-toggle:before {
    content: "\f002";
    cursor: pointer;
    float: right;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg)
}

.pcoded[vertical-nav-type=collapsed] .searchbar-toggle:before {
    left: 35px;
    top: 10px;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0)
}

.pcoded[vertical-nav-type=collapsed] .pcoded-search.open .searchbar-toggle:before {
    content: "\f05c"
}

.pcoded[vertical-nav-type=collapsed] .pcoded-search.open .pcoded-search-box {
    margin-left: 60px;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    visibility: visible;
    width: 200px;
    padding-right: 10px
}

.pcoded[vertical-nav-type=collapsed] .pcoded-search .search-icon {
    margin-top: -35px
}

.pcoded[vertical-nav-type=collapsed][vertical-placement=right] .pcoded-search.open .pcoded-search-box {
    margin-left: 0;
    margin-right: 70px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a {
    text-align: left;
    padding: 8px 15px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    position: relative;
    width: 100%
}

    .pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
        text-align: left;
        padding: 8.7px 10px
    }

.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    padding-left: 30px
}

.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li .pcoded-submenu li > a {
    padding-left: 50px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    width: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
    -webkit-transform-origin: 0 0;
    transform-origin: 10% 10%;
    -webkit-transition: -webkit-transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg)
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] li > a {
    border-bottom-style: dashed
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] li > a {
    border-bottom-style: dotted
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] li > a {
    border-bottom-style: solid
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=none] li > a {
    border: none
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=false] > li > a {
    border-bottom-width: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true] > li > a {
    border-bottom-width: 1px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=false] .pcoded-hasmenu .pcoded-submenu li > a {
    border-bottom-width: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li > a {
    border-bottom-width: 1px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li:last-child > a {
    border-bottom-width: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
    float: right;
    font-style: normal;
    margin-left: 3px;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 5px;
    font-family: feather;
    padding-top: 5px;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after {
    top: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style1] > a:after {
    content: "\e844"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1] > a:after {
    content: "\e842"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style2] > a:after {
    content: "\e847"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style2] > a:after {
    content: "\e846"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style3] > a:after {
    content: "\e8b1"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style3] > a:after {
    content: "\e897"
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header[pcoded-lheader-position=relative] {
    position: relative
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header[pcoded-lheader-position=fixed] {
    position: fixed
}

.pcoded[theme-layout=vertical] .pcoded-header .pcoded-left-header[pcoded-lheader-position=absolute] {
    position: absolute
}

.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=relative] {
    position: relative
}

.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed] {
    position: fixed
}

.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute] {
    position: absolute
}

.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=relative] {
    position: relative
}

.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=fixed] {
    position: fixed;
    z-index: 1028
}

.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=absolute] {
    position: absolute
}

.pcoded[theme-layout=vertical][vertical-layout=wide] .pcoded-container {
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][vertical-layout=box] #styleSelector, .pcoded[theme-layout=vertical][vertical-layout=box] .p-chat-user, .pcoded[theme-layout=vertical][vertical-layout=box] .showChat_inner {
    position: absolute
}

.pcoded[theme-layout=vertical][vertical-layout=box] #styleSelector {
    top: 0
}

.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

    .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header {
        max-width: 1200px
    }

.pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=box] .pcoded-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=box] .pcoded-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][vertical-layout=widebox] .pcoded-container {
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=widebox] .pcoded-main-container, .pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=widebox] .pcoded-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=widebox] .pcoded-main-container, .pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=widebox] .pcoded-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=widebox] .pcoded-main-container, .pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=widebox] .pcoded-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.pcoded[theme-layout=vertical][vertical-layout=widebox] .pcoded-wrapper {
    overflow: hidden
}

.pcoded .pcoded-overlay-box {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    overflow: hidden
}

.pcoded[vertical-nav-type=compact][vertical-effect=overlay] .pcoded-overlay-box, .pcoded[vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-overlay-box, .pcoded[vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-overlay-box, .pcoded[vertical-nav-type=fullsub-collapsed][vertical-effect=overlay] .pcoded-overlay-box, .pcoded[vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-overlay-box {
    visibility: visible;
    z-index: 1026;
    opacity: .3;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    overflow: hidden
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
    display: none;
    font-size: 10px;
    padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    font-style: normal;
    padding-right: 4px;
    font-size: 10px;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    font-family: feather;
    font-size: 12px;
    padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style1] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e844"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style2] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e83f"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style3] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e856"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style4] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e86b"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style5] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e89f"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style6] .pcoded-submenu li > a .pcoded-mtext:before {
    content: "\e89b"
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 solid transparent;
    border-right: 0 solid #fff;
    border-top: 0 solid transparent;
    display: block;
    float: right;
    height: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a:before {
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: transparent;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a:before {
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: transparent;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.pcoded[theme-layout=vertical] .pcoded-navbar {
    box-shadow: 0 0 11px rgba(0,0,0,.13)
}

    .pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li.active > a:before {
        border-left-style: solid;
        border-left-width: 3px;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar {
    float: right;
    right: 0
}

    .pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-content, .pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-header {
        direction: rtl
    }

        .pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .main-menu-content ul {
            padding-right: 0
        }

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-content {
    float: unset;
    left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-navbar {
    float: left
}

.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-content {
    float: unset;
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .pcoded-left-header {
    float: right;
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .pcoded-right-header {
    float: unset;
    left: unset
}

.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-header .pcoded-left-header {
    float: left
}

.pcoded[theme-layout=vertical][vertical-placement=left] .pcoded-header .pcoded-right-header {
    float: unset;
    right: unset
}

.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-header .pcoded-left-header, .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=push] .pcoded-content {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=push] .pcoded-content {
    margin-right: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-effect=overlay] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
    background: 0 0 !important;
    border-bottom: transparent !important;
    border-right: transparent !important;
    border-top: 15px solid transparent
}

.pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: 100%;
    position: absolute;
    width: 240px;
    z-index: 1024;
    top: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar {
    width: 80px
}

    .pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a {
        padding: 10px 25px
    }

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-content {
    margin-left: 56px;
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=push] .pcoded-content {
    margin-right: 56px;
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-content {
    margin-left: 56px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=shrink] .pcoded-content {
    margin-right: 56px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-content {
    margin-left: 56px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed][vertical-effect=overlay] .pcoded-content {
    margin-right: 56px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 12px
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
    opacity: 1;
    visibility: visible
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-mtext {
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding-left: 22px
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
    opacity: 0;
    visibility: hidden
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after {
    opacity: 1;
    visibility: visible
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
    display: block;
    position: relative;
    width: 290px;
    z-index: 1024;
    border-right: none;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.13)
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: 56px;
    position: absolute;
    width: 210px;
    z-index: 1024;
    border-left-style: solid;
    border-left-width: 1px
}

    .pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
        position: relative
    }

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    position: absolute
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger.active > a > .pcoded-mcaret {
    display: none
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0;
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-navbar {
    width: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-content {
    margin-left: 0;
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0;
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-navbar {
    width: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=push] .pcoded-content {
    margin-right: 0;
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-navbar {
    width: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-navbar {
    width: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=shrink] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-navbar {
    width: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-navbar {
    width: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=offcanvas][vertical-effect=overlay] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 200px;
    margin-right: -200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=push] .pcoded-content {
    margin-left: 200px;
    margin-right: -200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 200px;
    margin-left: -200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=push] .pcoded-content {
    margin-right: 200px;
    margin-left: -200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-left: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-content {
    margin-left: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-header .pcoded-right-header {
    margin-right: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=shrink] .pcoded-content {
    margin-right: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-navbar {
    width: 200px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=compact][vertical-effect=overlay] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .main-menu-content, .pcoded[theme-layout=vertical][vertical-nav-type=compact] .main-menu-header {
    display: none
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li > a {
    line-height: 1;
    text-align: center;
    padding: 10px 20px 20px
}

    .pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
        opacity: 1;
        position: relative;
        text-align: center;
        visibility: visible;
        top: 10px
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
        display: block;
        font-size: 18px;
        padding: 5px;
        margin: 0 auto
    }

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 solid transparent;
    border-right: 0 solid #e9e9e9;
    border-top: 0 solid transparent;
    top: 18px
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li.active > a:before {
    height: 100%
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li:hover > a:before {
    height: 100%
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1] > a:after, .pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu[dropdown-icon=style1] > a:after {
    top: 18px
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=compact][pcoded-device-type=desktop] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=compact][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=compact][pcoded-device-type=tablet] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: 100%;
    position: absolute;
    width: 210px;
    z-index: 1024;
    top: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded] .pcoded-header .pcoded-left-header, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded] .pcoded-navbar {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-content {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=push] .pcoded-content {
    margin-right: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-content {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-navbar {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=shrink] .pcoded-content {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-navbar {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=sub-expanded][vertical-effect=overlay] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-inner-navbar, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-inner-navbar, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li {
    position: unset
}

    .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
        left: 100%;
        position: absolute;
        width: 230px;
        z-index: 1024;
        top: 0;
        bottom: 0
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
        position: unset
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
        left: 100%;
        position: absolute;
        width: 230px;
        z-index: 1024;
        top: 0;
        bottom: 0
    }

.pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-style: solid;
    border-left-width: 1px
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-header .pcoded-left-header, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-navbar {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-content {
    margin-left: 240px;
    margin-right: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=push] .pcoded-content {
    margin-right: 240px;
    margin-left: -240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-content {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-header .pcoded-right-header, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=shrink] .pcoded-content {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-content {
    margin-left: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-header.iscollapsed .pcoded-right-header {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=ex-popover][vertical-effect=overlay] .pcoded-content {
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li {
    position: relative
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: 100%;
    position: absolute;
    width: 230px;
    z-index: 1024;
    top: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
    position: relative
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
    left: 100%;
    position: absolute;
    width: 230px;
    z-index: 1024;
    top: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret, .pcoded[theme-layout=vertical][vertical-nav-type=ex-popover][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom: 19px solid transparent;
    border-right: 12px solid;
    border-top: 19px solid transparent;
    display: block;
    float: right;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1025
}

.pcoded[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-style: solid;
    border-left-width: 1px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=fullpage] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=fullpage] .pcoded-header .pcoded-right-header {
    margin-left: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=fullpage] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar {
    width: 100%
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-content {
    margin-left: 0;
    margin-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=fullpage] .pcoded-header .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=fullpage] .pcoded-header .pcoded-right-header {
    margin-right: 240px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=fullpage] .pcoded-header.iscollapsed .pcoded-left-header {
    width: 240px
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li.active > a {
    background: 0 0 !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item[item-border=true] > li > a {
    border-bottom-width: 0 !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    opacity: 1;
    visibility: visible;
    width: 100%
}

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[pcoded-navbar-position=absolute] {
        position: absolute
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[pcoded-navbar-position=fixed] {
        position: fixed
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-inner-navbar {
        margin-top: 40px
    }

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-main-container {
    display: block;
    position: unset
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    opacity: 1;
    position: relative;
    visibility: visible
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li > a {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    font-weight: 500
}

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
        display: none
    }

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-navigatio-lavel {
    display: none !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li a .pcoded-badge, .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li.active > a:before {
    display: none
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li:hover > a {
    background: 0 0 !important
}

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li:hover > a:before {
        display: none
    }

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
    display: none
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li > a {
    padding: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .sidebar_toggle {
    height: 30px
}

.pcoded-navbar .sidebar_toggle a {
    opacity: 1;
    visibility: visible;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    position: absolute
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .sidebar_toggle a {
    color: #f1f1f1;
    float: right;
    font-size: 36px;
    opacity: 1;
    position: relative;
    right: 10px;
    text-decoration: none;
    top: 0;
    transition: opacity .8s linear 0s;
    -webkit-transition: opacity .8s linear 0s;
    -ms-transition: opacity .8s linear 0s;
    -moz-transition: opacity .8s linear 0s;
    -o-transition: opacity .8s linear 0s;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0)
}

.pcoded-navbar .sidebar_toggle a:hover {
    color: #fff
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
    display: none
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a {
    background: 0 0 !important;
    border-bottom-color: transparent !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    background: 0 0 !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li > a {
    border-bottom-width: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    text-align: center
}

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
        display: none
    }

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    font-size: 24px;
    font-weight: 500
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
    background: 0 0 !important
}

    .pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
        border-left-width: 0
    }

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar .pcoded-item .pcoded-submenu > li.active > a {
    background: 0 0 !important;
    color: #fff !important
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed .pcoded-left-header {
    width: 100% !important;
    padding-left: 240px
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-nav-type=collapsed] .pcoded-header.nocollapsed .pcoded-left-header {
    padding-left: 45px
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-effect=overlay] .pcoded-header.nocollapsed .pcoded-left-header, .pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-nav-type=fullpage] .pcoded-header.nocollapsed .pcoded-left-header, .pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-nav-type=offcanvas] .pcoded-header.nocollapsed .pcoded-left-header {
    padding-left: 0
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed {
    height: 100px !important
}

    .pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed .pcoded-right-header {
        padding: 50px 5px 0 !important
    }

.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-effect=overlay] .pcoded-header.nocollapsed .pcoded-right-header, .pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-nav-type=offcanvas] .pcoded-header.nocollapsed .pcoded-right-header {
    margin: 0 !important
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .pcoded-header.nocollapsed .sidebar_toggle a {
    background: transparent none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 35px;
    margin-right: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 6px;
    width: 40px;
    z-index: 1028
}

.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-navbar {
    top: 0;
    z-index: 1030
}

.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-main-container {
    position: unset
}

.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] #styleSelector {
    top: 100px
}

.pcoded .pcoded-navbar .pcoded-navigatio-lavel {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 1;
    padding: 25px 20px 8px;
    text-transform: capitalize;
    visibility: visible;
    width: 100%;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    border-bottom: 2px solid
}

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme1] {
        color: #dcdcdc !important
    }

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme2] {
        color: #624e89 !important
    }

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme3] {
        color: #3c4fb1 !important
    }

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme4] {
        color: #919aa3 !important
    }

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme5] {
        color: #999 !important
    }

    .pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme=theme6] {
        color: #fff !important
    }

.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-navigatio-lavel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear
}

.pcoded[vertical-nav-type=compact] .pcoded-navbar .pcoded-navigatio-lavel {
    display: none
}

.pcoded .pcoded-navbar .pcoded-item li a .pcoded-badge {
    position: absolute;
    right: 30px;
    text-align: center;
    top: 12px;
    vertical-align: middle;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
    top: 10px;
    right: 30px
}

.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-badge {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear
}

.pcoded[vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-badge {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.active > a:before {
    left: auto;
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 solid transparent;
    border-left: 0 solid #e9e9e9;
    border-top: 0 solid transparent;
    left: 0;
    right: auto;
    top: 4px;
    border-right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
    left: 8px;
    right: auto;
    top: -1px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    left: auto;
    right: 0;
    padding-right: 60px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li a .pcoded-badge {
    position: relative;
    right: 30px;
    top: -5px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li:hover > a:before {
    left: auto;
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
    left: auto;
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    float: right;
    left: 6px;
    top: 3px;
    padding-right: 10px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    text-align: right
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li .pcoded-submenu li > a .pcoded-badge {
    left: 8px;
    position: absolute;
    right: auto;
    top: 11px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-navigatio-lavel {
    text-align: right;
    padding: 10px 40px 2px 20px
}

    .pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-navigatio-lavel:before {
        left: auto;
        right: 20px
    }

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style1] > a:after {
    content: "\eb8a";
    font-family: icofont
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1] > a:after {
    content: "\eb89";
    font-family: icofont
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=desktop] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=expanded][pcoded-device-type=tablet] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: auto;
    right: 100%
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu > a:after {
    left: 7px;
    right: auto;
    top: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
    left: auto;
    right: 210px
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    left: auto
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item li a .pcoded-badge {
    position: absolute;
    right: auto;
    top: 10px
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .pcoded-right-header .pcoded-rl-header {
    float: right
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .pcoded-right-header .pcoded-rr-header {
    float: left
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-header .sidebar_toggle {
    float: right
}

.pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-search.open .pcoded-search-box {
    right: 0
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    padding-left: 10px;
    transform: rotate(180deg)
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    text-align: right
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #fe8a7d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #fe8a7d
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #fe8a7d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #fe8a7d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .searchbar-toggle {
    color: #fe8a7d
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #ff7588 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #ff7588
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #ff7588 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme2] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #ff7588 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme2] .searchbar-toggle {
    color: #ff7588
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #16d39a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #16d39a
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #16d39a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme3] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #16d39a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme3] .searchbar-toggle {
    color: #16d39a
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #2196f3 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #2196f3
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #2196f3 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme4] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #2196f3 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme4] .searchbar-toggle {
    color: #2196f3
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #ffb64d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #ffb64d
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #ffb64d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme5] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #ffb64d !important
}

.pcoded .pcoded-navbar[active-item-theme=theme5] .searchbar-toggle {
    color: #ffb64d
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #ff5e3a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #ff5e3a
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #ff5e3a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme6] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #ff5e3a !important
}

.pcoded .pcoded-navbar[active-item-theme=theme6] .searchbar-toggle {
    color: #ff5e3a
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #e64056 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #e64056
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #e64056 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme7] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #e64056 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme7] .searchbar-toggle {
    color: #e64056
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #3c4fb1 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #3c4fb1
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #3c4fb1 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme8] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #3c4fb1 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme8] .searchbar-toggle {
    color: #3c4fb1
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #ff5370 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #ff5370
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #ff5370 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme9] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #ff5370 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme9] .searchbar-toggle {
    color: #ff5370
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #f76d47 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #f76d47
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #f76d47 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme10] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #f76d47 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme10] .searchbar-toggle {
    color: #f76d47
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #39adb5 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #39adb5
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #39adb5 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme11] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #39adb5 !important
}

.pcoded .pcoded-navbar[active-item-theme=theme11] .searchbar-toggle {
    color: #39adb5
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item li .pcoded-submenu li:hover > a {
    color: #7c4dff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #fff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item li:hover > a {
    color: #fff !important;
    background: #7c4dff
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item > li.active .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before {
    border-left-color: #7c4dff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme12] .pcoded-item > li.pcoded-trigger > a:before {
    border-left-color: #7c4dff !important
}

.pcoded .pcoded-navbar[active-item-theme=theme12] .searchbar-toggle {
    color: #7c4dff
}

.pcoded .pcoded-navbar .pcoded-header[header-theme=theme1] {
    color: #fff
}

    .pcoded .pcoded-navbar .pcoded-header[header-theme=theme1] .sidebar_toggle a {
        background: 0 0;
        color: #fff;
        border-color: #fff
    }

.pcoded .pcoded-navbar .pcoded-header.nocollapsed .pcoded-left-header[lheader-theme=theme1] {
    background: 0 0
}

.pcoded .pcoded-navbar .pcoded-header.iscollapsed .pcoded-left-header[lheader-theme=theme1] {
    background: #404e67
}

.pcoded .pcoded-navbar .pcoded-search input[type=text] {
    color: #fff
}

    .pcoded .pcoded-navbar .pcoded-search input[type=text]::-moz-placeholder {
        color: #ccc;
        opacity: 1
    }

    .pcoded .pcoded-navbar .pcoded-search input[type=text]:-ms-input-placeholder {
        color: #ccc
    }

    .pcoded .pcoded-navbar .pcoded-search input[type=text]::-webkit-input-placeholder {
        color: #ccc
    }

.pcoded .pcoded-navbar .pcoded-search .search-icon {
    color: #ccc
}

.pcoded .pcoded-navbar[navbar-theme=theme1] {
    background: #404e67
}

    .pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu {
        background-color: #404e67
    }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu .main-menu-header {
            background-color: #404e67
        }

            .pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu .main-menu-header .user-details span {
                color: #dcdcdc
            }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu .main-menu-content .more-details a {
            color: #dcdcdc
        }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a {
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.active > a {
        background: #404e67;
        color: #dcdcdc;
        border-bottom-color: #404e67
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a {
        border-bottom-color: #404e67
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
        background: #404e67
    }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
            border-bottom-color: rgb(83.5449101796,101.8203592814,134.4550898204);
            color: #dcdcdc
        }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu > a:after {
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a {
        background: #404e67;
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
        background-color: #404e67;
        color: #dcdcdc
    }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
            border-left-color: #404e67
        }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
        color: #dcdcdc;
        background-color: #404e67
    }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
            border-bottom-color: #404e67
        }

        .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
            border-left-color: #404e67
        }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
        border-bottom-color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
        border-left-color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a:before {
        border-left-color: #404e67
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-trigger > a {
        background: #404e67;
        border-bottom-color: #404e67
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-trigger.active > a {
        background: #404e67
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover > a:after {
        color: #dcdcdc
    }

    .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-navigatio-lavel {
        color: #404e67;
        border-bottom-color: transparent
    }

.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=sub-expanded] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent
}

.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
    border-right-color: #404e67 !important
}

.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=ex-popover] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent
}

.pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] {
    background-color: #404e67
}

    .pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a {
        color: #fff
    }

    .pcoded .pcoded-navbar[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-navbar[navbar-theme=theme1] .sidebar_toggle a {
        color: #fff
    }

.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item li .pcoded-submenu li.active > a {
    font-weight: 600
}

.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item li.pcoded-hasmenu:hover > a {
    color: #000 !important
}

.pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item li:hover > a {
    color: #000 !important;
    background: #fff
}

.pcoded .pcoded-navbar[navbar-theme=themelight1] {
    background: #fff
}

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu {
        background-color: #fff
    }

        .pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu .main-menu-header {
            background-color: #fff
        }

            .pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu .main-menu-header .user-details span {
                color: #000
            }

        .pcoded .pcoded-navbar[navbar-theme=themelight1] .main-menu .main-menu-content .more-details a {
            color: #000
        }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
        background: #fff
    }

        .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
            border-bottom-color: rgb(229.5,229.5,229.5);
            color: #000
        }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after, .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu > a:after {
        color: #000
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after, .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
        color: #000
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li:hover > a {
        background: #fff;
        color: #000
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
        background-color: #fff;
        color: #000
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
        color: #000
    }

        .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
            border-bottom-color: #fff
        }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
        border-bottom-color: #fff
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
        color: #000
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-trigger > a {
        background: #fff;
        border-bottom-color: #fff
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-trigger.active > a {
        background: #fff
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li > a {
        color: #000 !important
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.active > a {
        background: #fff !important;
        color: #fff
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li > a {
        border-bottom-color: #fff
    }

    .pcoded .pcoded-navbar[navbar-theme=themelight1] .pcoded-navigatio-lavel {
        color: #fff;
        border-bottom-color: transparent
    }

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li > a {
    border-bottom-color: rgb(229.5,229.5,229.5)
}

.pcoded[theme-layout=vertical][vertical-nav-type=compact] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li > a {
    border-bottom-color: rgb(83.5449101796,101.8203592814,134.4550898204)
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: rgb(237.15,237.15,237.15);
    box-shadow: 3px 2px 11px -2px rgba(0,0,0,.13)
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=themelight1] .pcoded-item > li.pcoded-trigger > a {
    border-bottom: 1px solid rgb(229.5,229.5,229.5);
    border-top: 1px solid rgb(229.5,229.5,229.5)
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: rgb(77.6814371257,94.674251497,125.0185628743);
    box-shadow: 3px 2px 11px -2px rgba(0,0,0,.13)
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li.pcoded-trigger > a {
    border-bottom: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204);
    border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme1] {
    background-color: #404e67
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme2] {
    background-color: #ff7588
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme3] {
    background-color: #00bcd4
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme4] {
    background-color: #16d39a
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme5] {
    background-color: #2196f3
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme1] {
    background-color: #404e67
}

.pcoded[sidebar-img=true] .pcoded-navbar {
    background-size: cover
}

    .pcoded[sidebar-img=true] .pcoded-navbar .main-menu {
        background-color: rgba(64,78,103,.8)
    }

        .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .main-menu-header, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item li.pcoded-hasmenu .pcoded-submenu, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item > li.active:hover > a, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item > li.active > a, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item > li.pcoded-trigger > a, .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item > li:hover > a {
            background: 0 0 !important;
            background-color: transparent !important
        }

            .pcoded[sidebar-img=true] .pcoded-navbar .main-menu .pcoded-item > li.active > a:before {
                border-left-color: transparent !important
            }

.pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=desktop] .pcoded-navbar, .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=tablet] .pcoded-navbar {
    margin-top: 10px;
    border-radius: 4px 4px 0 0
}

    .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=desktop] .pcoded-navbar .profile-box, .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=tablet] .pcoded-navbar .profile-box {
        border-radius: 4px 4px 0 0
    }

.pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=desktop] .pcoded-header, .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=desktop] .pcoded-main-container, .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=tablet] .pcoded-header, .pcoded[theme-layout=vertical][vnavigation-view=view2][pcoded-device-type=tablet] .pcoded-main-container {
    padding-left: 10px
}

.pcoded[theme-layout=vertical][vnavigation-view=view2][vertical-layout=widebox][pcoded-device-type=desktop] .pcoded-header .pcoded-wrapper, .pcoded[theme-layout=vertical][vnavigation-view=view2][vertical-layout=widebox][pcoded-device-type=tablet] .pcoded-header .pcoded-wrapper {
    padding-left: 5px
}

.pcoded[theme-layout=vertical][vnavigation-view=view3] .pcoded-navbar {
    top: 0
}

.pcoded[theme-layout=vertical][vnavigation-view=view3] .pcoded-main-container {
    position: unset
}

.pcoded[theme-layout=vertical][vnavigation-view=view3] .pcoded-header .pcoded-left-header {
    display: none
}

.pcoded #styleSelector {
    min-height: 300px;
    height: calc(100vh - 56px);
    border: 1px solid #e9e9e9;
    background: #fff;
    position: fixed;
    margin: 0;
    padding: 20px;
    width: 400px;
    top: 56px;
    z-index: 190;
    transition: .5s;
    -o-transition: .5s
}

    .pcoded #styleSelector.open {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.2)
    }

    .pcoded #styleSelector a > i {
        padding: 0;
        margin: 0 5px 0 0
    }

    .pcoded #styleSelector .soc-icon {
        width: 55px;
        height: 55px;
        padding: 15px;
        border-radius: 50%
    }

        .pcoded #styleSelector .soc-icon i {
            font-size: 25px;
            margin-right: 0
        }

@media only screen and (max-width:992px) {
    .pcoded #styleSelector {
        display: none
    }
}

.pcoded[theme-layout=horizontal] #styleSelector, .pcoded[vertical-placement=left] #styleSelector {
    right: -400px;
    border-left: 2px solid rgba(48,53,73,.28)
}

    .pcoded[theme-layout=horizontal] #styleSelector.open, .pcoded[vertical-placement=left] #styleSelector.open {
        right: 0
    }

.pcoded[vertical-placement=right] #styleSelector {
    left: -400px;
    border-right: 2px solid rgba(48,53,73,.28)
}

    .pcoded[vertical-placement=right] #styleSelector.open {
        left: 0
    }

.selector-toggle {
    position: relative
}

.pcoded .selector-toggle > a {
    position: absolute;
    top: 200px;
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #01a9ac;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    padding: 10px 8px
}

.pcoded[theme-layout=horizontal] .selector-toggle > a, .pcoded[vertical-placement=left] .selector-toggle > a {
    left: -75px;
    border-right: 0;
    border-radius: 50% 0 0 50%
}

.pcoded[vertical-placement=right] .selector-toggle > a {
    right: -75px;
    border-left: 0;
    border-radius: 0 50% 50% 0
}

.selector-toggle > a:before {
    font-family: feather;
    font-size: 20px;
    content: "\e8c3";
    position: relative;
    float: left;
    left: 13px;
    line-height: 35px;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    animation: mymove 1.3s infinite linear
}

.open .selector-toggle > a:before {
    content: "\e8f6";
    animation: mymove 0s infinite linear
}

#styleSelector .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #01a9ac;
    padding-bottom: 5px
}

    #styleSelector .nav-tabs .nav-item {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left
    }

        #styleSelector .nav-tabs .nav-item a {
            color: #404e67;
            text-align: center;
            font-weight: 600;
            font-size: 13px;
            padding: .66rem 1rem;
            border-radius: 2px;
            border: none;
            transition: all .3s ease-in-out
        }

            #styleSelector .nav-tabs .nav-item a.active {
                color: #fff;
                background-color: #01a9ac
            }

#styleSelector .style-cont {
    background-color: #f6f7fb;
    padding: 10px
}

#styleSelector .st-main-title {
    font-size: 18px
}

#styleSelector .btn-success {
    background-color: #11c15b
}

#styleSelector .checkbox-fade label {
    margin-bottom: .8rem
}

#styleSelector .sub-title {
    text-transform: capitalize
}

#styleSelector #menu-effect {
    padding-bottom: 15px
}

    #styleSelector #menu-effect .radio > label {
        padding-left: 0
    }

    #styleSelector #menu-effect .radio .helper {
        bottom: -30px;
        left: 3px
    }

        #styleSelector #menu-effect .radio .helper:after, #styleSelector #menu-effect .radio .helper:before {
            top: auto;
            bottom: 0
        }

    #styleSelector #menu-effect .micon {
        font-size: 15px;
        padding: 2px 4px 4px;
        border-radius: 4px;
        width: 30px;
        display: block;
        height: 30px;
        text-align: center
    }

        #styleSelector #menu-effect .micon.st1 i, #styleSelector #menu-effect .micon.st3 i {
            display: none
        }

        #styleSelector #menu-effect .micon.st2 b, #styleSelector #menu-effect .micon.st4 b, #styleSelector #menu-effect .micon.st5 b {
            display: none
        }

        #styleSelector #menu-effect .micon.st1 b, #styleSelector #menu-effect .micon.st1 i {
            color: #fff
        }

        #styleSelector #menu-effect .micon.st1 {
            background-color: #01a9ac
        }

        #styleSelector #menu-effect .micon.st2 b, #styleSelector #menu-effect .micon.st2 i {
            color: #fff
        }

        #styleSelector #menu-effect .micon.st2 {
            background-color: #0ac282
        }

        #styleSelector #menu-effect .micon.st3 b, #styleSelector #menu-effect .micon.st3 i {
            color: rgb(251.3677419355,76.7161290323,1.6322580645)
        }

        #styleSelector #menu-effect .micon.st3 {
            background-color: rgb(254.4935483871,200.3032258065,177.0064516129)
        }

        #styleSelector #menu-effect .micon.st4 b, #styleSelector #menu-effect .micon.st4 i {
            color: rgb(243.4969325153,1.5030674847,30.0613496933)
        }

        #styleSelector #menu-effect .micon.st4 {
            background-color: rgb(254.4693251534,169.0306748466,179.1134969325)
        }

        #styleSelector #menu-effect .micon.st5 i {
            color: #01a9ac
        }

        #styleSelector #menu-effect .micon.st5 {
            background-color: transparent
        }

#styleSelector #bg-pattern-visiblity {
    padding-left: 30px
}

#styleSelector .form-control {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    margin-bottom: 10px
}

    #styleSelector .form-control:focus {
        border: none;
        background-color: #f1f1f1
    }

#styleSelector ul {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%
}

    #styleSelector ul li {
        border-bottom: 0 solid #e9e9e9;
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%
    }

        #styleSelector ul li p.selector-title, #styleSelector ul li span.selector-title {
            color: #444;
            font-size: 14px;
            margin: 0 0 15px;
            padding: 10px 0;
            text-align: left
        }

        #styleSelector ul li p.selector-title {
            font-weight: 600;
            border-bottom: 1px solid #e9e9e9
        }

            #styleSelector ul li p.selector-title.main-title {
                font-weight: 600
            }

        #styleSelector ul li p.sub-title.drp-title {
            border-bottom: 0 solid transparent;
            margin-bottom: 0;
            margin-top: 10px
        }

#styleSelector > ul > li > .sub-title {
    color: #9c9c9c;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: left
}

#styleSelector li {
    padding: 5px
}

.theme-option select {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 10px
}

@-moz-document url-prefix() {
    .theme-option select {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-radius: 2px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 3px 10px;
        margin: 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none
    }

        .theme-option select.minimal {
            background-image: -webkit-linear-gradient(45deg,transparent 50%,gray 50%),-webkit-linear-gradient(315deg,gray 50%,transparent 50%),-webkit-linear-gradient(left,#ccc,#ccc);
            background-image: linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
            background-position: calc(100% - 18px) calc(1em - 1px),calc(100% - 13px) calc(1em - 1px),calc(100% - 2.5em) 4px;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat
        }

            .theme-option select.minimal:active, .theme-option select.minimal:focus {
                background-image: -webkit-linear-gradient(45deg,gray 50%,transparent 50%),-webkit-linear-gradient(315deg,transparent 50%,gray 50%),-webkit-linear-gradient(left,gray,gray);
                background-image: linear-gradient(45deg,gray 50%,transparent 50%),linear-gradient(135deg,transparent 50%,gray 50%),linear-gradient(to right,gray,gray);
                background-position: calc(100% - 15px) 13px,calc(100% - 20px) 13px,calc(100% - 2.5em) .3em;
                background-size: 5px 5px,5px 5px,1px 1.5em;
                background-repeat: no-repeat;
                border-color: #66afe9;
                outline: 0
            }
}

.theme-color {
    padding: 0;
    width: 100%
}

    .theme-color a {
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        margin: 5px 8px 5px 0;
        box-shadow: .4px .9px 3px 0 rgba(0,0,0,.33);
        overflow: hidden
    }

        .theme-color a:focus, .theme-color a:hover {
            text-decoration: none
        }

    .theme-color a {
        width: 45px;
        height: 40px
    }

        .theme-color a.small {
            width: 20px;
            height: 20px
        }

        .theme-color a.image {
            width: 45px;
            height: 100px;
            background-size: cover
        }

        .theme-color a .cont, .theme-color a .head {
            display: block;
            position: relative
        }

            .theme-color a .cont:after, .theme-color a .cont:before, .theme-color a .head:after, .theme-color a .head:before {
                content: "";
                height: 100%;
                display: inline-block;
                position: absolute
            }

            .theme-color a .cont:after, .theme-color a .head:after {
                width: 40%;
                left: 0
            }

            .theme-color a .cont:before, .theme-color a .head:before {
                width: 60%;
                right: 0
            }

        .theme-color a .head {
            height: 10px
        }

            .theme-color a .head:before {
                background: #fff
            }

        .theme-color a .cont {
            height: 40px
        }

            .theme-color a .cont:before {
                background: #f6f7fb
            }

        .theme-color a[lheader-theme=theme1] {
            background: #dcdcdc
        }

        .theme-color a[lheader-theme=theme2] {
            background: #624e89
        }

        .theme-color a[lheader-theme=theme3] {
            background: #3c4fb1
        }

        .theme-color a[lheader-theme=theme4] {
            background: #919aa3
        }

        .theme-color a[lheader-theme=theme5] {
            background: #999
        }

        .theme-color a[lheader-theme=theme6] {
            background: #fff
        }

        .theme-color a[header-theme=theme1] .head:after {
            background-color: #303549
        }

        .theme-color a[header-theme=theme1] .head:before {
            background-color: #fff
        }

        .theme-color a[header-theme=theme2] .head:after, .theme-color a[header-theme=theme2] .head:before {
            background: #ff7588
        }

        .theme-color a[header-theme=theme3] .head:after, .theme-color a[header-theme=theme3] .head:before {
            background: #00bcd4
        }

        .theme-color a[header-theme=theme4] .head:after, .theme-color a[header-theme=theme4] .head:before {
            background: #16d39a
        }

        .theme-color a[header-theme=theme5] .head:after, .theme-color a[header-theme=theme5] .head:before {
            background: #2196f3
        }

        .theme-color a[header-theme=theme6] .head:after, .theme-color a[header-theme=theme6] .head:before {
            background: #404e67
        }

        .theme-color a[navbar-theme=theme1] {
            background: #404e67
        }

        .theme-color a[logo-theme=theme1] .head:after {
            background: #404e67
        }

        .theme-color a[logo-theme=theme2] .head:after {
            background: #ff7588
        }

        .theme-color a[logo-theme=theme3] .head:after {
            background: #00bcd4
        }

        .theme-color a[logo-theme=theme4] .head:after {
            background: #16d39a
        }

        .theme-color a[logo-theme=theme5] .head:after {
            background: #2196f3
        }

        .theme-color a[logo-theme=theme1] .head:after {
            background: #404e67
        }

        .theme-color a[navbar-theme=themelight1] {
            background: #fff
        }

        .theme-color a[active-item-theme=theme1] {
            background: #fe8a7d
        }

        .theme-color a[active-item-theme=theme2] {
            background: #ff7588
        }

        .theme-color a[active-item-theme=theme3] {
            background: #16d39a
        }

        .theme-color a[active-item-theme=theme4] {
            background: #2196f3
        }

        .theme-color a[active-item-theme=theme5] {
            background: #ffb64d
        }

        .theme-color a[active-item-theme=theme6] {
            background: #ff5e3a
        }

        .theme-color a[active-item-theme=theme7] {
            background: #e64056
        }

        .theme-color a[active-item-theme=theme8] {
            background: #3c4fb1
        }

        .theme-color a[active-item-theme=theme9] {
            background: #ff5370
        }

        .theme-color a[active-item-theme=theme10] {
            background: #f76d47
        }

        .theme-color a[active-item-theme=theme11] {
            background: #39adb5
        }

        .theme-color a[active-item-theme=theme12] {
            background: #7c4dff
        }

        .theme-color a[fream-type="1"] .cont:after, .theme-color a[fream-type="1"] .head:after {
            background: #000
        }

        .theme-color a[fream-type="2"] .cont:after, .theme-color a[fream-type="2"] .head:after {
            background: #16d39a
        }

        .theme-color a[fream-type="3"] .cont:after, .theme-color a[fream-type="3"] .head:after {
            background: #ff7588
        }

        .theme-color a[fream-type="4"] .cont:after, .theme-color a[fream-type="4"] .head:after {
            background: #404e67
        }

        .theme-color a[fream-type="5"] .cont:after, .theme-color a[fream-type="5"] .head:after {
            background: #2196f3
        }

        .theme-color a[fream-type="6"] .cont:after, .theme-color a[fream-type="6"] .head:after {
            background: #e91e63
        }

        .theme-color a[layout-type=dark] .cont:after {
            background: #404e67
        }

        .theme-color a[layout-type=dark] .cont:before {
            background: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .theme-color a[layout-type=dark] .head:after {
            background: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .theme-color a[layout-type=dark] .head:before {
            background: #404e67
        }

        .theme-color a[navbar-theme=theme1][sidebar-img=true] .cont:after, .theme-color a[navbar-theme=theme1][sidebar-img=true] .head:after {
            background: 0 0
        }

        .theme-color a[sub-item-theme=theme1] {
            background: #70ca63
        }

        .theme-color a[sub-item-theme=theme2] {
            background: #3498db
        }

        .theme-color a[sub-item-theme=theme3] {
            background: #485bbd
        }

        .theme-color a[sub-item-theme=theme4] {
            background: #e7604a
        }

        .theme-color a[sub-item-theme=theme5] {
            background: #333843
        }

        .theme-color a[sub-item-theme=theme6] {
            background: #624e89
        }

        .theme-color a[sub-item-theme=theme7] {
            background: #fff
        }

        .theme-color a[sub-item-theme=theme8] {
            background: #384b5f
        }

        .theme-color a[sub-item-theme=theme9] {
            background: #578ebe
        }

.sparkline-chart {
    text-align: center
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .spark-chart, .pcoded[theme-layout=vertical][pcoded-device-type=tablet] .spark-chart {
    display: none
}

.spark-chart-title {
    text-align: center
}

.content-title {
    margin-bottom: 10px
}

.main-title {
    color: #424242;
    font-size: 22px;
    font-weight: 400;
    margin: 0
}

.small-text {
    font-size: 14px
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 8px 0;
    margin-bottom: 10px
}

.pcoded[theme-layout=vertical][pcoded-device-type=phone] .breadcrumb {
    display: none
}

.pcoded[theme-layout=vertical][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
    float: none;
    position: relative;
    z-index: 1051;
    left: 90%;
    top: 1px
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li > a .pcoded-micon i {
    left: 0
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a .pcoded-micon i, .pcoded[theme-layout=vertical][vertical-nav-type=collapsed][vertical-placement=right] .pcoded-navbar .pcoded-item > li.pcoded-trigger.active > a .pcoded-micon i {
    left: 94%
}

.pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=desktop] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout=vertical][vertical-nav-type=sub-expanded][pcoded-device-type=tablet] .pcoded-navbar .pcoded-item > li {
    position: static
}

.pcoded.nocollapsed[theme-layout=vertical][pcoded-device-type=phone] .pcoded-main-container {
    position: static
}

.pcoded[theme-layout=vertical][vertical-nav-type=fullpage] .pcoded-main-container, .pcoded[theme-layout=vertical][vnavigation-view=view3] .pcoded-main-container {
    position: static
}

.pcoded .pcoded-header[header-theme=theme1] {
    background: #fff;
    color: #404e67
}

    .pcoded .pcoded-header[header-theme=theme1] a {
        color: #404e67
    }

    .pcoded .pcoded-header[header-theme=theme1] .navbar-logo a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme1] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #404e67
    }

.pcoded .pcoded-header[header-theme=theme2] {
    background: #ff7588;
    color: #fff
}

    .pcoded .pcoded-header[header-theme=theme2] a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme2] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #fff
    }

.pcoded .pcoded-header[header-theme=theme3] {
    background: #00bcd4;
    color: #fff
}

    .pcoded .pcoded-header[header-theme=theme3] a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme3] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #fff
    }

.pcoded .pcoded-header[header-theme=theme4] {
    background: #16d39a;
    color: #fff
}

    .pcoded .pcoded-header[header-theme=theme4] a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme4] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #fff
    }

.pcoded .pcoded-header[header-theme=theme5] {
    background: #2196f3;
    color: #fff
}

    .pcoded .pcoded-header[header-theme=theme5] a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme5] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #fff
    }

.pcoded .pcoded-header[header-theme=theme6] {
    background: #404e67;
    color: #fff
}

    .pcoded .pcoded-header[header-theme=theme6] a {
        color: #fff
    }

    .pcoded .pcoded-header[header-theme=theme6] .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
        color: #fff
    }

body .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar, body .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar {
    position: absolute !important
}

    body .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu > .pcoded-submenu, body .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu > .pcoded-submenu {
        transition: all 0s ease-in !important
    }

body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
    left: 0
}

body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-micon {
    left: calc(100% - 30px)
}

body .pcoded[theme-layout=vertical][vertical-placement=right][vertical-nav-type=collapsed] .pcoded-item > li.pcoded-trigger > a > .pcoded-mtext {
    padding-right: 90px
}

body .pcoded[vertical-placement=right] .showChat_inner, body .pcoded[vertical-placement=right] .users {
    right: auto;
    left: 0
}

body .pcoded[vertical-placement=right] .main-body {
    direction: rtl
}

    body .pcoded[vertical-placement=right] .main-body .page-wrapper .page-header-breadcrumb {
        float: left
    }

    body .pcoded[vertical-placement=right] .main-body .language-markup {
        direction: ltr
    }

body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-logo {
    float: right !important
}

body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container {
    margin-left: 0;
    margin-right: 240px
}

    body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-left li, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right li {
        float: right !important
    }

    body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-left, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right {
        float: right
    }

    body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .nav-right {
        float: left
    }

    body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification, body .pcoded[vertical-placement=right] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification {
        right: auto;
        left: 0
    }

body .pcoded[vertical-placement=right][vertical-nav-type=collapsed] .header-navbar .navbar-wrapper .navbar-container {
    margin-right: 0
}

body .pcoded[vertical-nav-type=collapsed] .header-navbar .navbar-wrapper .navbar-container {
    margin-left: 0
}

body .pcoded[vertical-nav-type=collapsed] .header-navbar .navbar-logo {
    width: 80px
}

    body .pcoded[vertical-nav-type=collapsed] .header-navbar .navbar-logo a img {
        display: none
    }

body .pcoded[vertical-nav-type=compact] .main-menu {
    width: 200px
}

    body .pcoded[vertical-nav-type=compact] .main-menu .pcoded-item > li > .pcoded-submenu {
        box-shadow: none
    }

    body .pcoded[vertical-nav-type=compact] .main-menu .pcoded-search {
        padding: 40px 20px 20px
    }

    body .pcoded[vertical-nav-type=compact] .main-menu .pcoded-badge {
        display: none
    }

    body .pcoded[vertical-nav-type=compact] .main-menu .mCSB_container {
        width: 100% !important
    }

    body .pcoded[vertical-nav-type=compact] .main-menu .mCSB_container_wrapper {
        overflow: visible !important
    }

body.menu-bottom .navbar-wrapper {
    z-index: 1050
}

body.menu-bottom .pcoded .pcoded-main-container {
    margin-top: 0 !important
}

body.menu-bottom .p-chat-user, body.menu-bottom .showChat_inner {
    top: 0
}

body.menu-bottom .navbar-wrapper {
    bottom: 0;
    top: auto;
    z-index: 1050
}

@media only screen and (max-width:992px) {
    body.menu-bottom .navbar-wrapper .pcoded-navbar {
        top: -56px
    }
}

body.menu-bottom .header-navbar {
    min-height: auto;
    position: fixed !important;
    bottom: 0;
    z-index: 9999 !important;
    -webkit-box-shadow: 0 -2px 4px rgba(0,0,0,.08) !important;
    box-shadow: 0 -2px 4px rgba(0,0,0,.08) !important
}

.header-navbar .navbar-wrapper .navbar-container .header-notification body.menu-bottom .mega-menu-top .profile-notification, body.menu-bottom .mega-menu-top .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body.menu-bottom .mega-menu-top .show-notification {
    bottom: 0 !important
}

.header-navbar .navbar-wrapper .navbar-container body.menu-bottom .header-notification .profile-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body.menu-bottom .header-notification .show-notification {
    bottom: 65px
}

body.menu-bottom #collapse-menu {
    display: none
}

.mCSB_container, .mCustomScrollBox {
    overflow: visible !important
}

.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .mCSB_container_wrapper {
    overflow: visible !important
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(64,78,103,.5) !important
}

.btn-default .badge {
    background-color: #fff;
    color: #e0e0e0
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 7px 11px;
    cursor: pointer
}

.close {
    cursor: pointer
}

.button-page .card-body {
    margin-bottom: -20px
}

    .button-page .card-body ul {
        margin-bottom: 0;
        display: inline-block
    }

    .button-page .card-body a {
        margin-bottom: 20px
    }

    .button-page .card-body ul li {
        display: inline-block;
        margin-right: 20px;
        float: left
    }

.button-page .btn {
    margin-bottom: 20px;
    margin-right: 10px
}

.btn.btn-round {
    border-radius: 2rem
}

.btn.btn-square {
    border-radius: 0
}

.btn.btn-skew {
    transform: skew(-15deg)
}

.btn i {
    margin-right: 5px
}

.btn.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 30px;
    height: 40px;
    padding: 3px;
    text-align: center
}

.btn.btn-out {
    outline: 1px solid #fff;
    outline-offset: -5px
}

.btn.btn-out-dashed {
    outline: 1px dashed #fff;
    outline-offset: -5px
}

.btn.btn-out-dotted {
    outline: 1px dotted #fff;
    outline-offset: -5px
}

.btn-group, .btn-group-vertical {
    display: inline-block
}

    .btn-group .btn {
        float: left
    }

.icon-btn i {
    margin-right: 0 !important
}

.button-page .btn-group {
    margin-right: 10px
}

.show > .dropdown-menu {
    overflow: hidden
}

.dropdown-danger, .dropdown-default, .dropdown-disabled, .dropdown-info, .dropdown-inverse, .dropdown-primary, .dropdown-success, .dropdown-warning {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.btn-group [class*=btn-], .dropdown-split [class*=btn-] {
    margin-right: 0
}

.list-group-item.active {
    background-color: #01a9ac;
    border-color: #01a9ac
}

.show > .btn-primary.dropdown-toggle, .sweet-alert .show > button.dropdown-toggle.confirm, .wizard > .actions .show > a.dropdown-toggle {
    background-color: rgb(.6462427746,109.2150289017,111.1537572254) !important;
    border-color: rgb(.6462427746,109.2150289017,111.1537572254);
    box-shadow: none;
    color: #fff
}

#Note-list li:hover .Note-delete {
    opacity: 1;
    transform: translateX(0)
}

    #Note-list li:hover .Note-delete:hover {
        background: rgba(0,0,0,.8)
    }

.button-list .btn {
    margin-bottom: 10px;
    margin-right: 30px
}

.Note-delete {
    margin-bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,.6);
    border: none;
    position: absolute;
    right: 20px;
    color: #fff;
    transition: all ease-in .3s;
    border-radius: 2px;
    cursor: pointer;
    transform: translateX(10px)
}

.popover-body .color-code {
    margin-bottom: 10px
}

.popover-body .display-color {
    width: 75px;
    height: 2.5rem;
    border-radius: .25rem;
    margin-right: 30px;
    background-color: rgba(1,169,172,.5);
    border-color: rgba(1,169,172,.5)
}

.popover-body span.block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.popover-title {
    text-align: center
}

.btn.btn-disabled, .dropdown-disabled, .dropdown-split-disabled {
    cursor: not-allowed
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active.active, .nav-pills .nav-link.active.active:focus, .nav-pills .nav-link.active.active:hover, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    background: 0 0;
    color: #0275d8;
    text-align: center;
    border-bottom: 1px solid #0275d8
}

.btn-primary, .sweet-alert button.confirm, .wizard > .actions a {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
        background-color: rgb(1.2947976879,218.8208092486,222.7052023121);
        border-color: rgb(1.2947976879,218.8208092486,222.7052023121)
    }

    .btn-primary:active, .sweet-alert button.confirm:active, .wizard > .actions a:active {
        background-color: rgb(.6462427746,109.2150289017,111.1537572254) !important;
        border-color: rgb(.6462427746,109.2150289017,111.1537572254);
        box-shadow: none;
        color: #fff
    }

    .btn-primary:focus, .sweet-alert button.confirm:focus, .wizard > .actions a:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(1.2947976879,218.8208092486,222.7052023121)
    }

    .btn-primary.disabled, .sweet-alert button.disabled.confirm, .wizard > .actions a.disabled {
        background-color: rgba(1,169,172,.5);
        border-color: rgba(1,169,172,.5)
    }

.btn-warning {
    background-color: #fe9365;
    border-color: #fe9365;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-warning:hover {
        background-color: rgb(254.3290322581,182.535483871,151.6709677419);
        border-color: rgb(254.3290322581,182.535483871,151.6709677419);
        color: #fff
    }

    .btn-warning:active {
        background-color: rgb(253.6051612903,104.3574193548,40.1948387097) !important;
        border-color: rgb(253.6051612903,104.3574193548,40.1948387097);
        box-shadow: none;
        color: #fff
    }

    .btn-warning:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(254.3290322581,182.535483871,151.6709677419)
    }

    .btn-warning.disabled {
        background-color: rgba(254,147,101,.5);
        border-color: rgba(254,147,101,.5)
    }

.btn-danger {
    background-color: #fe5d70;
    border-color: #fe5d70;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-danger:hover {
        background-color: rgb(254.3128834356,143.6871165644,156.7423312883);
        border-color: rgb(254.3128834356,143.6871165644,156.7423312883)
    }

    .btn-danger:active {
        background-color: rgb(253.6245398773,32.1754601227,58.309202454) !important;
        border-color: rgb(253.6245398773,32.1754601227,58.309202454);
        box-shadow: none;
        color: #fff
    }

    .btn-danger:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(254.3128834356,143.6871165644,156.7423312883)
    }

    .btn-danger.disabled {
        background-color: rgba(254,93,112,.5);
        border-color: rgba(254,93,112,.5)
    }

.btn-success {
    background-color: #0ac282;
    border-color: #0ac282;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-success:hover {
        background-color: rgb(12.5,242.5,162.5);
        border-color: rgb(12.5,242.5,162.5)
    }

    .btn-success:active {
        background-color: rgb(7,135.8,91) !important;
        border-color: rgb(7,135.8,91);
        box-shadow: none;
        color: #fff
    }

    .btn-success:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(12.5,242.5,162.5)
    }

    .btn-success.disabled {
        background-color: rgba(10,194,130,.5);
        border-color: rgba(10,194,130,.5)
    }

.btn-inverse {
    background-color: #404e67;
    border-color: #404e67;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-inverse:hover {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .btn-inverse:active {
        background-color: rgb(40.5461077844,49.4155688623,65.2538922156) !important;
        border-color: rgb(40.5461077844,49.4155688623,65.2538922156);
        box-shadow: none;
        color: #fff
    }

    .btn-inverse:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .btn-inverse.disabled {
        background-color: rgba(64,78,103,.5);
        border-color: rgba(64,78,103,.5)
    }

.btn-info {
    background-color: #2dcee3;
    border-color: #2dcee3;
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

    .btn-info:hover {
        background-color: rgb(90,216.5,233);
        border-color: rgb(90,216.5,233)
    }

    .btn-info:active {
        background-color: rgb(24.8,167.4,186) !important;
        border-color: rgb(24.8,167.4,186);
        box-shadow: none;
        color: #fff
    }

    .btn-info:focus {
        box-shadow: none;
        color: #fff;
        background-color: rgb(90,216.5,233)
    }

    .btn-info.disabled {
        background-color: rgba(45,206,227,.5);
        border-color: rgba(45,206,227,.5)
    }

.btn-disabled {
    background-color: rgba(135,144,159,.5);
    border-color: rgba(135,144,159,.5);
    color: #fff;
    cursor: pointer;
    transition: all ease-in .3s
}

.btn-outline-primary {
    color: rgb(.6462427746,109.2150289017,111.1537572254);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-warning {
    color: rgb(253.6051612903,104.3574193548,40.1948387097);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-danger {
    color: rgb(253.6245398773,32.1754601227,58.309202454);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-success {
    color: rgb(7,135.8,91);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-inverse {
    color: rgb(40.5461077844,49.4155688623,65.2538922156);
    background-color: #fff;
    background-color: transparent
}

    .btn-outline-inverse:hover {
        color: #fff
    }

.btn-outline-warning {
    color: rgb(253.6051612903,104.3574193548,40.1948387097);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-info {
    color: rgb(24.8,167.4,186);
    background-color: #fff;
    background-color: transparent
}

.btn-outline-disabled {
    color: rgb(103.4666666667,113.1666666667,129.3333333333);
    background-color: #fff
}

.btn-grd-danger, .btn-grd-disabled, .btn-grd-info, .btn-grd-inverse, .btn-grd-primary, .btn-grd-success, .btn-grd-warning {
    background-size: 200% auto;
    transition: .5s ease-in-out;
    color: #fff
}

    .btn-grd-danger:hover, .btn-grd-disabled:hover, .btn-grd-info:hover, .btn-grd-inverse:hover, .btn-grd-primary:hover, .btn-grd-success:hover, .btn-grd-warning:hover {
        background-position: right center
    }

    .btn-grd-danger.hor-grd, .btn-grd-disabled.hor-grd, .btn-grd-info.hor-grd, .btn-grd-inverse.hor-grd, .btn-grd-primary.hor-grd, .btn-grd-success.hor-grd, .btn-grd-warning.hor-grd {
        background-size: auto 200%
    }

        .btn-grd-danger.hor-grd:hover, .btn-grd-disabled.hor-grd:hover, .btn-grd-info.hor-grd:hover, .btn-grd-inverse.hor-grd:hover, .btn-grd-primary.hor-grd:hover, .btn-grd-success.hor-grd:hover, .btn-grd-warning.hor-grd:hover {
            background-position: bottom center
        }

.btn-grd-primary {
    background-image: linear-gradient(to right,rgb(1.2947976879,218.8208092486,222.7052023121) 0,rgb(.6462427746,109.2150289017,111.1537572254) 51%,rgb(1.2947976879,218.8208092486,222.7052023121) 100%)
}

    .btn-grd-primary.hor-grd {
        background-image: linear-gradient(to top,rgb(1.2947976879,218.8208092486,222.7052023121) 0,rgb(.6462427746,109.2150289017,111.1537572254) 51%,rgb(1.2947976879,218.8208092486,222.7052023121) 100%)
    }

.btn-grd-warning {
    background-image: linear-gradient(to right,rgb(254.3290322581,182.535483871,151.6709677419) 0,rgb(253.6051612903,104.3574193548,40.1948387097) 51%,rgb(254.3290322581,182.535483871,151.6709677419) 100%)
}

    .btn-grd-warning.hor-grd {
        background-image: linear-gradient(to top,rgb(254.3290322581,182.535483871,151.6709677419) 0,rgb(253.6051612903,104.3574193548,40.1948387097) 51%,rgb(254.3290322581,182.535483871,151.6709677419) 100%)
    }

.btn-grd-danger {
    background-image: linear-gradient(to right,rgb(254.3128834356,143.6871165644,156.7423312883) 0,rgb(253.6245398773,32.1754601227,58.309202454) 51%,rgb(254.3128834356,143.6871165644,156.7423312883) 100%)
}

    .btn-grd-danger.hor-grd {
        background-image: linear-gradient(to top,rgb(254.3128834356,143.6871165644,156.7423312883) 0,rgb(253.6245398773,32.1754601227,58.309202454) 51%,rgb(254.3128834356,143.6871165644,156.7423312883) 100%)
    }

.btn-grd-success {
    background-image: linear-gradient(to right,rgb(12.5,242.5,162.5) 0,rgb(7,135.8,91) 51%,rgb(12.5,242.5,162.5) 100%)
}

    .btn-grd-success.hor-grd {
        background-image: linear-gradient(to top,rgb(12.5,242.5,162.5) 0,rgb(7,135.8,91) 51%,rgb(12.5,242.5,162.5) 100%)
    }

.btn-grd-inverse {
    background-image: linear-gradient(to right,rgb(83.5449101796,101.8203592814,134.4550898204) 0,rgb(40.5461077844,49.4155688623,65.2538922156) 51%,rgb(83.5449101796,101.8203592814,134.4550898204) 100%)
}

    .btn-grd-inverse.hor-grd {
        background-image: linear-gradient(to top,rgb(83.5449101796,101.8203592814,134.4550898204) 0,rgb(40.5461077844,49.4155688623,65.2538922156) 51%,rgb(83.5449101796,101.8203592814,134.4550898204) 100%)
    }

.btn-grd-info {
    background-image: linear-gradient(to right,rgb(90,216.5,233) 0,rgb(24.8,167.4,186) 51%,rgb(90,216.5,233) 100%)
}

    .btn-grd-info.hor-grd {
        background-image: linear-gradient(to top,rgb(90,216.5,233) 0,rgb(24.8,167.4,186) 51%,rgb(90,216.5,233) 100%)
    }

.btn-grd-disabled {
    background-image: linear-gradient(to right,rgb(163.3333333333,170.2083333333,181.6666666667) 0,rgb(103.4666666667,113.1666666667,129.3333333333) 51%,rgb(163.3333333333,170.2083333333,181.6666666667) 100%)
}

    .btn-grd-disabled.hor-grd {
        background-image: linear-gradient(to top,rgb(163.3333333333,170.2083333333,181.6666666667) 0,rgb(103.4666666667,113.1666666667,129.3333333333) 51%,rgb(163.3333333333,170.2083333333,181.6666666667) 100%)
    }

.btn.btn-mat {
    position: relative;
    border-radius: 0;
    border: none
}

    .btn.btn-mat:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        height: 3px;
        transition: all .3s ease-in-out
    }

    .btn.btn-mat:hover {
        border: none
    }

        .btn.btn-mat:hover:before {
            left: 0;
            right: 0
        }

.btn-primary.btn-mat, .sweet-alert button.btn-mat.confirm, .wizard > .actions a.btn-mat {
    background-color: #01a9ac
}

    .btn-primary.btn-mat:before, .sweet-alert button.btn-mat.confirm:before, .wizard > .actions a.btn-mat:before {
        background-color: rgb(.6462427746,109.2150289017,111.1537572254)
    }

.btn-warning.btn-mat {
    background-color: #fe9365
}

    .btn-warning.btn-mat:before {
        background-color: rgb(253.6051612903,104.3574193548,40.1948387097)
    }

.btn-danger.btn-mat {
    background-color: #fe5d70
}

    .btn-danger.btn-mat:before {
        background-color: rgb(253.6245398773,32.1754601227,58.309202454)
    }

.btn-success.btn-mat {
    background-color: #0ac282
}

    .btn-success.btn-mat:before {
        background-color: rgb(7,135.8,91)
    }

.btn-inverse.btn-mat {
    background-color: #404e67
}

    .btn-inverse.btn-mat:before {
        background-color: rgb(40.5461077844,49.4155688623,65.2538922156)
    }

.btn-info.btn-mat {
    background-color: #2dcee3
}

    .btn-info.btn-mat:before {
        background-color: rgb(24.8,167.4,186)
    }

.btn-outline-disabled {
    background-color: #87909f
}

    .btn-outline-disabled:before {
        background-color: rgb(103.4666666667,113.1666666667,129.3333333333)
    }

.btn-xlg {
    padding: 14px 20px;
    font-size: 21px;
    line-height: 40px
}

.btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 32px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px
}

.btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px
}

.btn-primary .badge, .sweet-alert button.confirm .badge, .wizard > .actions a .badge {
    color: #01a9ac;
    background-color: #fff
}

.btn-success .badge {
    color: #0ac282;
    background-color: #fff
}

.btn-info .badge {
    color: #2dcee3;
    background-color: #fff
}

.btn-warning .badge {
    color: #fe9365;
    background-color: #fff
}

.btn-danger .badge {
    color: #fe5d70;
    background-color: #fff
}

.btn-dribbble, .btn-dropbox, .btn-facebook, .btn-flickr, .btn-github, .btn-instagram, .btn-linkedin, .btn-pinterest, .btn-skype, .btn-tumblr, .btn-x, .btn-youtube {
    color: #fff
}

    .btn-dribbble:focus, .btn-dribbble:hover, .btn-dropbox:focus, .btn-dropbox:hover, .btn-facebook:focus, .btn-facebook:hover, .btn-flickr:focus, .btn-flickr:hover, .btn-github:focus, .btn-github:hover, .btn-instagram:focus, .btn-instagram:hover, .btn-linkedin:focus, .btn-linkedin:hover, .btn-pinterest:focus, .btn-pinterest:hover, .btn-skype:focus, .btn-skype:hover, .btn-tumblr:focus, .btn-tumblr:hover, .btn-x:focus, .btn-x:hover, .btn-youtube:focus, .btn-youtube:hover {
        color: #fff;
        box-shadow: none
    }

.btn-facebook {
    background-color: #3b5998
}

.btn-x {
    background-color: #000
}

.btn-linkedin {
    background-color: #007bb6
}

.btn-dribbble {
    background-color: #ea4c89
}

.btn-instagram {
    background-color: #517fa4
}

.btn-pinterest {
    background-color: #cb2027
}

.btn-dropbox {
    background-color: #32506d
}

.btn-tumblr {
    background-color: #00aced
}

.dropdown-primary .dropdown-menu a:hover, .dropdown-split-primary .dropdown-menu a:hover {
    background-color: #01a9ac;
    color: #fff
}

.dropdown-split-success .dropdown-menu a:hover, .dropdown-success .dropdown-menu a:hover {
    background-color: #0ac282;
    color: #fff
}

.dropdown-info .dropdown-menu a:hover, .dropdown-split-info .dropdown-menu a:hover {
    background-color: #2dcee3;
    color: #fff
}

.dropdown-split-warning .dropdown-menu a:hover, .dropdown-warning .dropdown-menu a:hover {
    background-color: #fe9365;
    color: #fff
}

.dropdown-danger .dropdown-menu a:hover, .dropdown-split-danger .dropdown-menu a:hover {
    background-color: #fe5d70;
    color: #fff
}

.dropdown-inverse .dropdown-item, .dropdown-split-inverse .dropdown-item {
    transition: all .3s ease-in
}

    .dropdown-inverse .dropdown-item:hover, .dropdown-split-inverse .dropdown-item:hover {
        background-color: #404e67;
        color: #fff
    }

.col-form-label {
    font-size: 14px
}

.select2-container {
    width: 100% !important
}

.form-group {
    margin-bottom: 1.25em
}

    .form-group .form-control-lg {
        font-size: 1.25em
    }

    .form-group .form-control-round {
        border-radius: 50px
    }

    .form-group .form-control-static:focus {
        outline: 0
    }

.form-control {
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ccc
}

    .form-control:focus {
        border: 1px solid #01a9ac
    }

    .form-control.form-control-normal {
        font-weight: 400
    }

    .form-control.form-control-bold {
        font-weight: 600
    }

    .form-control.form-control-capitalize {
        text-transform: capitalize
    }

    .form-control.form-control-uppercase {
        text-transform: uppercase
    }

    .form-control.form-control-lowercase {
        text-transform: lowercase
    }

    .form-control.form-control-variant {
        font-variant: small-caps
    }

    .form-control.form-control-left {
        text-align: left
    }

    .form-control.form-control-center {
        text-align: center
    }

    .form-control.form-control-right {
        text-align: right
    }

    .form-control.form-control-rtl {
        direction: rtl
    }

    .form-control:disabled {
        cursor: not-allowed;
        opacity: .5
    }

.form-control-primary {
    border-color: #01a9ac;
    color: #01a9ac
}

    .form-control-primary:focus {
        border-color: #01a9ac
    }

.input-group-primary .input-group-addon {
    background-color: #01a9ac
}

.input-group-primary .form-control {
    border-color: #01a9ac
}

.form-control-warning {
    border-color: #fe9365;
    color: #fe9365
}

    .form-control-warning:focus {
        border-color: #fe9365
    }

.input-group-warning .input-group-addon {
    background-color: #fe9365
}

.input-group-warning .form-control {
    border-color: #fe9365
}

.form-control-default {
    border-color: #e0e0e0;
    color: #e0e0e0
}

    .form-control-default:focus {
        border-color: #e0e0e0
    }

.input-group-default .input-group-addon {
    background-color: #e0e0e0
}

.input-group-default .form-control {
    border-color: #e0e0e0
}

.form-control-danger {
    border-color: #fe5d70;
    color: #fe5d70
}

    .form-control-danger:focus {
        border-color: #fe5d70
    }

.input-group-danger .input-group-addon {
    background-color: #fe5d70
}

.input-group-danger .form-control {
    border-color: #fe5d70
}

.form-control-success {
    border-color: #0ac282;
    color: #0ac282
}

    .form-control-success:focus {
        border-color: #0ac282
    }

.input-group-success .input-group-addon {
    background-color: #0ac282
}

.input-group-success .form-control {
    border-color: #0ac282
}

.form-control-inverse {
    border-color: #404e67;
    color: #404e67
}

    .form-control-inverse:focus {
        border-color: #404e67
    }

.input-group-inverse .input-group-addon {
    background-color: #404e67
}

.input-group-inverse .form-control {
    border-color: #404e67
}

.form-control-info {
    border-color: #2dcee3;
    color: #2dcee3
}

    .form-control-info:focus {
        border-color: #2dcee3
    }

.input-group-info .input-group-addon {
    background-color: #2dcee3
}

.input-group-info .form-control {
    border-color: #2dcee3
}

.form-txt-primary {
    color: #01a9ac
}

    .form-txt-primary:focus {
        color: #01a9ac
    }

    .form-txt-primary::-moz-placeholder {
        color: #01a9ac;
        opacity: 1
    }

    .form-txt-primary:-ms-input-placeholder {
        color: #01a9ac
    }

    .form-txt-primary::-webkit-input-placeholder {
        color: #01a9ac
    }

.form-txt-warning {
    color: #fe9365
}

    .form-txt-warning:focus {
        color: #fe9365
    }

    .form-txt-warning::-moz-placeholder {
        color: #fe9365;
        opacity: 1
    }

    .form-txt-warning:-ms-input-placeholder {
        color: #fe9365
    }

    .form-txt-warning::-webkit-input-placeholder {
        color: #fe9365
    }

.form-txt-default {
    color: #e0e0e0
}

    .form-txt-default:focus {
        color: #e0e0e0
    }

    .form-txt-default::-moz-placeholder {
        color: #e0e0e0;
        opacity: 1
    }

    .form-txt-default:-ms-input-placeholder {
        color: #e0e0e0
    }

    .form-txt-default::-webkit-input-placeholder {
        color: #e0e0e0
    }

.form-txt-danger {
    color: #fe5d70
}

    .form-txt-danger:focus {
        color: #fe5d70
    }

    .form-txt-danger::-moz-placeholder {
        color: #fe5d70;
        opacity: 1
    }

    .form-txt-danger:-ms-input-placeholder {
        color: #fe5d70
    }

    .form-txt-danger::-webkit-input-placeholder {
        color: #fe5d70
    }

.form-txt-success {
    color: #0ac282
}

    .form-txt-success:focus {
        color: #0ac282
    }

    .form-txt-success::-moz-placeholder {
        color: #0ac282;
        opacity: 1
    }

    .form-txt-success:-ms-input-placeholder {
        color: #0ac282
    }

    .form-txt-success::-webkit-input-placeholder {
        color: #0ac282
    }

.form-txt-inverse {
    color: #404e67
}

    .form-txt-inverse:focus {
        color: #404e67
    }

    .form-txt-inverse::-moz-placeholder {
        color: #404e67;
        opacity: 1
    }

    .form-txt-inverse:-ms-input-placeholder {
        color: #404e67
    }

    .form-txt-inverse::-webkit-input-placeholder {
        color: #404e67
    }

.form-txt-info {
    color: #2dcee3
}

    .form-txt-info:focus {
        color: #2dcee3
    }

    .form-txt-info::-moz-placeholder {
        color: #2dcee3;
        opacity: 1
    }

    .form-txt-info:-ms-input-placeholder {
        color: #2dcee3
    }

    .form-txt-info::-webkit-input-placeholder {
        color: #2dcee3
    }

.form-bg-primary {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff
}

    .form-bg-primary:focus {
        background-color: #01a9ac;
        border-color: #01a9ac;
        color: #fff
    }

    .form-bg-primary::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-primary:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-primary::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-warning {
    background-color: #fe9365;
    border-color: #fe9365;
    color: #fff
}

    .form-bg-warning:focus {
        background-color: #fe9365;
        border-color: #fe9365;
        color: #fff
    }

    .form-bg-warning::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-warning:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-warning::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-default {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #fff
}

    .form-bg-default:focus {
        background-color: #e0e0e0;
        border-color: #e0e0e0;
        color: #fff
    }

    .form-bg-default::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-default:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-default::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-danger {
    background-color: #fe5d70;
    border-color: #fe5d70;
    color: #fff
}

    .form-bg-danger:focus {
        background-color: #fe5d70;
        border-color: #fe5d70;
        color: #fff
    }

    .form-bg-danger::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-danger:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-danger::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-success {
    background-color: #0ac282;
    border-color: #0ac282;
    color: #fff
}

    .form-bg-success:focus {
        background-color: #0ac282;
        border-color: #0ac282;
        color: #fff
    }

    .form-bg-success::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-success:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-success::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-inverse {
    background-color: #404e67;
    border-color: #404e67;
    color: #fff
}

    .form-bg-inverse:focus {
        background-color: #404e67;
        border-color: #404e67;
        color: #fff
    }

    .form-bg-inverse::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-inverse:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-inverse::-webkit-input-placeholder {
        color: #fff
    }

.form-bg-info {
    background-color: #2dcee3;
    border-color: #2dcee3;
    color: #fff
}

    .form-bg-info:focus {
        background-color: #2dcee3;
        border-color: #2dcee3;
        color: #fff
    }

    .form-bg-info::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-bg-info:-ms-input-placeholder {
        color: #fff
    }

    .form-bg-info::-webkit-input-placeholder {
        color: #fff
    }

.has-success .col-form-label {
    color: #0ac282
}

.has-success .form-control-success {
    border-color: #0ac282
}

.has-warning .col-form-label {
    color: #fe9365
}

.has-warning .form-control-success {
    border-color: #fe9365
}

.has-danger .col-form-label {
    color: #fe5d70
}

.has-danger .form-control-success {
    border-color: #fe5d70
}

.left-icon-control {
    position: relative
}

    .left-icon-control input {
        padding-left: 50px
    }

    .left-icon-control .form-icon {
        position: absolute;
        top: 50%;
        left: 17px;
        margin-top: -12px
    }

.right-icon-control {
    position: relative
}

    .right-icon-control input {
        padding-right: 50px
    }

    .right-icon-control .form-icon {
        position: absolute;
        top: 7px;
        right: 17px
    }

.input-group {
    margin-bottom: 1.25em
}

.input-group-addon {
    background-color: #01a9ac;
    color: #fff;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.input-group-button .input-group-addon {
    transition: all ease-in .3s
}

    .input-group-button .input-group-addon:hover {
        background-color: rgb(1.2947976879,218.8208092486,222.7052023121);
        border-color: rgb(1.2947976879,218.8208092486,222.7052023121)
    }

        .input-group-button .input-group-addon:hover .btn {
            background-color: rgb(1.2947976879,218.8208092486,222.7052023121);
            border-color: rgb(1.2947976879,218.8208092486,222.7052023121)
        }

.input-group-dropdown [class*=btn-] {
    margin-bottom: 0
}

.js-dynamic-disable, .js-dynamic-enable {
    vertical-align: inherit
}

.form-radio {
    position: relative
}

    .form-radio .form-help {
        position: absolute;
        width: 100%
    }

    .form-radio label {
        position: relative;
        padding-left: 1.5rem;
        text-align: left;
        color: #333;
        display: block;
        line-height: 1.8
    }

    .form-radio input {
        width: auto;
        opacity: .00000001;
        position: absolute;
        left: 0
    }

.radio .helper {
    position: absolute;
    top: -.15rem;
    left: -.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999
}

    .radio .helper::after {
        transform: scale(0);
        background-color: #01a9ac;
        border-color: #01a9ac
    }

    .radio .helper::after, .radio .helper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        margin: .25rem;
        width: 1rem;
        height: 1rem;
        -webkit-transition: -webkit-transform .28s ease;
        transition: -webkit-transform .28s ease;
        transition: transform .28s ease,-webkit-transform .28s ease;
        border-radius: 50%;
        border: .125rem solid #01a9ac
    }

.radio label:hover .helper {
    color: #01a9ac
}

.radio input:checked ~ .helper::after {
    transform: scale(.5)
}

.radio input:checked ~ .helper::before {
    color: #01a9ac
}

.radio.radiofill input:checked ~ .helper::after {
    transform: scale(1)
}

.radio.radiofill .helper::after {
    background-color: #01a9ac
}

.radio.radio-outline input:checked ~ .helper::after {
    transform: scale(.6)
}

.radio.radio-outline .helper::after {
    background-color: #fff;
    border: .225rem solid #01a9ac
}

.radio.radio-matrial input ~ .helper::after {
    background-color: #fff
}

.radio.radio-matrial input:checked ~ .helper::after {
    transform: scale(.5);
    box-shadow: 0 1px 7px -1px rgba(0,0,0,.72)
}

.radio.radio-matrial input:checked ~ .helper::before {
    background-color: #01a9ac
}

.radio.radio-disable label {
    cursor: not-allowed
}

.radio.radio-disable {
    opacity: .7
}

.radio-inline {
    display: inline-block;
    margin-right: 20px
}

.radio.radiofill.radio-primary .helper::after {
    background-color: #01a9ac;
    border-color: #01a9ac
}

.radio.radiofill.radio-primary .helper::before {
    border-color: #01a9ac
}

.radio.radio-outline.radio-primary .helper::after {
    background-color: #fff;
    border: .225rem solid #01a9ac
}

.radio.radio-outline.radio-primary .helper::before {
    border-color: #01a9ac
}

.radio.radio-matrial.radio-primary input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-primary input ~ .helper::before {
    background-color: #01a9ac;
    border-color: #01a9ac
}

.radio.radiofill.radio-warning .helper::after {
    background-color: #fe9365;
    border-color: #fe9365
}

.radio.radiofill.radio-warning .helper::before {
    border-color: #fe9365
}

.radio.radio-outline.radio-warning .helper::after {
    background-color: #fff;
    border: .225rem solid #fe9365
}

.radio.radio-outline.radio-warning .helper::before {
    border-color: #fe9365
}

.radio.radio-matrial.radio-warning input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-warning input ~ .helper::before {
    background-color: #fe9365;
    border-color: #fe9365
}

.radio.radiofill.radio-default .helper::after {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.radio.radiofill.radio-default .helper::before {
    border-color: #e0e0e0
}

.radio.radio-outline.radio-default .helper::after {
    background-color: #fff;
    border: .225rem solid #e0e0e0
}

.radio.radio-outline.radio-default .helper::before {
    border-color: #e0e0e0
}

.radio.radio-matrial.radio-default input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-default input ~ .helper::before {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.radio.radiofill.radio-danger .helper::after {
    background-color: #fe5d70;
    border-color: #fe5d70
}

.radio.radiofill.radio-danger .helper::before {
    border-color: #fe5d70
}

.radio.radio-outline.radio-danger .helper::after {
    background-color: #fff;
    border: .225rem solid #fe5d70
}

.radio.radio-outline.radio-danger .helper::before {
    border-color: #fe5d70
}

.radio.radio-matrial.radio-danger input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-danger input ~ .helper::before {
    background-color: #fe5d70;
    border-color: #fe5d70
}

.radio.radiofill.radio-success .helper::after {
    background-color: #0ac282;
    border-color: #0ac282
}

.radio.radiofill.radio-success .helper::before {
    border-color: #0ac282
}

.radio.radio-outline.radio-success .helper::after {
    background-color: #fff;
    border: .225rem solid #0ac282
}

.radio.radio-outline.radio-success .helper::before {
    border-color: #0ac282
}

.radio.radio-matrial.radio-success input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-success input ~ .helper::before {
    background-color: #0ac282;
    border-color: #0ac282
}

.radio.radiofill.radio-inverse .helper::after {
    background-color: #404e67;
    border-color: #404e67
}

.radio.radiofill.radio-inverse .helper::before {
    border-color: #404e67
}

.radio.radio-outline.radio-inverse .helper::after {
    background-color: #fff;
    border: .225rem solid #404e67
}

.radio.radio-outline.radio-inverse .helper::before {
    border-color: #404e67
}

.radio.radio-matrial.radio-inverse input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-inverse input ~ .helper::before {
    background-color: #404e67;
    border-color: #404e67
}

.radio.radiofill.radio-info .helper::after {
    background-color: #2dcee3;
    border-color: #2dcee3
}

.radio.radiofill.radio-info .helper::before {
    border-color: #2dcee3
}

.radio.radio-outline.radio-info .helper::after {
    background-color: #fff;
    border: .225rem solid #2dcee3
}

.radio.radio-outline.radio-info .helper::before {
    border-color: #2dcee3
}

.radio.radio-matrial.radio-info input ~ .helper::after {
    background-color: #fff;
    border-color: #fff
}

.radio.radio-matrial.radio-info input ~ .helper::before {
    background-color: #2dcee3;
    border-color: #2dcee3
}

.border-checkbox-section .border-checkbox-group {
    display: inline-block
}

    .border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after {
        -webkit-animation: check linear .5s;
        animation: check linear .5s;
        opacity: 1;
        border-color: #01a9ac
    }

        .border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before {
            border-color: #eee
        }

    .border-checkbox-section .border-checkbox-group .border-checkbox-label {
        position: relative;
        display: inline-block;
        cursor: pointer;
        height: 20px;
        line-height: 20px;
        padding-left: 30px;
        margin-right: 15px
    }

        .border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
            content: "";
            display: block;
            width: 6px;
            height: 12px;
            opacity: .9;
            border-right: 2px solid #eee;
            border-top: 2px solid #eee;
            position: absolute;
            left: 4px;
            top: 11px;
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -webkit-transform-origin: left top;
            transform-origin: left top
        }

        .border-checkbox-section .border-checkbox-group .border-checkbox-label:before {
            content: "";
            display: block;
            border: 2px solid #01a9ac;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0
        }

.border-checkbox-section .border-checkbox {
    display: none
}

    .border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label {
        cursor: no-drop;
        color: #ccc
    }

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0
    }

    25% {
        height: 0;
        width: 6px
    }

    50% {
        height: 12px;
        width: 6px
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0
    }

    25% {
        height: 0;
        width: 6px
    }

    50% {
        height: 12px;
        width: 6px
    }
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
    border: 2px solid #01a9ac
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #01a9ac
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before {
    border: 2px solid #fe9365
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #fe9365
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before {
    border: 2px solid #e0e0e0
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #e0e0e0
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
    border: 2px solid #fe5d70
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #fe5d70
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
    border: 2px solid #0ac282
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #0ac282
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
    border: 2px solid #404e67
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #404e67
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
    border: 2px solid #2dcee3
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #2dcee3
}

.checkbox-fade, .checkbox-zoom {
    display: inline-block;
    margin-right: 15px
}

    .checkbox-fade label, .checkbox-zoom label {
        line-height: 20px
    }

        .checkbox-fade label input[type=checkbox], .checkbox-fade label input[type=radio], .checkbox-zoom label input[type=checkbox], .checkbox-zoom label input[type=radio] {
            display: none
        }

            .checkbox-fade label input[type=checkbox]:checked + .cr > .cr-icon, .checkbox-fade label input[type=radio]:checked + .cr > .cr-icon, .checkbox-zoom label input[type=checkbox]:checked + .cr > .cr-icon, .checkbox-zoom label input[type=radio]:checked + .cr > .cr-icon {
                transform: scale(1) rotateZ(0);
                opacity: 1
            }

            .checkbox-fade label input[type=checkbox] + .cr > .cr-icon, .checkbox-fade label input[type=radio] + .cr > .cr-icon, .checkbox-zoom label input[type=checkbox] + .cr > .cr-icon, .checkbox-zoom label input[type=radio] + .cr > .cr-icon {
                transform: scale(3) rotateZ(-20deg);
                opacity: 0;
                transition: all .3s ease-in
            }

        .checkbox-fade label:after, .checkbox-zoom label:after {
            content: "";
            display: table;
            clear: both
        }

    .checkbox-fade.fade-in-disable .cr, .checkbox-fade.fade-in-disable label, .checkbox-zoom.fade-in-disable .cr, .checkbox-zoom.fade-in-disable label {
        color: #ccc;
        cursor: no-drop
    }

    .checkbox-fade .cr, .checkbox-zoom .cr {
        border-radius: 0;
        border: 2px solid #01a9ac;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 20px;
        margin-right: .5em;
        position: relative;
        width: 20px
    }

        .checkbox-fade .cr .cr-icon, .checkbox-zoom .cr .cr-icon {
            color: #01a9ac;
            font-size: .8em;
            left: 0;
            line-height: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%
        }

    .checkbox-fade label {
        line-height: 20px
    }

        .checkbox-fade label input[type=checkbox], .checkbox-fade label input[type=radio] {
            display: none
        }

            .checkbox-fade label input[type=checkbox]:checked + .cr > .cr-icon, .checkbox-fade label input[type=radio]:checked + .cr > .cr-icon {
                transform: scale(1) rotateZ(0);
                opacity: 1
            }

            .checkbox-fade label input[type=checkbox] + .cr > .cr-icon, .checkbox-fade label input[type=radio] + .cr > .cr-icon {
                transform: scale(3) rotateZ(-20deg);
                opacity: 0;
                transition: all .3s ease-in
            }

    .checkbox-zoom label {
        line-height: 20px
    }

        .checkbox-zoom label input[type=checkbox], .checkbox-zoom label input[type=radio] {
            display: none
        }

            .checkbox-zoom label input[type=checkbox]:checked + .cr > .cr-icon, .checkbox-zoom label input[type=radio]:checked + .cr > .cr-icon {
                transform: scale3d(1,1,1) translate3d(0,0,0);
                opacity: 1
            }

            .checkbox-zoom label input[type=checkbox] + .cr > .cr-icon, .checkbox-zoom label input[type=radio] + .cr > .cr-icon {
                transform: scale3d(.2,.2,.1) translate3d(0,0,0);
                opacity: 0;
                transition: all .3s ease-in
            }

    .checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr, .checkbox-zoom.fade-in-primary .cr, .checkbox-zoom.zoom-primary .cr {
        border: 2px solid #01a9ac
    }

        .checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon, .checkbox-zoom.fade-in-primary .cr .cr-icon, .checkbox-zoom.zoom-primary .cr .cr-icon {
            color: #01a9ac
        }

    .checkbox-fade.fade-in-warning .cr, .checkbox-fade.zoom-warning .cr, .checkbox-zoom.fade-in-warning .cr, .checkbox-zoom.zoom-warning .cr {
        border: 2px solid #fe9365
    }

        .checkbox-fade.fade-in-warning .cr .cr-icon, .checkbox-fade.zoom-warning .cr .cr-icon, .checkbox-zoom.fade-in-warning .cr .cr-icon, .checkbox-zoom.zoom-warning .cr .cr-icon {
            color: #fe9365
        }

    .checkbox-fade.fade-in-default .cr, .checkbox-fade.zoom-default .cr, .checkbox-zoom.fade-in-default .cr, .checkbox-zoom.zoom-default .cr {
        border: 2px solid #e0e0e0
    }

        .checkbox-fade.fade-in-default .cr .cr-icon, .checkbox-fade.zoom-default .cr .cr-icon, .checkbox-zoom.fade-in-default .cr .cr-icon, .checkbox-zoom.zoom-default .cr .cr-icon {
            color: #e0e0e0
        }

    .checkbox-fade.fade-in-danger .cr, .checkbox-fade.zoom-danger .cr, .checkbox-zoom.fade-in-danger .cr, .checkbox-zoom.zoom-danger .cr {
        border: 2px solid #fe5d70
    }

        .checkbox-fade.fade-in-danger .cr .cr-icon, .checkbox-fade.zoom-danger .cr .cr-icon, .checkbox-zoom.fade-in-danger .cr .cr-icon, .checkbox-zoom.zoom-danger .cr .cr-icon {
            color: #fe5d70
        }

    .checkbox-fade.fade-in-success .cr, .checkbox-fade.zoom-success .cr, .checkbox-zoom.fade-in-success .cr, .checkbox-zoom.zoom-success .cr {
        border: 2px solid #0ac282
    }

        .checkbox-fade.fade-in-success .cr .cr-icon, .checkbox-fade.zoom-success .cr .cr-icon, .checkbox-zoom.fade-in-success .cr .cr-icon, .checkbox-zoom.zoom-success .cr .cr-icon {
            color: #0ac282
        }

    .checkbox-fade.fade-in-inverse .cr, .checkbox-fade.zoom-inverse .cr, .checkbox-zoom.fade-in-inverse .cr, .checkbox-zoom.zoom-inverse .cr {
        border: 2px solid #404e67
    }

        .checkbox-fade.fade-in-inverse .cr .cr-icon, .checkbox-fade.zoom-inverse .cr .cr-icon, .checkbox-zoom.fade-in-inverse .cr .cr-icon, .checkbox-zoom.zoom-inverse .cr .cr-icon {
            color: #404e67
        }

    .checkbox-fade.fade-in-info .cr, .checkbox-fade.zoom-info .cr, .checkbox-zoom.fade-in-info .cr, .checkbox-zoom.zoom-info .cr {
        border: 2px solid #2dcee3
    }

        .checkbox-fade.fade-in-info .cr .cr-icon, .checkbox-fade.zoom-info .cr .cr-icon, .checkbox-zoom.fade-in-info .cr .cr-icon, .checkbox-zoom.zoom-info .cr .cr-icon {
            color: #2dcee3
        }

.checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

    .checkbox-color label {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        line-height: 20px
    }

        .checkbox-color label::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            width: 20px;
            height: 20px;
            left: 0;
            right: 0;
            text-align: center;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 0;
            background-color: #fff;
            transition: border .15s ease-in-out,color .15s ease-in-out
        }

        .checkbox-color label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: -1px;
            top: 0;
            margin-left: -17px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #fff
        }

    .checkbox-color input[type=checkbox] {
        opacity: 0
    }

        .checkbox-color input[type=checkbox]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .checkbox-color input[type=checkbox]:checked + label::after {
            font-family: FontAwesome;
            content: "\f00c"
        }

        .checkbox-color input[type=checkbox]:disabled + label {
            opacity: .65
        }

            .checkbox-color input[type=checkbox]:disabled + label::before {
                background-color: #eee;
                cursor: not-allowed
            }

    .checkbox-color.checkbox-circle label::before {
        border-radius: 50%
    }

    .checkbox-color.checkbox-inline {
        margin-top: 0
    }

.checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-info input[type=checkbox]:checked + label::after, .checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-success input[type=checkbox]:checked + label::after, .checkbox-warning input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-primary input[type=checkbox]:checked + label::before {
    background-color: #2196f3;
    border-color: #2196f3
}

.checkbox-primary input[type=checkbox]:checked + label::before {
    background-color: #01a9ac
}

.checkbox-warning input[type=checkbox]:checked + label::before {
    background-color: #fe9365
}

.checkbox-default input[type=checkbox]:checked + label::before {
    background-color: #e0e0e0
}

.checkbox-danger input[type=checkbox]:checked + label::before {
    background-color: #fe5d70
}

.checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #0ac282
}

.checkbox-inverse input[type=checkbox]:checked + label::before {
    background-color: #404e67
}

.checkbox-info input[type=checkbox]:checked + label::before {
    background-color: #2dcee3
}

.bootstrap-tagsinput {
    border: 1px solid #01a9ac;
    line-height: 30px;
    border-radius: 2px
}

    .bootstrap-tagsinput .tag {
        padding: 6px;
        border-radius: 2px
    }

.select2-container--default:focus {
    border-color: #01a9ac
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent
}

.select2-container--default .select2-search__field:focus {
    border: 1px solid #01a9ac
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #01a9ac
}

.select2-container--default .select2-selection--multiple {
    padding: 3px
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #01a9ac;
        border: 1px solid #01a9ac;
        padding: 5px 15px;
        color: #fff
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice span {
            color: #fff
        }

    .select2-container--default .select2-selection--multiple .select2-search__field {
        border: none
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #01a9ac
}

.select2-container--default .select2-selection--single {
    color: #fff;
    height: auto
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #01a9ac;
        color: #fff;
        padding: 8px 30px 8px 20px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
        right: 15px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #fff transparent transparent transparent
        }

.ms-container .ms-list.ms-focus {
    border-color: #01a9ac;
    box-shadow: inset 0 1px 1px rgba(26,188,156,.49),0 0 8px rgba(26,188,156,.5)
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #01a9ac
}

.ms-selectable .custom-header, .ms-selection .custom-header {
    background-color: #01a9ac;
    color: #fff;
    text-align: center
}

.ms-list {
    display: block !important
}

    .ms-list li {
        width: 100%
    }

.form-group .messages p {
    margin-bottom: 0;
    transition: all ease-in .3s
}

.form-group .popover-valid {
    position: absolute;
    right: 40px;
    top: 7px
}

.wizard > .steps .current a {
    background: #01a9ac;
    transition: all ease-in .3s;
    cursor: pointer;
    border-radius: 2px;
    outline: 1px solid #fff;
    outline-offset: -7px
}

    .wizard > .steps .current a:hover {
        background: rgb(1.1473988439,193.9104046243,197.3526011561);
        outline-offset: 0
    }

#design-wizard .steps li {
    position: relative;
    z-index: 99;
    margin-bottom: 20px
}

    #design-wizard .steps li:after {
        content: "";
        position: absolute;
        height: 2px;
        background: #01a9ac;
        width: 100%;
        top: 30px;
        z-index: -1
    }

    #design-wizard .steps li a {
        width: 20%;
        margin: 0 auto;
        text-align: center;
        border-radius: 2px
    }

.wizard > .steps .done a {
    background: #e0e0e0
}

.card .card-body .wizard-form .steps ul {
    display: block
}

.card .card-body .wizard-form li {
    margin-right: 0
}

.wizard > .content {
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff
}

.label {
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important
}

.label-main {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 5px
}

.badge {
    border-radius: 10px;
    padding: 3px 7px
}

.badge-top-left {
    margin-right: -10px;
    right: 100%;
    top: -3px
}

.badge-top-right {
    margin-left: -10px;
    top: -3px
}

.badge-bottom-left {
    margin-left: -33px;
    bottom: -12px;
    right: 97%
}

.badge-bottom-right {
    margin-left: -10px;
    bottom: -12px
}

.label.label-lg {
    padding: 8px 21px
}

.label.label-md {
    padding: 6px 14px
}

.badge-lg {
    padding: 5px 9px;
    font-size: 14px
}

.badge-md {
    padding: 4px 8px;
    font-size: 14px
}

span.badge {
    display: inline-block !important
}

.label-default {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
    box-shadow: none;
    color: #fff
}

.label-inverse-default {
    border: 1px solid;
    border-color: #e0e0e0;
    color: #e0e0e0 !important
}

.label-inverse-primary {
    border: 1px solid;
    border-color: #01a9ac;
    color: #01a9ac !important
}

.label-inverse-success {
    border: 1px solid;
    border-color: #0ac282;
    color: #0ac282 !important
}

.label-inverse-warning {
    border: 1px solid;
    border-color: #fe9365;
    color: #fe9365 !important
}

.label-inverse-danger {
    border: 1px solid;
    border-color: #fe5d70;
    color: #fe5d70 !important
}

.label-inverse-info {
    border: 1px solid;
    border-color: #2dcee3;
    color: #2dcee3 !important
}

.label-inverse-info-border {
    border: 1px solid;
    border-color: #404e67;
    color: #404e67 !important
}

.badge-inverse-default {
    border: 1px solid;
    border-color: #e0e0e0;
    color: #e0e0e0 !important
}

.badge-inverse-primary {
    border: 1px solid;
    border-color: #01a9ac;
    color: #01a9ac !important
}

.badge-inverse-success {
    border: 1px solid;
    border-color: #0ac282;
    color: #0ac282 !important
}

.badge-inverse-warning {
    border: 1px solid;
    border-color: #fe9365;
    color: #fe9365 !important
}

.badge-inverse-danger {
    border: 1px solid;
    border-color: #fe5d70;
    color: #fe5d70 !important
}

.badge-inverse-info {
    border: 1px solid;
    border-color: #404e67;
    color: #404e67 !important
}

.label-icon {
    position: relative
}

    .label-icon label {
        position: absolute
    }

.icofont.icofont-envelope {
    font-size: 20px
}

.data-table-main.icon-list-demo [class*=col-] {
    margin-bottom: 10px
}

.data-table-main.icon-svg-demo [class*=col-] {
    margin-bottom: 10px
}

.icon-list-demo i {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43,61,81,.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px
}

.icon-list-demo div {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 10px
}

.icon-list-demo i:hover {
    color: #64b0f2
}

.flags .f-item {
    padding: 12px;
    border: 1px solid #ddd;
    margin-right: 15px;
    display: inline-block
}

.data-table-main.flags [class*=col-] {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.content-flag label {
    margin-bottom: 0;
    cursor: pointer
}

.content-flag .txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden
}

.outer-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

label.txt-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 135px
}

.flags .f-item .capital, .flags .f-item .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0
}

.flags .f-item .code {
    display: block;
    font-size: 90%;
    color: #999;
    padding-bottom: 0
}

.bg-pic {
    background-color: rgba(0,0,0,.5);
    background-blend-mode: overlay
}

.j-pro {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.15)
}

    .j-pro .j-header {
        background-color: #01a9ac;
        border-top: 1px solid #01a9ac;
        box-shadow: none
    }

    .j-pro .j-icon-right {
        border-left: 1px solid rgba(0,0,0,.32)
    }

    .j-pro .j-icon-left {
        border-right: 1px solid rgba(0,0,0,.32)
    }

    .j-pro .j-footer {
        background-color: #fff;
        border-top: 1px dashed #01a9ac;
        padding: 20px 25px;
        position: inherit
    }

        .j-pro .j-footer button {
            margin-bottom: 0;
            float: right
        }

    .j-pro .j-divider-text span {
        color: #222
    }

    .j-pro .btn-primary.disabled, .j-pro .btn-primary:disabled, .j-pro .sweet-alert button.confirm:disabled, .j-pro .sweet-alert button.disabled.confirm, .j-pro .wizard > .actions a.disabled, .j-pro .wizard > .actions a:disabled, .sweet-alert .j-pro button.confirm:disabled, .sweet-alert .j-pro button.disabled.confirm, .wizard > .actions .j-pro a.disabled, .wizard > .actions .j-pro a:disabled {
        background-color: #0ac282;
        border-color: #0ac282
    }

    .j-forms input[type=email], .j-forms input[type=password], .j-forms input[type=search], .j-forms input[type=text], .j-forms input[type=url], .j-forms select, .j-forms textarea, .j-pro input[type=email], .j-pro input[type=password], .j-pro input[type=search], .j-pro input[type=text], .j-pro input[type=url], .j-pro select, .j-pro textarea {
        border: 1px solid rgba(0,0,0,.15)
    }

        .j-forms input[type=email]:focus, .j-forms input[type=email]:hover, .j-forms input[type=password]:focus, .j-forms input[type=password]:hover, .j-forms input[type=search]:focus, .j-forms input[type=search]:hover, .j-forms input[type=text]:focus, .j-forms input[type=text]:hover, .j-forms input[type=url]:focus, .j-forms input[type=url]:hover, .j-forms select:focus, .j-forms select:hover, .j-forms textarea:focus, .j-forms textarea:hover, .j-pro .j-file-button:hover + input, .j-pro input[type=email]:focus, .j-pro input[type=email]:hover, .j-pro input[type=password]:focus, .j-pro input[type=password]:hover, .j-pro input[type=search]:focus, .j-pro input[type=search]:hover, .j-pro input[type=text]:focus, .j-pro input[type=text]:hover, .j-pro input[type=url]:focus, .j-pro input[type=url]:hover, .j-pro select:focus, .j-pro select:hover, .j-pro textarea:focus, .j-pro textarea:hover {
            border: 1px solid #01a9ac
        }

    .j-pro .j-checkbox-toggle, .j-pro .j-inline-group .j-checkbox-toggle, .j-pro .j-inline-group .j-radio-toggle, .j-pro .j-radio-toggle {
        padding: 9px 0 18px 0
    }

    .j-pro .j-tooltip, .j-pro .j-tooltip-image {
        background-color: #01a9ac
    }

        .j-pro .j-tooltip-image:before, .j-pro .j-tooltip:before {
            border-color: #01a9ac transparent
        }

    .j-pro .j-file-button, .j-pro .j-primary-btn, .j-pro .j-secondary-btn, .j-pro .j-widget .j-addon-btn {
        background-color: #01a9ac
    }

        .j-pro .j-file-button:hover, .j-pro .j-primary-btn:hover, .j-pro .j-secondary-btn:hover, .j-pro .j-widget .j-addon-btn:hover {
            background-color: rgb(1.1473988439,193.9104046243,197.3526011561)
        }

    .j-pro .j-ratings input + label:hover, .j-pro .j-ratings input + label:hover ~ label, .j-pro .j-ratings input:checked + label, .j-pro .j-ratings input:checked + label ~ label {
        color: #01a9ac
    }

.j-unit .checkbox-fade {
    display: block;
    margin-top: 20px
}

.j-forms button i {
    margin-right: 0
}

.j-forms .checkbox-fade {
    margin-top: 10px
}

    .j-forms .checkbox-fade .disabled-view {
        opacity: .5;
        cursor: not-allowed
    }

.j-forms .link {
    color: #01a9ac;
    border-bottom: none;
    text-transform: capitalize;
    margin-bottom: 15px
}

.j-forms .label {
    margin-bottom: 15px
}

.j-forms .btn-primary:disabled, .j-forms .sweet-alert button.confirm:disabled, .j-forms .wizard > .actions a:disabled, .sweet-alert .j-forms button.confirm:disabled, .wizard > .actions .j-forms a:disabled {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.j-forms .checkbox-toggle, .j-forms .inline-group .checkbox-toggle, .j-forms .inline-group .radio-toggle, .j-forms .radio-toggle {
    padding: 9px 0 8px 0
}

.j-forms {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.15)
}

    .j-forms .header {
        background-color: #01a9ac;
        border-top: 1px solid #01a9ac;
        box-shadow: none
    }

    .j-forms .divider-text span {
        color: #222
    }

    .j-forms .widget .addon, .j-forms .widget .addon-btn {
        background-color: #01a9ac;
        color: #fff
    }

        .j-forms .widget .addon-btn:focus, .j-forms .widget .addon-btn:hover, .j-forms .widget .addon:focus, .j-forms .widget .addon:hover {
            background-color: rgb(1.1473988439,193.9104046243,197.3526011561)
        }

            .j-forms .widget .addon-btn:focus i, .j-forms .widget .addon-btn:hover i, .j-forms .widget .addon:focus i, .j-forms .widget .addon:hover i {
                color: #fff
            }

        .j-forms .widget .addon i, .j-forms .widget .addon-btn i {
            color: #fff
        }

    .j-forms .footer {
        background-color: #fff;
        border-top: 1px dashed #1abc9c;
        padding: 20px 25px;
        position: inherit
    }

        .j-forms .footer button {
            float: right;
            margin-bottom: 0
        }

    .j-forms .stepper .stepper-arrow {
        background-color: #01a9ac
    }

        .j-forms .stepper .stepper-arrow:hover {
            background-color: rgb(1.1473988439,193.9104046243,197.3526011561)
        }

        .j-forms .stepper .stepper-arrow.up:after {
            border-bottom: 7px solid #fff
        }

        .j-forms .stepper .stepper-arrow.down:after {
            border-top: 7px solid #fff
        }

.popup-menu {
    padding: 0
}

    .popup-menu .popup-list {
        background-color: #2c3e50;
        border-radius: 0
    }

        .popup-menu .popup-list > ul > li {
            transition: all ease-in .3s;
            color: #fff;
            border-left: none;
            cursor: pointer
        }

            .popup-menu .popup-list > ul > li:hover {
                background-color: #384c5f;
                color: #fff
            }

.j-tabs-container .j-tabs-label, .j-tabs-container input[type=radio]:checked + .j-tabs-label {
    border-top: 4px solid #01a9ac
}

.pop-up-logo img {
    margin-top: 10px;
    margin-left: 80px
}

.popup-list-open .popup-list-wrapper {
    z-index: 99
}

.span4 label {
    color: #222 !important
}

.pop-up-wrapper {
    margin-left: 0 !important
}

@media only screen and (max-width:480px) {
    .j-forms, .j-pro {
        border: none;
        background-color: #fff
    }

        .j-forms .footer, .j-forms .j-footer, .j-pro .footer, .j-pro .j-footer {
            border-top: none
        }

            .j-forms .footer button, .j-forms .j-footer button, .j-pro .footer button, .j-pro .j-footer button {
                margin: 5px
            }

        .j-forms .j-content, .j-pro .j-content {
            padding: 0
        }

        .j-forms .j-divider-text, .j-pro .j-divider-text {
            border-top: none
        }

            .j-forms .j-divider-text span, .j-pro .j-divider-text span {
                white-space: unset;
                background: 0 0;
                border: none
            }

        .j-forms .icon-right ~ input, .j-forms .j-forms .icon-right ~ textarea, .j-pro .icon-right ~ input, .j-pro .j-forms .icon-right ~ textarea {
            padding-right: 0
        }

    .j-wrapper {
        padding: 0;
        border: none;
        background-color: transparent
    }
}

.box-list div div div {
    margin-bottom: 20px
}

.box-list {
    padding-bottom: 0
}

    .box-list p {
        margin-bottom: 0 !important
    }

.z-depth-top-0 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-1 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-2 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-3 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-4 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-5 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-0 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-1 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-2 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-3 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-4 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-5 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-0 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-1 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-2 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-3 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-4 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-5 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-0 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-1 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-2 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-3 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-4 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-5 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-0 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-1 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-2 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-3 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-4 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-5 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

table.table-bordered.dataTable tbody td:focus, table.table-bordered.dataTable tbody th:focus {
    outline: 0
}

.card .card-body ul.pagination li {
    margin-right: 0
}

.page-item.active .page-link {
    background-color: #01a9ac;
    border-color: #01a9ac
}

.page-link {
    color: #222
}

td.highlight {
    font-weight: 700;
    color: #2dcee3;
    background-color: #f5f5f5
}

.table.compact td, .table.compact th {
    padding: .45rem
}

.dataTables_paginate .pagination {
    float: right
}

#multi-table_wrapper .dataTables_paginate .pagination {
    float: none
}

#dt-live-dom .form-control, #footer-search tfoot .form-control, #footer-select tfoot .form-control, #form-input-table .form-control, .search-api .form-control {
    width: 90%
}

.search-api .column_filter, .search-api .global_filter {
    margin: 0 auto
}

.search-api .checkbox-fade {
    display: block;
    text-align: center
}

td.details-control {
    background: url("../images/details_open.html") no-repeat center center;
    cursor: pointer
}

tr.shown td.details-control {
    background: url("../images/details_close.html") no-repeat center center
}

#row-delete .selected, #row-select .selected {
    background-color: #01a9ac;
    color: #fff
}

div.dt-autofill-list div.dt-autofill-button button {
    background-color: #01a9ac;
    border-color: #01a9ac
}

table.dataTable {
    border-collapse: collapse !important
}

    table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
        background-color: #01a9ac;
        color: #fff
    }

    table.dataTable td.select-checkbox:before, table.dataTable th.select-checkbox:before {
        margin-top: 0
    }

    table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
        margin-top: -6px;
        margin-left: -5px
    }

a.dt-button, a.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button:focus:not(.disabled), button.dt-button, button.dt-button.active:not(.disabled), button.dt-button:active:not(.disabled), button.dt-button:focus:not(.disabled), div.dt-button, div.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button:focus:not(.disabled) {
    background-color: #01a9ac;
    border-color: #01a9ac;
    border-radius: 2px;
    color: #fff;
    background-image: none;
    font-size: 14px
}

    a.dt-button.btn-warning, button.dt-button.btn-warning, div.dt-button.btn-warning {
        background-color: #fe9365;
        border-color: #fe9365;
        border-radius: 2px;
        color: #fff;
        background-image: none
    }

    a.dt-button.btn-danger, button.dt-button.btn-danger, div.dt-button.btn-danger {
        background-color: #fe5d70;
        border-color: #fe5d70;
        border-radius: 2px;
        color: #fff;
        background-image: none
    }

    a.dt-button.btn-inverse, button.dt-button.btn-inverse, div.dt-button.btn-inverse {
        background-color: #404e67;
        border-color: #404e67;
        border-radius: 2px;
        color: #fff;
        background-image: none
    }

    a.dt-button:hover:not(.disabled), button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled) {
        background-image: none;
        background-color: rgb(1.1473988439,193.9104046243,197.3526011561);
        border-color: #01a9ac
    }

    a.dt-button.btn-warning:hover:not(.disabled), button.dt-button.btn-warning:hover:not(.disabled), div.dt-button.btn-warning:hover:not(.disabled) {
        background-image: none;
        background-color: rgb(254.3290322581,182.535483871,151.6709677419);
        border-color: #fe9365
    }

    a.dt-button.btn-danger:hover:not(.disabled), button.dt-button.btn-danger:hover:not(.disabled), div.dt-button.btn-danger:hover:not(.disabled) {
        background-image: none;
        background-color: rgb(254.3128834356,143.6871165644,156.7423312883);
        border-color: #fe5d70
    }

    a.dt-button.btn-inverse:hover:not(.disabled), button.dt-button.btn-inverse:hover:not(.disabled), div.dt-button.btn-inverse:hover:not(.disabled) {
        background-image: none;
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border-color: #404e67
    }

div.dt-button-collection a.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled) {
    background-color: #01a9ac;
    border-color: #01a9ac;
    background-image: none
}

div.dt-buttons {
    clear: both
}

.card .table-card-header b {
    display: block;
    color: #01a9ac;
    margin-top: 15px
}

.card .table-card-header span {
    color: rgb(.7052023121,119.1791907514,121.2947976879);
    display: inline-block;
    margin-top: 0
}

div.dataTables_wrapper div.dataTables_info {
    display: inline-block
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255,255,255,.7);
    z-index: 202
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259c4;
    z-index: 201
}

table.DTFC_Cloned tfoot, table.DTFC_Cloned thead {
    background-color: #fff
}

div.DTFC_Blocker {
    background-color: #fff
}

div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2
}

    div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
        border-bottom: none
    }

td, th {
    white-space: nowrap
}

table.fixedHeader-floating {
    position: fixed !important;
    background-color: #fff
}

    table.fixedHeader-floating.no-footer {
        border-bottom-width: 0
    }

table.fixedHeader-locked {
    position: absolute !important;
    background-color: #fff
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}

table.dataTable td.focus, table.dataTable th.focus {
    outline: 3px solid #01a9ac;
    outline-offset: -1px
}

table.dataTable td.focus {
    outline: 1px solid #fe5d70;
    outline-offset: -3px;
    background-color: #f8e6e6 !important
}

#events {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 3px;
    height: 100px;
    overflow: auto
}

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: .8;
    table-layout: fixed;
    outline: 2px solid #888;
    outline-offset: -2px;
    z-index: 2001
}

tr.dt-rowReorder-moving {
    outline: 2px solid #555;
    outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
    overflow-x: hidden
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move
}

#result {
    border: 1px solid #888;
    background: #f7f7f7;
    padding: 1em;
    margin-bottom: 1em
}

div.DTS {
    display: block !important
}

    div.DTS tbody td, div.DTS tbody th {
        white-space: nowrap
    }

    div.DTS div.DTS_Loading {
        z-index: 1
    }

    div.DTS div.dataTables_scrollBody table {
        z-index: 2
    }

    div.DTS div.dataTables_length, div.DTS div.dataTables_paginate {
        display: none
    }

.footable .pagination > .active > a, .footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover, .footable .pagination > .active > span, .footable .pagination > .active > span:focus, .footable .pagination > .active > span:hover {
    background-color: #01a9ac;
    border-color: #01a9ac
}

.footable .pagination > li > a, .footable .pagination > li > span {
    color: #222
}

.footable-details.table, .footable.table, table.footable > tfoot > tr.footable-paging > td > span.label {
    margin-bottom: 0
}

table.footable-paging-center > tfoot > tr.footable-paging > td {
    padding-bottom: 0
}

.make-me-red {
    color: red
}

.scroll-container .wtHolder {
    height: 350px !important
}

.scroll-container #autocomplete .wtHolder, .scroll-container #buttons .wtHolder, .scroll-container #checkbox .wtHolder, .scroll-container #chromaJS .wtHolder, .scroll-container #comments .wtHolder, .scroll-container #configuration .wtHolder, .scroll-container #context .wtHolder, .scroll-container #copyPaste .wtHolder, .scroll-container #dateDate .wtHolder, .scroll-container #drag .wtHolder, .scroll-container #dropdown .wtHolder, .scroll-container #highlighting .wtHolder, .scroll-container #jQuery .wtHolder, .scroll-container #nonEditable .wtHolder, .scroll-container #numericData .wtHolder, .scroll-container #paginating .wtHolder, .scroll-container #populating .wtHolder, .scroll-container #readOnly .wtHolder, .scroll-container #searching .wtHolder, .scroll-container #select .wtHolder, .scroll-container #timeData .wtHolder, .scroll-container #validation .wtHolder {
    height: auto !important
}

.handson-pagination {
    margin-top: 30px
}

.currentRow {
    background-color: #f9f9fb !important
}

.currentCol {
    background-color: #e7e8ef !important
}

.contact-table tr td:nth-child(n-2) {
    text-align: center
}

.contact-table tr td:last-child {
    position: relative
}

    .contact-table tr td:last-child .dropdown-menu {
        top: 52px
    }

#checkbox-select tr td.select-checkbox, #checkbox-select tr th.select-checkbox {
    padding-left: 30px
}

    #checkbox-select tr td.select-checkbox:after, #checkbox-select tr td.select-checkbox:before, #checkbox-select tr th.select-checkbox:after, #checkbox-select tr th.select-checkbox:before {
        left: 15px
    }

.bg-facebook {
    background-color: #3b5997
}

.text-facebook {
    color: #3b5997
}

.bg-twiter {
    background-color: #42c0fb
}

.text-twiter {
    color: #42c0fb
}

.bg-dribble {
    background-color: #ec4a89
}

.text-dribble {
    color: #ec4a89
}

.bg-pinterest {
    background-color: #bf2131
}

.text-pinterest {
    color: #bf2131
}

.bg-youtube {
    background-color: #e0291d
}

.text-youtube {
    color: #e0291d
}

.bg-googleplus {
    background-color: #c73e2e
}

.text-googleplus {
    color: #c73e2e
}

.bg-instagram {
    background-color: #aa7c62
}

.text-instagram {
    color: #aa7c62
}

.bg-viber {
    background-color: #7b519d
}

.text-viber {
    color: #7b519d
}

.bg-amazon {
    background-color: #000
}

.text-amazon {
    color: #000
}

.bg-c-blue {
    background: linear-gradient(to right,#01a9ac,rgb(1.2947976879,218.8208092486,222.7052023121))
}

.bg-simple-c-blue {
    background: #01a9ac
}

.text-c-blue {
    color: #01a9ac
}

.bg-c-pink {
    background: linear-gradient(to right,#fe5d70,rgb(254.3128834356,143.6871165644,156.7423312883))
}

.bg-simple-c-pink {
    background: #fe5d70
}

.text-c-pink {
    color: #fe5d70
}

.bg-c-green {
    background: linear-gradient(to right,#0ac282,rgb(12.5,242.5,162.5))
}

.bg-simple-c-green {
    background: #0ac282
}

.text-c-green {
    color: #0ac282
}

.bg-c-yellow {
    background: linear-gradient(to right,#fe9365,rgb(254.3290322581,182.535483871,151.6709677419))
}

.bg-simple-c-yellow {
    background: #fe9365
}

.text-c-yellow {
    color: #fe9365
}

.bg-c-orenge {
    background: linear-gradient(to right,#fe8a7d,rgb(254.3893129771,183.5496183206,175.6106870229))
}

.bg-simple-c-orenge {
    background: #fe8a7d
}

.text-c-orenge {
    color: #fe8a7d
}

.bg-c-lite-green {
    background: linear-gradient(to right,#01a9ac,rgb(1.2947976879,218.8208092486,222.7052023121))
}

.bg-simple-c-lite-green {
    background: #01a9ac
}

.text-c-lite-green {
    color: #01a9ac
}

.update-card {
    color: #fff
}

    .update-card .card-footer {
        background-color: transparent;
        border-top: 1px solid #fff
    }

.statustic-progress-card .progress {
    height: 5px
}

.user-radial-card {
    text-align: center
}

    .user-radial-card > div {
        margin: 0 auto;
        display: block
    }

        .user-radial-card > div img {
            box-shadow: 0 0 0 10px #fff
        }

    .user-radial-card p {
        margin-bottom: 0
    }

.user-card-full {
    overflow: hidden
}

    .user-card-full .user-profile {
        border-radius: 5px 0 0 5px
    }

    .user-card-full .social-link li {
        display: inline-block
    }

        .user-card-full .social-link li a i {
            color: #666
        }

        .user-card-full .social-link li a {
            font-size: 20px;
            margin: 0 10px 0 0;
            transition: all .3s ease-in-out
        }

            .user-card-full .social-link li a i.facebook:hover {
                color: #3b5997
            }

            .user-card-full .social-link li a i.twitter:hover {
                color: #42c0fb
            }

            .user-card-full .social-link li a i.instagram:hover {
                color: #aa7c62
            }

            .user-card-full .social-link li a i.youtube:hover {
                color: #e0291d
            }

.statustic-card .card-body {
    position: relative
}

    .statustic-card .card-body .progress {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 5px;
        overflow: visible
    }

        .statustic-card .card-body .progress .progress-bar {
            position: relative
        }

            .statustic-card .card-body .progress .progress-bar:before {
                content: "";
                height: 5px;
                width: 5px;
                border-radius: 50%;
                position: absolute;
                right: 0;
                background: inherit
            }

            .statustic-card .card-body .progress .progress-bar.bg-c-blue:before {
                animation: blue-blink-bar .5s linear infinite
            }

            .statustic-card .card-body .progress .progress-bar.bg-c-green:before {
                animation: green-blink-bar .5s linear infinite
            }

            .statustic-card .card-body .progress .progress-bar.bg-c-pink:before {
                animation: pink-blink-bar .5s linear infinite
            }

            .statustic-card .card-body .progress .progress-bar.bg-c-yellow:before {
                animation: yellow-blink-bar .5s linear infinite
            }

@keyframes blue-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(1,169,172,.1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(1,169,172,.3)
    }
}

@keyframes green-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(10,194,130,.1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(10,194,130,.3)
    }
}

@keyframes pink-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(254,93,112,.1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(254,93,112,.3)
    }
}

@keyframes yellow-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(254,147,101,.1)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(254,147,101,.3)
    }
}

.widget-statstic-card {
    position: relative;
    overflow: hidden
}

    .widget-statstic-card .st-icon {
        color: #fff;
        font-size: 23px;
        padding: 40px 40px 20px 20px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        right: -30px;
        transition: all .3s ease-in-out
    }

    .widget-statstic-card h2 {
        font-weight: 600;
        display: inline-block
    }

    .widget-statstic-card span {
        border-radius: 30px;
        padding: 5px 20px;
        color: #fff;
        font-weight: 600
    }

    .widget-statstic-card:hover .st-icon {
        font-size: 50px
    }

.social-card {
    color: #fff;
    overflow: hidden
}

    .social-card .social-icon {
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 22px 23px;
        line-height: 1;
        --fa-display: inline;
        --fa-width: auto
    }

    .social-card .download-icon {
        color: #fff;
        background-color: rgba(255,255,255,.5);
        position: absolute;
        height: 125px;
        width: 125px;
        right: -125px;
        font-size: 35px;
        padding: 40px 22px;
        border-radius: 50%;
        transition: all .3s ease-in-out
    }

    .social-card:hover .download-icon {
        right: -60px
    }

.widget-visitor-card {
    overflow: hidden;
    padding: 10px 0
}

    .widget-visitor-card i {
        color: #fff;
        font-size: 80px;
        position: absolute;
        bottom: -10px;
        opacity: .3;
        left: -10px;
        transform: rotate(15deg);
        transition: all .3s ease-in-out
    }

    .widget-visitor-card:hover i {
        transform: rotate(0) scale(1.4);
        opacity: .5
    }

.app-design .btn {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px
}

.app-design .team-section img {
    width: 35px;
    border-radius: 5px
}

.app-design .progress-box p {
    margin-bottom: 0
}

.app-design .progress-box .progress {
    width: calc(100% - 80px);
    height: 8px;
    text-align: center;
    margin: 0 auto;
    background-color: #e5e5e5;
    border-radius: 30px;
    position: relative;
    overflow: inherit
}

    .app-design .progress-box .progress .progress-bar {
        border-radius: 30px
    }

        .app-design .progress-box .progress .progress-bar label {
            position: absolute;
            top: -24px;
            right: 0;
            color: #222;
            font-weight: 600;
            font-size: 13px
        }

.widget-card-1 {
    margin-top: 20px;
    text-align: right
}

    .widget-card-1 .card1-icon {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -15px;
        font-size: 35px;
        border-radius: 8px;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out
    }

    .widget-card-1 .card-body > span {
        color: #919aa3
    }

    .widget-card-1 h4 {
        font-weight: 400;
        margin-top: 10px
    }

    .widget-card-1:hover .card1-icon {
        top: -25px
    }

.user-widget-card {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff
}

    .user-widget-card .card-body {
        padding: 1.95rem 1.25rem .85rem
    }

    .user-widget-card .card1-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -15px;
        left: calc(50% - 20px);
        font-size: 20px;
        border-radius: 50%;
        box-shadow: 0 0 0 5px rgba(255,255,255,.5);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff
    }

    .user-widget-card h4 {
        font-weight: 400;
        margin-top: 10px
    }

    .user-widget-card .more-info {
        background: #fff;
        padding: 5px 15px;
        border-radius: 15px;
        position: absolute;
        left: calc(50% - 45px);
        box-shadow: 0 1px 14px -5px #000
    }

.order-card {
    color: #fff;
    overflow: hidden
}

    .order-card .card-icon {
        position: absolute;
        right: -17px;
        font-size: 100px;
        top: 20px;
        opacity: .5
    }

.user-card2 .risk-rate {
    display: inline-block;
    margin: 0 auto
}

    .user-card2 .risk-rate span {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 6px dashed #d6d6d6;
        border-top-color: #fe9365;
        border-bottom-color: transparent;
        padding: 45px;
        display: block;
        position: relative
    }

        .user-card2 .risk-rate span:after {
            content: "";
            width: 90px;
            height: 90px;
            background-color: rgba(254,147,101,.5);
            border-radius: 50%;
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 1
        }

        .user-card2 .risk-rate span b {
            font-size: 20px;
            color: #fff;
            z-index: 2;
            position: relative
        }

.table-card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

    .table-card .card-body .table > thead > tr > th {
        border-top: 0
    }

    .table-card .card-body .table .chk-option {
        vertical-align: middle;
        width: 30px;
        display: inline-block
    }

        .table-card .card-body .table .chk-option .checkbox-fade, .table-card .card-body .table .chk-option .checkbox-fade .cr, .table-card .card-body .table .chk-option .checkbox-zoom, .table-card .card-body .table .chk-option .checkbox-zoom .cr {
            margin-right: 0
        }

    .table-card .card-body .table label {
        margin-bottom: 0
    }

    .table-card .card-body .table tr td:first-child, .table-card .card-body .table tr th:first-child {
        padding-left: 20px
    }

    .table-card .card-body .table tr td:last-child, .table-card .card-body .table tr th:last-child {
        padding-right: 20px
    }

#app-sale1, #app-sale2, #app-sale3, #app-sale4 {
    height: 46px !important;
    width: 100px !important
}

.user-activity-card .u-img {
    position: relative
}

    .user-activity-card .u-img .cover-img {
        width: 40px;
        height: 40px
    }

    .user-activity-card .u-img .profile-img {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -5px;
        right: -5px
    }

.wather-card {
    overflow: hidden
}

    .wather-card .nature-card {
        position: relative;
        background: linear-gradient(rgb(254.164516129,164.7677419355,126.335483871) 60%,#fe9365 100%);
        overflow: hidden
    }

        .wather-card .nature-card .main-img {
            width: 100%
        }

@media only screen and (min-width:1400px) {
    .wather-card .nature-card .main-img {
        height: 260px
    }
}

.wather-card .nature-card .bottom-img {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%
}

.wather-card .nature-card .snow1, .wather-card .nature-card .snow2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.wather-card .nature-card .snow1 {
    animation: sparcle 2.1s linear infinite
}

.wather-card .nature-card .snow2 {
    animation: sparcle 2.1s linear infinite;
    animation-delay: 1.15s
}

.wather-card .nature-card .nature-cont {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%
}

@keyframes sparcle {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    20% {
        opacity: 1;
        transform: translateY(-5px)
    }

    50% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(5px)
    }

    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}

.user-card .usre-image {
    position: relative;
    display: inline-block;
    margin: 0 auto
}

    .user-card .usre-image img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #01a9ac;
        padding: 4px
    }

    .user-card .usre-image:before {
        content: "\e83f";
        font-family: feather;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        background-color: #0ac282;
        border-radius: 50%;
        padding: 0 3px
    }

    .user-card .usre-image:after {
        content: "Permenant";
        position: absolute;
        bottom: -15px;
        left: calc(100% - 27px);
        color: #fff;
        background-color: #01a9ac;
        border-radius: 5px;
        padding: 0 3px
    }

.user-card .btn {
    margin: 10px auto 15px
}

.feed-card h6 {
    margin-top: 7px
}

.feed-card .feed-icon {
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px
}

.latest-update-card .card-body {
    padding-top: 0
}

    .latest-update-card .card-body .latest-update-box {
        position: relative
    }

        .latest-update-card .card-body .latest-update-box:after {
            content: "";
            position: absolute;
            background: #ddd;
            height: 100%;
            width: 1px;
            top: 0;
            left: 114px;
            z-index: 1
        }

        .latest-update-card .card-body .latest-update-box .update-meta {
            z-index: 2;
            min-width: 160px
        }

            .latest-update-card .card-body .latest-update-box .update-meta .update-icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                text-align: center;
                padding: 12px 13px;
                font-size: 16px;
                color: #fff;
                margin-left: 10px
            }

@media only screen and (max-width:575px) {
    .latest-update-card .card-body .latest-update-box:after {
        display: none
    }

    .latest-update-card .card-body .latest-update-box .update-meta {
        z-index: 2;
        min-width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
        border-top: 1px solid #f1f1f1;
        padding-top: 15px
    }
}

.latest-activity-card .card-body {
    padding-top: 0
}

    .latest-activity-card .card-body .latest-update-box {
        position: relative
    }

        .latest-activity-card .card-body .latest-update-box .update-meta {
            z-index: 2;
            min-width: 160px
        }

            .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                text-align: center;
                padding: 12px 13px;
                font-size: 16px;
                color: #fff;
                margin-left: 10px
            }

@media only screen and (max-width:575px) {
    .latest-activity-card .card-body .latest-update-box .update-meta {
        z-index: 2;
        min-width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
        border-top: 1px solid #f1f1f1;
        padding-top: 15px
    }
}

.latest-activity-card .table td {
    vertical-align: middle
}

.per-task-card .card-body {
    padding: 0
}

.per-task-card .per-task-block {
    margin-left: 0;
    margin-right: 0
}

    .per-task-card .per-task-block > div {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .per-task-card .per-task-block > div:nth-child(odd) {
            padding-left: 0
        }

        .per-task-card .per-task-block > div:nth-child(2n) {
            background-color: rgba(1,169,172,.1);
            padding-right: 0
        }

#monthly-graph .amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-linejoin: round;
    stroke-linecap: round;
    animation: am-moving-dashes 1s linear infinite
}

#monthly-graph .lastBullet {
    animation: am-pulsating 1s ease-out infinite
}

#monthly-graph .amcharts-graph-column-front {
    transition: all .3s .3s ease-out
}

    #monthly-graph .amcharts-graph-column-front:hover {
        transition: all .3s ease-out;
        fill-opacity: 0.4
    }

#monthly-graph .amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    animation: am-draw 40s
}

@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 50px
    }
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%
    }

    100% {
        stroke-dashoffset: 0
    }
}

.quater-card .progress {
    height: 4px
}

.card.social-network p {
    line-height: 1.6
}

.alert {
    font-size: 15px;
    margin-bottom: 2rem
}

    .alert.icons-alert {
        border-left-width: 48px
    }

        .alert.icons-alert .alert-icon {
            left: 15px;
            position: relative;
            text-align: center;
            top: 0;
            z-index: 3
        }

        .alert.icons-alert p {
            line-height: 21px;
            margin-bottom: 0
        }

.close {
    font-size: 16px;
    margin-top: 5px
}

.alert-default {
    background-color: #fff;
    border-color: #e0e0e0;
    color: #e0e0e0
}

.alert-primary {
    background-color: #fff;
    border-color: #01a9ac;
    color: #01a9ac
}

.alert-success {
    background-color: #fff;
    border-color: #0ac282;
    color: #0ac282
}

.alert-info {
    background-color: #fff;
    border-color: #2dcee3;
    color: #2dcee3
}

.alert-warning {
    background-color: #fff;
    border-color: #fe9365;
    color: #fe9365
}

.alert-danger {
    background-color: #fff;
    border-color: #fe5d70;
    color: #fe5d70
}

.border-default {
    border-color: transparent;
    border-left: 3px solid #e0e0e0;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #e0e0e0
}

.border-primary {
    border-color: transparent;
    border-left: 3px solid #01a9ac;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #01a9ac
}

.border-success {
    border-color: transparent;
    border-left: 3px solid #0ac282;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #0ac282
}

.border-info {
    border-color: transparent;
    border-left: 3px solid #2dcee3;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #2dcee3
}

.border-warning {
    border-color: transparent;
    border-left: 3px solid #fe9365;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #fe9365
}

.border-danger {
    border-color: transparent;
    border-left: 3px solid #fe5d70;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #fe5d70
}

.background-default {
    background-color: #e0e0e0;
    color: #fff
}

.background-primary {
    background-color: #01a9ac;
    color: #fff
}

.background-success {
    background-color: #0ac282;
    color: #fff
}

.background-info {
    background-color: #2dcee3;
    color: #fff
}

.background-warning {
    background-color: #fe9365;
    color: #fff
}

.background-danger {
    background-color: #fe5d70;
    color: #fff
}

.icons-alert {
    position: relative
}

    .icons-alert:before {
        color: #fff;
        content: "\f027";
        font-family: IcoFont !important;
        font-size: 16px;
        left: -30px;
        position: absolute;
        top: 20px
    }

[class*=alert-] code {
    margin-left: 10px
}

.login-block {
    padding: 30px 0;
    margin: 0 auto;
    background: url("/assets/images/background.png") no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: block;
    align-items: center
}

    .login-block .auth-box {
        margin: 20px auto 0 auto;
        max-width: 450px
    }

        .login-block .auth-box .confirm h3 {
            color: #01a9ac;
            font-size: 34px
        }

        .login-block .auth-box i.icofont-check-circled {
            font-size: 42px
        }

    .login-block.offline-404 .auth-box {
        max-width: 650px
    }

        .login-block.offline-404 .auth-box h1 {
            color: #2c3e50;
            font-size: 160px;
            font-weight: 600;
            letter-spacing: 5px;
            text-shadow: 3px -2px 4px rgba(128,128,128,.57)
        }

    .login-block.with-header {
        min-height: calc(100vh - 56px)
    }

.footer {
    background-color: #404e67;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%
}

    .footer p {
        margin-bottom: 0
    }

.caption-breadcrumb .breadcrumb-header, .danger-breadcrumb .breadcrumb-header, .info-breadcrumb .breadcrumb-header, .inverse-breadcrumb .breadcrumb-header, .primary-breadcrumb .breadcrumb-header, .success-breadcrumb .breadcrumb-header, .warning-breadcrumb .breadcrumb-header {
    display: inline-block
}

    .caption-breadcrumb .breadcrumb-header span, .danger-breadcrumb .breadcrumb-header span, .info-breadcrumb .breadcrumb-header span, .inverse-breadcrumb .breadcrumb-header span, .primary-breadcrumb .breadcrumb-header span, .success-breadcrumb .breadcrumb-header span, .warning-breadcrumb .breadcrumb-header span {
        display: block;
        font-size: 13px;
        margin-top: 5px
    }

.front-icon-breadcrumb .breadcrumb-header {
    display: inline-block
}

.front-icon-breadcrumb .big-icon {
    display: inline-block
}

    .front-icon-breadcrumb .big-icon i {
        font-size: 50px;
        margin-right: 10px;
        color: #01a9ac
    }

.front-icon-breadcrumb .d-inline-block span {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.danger-breadcrumb, .info-breadcrumb, .inverse-breadcrumb, .primary-breadcrumb, .success-breadcrumb, .warning-breadcrumb {
    background-color: #01a9ac;
    color: #fff
}

    .danger-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .danger-breadcrumb a, .danger-breadcrumb h5, .info-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .info-breadcrumb a, .info-breadcrumb h5, .inverse-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .inverse-breadcrumb a, .inverse-breadcrumb h5, .primary-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .primary-breadcrumb .breadcrumb-title li:last-child a, .primary-breadcrumb a, .primary-breadcrumb h5, .success-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .success-breadcrumb a, .success-breadcrumb h5, .warning-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .warning-breadcrumb a, .warning-breadcrumb h5 {
        color: #fff
    }

.inverse-breadcrumb {
    background-color: #404e67
}

.danger-breadcrumb {
    background-color: #fe5d70
}

.info-breadcrumb {
    background-color: #2dcee3
}

.warning-breadcrumb {
    background-color: #fe9365
}

.success-breadcrumb {
    background-color: #0ac282
}

.nvd-chart {
    height: 400px
}

.peity-chart .peity {
    width: 100%;
    height: 250px
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.morris-hover {
    position: absolute;
    min-width: 100px;
    width: 100px;
    right: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc
}

.rickshaw_graph svg {
    width: 100% !important
}

.chat-bg {
    background-image: url("../../images/chat-bg.jpg");
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(255,255,255,.45)
}

#main-chat .chat-single-box.active .chat-header {
    background-color: #01a9ac
}

    #main-chat .chat-single-box.active .chat-header a {
        color: #fff
    }

#main-chat .chat-single-box .chat-header a {
    color: #fff
}

#main-chat .chat-box ul.boxs li.chat-single-box .chat-header.custom-collapsed {
    position: absolute;
    bottom: 0;
    width: 300px
}

#main-chat .minimized {
    background-color: #1e2730
}

#main-chat .user-groups {
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

    #main-chat .user-groups .userlist-box {
        border-bottom: none
    }

        #main-chat .user-groups .userlist-box:last-child {
            padding-bottom: 0;
            margin-bottom: 0
        }

    #main-chat .user-groups .d-flex {
        padding-left: 0
    }

    #main-chat .user-groups h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 20px
    }

    #main-chat .user-groups li {
        margin-bottom: 20px
    }

        #main-chat .user-groups li:last-child {
            margin-bottom: 0
        }

        #main-chat .user-groups li.frnds, #main-chat .user-groups li.work {
            position: relative;
            padding-left: 20px
        }

            #main-chat .user-groups li.frnds:before, #main-chat .user-groups li.work:before {
                content: "";
                position: absolute;
                height: 10px;
                width: 10px;
                background-color: #0ac282;
                border-radius: 50px;
                left: 0;
                top: 6px
            }

            #main-chat .user-groups li.frnds:before {
                background-color: #fe5d70
            }

.user-box {
    height: 100%
}

.close {
    opacity: 1
}

.write-msg {
    padding: 12px;
    bottom: 10px;
    border-top: 1px solid #ddd
}

    .write-msg #paper-btn i {
        font-size: 18px;
        margin-right: 0;
        cursor: pointer
    }

.chat-box .secondary:active:hover {
    background-color: #fff
}

#main-chat .chat-box ul.boxs li.minimized {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
    left: -50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

    #main-chat .chat-box ul.boxs li.minimized .count {
        color: #fff;
        text-align: center;
        margin: 5px
    }

    #main-chat .chat-box ul.boxs li.minimized .chat-dropdown {
        list-style: none;
        display: none;
        position: absolute;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 1px 8px 0 rgba(5,5,5,.5);
        -moz-box-shadow: 0 1px 8px 0 rgba(5,5,5,.5);
        box-shadow: 0 1px 8px 0 rgba(5,5,5,.5);
        width: 150px;
        z-index: 100;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 0
    }

        #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li {
            padding: 2px 5px
        }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li div {
                display: inline-block
            }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .username {
                width: 85%;
                height: 22px
            }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove {
                width: 13%;
                padding: 2PX 4PX;
                float: right
            }

                #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove:hover {
                    background-color: silver !important
                }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li:hover {
                color: #000
            }

#main-chat .chat-box ul.boxs li.hidden {
    display: none
}

.chat-single-box {
    height: 440px;
    float: right;
    width: 300px;
    margin-right: 15px;
    direction: ltr;
    z-index: 999;
    bottom: 0
}

    .chat-single-box .chat-header {
        background-color: #e0e0e0;
        color: #fff
    }

        .chat-single-box .chat-header .close {
            margin-top: 0
        }

.box-live-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid
}

.chat-msg-img {
    height: 50px;
    width: 50px
}

.msg-reply {
    padding: 5px;
    position: relative;
    right: 10px;
    border-radius: 2px;
    top: 6px;
    margin-bottom: 10px
}

.header-users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%
}

.users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%
}

.p-chat-user {
    position: fixed;
    top: 56px;
    z-index: 99;
    border-left: 1px solid #ccc
}

.users-main {
    height: 100%;
    width: 300px;
    position: fixed;
    border-radius: 0
}

.userlist-box {
    cursor: pointer;
    border-bottom: 1px solid #efefef
}

    .userlist-box .flex-shrink-0 {
        padding-right: 10px
    }

.users-main .d-flex {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.user-box img.rounded {
    height: 45px;
    width: 45px;
    display: inline-block
}

.chat-menu-content, .chat-menu-reply {
    background: #f3f3f3;
    position: relative;
    overflow: visible;
    border-radius: 4px
}

    .chat-menu-content:before {
        position: absolute;
        top: 20px;
        left: -14px;
        width: 0;
        height: 0;
        content: "";
        border: 8px solid transparent;
        border-right-color: #f3f3f3
    }

    .chat-menu-reply:before {
        position: absolute;
        top: 20px;
        right: -14px;
        width: 0;
        height: 0;
        content: "";
        border: 8px solid transparent;
        border-left-color: #01a9ac
    }

.chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 73px;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc
}

.chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px
}

.chat-send {
    position: absolute;
    bottom: 5px;
    right: 0;
    border: none;
    background-color: transparent;
    color: #01a9ac;
    transform: rotate(45deg)
}

.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.chat-menu-content .chat-cont, .chat-menu-reply .chat-cont {
    padding: 10px
}

.chat-menu-content .chat-time, .chat-menu-reply .chat-time {
    padding-left: 10px;
    padding-bottom: 10px
}

.back_chatBox {
    margin: 0 auto;
    font-weight: 600
}

    .back_chatBox i {
        float: left;
        position: absolute;
        margin-top: 5px;
        left: 20px;
        cursor: pointer
    }

.designation {
    cursor: pointer
}

.extra-profile-list {
    display: none
}

.chat-menu-reply .chat-cont, .chat-menu-reply .chat-time {
    color: #fff
}

.chat-menu-reply {
    background: #01a9ac;
    margin-right: 10px
}

.users-main .d-flex .chat-header {
    font-size: 14px;
    font-weight: 600
}

.users-main .flex-grow-1 div + div {
    font-size: 12px
}

.chat-body {
    overflow-y: auto;
    height: 340px
}

.users-main-fix {
    height: auto;
    position: fixed;
    bottom: 0;
    top: 151px
}

.chat-footer, .chat-link {
    border-color: #01a9ac
}

    .chat-footer .input-group-addon {
        padding: 7px .75rem
    }

.form-control:focus ~ .chat-send {
    border-color: #01a9ac
}

.minimized-box {
    padding: 5px 10px
}

.write-msg input {
    border-radius: 0;
    border-right: 0
}

.write-msg .btn {
    box-shadow: none;
    border-left: 0;
    font-size: 14px
}

.write-msg .btn-secondary:hover {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0
}

.form-control:focus ~ .input-group-btn .btn-secondary {
    border-color: #66afe9;
    color: #01a9ac
}

.img-chat-profile {
    height: 45px;
    width: 45px
}

.chat-minimize .chat-body, .chat-minimize .chat-footer {
    display: none
}

.chat-box {
    margin-right: 290px;
    height: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99
}

.friend-box img.rounded, .user-box img.rounded {
    height: 45px;
    width: 45px;
    display: inline-block
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px
}

.chat-header {
    color: #222
}

.live-status {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    border: 1px solid
}

.showChat {
    display: none
}

.showChat_inner {
    position: fixed;
    top: 56px;
    background-color: #fff;
    right: 0;
    display: none;
    width: 300px;
    height: 100%;
    z-index: 99;
    border-left: 1px solid #ccc
}

    .showChat_inner .img-circle {
        border-radius: 0 !important
    }

.amber-colors ul li p, .bg-danger li p, .bg-default li p, .bg-info li p, .bg-primary li p, .bg-success li p, .bg-warning li p, .blue-colors ul li p, .blue-grey-colors ul li p, .brown-colors ul li p, .cyan-colors ul li p, .danger-colorr ul li p, .deep-orange-colors ul li p, .deep-purple-colors ul li p, .green-colors ul li p, .grey-colors ul li p, .indigo-colors ul li p, .info-colorr ul li p, .light-blue-colors ul li p, .light-green-colors ul li p, .lime-colors ul li p, .orange-colors ul li p, .pink-colors ul li p, .primary-colorr ul li p, .purple-colors ul li p, .red-colors ul li p, .success-colorr ul li p, .teal-colors ul li p, .warning-colorr ul li p, .yellow-colors ul li p {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.red-colors ul li:nth-child(14) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(14) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(13) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(13) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(12) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(12) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(11) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(11) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(10) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(10) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(9) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(9) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(8) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(8) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(7) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(7) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(6) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(6) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(5) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(5) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(4) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(4) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(3) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(3) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.red-colors ul li:nth-child(2) {
    background-color: rgb(227.9490825688,5.3509174312,5.3509174312)
}

    .red-colors ul li:nth-child(2) p:before {
        content: "rgb(227.9490825688, 5.3509174312, 5.3509174312)"
    }

.pink-colors ul li:nth-child(14) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(14) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(13) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(13) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(12) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(12) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(11) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(11) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(10) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(10) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(9) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(9) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(8) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(8) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(7) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(7) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(6) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(6) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(5) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(5) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(4) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(4) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(3) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(3) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.pink-colors ul li:nth-child(2) {
    background-color: rgb(211.8328767123,22.4671232877,108.0561643836)
}

    .pink-colors ul li:nth-child(2) p:before {
        content: "rgb(211.8328767123, 22.4671232877, 108.0561643836)"
    }

.purple-colors ul li:nth-child(14) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(14) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(13) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(13) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(12) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(12) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(11) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(11) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(10) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(10) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(9) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(9) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(8) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(8) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(7) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(7) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(6) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(6) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(5) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(5) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(4) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(4) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(3) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(3) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.purple-colors ul li:nth-child(2) {
    background-color: rgb(176.1408,20.3,255)
}

    .purple-colors ul li:nth-child(2) p:before {
        content: "rgb(176.1408, 20.3, 255)"
    }

.deep-purple-colors ul li:nth-child(14) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(14) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(13) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(13) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(12) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(12) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(11) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(11) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(10) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(10) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(9) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(9) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(8) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(8) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(7) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(7) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(6) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(6) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(5) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(5) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(4) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(4) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(3) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(3) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.deep-purple-colors ul li:nth-child(2) {
    background-color: rgb(107.4656903766,5.320083682,248.979916318)
}

    .deep-purple-colors ul li:nth-child(2) p:before {
        content: "rgb(107.4656903766, 5.320083682, 248.979916318)"
    }

.indigo-colors ul li:nth-child(14) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(14) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(13) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(13) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(12) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(12) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(11) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(11) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(10) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(10) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(9) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(9) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(8) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(8) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(7) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(7) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(6) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(6) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(5) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(5) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(4) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(4) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(3) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(3) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.indigo-colors ul li:nth-child(2) {
    background-color: rgb(64.6875,92.8125,254.0625)
}

    .indigo-colors ul li:nth-child(2) p:before {
        content: "rgb(64.6875, 92.8125, 254.0625)"
    }

.blue-colors ul li:nth-child(14) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(14) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(13) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(13) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(12) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(12) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(11) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(11) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(10) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(10) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(9) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(9) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(8) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(8) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(7) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(7) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(6) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(6) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(5) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(5) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(4) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(4) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(3) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(3) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.blue-colors ul li:nth-child(2) {
    background-color: rgb(57.75,110.35,255)
}

    .blue-colors ul li:nth-child(2) p:before {
        content: "rgb(57.75, 110.35, 255)"
    }

.light-blue-colors ul li:nth-child(14) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(14) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(13) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(13) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(12) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(12) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(11) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(11) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(10) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(10) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(9) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(9) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(8) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(8) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(7) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(7) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(6) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(6) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(5) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(5) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(4) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(4) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(3) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(3) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.light-blue-colors ul li:nth-child(2) {
    background-color: rgb(5.320083682,156.410460251,248.979916318)
}

    .light-blue-colors ul li:nth-child(2) p:before {
        content: "rgb(5.320083682, 156.410460251, 248.979916318)"
    }

.cyan-colors ul li:nth-child(14) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(14) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(13) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(13) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(12) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(12) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(11) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(11) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(10) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(10) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(9) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(9) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(8) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(8) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(7) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(7) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(6) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(6) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(5) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(5) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(4) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(4) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(3) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(3) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.cyan-colors ul li:nth-child(2) {
    background-color: rgb(5.3525345622,198.0437788018,226.9474654378)
}

    .cyan-colors ul li:nth-child(2) p:before {
        content: "rgb(5.3525345622, 198.0437788018, 226.9474654378)"
    }

.teal-colors ul li:nth-child(14) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(14) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(13) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(13) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(12) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(12) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(11) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(11) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(10) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(10) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(9) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(9) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(8) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(8) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(7) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(7) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(6) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(6) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(5) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(5) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(4) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(4) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(3) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(3) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.teal-colors ul li:nth-child(2) {
    background-color: rgb(5.3883248731,206.9116751269,178.8923857868)
}

    .teal-colors ul li:nth-child(2) p:before {
        content: "rgb(5.3883248731, 206.9116751269, 178.8923857868)"
    }

.green-colors ul li:nth-child(14) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(14) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(13) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(13) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(12) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(12) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(11) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(11) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(10) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(10) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(9) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(9) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(8) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(8) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(7) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(7) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(6) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(6) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(5) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(5) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(4) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(4) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(3) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(3) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.green-colors ul li:nth-child(2) {
    background-color: rgb(5.3713592233,215.9286407767,92.3873786408)
}

    .green-colors ul li:nth-child(2) p:before {
        content: "rgb(5.3713592233, 215.9286407767, 92.3873786408)"
    }

.light-green-colors ul li:nth-child(14) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(14) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(13) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(13) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(12) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(12) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(11) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(11) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(10) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(10) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(9) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(9) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(8) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(8) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(7) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(7) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(6) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(6) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(5) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(5) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(4) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(4) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(3) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(3) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.light-green-colors ul li:nth-child(2) {
    background-color: rgb(110.7600806452,228.1415322581,35.1584677419)
}

    .light-green-colors ul li:nth-child(2) p:before {
        content: "rgb(110.7600806452, 228.1415322581, 35.1584677419)"
    }

.lime-colors ul li:nth-child(14) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(14) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(13) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(13) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(12) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(12) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(11) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(11) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(10) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(10) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(9) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(9) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(8) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(8) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(7) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(7) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(6) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(6) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(5) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(5) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(4) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(4) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(3) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(3) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.lime-colors ul li:nth-child(2) {
    background-color: rgb(186.2029288703,248.979916318,5.320083682)
}

    .lime-colors ul li:nth-child(2) p:before {
        content: "rgb(186.2029288703, 248.979916318, 5.320083682)"
    }

.yellow-colors ul li:nth-child(14) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(14) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(13) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(13) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(12) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(12) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(11) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(11) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(10) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(10) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(9) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(9) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(8) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(8) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(7) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(7) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(6) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(6) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(5) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(5) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(4) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(4) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(3) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(3) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.yellow-colors ul li:nth-child(2) {
    background-color: rgb(255,216.091,17.75)
}

    .yellow-colors ul li:nth-child(2) p:before {
        content: "rgb(255, 216.091, 17.75)"
    }

.amber-colors ul li:nth-child(14) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(14) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(13) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(13) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(12) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(12) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(11) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(11) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(10) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(10) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(9) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(9) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(8) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(8) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(7) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(7) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(6) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(6) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(5) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(5) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(4) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(4) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(3) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(3) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.amber-colors ul li:nth-child(2) {
    background-color: rgb(255,176.233,17.75)
}

    .amber-colors ul li:nth-child(2) p:before {
        content: "rgb(255, 176.233, 17.75)"
    }

.orange-colors ul li:nth-child(14) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(14) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(13) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(13) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(12) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(12) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(11) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(11) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(10) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(10) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(9) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(9) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(8) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(8) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(7) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(7) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(6) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(6) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(5) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(5) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(4) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(4) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(3) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(3) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.orange-colors ul li:nth-child(2) {
    background-color: rgb(255,119.8128,20.3)
}

    .orange-colors ul li:nth-child(2) p:before {
        content: "rgb(255, 119.8128, 20.3)"
    }

.deep-orange-colors ul li:nth-child(14) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(14) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(13) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(13) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(12) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(12) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(11) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(11) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(10) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(10) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(9) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(9) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(8) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(8) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(7) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(7) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(6) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(6) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(5) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(5) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(4) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(4) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(3) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(3) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.deep-orange-colors ul li:nth-child(2) {
    background-color: rgb(235.9615044248,51.2495575221,5.3384955752)
}

    .deep-orange-colors ul li:nth-child(2) p:before {
        content: "rgb(235.9615044248, 51.2495575221, 5.3384955752)"
    }

.brown-colors ul li:nth-child(14) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(14) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(13) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(13) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(12) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(12) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(11) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(11) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(10) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(10) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(9) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(9) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(8) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(8) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(7) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(7) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(6) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(6) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(5) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(5) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(4) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(4) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(3) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(3) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.brown-colors ul li:nth-child(2) {
    background-color: rgb(80.9375,53.5432692308,48.5625)
}

    .brown-colors ul li:nth-child(2) p:before {
        content: "rgb(80.9375, 53.5432692308, 48.5625)"
    }

.grey-colors ul li:nth-child(14) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(14) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(13) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(13) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(12) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(12) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(11) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(11) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(10) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(10) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(9) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(9) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(8) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(8) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(7) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(7) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(6) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(6) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(5) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(5) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(4) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(4) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(3) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(3) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.grey-colors ul li:nth-child(2) {
    background-color: rgb(49.75,49.75,49.75)
}

    .grey-colors ul li:nth-child(2) p:before {
        content: "rgb(49.75, 49.75, 49.75)"
    }

.blue-grey-colors ul li:nth-child(14) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(14) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(13) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(13) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(12) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(12) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(11) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(11) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(10) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(10) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(9) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(9) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(8) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(8) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(7) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(7) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(6) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(6) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(5) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(5) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(4) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(4) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(3) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(3) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.blue-grey-colors ul li:nth-child(2) {
    background-color: rgb(52.603960396,67.6336633663,73.896039604)
}

    .blue-grey-colors ul li:nth-child(2) p:before {
        content: "rgb(52.603960396, 67.6336633663, 73.896039604)"
    }

.primary-colorr ul li:nth-child(14) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(14) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(13) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(13) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(12) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(12) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(11) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(11) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(10) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(10) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(9) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(9) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(8) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(8) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(7) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(7) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(6) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(6) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(5) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(5) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(4) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(4) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(3) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(3) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.primary-colorr ul li:nth-child(2) {
    background-color: rgb(27.8588785047,201.4411214953,167.153271028)
}

    .primary-colorr ul li:nth-child(2) p:before {
        content: "rgb(27.8588785047, 201.4411214953, 167.153271028)"
    }

.success-colorr ul li:nth-child(14) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(14) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(13) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(13) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(12) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(12) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(11) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(11) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(10) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(10) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(9) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(9) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(8) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(8) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(7) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(7) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(6) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(6) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(5) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(5) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(4) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(4) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(3) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(3) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.success-colorr ul li:nth-child(2) {
    background-color: rgb(51.1632,209.0368,118.1096)
}

    .success-colorr ul li:nth-child(2) p:before {
        content: "rgb(51.1632, 209.0368, 118.1096)"
    }

.info-colorr ul li:nth-child(14) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(14) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(13) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(13) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(12) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(12) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(11) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(11) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(10) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(10) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(9) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(9) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(8) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(8) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(7) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(7) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(6) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(6) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(5) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(5) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(4) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(4) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(3) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(3) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.info-colorr ul li:nth-child(2) {
    background-color: rgb(60.6635983264,156.3958158996,220.5364016736)
}

    .info-colorr ul li:nth-child(2) p:before {
        content: "rgb(60.6635983264, 156.3958158996, 220.5364016736)"
    }

.warning-colorr ul li:nth-child(14) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(14) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(13) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(13) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(12) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(12) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(11) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(11) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(10) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(10) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(9) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(9) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(8) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(8) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(7) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(7) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(6) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(6) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(5) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(5) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(4) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(4) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(3) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(3) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.warning-colorr ul li:nth-child(2) {
    background-color: rgb(241.5622047244,198.3692913386,24.6377952756)
}

    .warning-colorr ul li:nth-child(2) p:before {
        content: "rgb(241.5622047244, 198.3692913386, 24.6377952756)"
    }

.danger-colorr ul li:nth-child(14) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(14) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(13) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(13) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(12) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(12) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(11) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(11) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(10) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(10) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(9) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(9) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(8) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(8) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(7) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(7) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(6) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(6) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(5) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(5) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(4) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(4) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(3) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(3) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

.danger-colorr ul li:nth-child(2) {
    background-color: rgb(232.1178082192,84.3369863014,69.0821917808)
}

    .danger-colorr ul li:nth-child(2) p:before {
        content: "rgb(232.1178082192, 84.3369863014, 69.0821917808)"
    }

#draggableMultiple .sortable-moves {
    cursor: move;
    margin-bottom: 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.14);
    margin-bottom: 20px;
    padding: 15px 0 15px 60px
}

.sortable-moves {
    font-size: 14px;
    line-height: 1.55556em;
    list-style-type: none;
    margin-bottom: 15px;
    min-height: 3.55556em;
    padding-left: 5.11111em;
    position: relative;
    cursor: move
}

    .sortable-moves img {
        position: absolute;
        height: 40px;
        left: 10px;
        border-radius: 5px;
        top: 15px
    }

    .sortable-moves h6 {
        font-weight: 600
    }

.card-sub {
    cursor: move;
    border: none;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05)
}

    .card-sub:hover {
        box-shadow: 0 0 25px -5px #9e9c9e;
        transition: all 180ms linear
    }

.payment-card .icofont-mastercard, .payment-card .icofont-paypal-alt, .payment-card .icofont-visa-alt {
    display: block;
    font-size: 60px;
    color: #ed5565
}

.payment-card .icofont-visa-alt {
    color: #1c84c6
}

.payment-card .icofont-mastercard {
    color: #f8ac59
}

.payment-tabs .md-tabs.nav-tabs .nav-item {
    width: 16.6666666667%
}

.payment-tabs .md-tabs .nav-item + .nav-item, .payment-tabs .nav-tabs .slide {
    width: 16.6666666667%
}

.demo-container {
    padding-bottom: 0
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
    background: #01a9ac !important
}

.payment-form {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 0
}

.ace_editor {
    width: 100% !important;
    position: relative !important;
    margin-top: 20px
}

.long-press:focus {
    outline-color: #01a9ac
}

.inputor:focus {
    border-color: #01a9ac
}

#edui1 {
    width: auto !important
}

.tab-pane form .md-add-on i {
    font-size: 20px
}

.wall-elips {
    position: absolute;
    right: 15px
}

.social-wallpaper {
    position: relative
}

.social-profile {
    position: relative;
    padding-top: 15px
}

.timeline-btn {
    position: absolute;
    bottom: 0;
    right: 30px
}

.nav-tabs.md-tabs.tab-timeline li a {
    padding: 20px 0 10px;
    color: #404e67;
    font-size: 16px
}

.social-timeline-left {
    position: absolute;
    top: -200px;
    margin-right: 15px
}

.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none
}

.friend-box img.rounded, .user-box img.rounded {
    height: 45px;
    width: 45px;
    display: inline-block;
    cursor: pointer
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px
}

.chat-header {
    color: #222
}

.live-status {
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: 0;
    right: 17px;
    border-radius: 100%;
    border: 1px solid;
    top: 20px
}

.tab-timeline .slide {
    bottom: -1px
}

.image-upload input {
    visibility: hidden;
    max-width: 0;
    max-height: 0
}

.file-upload-lbl {
    max-width: 15px;
    padding: 5px 0 0
}

.ellipsis::after {
    top: 15px;
    border: none;
    position: absolute;
    content: "\f142";
    font-family: FontAwesome;
    right: 30px
}

.elipsis-box {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    top: 40px;
    right: -10px
}

    .elipsis-box:after {
        content: "";
        height: 13px;
        width: 13px;
        background: #fff;
        position: absolute;
        top: -5px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: -3px -3px 11px 1px rgba(170,170,170,.22)
    }

.friend-elipsis {
    left: -10px;
    top: -10px
}

.social-profile:hover .profile-hvr, .social-wallpaper:hover .profile-hvr {
    opacity: 1;
    transition: all ease-in-out .3s
}

.profile-hvr {
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    top: 0;
    color: #fff;
    background-color: rgba(0,0,0,.61);
    transition: all ease-in-out .3s
}

.social-profile {
    margin: 0 15px
}

.social-follower {
    text-align: center
}

    .social-follower h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-style: normal
    }

    .social-follower h5 {
        font-size: 14px
    }

    .social-follower .follower-counter {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 13px
    }

        .social-follower .follower-counter .txt-primary {
            font-size: 24px
        }

.timeline-icon {
    height: 45px;
    width: 45px;
    display: block;
    margin: 0 auto;
    border: 4px #fff solid
}

.social-timelines-left:after {
    height: 3px;
    width: 20px;
    position: absolute;
    background: #ccc;
    top: 20px;
    content: "";
    right: -10px;
    z-index: 0
}

.social-timelines-left {
    position: relative;
    z-index: 3
}

.social-timelines:before {
    position: absolute;
    content: " ";
    width: 3px;
    background: #ccc;
    left: 48px;
    height: 100%;
    top: 0;
    z-index: 1
}

.timeline-dot:after, .timeline-dot:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #ccc;
    left: 45px;
    border-radius: 100%
}

.post-timelines .social-time, .user-box .social-designation {
    font-size: 13px
}

.user-box .f-right {
    text-transform: capitalize
}

.social-msg a {
    display: inline-block
}

    .social-msg a span {
        color: #666;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px
    }

    .social-msg a:hover {
        color: #01a9ac
    }

        .social-msg a:hover i, .social-msg a:hover span {
            color: #01a9ac !important
        }

.contact-info .social-label, .view-info .social-label, .work-info .social-label {
    font-size: 15px;
    padding-left: 0;
    padding-top: 0
}

.contact-info .social-user-name, .view-info .social-user-name, .work-info .social-user-name {
    font-size: 14px;
    padding-left: 0
}

.friend-elipsis .social-designation {
    font-size: 13px
}

.timeline-details p {
    padding-top: 10px;
    margin-bottom: 0
}

.post-timelines {
    cursor: pointer
}

    .post-timelines .chat-header, .timeline-details .chat-header {
        font-size: 15px
    }

.social-client-description {
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .social-client-description p {
        margin-top: 5px;
        margin-bottom: 0
    }

    .social-client-description span {
        font-size: 12px
    }

    .social-client-description .chat-header {
        font-size: 13px;
        font-weight: 600;
        cursor: pointer
    }

.social-tabs a {
    font-size: 18px
}

.timeline-btn a {
    margin-bottom: 20px
}

.profile-hvr i {
    cursor: pointer
}

.fc-left {
    margin-bottom: 10px
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em
}

#external-events .fc-event {
    background: #fff;
    color: #000;
    cursor: move;
    padding: 5px 18px;
    margin-bottom: 5px
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666
}

    #external-events p input {
        margin: 0;
        vertical-align: middle
    }

.fc td, .fc th {
    line-height: 2.5
}

.fc-state-default {
    background-color: #fff;
    color: #272727
}

tr:first-child > td > .fc-day-grid-event {
    color: #000;
    padding-left: 10px;
    background: #f3f3f3
}

.fc-nonbusiness {
    background-color: #fff
}

.fc-state-active {
    background-color: #01a9ac;
    color: #fff
}

.fc-toolbar {
    margin-bottom: 8px
}

    .fc-toolbar .fc-center {
        display: block
    }

.fc-center h2 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 10px
}

.fc button {
    height: auto;
    padding: 10px
}

.fc-toolbar .fc-left {
    float: right
}

.fc-button-group {
    margin-right: 10px
}

.fc .fc-toolbar > * > * {
    margin-left: 0
}

.fc-event, .fc-event-dot {
    background-color: transparent
}

.fc-day-grid-event:hover {
    color: #000 !important;
    opacity: .8
}

.fc-time-grid-event .fc-content {
    color: #fff
}

.fc-bgevent {
    background: #d8d6d6 !important
}

.fc-state-default {
    background-image: none !important;
    border-color: none !important;
    text-shadow: none !important;
    box-shadow: none !important
}

.fc-state-active, .fc-state-down {
    background-color: none !important;
    background-image: none !important;
    box-shadow: none !important
}

.fc th {
    background: #01a9ac;
    color: #fff;
    border-color: #01a9ac
}

.fc-event-container a {
    padding: 5px
}

.fc-event {
    line-height: 1.3;
    border-radius: 2px
}

tr:first-child > td > .fc-day-grid-event {
    margin-left: 0
}

.clndr {
    width: 100%
}

.clndr {
    background-color: #f3f3f3;
    box-shadow: 0 4 px 0 #272727
}

    .clndr .clndr-controls {
        padding: 14px;
        background-color: #303549;
        color: #fff;
        text-align: center
    }

        .clndr.clndr-controls.clndr-previous-button {
            float: left;
            text-align: left
        }

        .clndr.clndr-controls.clndr-next-button {
            float: right;
            text-align: right
        }

        .clndr.clndr-controls.clndr-next-button, .clndr.clndr-controls.clndr-previous-button {
            width: 30px;
            cursor: pointer
        }

            .clndr.clndr-controls.clndr-next-button:hover, .clndr.clndr-controls.clndr-previous-button:hover {
                opacity: .5
            }

    .clndr.clndr-grid {
        float: left;
        width: 65%;
        background-color: #fff
    }

        .clndr.clndr-grid.days-of-the-week {
            width: 100%;
            background-color: #f6bb42
        }

            .clndr.clndr-grid.days-of-the-week.header-day {
                float: left;
                width: 14.2857%;
                padding: 14px;
                text-align: center;
                color: #fff
            }

        .clndr.clndr-grid.days {
            width: 100%
        }

            .clndr.clndr-grid.days.day, .clndr.clndr-grid.days.empty {
                float: left;
                width: 14.2857%;
                padding: 12px 0;
                text-align: center;
                color: #4f4f4f
            }

                .clndr .clndr-grid .days .day.event .day-number, .clndr .clndr-grid .days .empty.event .day-number {
                    border: none;
                    color: #fe5d70;
                    border-radius: 50%;
                    padding: 6px 9px
                }

                .clndr.clndr-grid.days.day.adjacent-month.day-number, .clndr.clndr-grid.days.day.inactive.day-number, .clndr.clndr-grid.days.empty.adjacent-month.day-number {
                    opacity: .3;
                    cursor: pointer
                }

                .clndr.clndr-grid.days.day.selected {
                    background-color: #fe5d70;
                    color: #fff
                }

            .clndr.clndr-grid.days.today {
                color: #fff;
                background-image: none
            }

    .clndr.event-listing {
        background-color: #01a9ac;
        float: left;
        width: 35%
    }

        .clndr.event-listing.event-listing-title {
            padding: 15.5px;
            font-size: .88rem;
            background-color: #fe9365;
            text-align: center;
            color: #fff;
            letter-spacing: 1px
        }

        .clndr.event-listing.event-item {
            padding: 6px 14px;
            color: #4f4f4f
        }

        .clndr .event-listing .event-item-location {
            font-weight: 400
        }

.fc-event {
    border-color: #01a9ac
}

.job-right-header .card-header .card-header-right {
    top: 7px;
    right: 15px
}

.job-right-header .radio-inline {
    display: block
}

.job-right-header .checkbox-fade {
    display: block
}

    .job-right-header .checkbox-fade label {
        position: absolute;
        z-index: 99
    }

    .job-right-header .checkbox-fade div {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px
    }

.job-right-header a {
    color: #01a9ac;
    font-weight: 600
}

.job-details-list {
    padding-left: inherit;
    list-style-type: square;
    margin-bottom: 40px
}

    .job-details-list li {
        margin-bottom: 10px
    }

.company-name p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px
}

.job-cards .d-flex {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd
}

.job-cards:last-child .d-flex {
    border-bottom: none;
    padding-bottom: 0
}

.job-cards img {
    width: 60px
}

.job-cards .ms-auto {
    position: absolute;
    top: 20px;
    right: 0
}

@media only screen and (max-width:575px) {
    .job-cards .flex-shrink-0 {
        padding-right: 0
    }
}

.job-badge {
    position: absolute;
    top: 35px;
    right: -15px
}

    .job-badge:after {
        content: "";
        border: 7px solid transparent;
        border-top-color: rgb(.5578034682,94.2687861272,95.9421965318);
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -7px;
        right: 8px;
        z-index: 1
    }

    .job-badge .label {
        width: 80px;
        text-align: center;
        padding: 7px;
        border-radius: 0;
        z-index: 10
    }

@media only screen and (max-width:768px) {
    .job-badge {
        display: none
    }
}

.job-lable {
    margin-bottom: 20px
}

    .job-lable .label {
        margin: 5px 10px 5px 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        padding: 5px 10px 5px 12px
    }

.job-card-desc {
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer
}

.job-meta-data {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 10px
}

    .job-meta-data i {
        margin-right: 5px;
        color: #01a9ac
    }

.job-card.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
}

    .job-card.card-columns > .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 1.25rem
    }

.email-card {
    padding: 0 15px
}

    .email-card .user-head {
        background-color: #01a9ac;
        padding: 10px;
        min-height: 80px;
        display: flex;
        align-items: center
    }

        .email-card .user-head .user-name {
            margin-left: 10px;
            margin-bottom: 10px
        }

            .email-card .user-head .user-name span {
                display: block;
                color: #fff
            }

    .email-card label {
        margin-bottom: 0
    }

    .email-card .user-body {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff
    }

        .email-card .user-body .page-list {
            border-bottom: 0 solid transparent
        }

            .email-card .user-body .page-list li {
                text-transform: capitalize;
                border-bottom: 1px solid #e9ecef;
                transition: all ease-in .3s;
                cursor: pointer
            }

                .email-card .user-body .page-list li.mail-section {
                    display: block;
                    margin-bottom: 0
                }

                    .email-card .user-body .page-list li.mail-section a {
                        padding: 15px 20px;
                        border-radius: 0 !important;
                        color: #404e67;
                        border: 0 solid transparent
                    }

                        .email-card .user-body .page-list li.mail-section a.active, .email-card .user-body .page-list li.mail-section a:hover {
                            color: #01a9ac;
                            background-color: rgb(72.063583815,250.7456647399,253.936416185)
                        }

                .email-card .user-body .page-list li i {
                    margin-right: 10px
                }

                .email-card .user-body .page-list li:last-child {
                    border-bottom: 0 solid transparent
                }

        .email-card .user-body .label-list a {
            padding: 10px 20px;
            display: block;
            color: #6a6a6a;
            position: relative;
            padding-left: 25px
        }

            .email-card .user-body .label-list a:before {
                content: "";
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50px;
                left: 0;
                top: 16px
            }

            .email-card .user-body .label-list a.mail-work:before {
                background-color: #01a9ac
            }

            .email-card .user-body .label-list a.mail-design:before {
                background-color: #2dcee3
            }

            .email-card .user-body .label-list a.mail-family:before {
                background-color: #0ac282
            }

            .email-card .user-body .label-list a.mail-friends:before {
                background-color: #fe9365
            }

            .email-card .user-body .label-list a.mail-office:before {
                background-color: #fe5d70
            }

    .email-card .mail-box-head {
        background-color: #01a9ac;
        min-height: 80px;
        padding: 20px 0
    }

        .email-card .mail-box-head h3 {
            color: #fff
        }

        .email-card .mail-box-head .input-group {
            margin-bottom: 0
        }

    .email-card .mail-body {
        padding: 20px 0
    }

        .email-card .mail-body .mail-body-header {
            margin-bottom: 20px
        }

            .email-card .mail-body .mail-body-header .btn, .email-card .mail-body .mail-body-header .btn-group {
                margin: 2px
            }

    .email-card .mail-body-content .check-star {
        display: flex;
        align-items: center
    }

        .email-card .mail-body-content .check-star .icofont-star {
            margin-top: -8px
        }

    .email-card .mail-body-content tr {
        transition: all ease-in .3s
    }

        .email-card .mail-body-content tr:hover {
            background-color: rgb(72.063583815,250.7456647399,253.936416185);
            cursor: pointer
        }

    .email-card .mail-body-content .unread a {
        color: #222;
        font-weight: 600
    }

    .email-card .mail-body-content .read a {
        color: #222;
        font-weight: 400
    }

.email-summernote ~ .note-frame {
    border: 1px solid #ddd;
    border-radius: 2px
}

.email-read .photo-table {
    padding-right: 10px
}

.email-read .user-name {
    margin-bottom: 10px
}

.mail-body-content.email-read .card {
    box-shadow: none;
    margin-bottom: 0
}

.user-name {
    margin-bottom: 20px
}

.email-card .user-mail h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #292b2c
}

.email-content {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.mail-img {
    margin-top: 20px
}

.email-welcome-txt {
    font-weight: 600
}

.set-map {
    height: 400px;
    width: 100% !important
}

#mapGeo {
    height: 345px
}

#address-search .input-group {
    margin-bottom: 0
}

.pcoded .navbar-page .pcoded-header {
    position: relative !important
}

.danger-nav, .info-nav, .light-nav-border, .primary-nav, .success-nav, .warning-nav {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px
}

    .danger-nav a, .info-nav a, .light-nav-border a, .primary-nav a, .success-nav a, .warning-nav a {
        color: #222
    }

    .danger-nav li.active a, .info-nav li.active a, .light-nav-border li.active a, .primary-nav li.active a, .success-nav li.active a, .warning-nav li.active a {
        color: #01a9ac;
        font-weight: 600
    }

    .danger-nav .nav-item, .info-nav .nav-item, .light-nav-border .nav-item, .primary-nav .nav-item, .success-nav .nav-item, .warning-nav .nav-item {
        margin-left: 15px
    }

        .danger-nav .nav-item:hover .navbar-varient-submenu, .info-nav .nav-item:hover .navbar-varient-submenu, .light-nav-border .nav-item:hover .navbar-varient-submenu, .primary-nav .nav-item:hover .navbar-varient-submenu, .success-nav .nav-item:hover .navbar-varient-submenu, .warning-nav .nav-item:hover .navbar-varient-submenu {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            opacity: 1;
            visibility: visible
        }

    .danger-nav .navbar-varient-submenu, .info-nav .navbar-varient-submenu, .light-nav-border .navbar-varient-submenu, .primary-nav .navbar-varient-submenu, .success-nav .navbar-varient-submenu, .warning-nav .navbar-varient-submenu {
        box-shadow: 0 0 1px 2px rgba(0,0,0,.03),0 -2px 1px -2px rgba(0,0,0,.02),0 0 0 -1px rgba(0,0,0,.03);
        border: 1px solid #ddd;
        position: absolute;
        width: 16em;
        background-color: #fff;
        transition: all linear .3s;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }

        .danger-nav .navbar-varient-submenu a, .info-nav .navbar-varient-submenu a, .light-nav-border .navbar-varient-submenu a, .primary-nav .navbar-varient-submenu a, .success-nav .navbar-varient-submenu a, .warning-nav .navbar-varient-submenu a {
            padding: 10px;
            display: block;
            transition: background-color linear .3s
        }

            .danger-nav .navbar-varient-submenu a:hover, .info-nav .navbar-varient-submenu a:hover, .light-nav-border .navbar-varient-submenu a:hover, .primary-nav .navbar-varient-submenu a:hover, .success-nav .navbar-varient-submenu a:hover, .warning-nav .navbar-varient-submenu a:hover {
                background-color: #f1f1f1
            }

    .danger-nav .profile-sub-menu, .info-nav .profile-sub-menu, .light-nav-border .profile-sub-menu, .primary-nav .profile-sub-menu, .success-nav .profile-sub-menu, .warning-nav .profile-sub-menu {
        right: 10px
    }

        .danger-nav .profile-sub-menu i, .info-nav .profile-sub-menu i, .light-nav-border .profile-sub-menu i, .primary-nav .profile-sub-menu i, .success-nav .profile-sub-menu i, .warning-nav .profile-sub-menu i {
            margin-right: 10px
        }

.primary-nav {
    background-color: rgb(21.3583815029,249.5664739884,253.6416184971)
}

    .primary-nav a {
        color: #666
    }

    .primary-nav li.active a {
        color: #666;
        font-weight: 600
    }

    .primary-nav .navbar-varient-submenu a {
        color: #222
    }

.warning-nav {
    background-color: rgb(254.6580645161,218.0709677419,202.3419354839)
}

    .warning-nav a {
        color: #666
    }

    .warning-nav li.active a {
        color: #666;
        font-weight: 600
    }

    .warning-nav .navbar-varient-submenu a {
        color: #222
    }

.success-nav {
    background-color: #3df5b5
}

    .success-nav a {
        color: #666
    }

    .success-nav li.active a {
        color: #666;
        font-weight: 600
    }

    .success-nav .navbar-varient-submenu a {
        color: #222
    }

.info-nav {
    background-color: #87e3ef
}

    .info-nav a {
        color: #666
    }

    .info-nav li.active a {
        color: #666;
        font-weight: 600
    }

    .info-nav .navbar-varient-submenu a {
        color: #222
    }

.danger-nav {
    background-color: rgb(254.782208589,219.717791411,223.8558282209)
}

    .danger-nav a {
        color: #666
    }

    .danger-nav li.active a {
        color: #666;
        font-weight: 600
    }

    .danger-nav .navbar-varient-submenu a {
        color: #222
    }

.bg-dark {
    background-color: #2c3e50;
    color: #fff
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.9)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .navbar-light .navbar-nav .open > .nav-link {
    color: rgba(255,255,255,.9)
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.3)
    }

.navbar-dark button.btn {
    color: #fff;
    border-color: #fff
}

.danger-nav-dark, .dark-nav-border, .info-nav-dark, .primary-nav-dark, .success-nav-dark, .warning-nav-dark {
    border: 1px solid #2c3e50;
    padding: 15px
}

.danger-nav, .info-nav, .primary-nav, .success-nav, .warning-nav {
    border: none;
    padding: 15px
}

    .danger-nav a, .danger-nav-dark a, .dark-nav-border a, .info-nav a, .info-nav-dark a, .primary-nav a, .primary-nav-dark a, .success-nav a, .success-nav-dark a, .warning-nav a, .warning-nav-dark a {
        color: rgba(0,0,0,.9)
    }

    .danger-nav .navbar-varient-submenu, .danger-nav-dark .navbar-varient-submenu, .dark-nav-border .navbar-varient-submenu, .info-nav .navbar-varient-submenu, .info-nav-dark .navbar-varient-submenu, .primary-nav .navbar-varient-submenu, .primary-nav-dark .navbar-varient-submenu, .success-nav .navbar-varient-submenu, .success-nav-dark .navbar-varient-submenu, .warning-nav .navbar-varient-submenu, .warning-nav-dark .navbar-varient-submenu {
        box-shadow: -2 0 1px 2px rgba(0,0,0,.03),0 -2px 1px -2px rgba(0,0,0,.02),0 0 0 -1px rgba(0,0,0,.03);
        border: 1px solid #ddd;
        position: absolute;
        width: 16em;
        background-color: #fff;
        transition: all linear .3s;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }

    .danger-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .danger-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .danger-nav .nav-item:hover .navbar-varient-submenu, .danger-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .danger-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .danger-nav-dark .nav-item:hover .navbar-varient-submenu, .dark-nav-border .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .dark-nav-border .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .dark-nav-border .nav-item:hover .navbar-varient-submenu, .info-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .info-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .info-nav .nav-item:hover .navbar-varient-submenu, .info-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .info-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .info-nav-dark .nav-item:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .danger-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .danger-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .dark-nav-border a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .info-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .info-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .primary-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .primary-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .success-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .success-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .warning-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-1 .warning-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .danger-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .danger-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .dark-nav-border a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .info-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .info-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .primary-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .primary-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .success-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .success-nav-dark a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .warning-nav a:hover .navbar-varient-submenu, .main-menu .main-menu-content .nav-item .tree-2 .warning-nav-dark a:hover .navbar-varient-submenu, .primary-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .primary-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .primary-nav .nav-item:hover .navbar-varient-submenu, .primary-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .primary-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .primary-nav-dark .nav-item:hover .navbar-varient-submenu, .success-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .success-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .success-nav .nav-item:hover .navbar-varient-submenu, .success-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .success-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .success-nav-dark .nav-item:hover .navbar-varient-submenu, .warning-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .warning-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .warning-nav .nav-item:hover .navbar-varient-submenu, .warning-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu, .warning-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu, .warning-nav-dark .nav-item:hover .navbar-varient-submenu {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
        visibility: visible
    }

    .danger-nav .navbar-varient-submenu a:hover, .danger-nav-dark .navbar-varient-submenu a:hover, .dark-nav-border .navbar-varient-submenu a:hover, .info-nav .navbar-varient-submenu a:hover, .info-nav-dark .navbar-varient-submenu a:hover, .primary-nav .navbar-varient-submenu a:hover, .primary-nav-dark .navbar-varient-submenu a:hover, .success-nav .navbar-varient-submenu a:hover, .success-nav-dark .navbar-varient-submenu a:hover, .warning-nav .navbar-varient-submenu a:hover, .warning-nav-dark .navbar-varient-submenu a:hover {
        background-color: #f1f1f1
    }

    .danger-nav .navbar-varient-submenu a, .danger-nav-dark .navbar-varient-submenu a, .dark-nav-border .navbar-varient-submenu a, .info-nav .navbar-varient-submenu a, .info-nav-dark .navbar-varient-submenu a, .primary-nav .navbar-varient-submenu a, .primary-nav-dark .navbar-varient-submenu a, .success-nav .navbar-varient-submenu a, .success-nav-dark .navbar-varient-submenu a, .warning-nav .navbar-varient-submenu a, .warning-nav-dark .navbar-varient-submenu a {
        padding: 10px;
        display: block;
        transition: background-color linear .3s
    }

    .danger-nav li.active a, .danger-nav-dark li.active a, .dark-nav-border li.active a, .info-nav li.active a, .info-nav-dark li.active a, .primary-nav li.active a, .primary-nav-dark li.active a, .success-nav li.active a, .success-nav-dark li.active a, .warning-nav li.active a, .warning-nav-dark li.active a {
        color: #666;
        font-weight: 600
    }

    .danger-nav .profile-sub-menu, .danger-nav-dark .profile-sub-menu, .dark-nav-border .profile-sub-menu, .info-nav .profile-sub-menu, .info-nav-dark .profile-sub-menu, .primary-nav .profile-sub-menu, .primary-nav-dark .profile-sub-menu, .success-nav .profile-sub-menu, .success-nav-dark .profile-sub-menu, .warning-nav .profile-sub-menu, .warning-nav-dark .profile-sub-menu {
        right: 10px
    }

.primary-nav-dark {
    background-color: rgb(.7052023121,119.1791907514,121.2947976879);
    border: none
}

    .primary-nav-dark a {
        color: #fff
    }

    .primary-nav-dark li.active a {
        color: #fff;
        font-weight: 600
    }

    .primary-nav-dark .navbar-varient-submenu a {
        color: #fff
    }

    .primary-nav-dark .nav-link.disabled {
        color: rgba(255,255,255,.5)
    }

    .primary-nav-dark .navbar-varient-submenu {
        background-color: rgb(.7052023121,119.1791907514,121.2947976879);
        border-color: rgb(.5578034682,94.2687861272,95.9421965318)
    }

        .primary-nav-dark .navbar-varient-submenu a:hover {
            background-color: rgb(.5578034682,94.2687861272,95.9421965318)
        }

.warning-nav-dark {
    background-color: rgb(253.6709677419,111.464516129,50.3290322581);
    border: none
}

    .warning-nav-dark a {
        color: #fff
    }

    .warning-nav-dark li.active a {
        color: #fff;
        font-weight: 600
    }

    .warning-nav-dark .navbar-varient-submenu a {
        color: #fff
    }

    .warning-nav-dark .nav-link.disabled {
        color: rgba(255,255,255,.5)
    }

    .warning-nav-dark .navbar-varient-submenu {
        background-color: rgb(253.6709677419,111.464516129,50.3290322581);
        border-color: rgb(253.5064516129,93.6967741935,24.9935483871)
    }

        .warning-nav-dark .navbar-varient-submenu a:hover {
            background-color: rgb(253.5064516129,93.6967741935,24.9935483871)
        }

.success-nav-dark {
    background-color: rgb(7.5,145.5,97.5);
    border: none
}

    .success-nav-dark a {
        color: #fff
    }

    .success-nav-dark li.active a {
        color: #fff;
        font-weight: 600
    }

    .success-nav-dark .navbar-varient-submenu a {
        color: #fff
    }

    .success-nav-dark .nav-link.disabled {
        color: rgba(255,255,255,.5)
    }

    .success-nav-dark .navbar-varient-submenu {
        background-color: rgb(7.5,145.5,97.5);
        border-color: rgb(6.25,121.25,81.25)
    }

        .success-nav-dark .navbar-varient-submenu a:hover {
            background-color: rgb(6.25,121.25,81.25)
        }

.info-nav-dark {
    background-color: rgb(26,175.5,195);
    border: none
}

    .info-nav-dark a {
        color: #fff
    }

    .info-nav-dark li.active a {
        color: #fff;
        font-weight: 600
    }

    .info-nav-dark .navbar-varient-submenu a {
        color: #fff
    }

    .info-nav-dark .nav-link.disabled {
        color: rgba(255,255,255,.5)
    }

    .info-nav-dark .navbar-varient-submenu {
        background-color: rgb(26,175.5,195);
        border-color: rgb(23,155.25,172.5)
    }

        .info-nav-dark .navbar-varient-submenu a:hover {
            background-color: rgb(23,155.25,172.5)
        }

.danger-nav-dark {
    background-color: rgb(253.6871165644,42.3128834356,67.2576687117);
    border: none
}

    .danger-nav-dark a {
        color: #fff
    }

    .danger-nav-dark li.active a {
        color: #fff;
        font-weight: 600
    }

    .danger-nav-dark .navbar-varient-submenu a {
        color: #fff
    }

    .danger-nav-dark .nav-link.disabled {
        color: rgba(255,255,255,.5)
    }

    .danger-nav-dark .navbar-varient-submenu {
        background-color: rgb(253.6871165644,42.3128834356,67.2576687117);
        border-color: rgb(253.5306748466,16.9693251534,44.8865030675)
    }

        .danger-nav-dark .navbar-varient-submenu a:hover {
            background-color: rgb(253.5306748466,16.9693251534,44.8865030675)
        }

.nav-item label.badge-top-left {
    right: 4.4%;
    bottom: 38px
}

.nav-item .radio-inline {
    margin-top: 7px
}

.danger-nav-dark button, .info-nav-dark button, .primary-nav-dark button, .success-nav-dark button, .warning-nav-dark button {
    border-color: #fff
}

.danger-nav-dark i, .info-nav-dark i, .primary-nav-dark i, .success-nav-dark i, .warning-nav-dark i {
    color: #fff
}

.danger-nav button, .info-nav button, .primary-nav button, .success-nav button, .warning-nav button {
    border-color: rgba(0,0,0,.6) !important
}

.danger-nav i, .info-nav i, .primary-nav i, .success-nav i, .warning-nav i {
    color: rgba(0,0,0,.6) !important
}

.danger-nav button, .info-nav button, .light-nav-border button, .primary-nav button, .success-nav button, .warning-nav button {
    border-color: rgba(0,0,0,.1)
}

.danger-nav i, .info-nav i, .light-nav-border i, .primary-nav i, .success-nav i, .warning-nav i {
    color: rgba(0,0,0,.4)
}

.note-card {
    padding-top: 0;
    padding-bottom: 0
}

    .note-card .note-box-aside {
        border-right: 1px solid #ddd
    }

        .note-card .note-box-aside .row {
            padding: 20px 0;
            display: flex;
            align-items: center
        }

    .note-card .Note-header {
        padding: 20px 0
    }

    .note-card .note-write {
        position: relative
    }

        .note-card .note-write:before {
            content: "";
            position: absolute;
            width: 0;
            top: 0;
            left: 32px;
            bottom: 0;
            border-left: 1px solid #01a9ac
        }

        .note-card .note-write:after {
            content: "";
            position: absolute;
            width: 0;
            top: 0;
            left: 34px;
            bottom: 0;
            border-left: 1px solid #01a9ac
        }

    .note-card .note-write {
        background: -webkit-linear-gradient(top,rgb(1.4421965318,243.7312138728,248.0578034682) 0,rgb(72.063583815,250.7456647399,253.936416185) 5%) 0 0;
        background-size: 100% 35px
    }

    .note-card #Note-pad {
        border: none;
        resize: none;
        background: 0 0;
        padding: 0 20px 0 50px;
        line-height: 35px
    }

    .note-card .Note-created__on {
        display: block
    }

.summernote-page .modal-footer {
    margin: 0 auto
}

pre[class*=language-] {
    background-color: #fff;
    border: 1px solid #ddd
}

    pre[class*=language-] code {
        background-color: #fff !important
    }

pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

    pre.line-numbers > code {
        position: relative
    }

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

    .line-numbers-rows > span:before {
        content: counter(linenumber);
        color: #999;
        display: block;
        padding-right: .8em;
        text-align: right
    }

.progress-xl {
    height: 30px
}

.progress-lg {
    height: 24px
}

.progres-md {
    height: 18px
}

.progress-sm {
    height: 12px
}

.progress-xs {
    height: 6px
}

.progress-bar-page .progress {
    margin-bottom: 2rem
}

.progress-bar-default {
    background-color: #e0e0e0
}

.progress-bar-primary {
    background-color: #01a9ac
}

.progress-bar-success {
    background-color: #0ac282
}

.progress-bar-info {
    background-color: #2dcee3
}

.progress-bar-warning {
    background-color: #fe9365
}

.progress-bar-danger {
    background-color: #fe5d70
}

.progress-bar-pink {
    background-color: #ff7aa3
}

.progress-bar-purple {
    background-color: #9261c6
}

.progress-bar-orange {
    background-color: #e67e22
}

.progress-bar-yellow {
    background-color: #f1c40f
}

.progress-bar-emrald {
    background-color: #2ecc71
}

.loader {
    margin: 18px auto;
    top: 65px;
    left: 65px;
    right: 0;
    width: 100px;
    height: 100px;
    position: relative;
    transform: translate(-50%,-50%)
}

    .loader.animation-start .circle {
        animation: rotating 2s ease-in-out infinite
    }

    .loader.animation-stop .circle {
        animation-iteration-count: 1
    }

    .loader .circle {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        transform-origin: 50% 50%;
        animation-iteration-count: 0
    }

        .loader .circle:after {
            content: "";
            top: 0;
            left: 0;
            width: 10px;
            height: 10px;
            display: block;
            border-radius: 50%;
            transform: translate(-50%,-50%);
            background-color: #1abc9c
        }

        .loader .circle.delay-1 {
            animation-delay: 125ms
        }

        .loader .circle.size-1:after {
            width: 11px;
            height: 11px
        }

        .loader .circle.delay-2 {
            animation-delay: .25s
        }

        .loader .circle.size-2:after {
            width: 12px;
            height: 12px
        }

        .loader .circle.delay-3 {
            animation-delay: 375ms
        }

        .loader .circle.size-3:after {
            width: 13px;
            height: 13px
        }

        .loader .circle.delay-4 {
            animation-delay: .5s
        }

        .loader .circle.size-4:after {
            width: 14px;
            height: 14px
        }

        .loader .circle.delay-5 {
            animation-delay: 625ms
        }

        .loader .circle.size-5:after {
            width: 15px;
            height: 15px
        }

        .loader .circle.delay-6 {
            animation-delay: .75s
        }

        .loader .circle.size-6:after {
            width: 16px;
            height: 16px
        }

        .loader .circle.delay-7 {
            animation-delay: 875ms
        }

        .loader .circle.size-7:after {
            width: 17px;
            height: 17px
        }

        .loader .circle.delay-8 {
            animation-delay: 1s
        }

        .loader .circle.size-8:after {
            width: 18px;
            height: 18px
        }

        .loader .circle.delay-9 {
            animation-delay: 1.125s
        }

        .loader .circle.size-9:after {
            width: 19px;
            height: 19px
        }

        .loader .circle.delay-10 {
            animation-delay: 1.25s
        }

        .loader .circle.size-10:after {
            width: 20px;
            height: 20px
        }

        .loader .circle.delay-11 {
            animation-delay: 1.375s
        }

        .loader .circle.size-11:after {
            width: 21px;
            height: 21px
        }

        .loader .circle.delay-12 {
            animation-delay: 1.5s
        }

        .loader .circle.size-12:after {
            width: 22px;
            height: 22px
        }

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    animation: spin 1s linear infinite;
    margin: 0 auto
}

#circle-loader2 {
    fill: none;
    stroke: #01a9ac;
    stroke-width: 4;
    animation: draw 3s ease-in-out infinite
}

@keyframes draw {
    0% {
        stroke-dasharray: 20,282.6
    }

    50% {
        stroke-dasharray: 200,282.6
    }

    100% {
        stroke-dasharray: 20,282.6
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.preloader3 {
    width: auto;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .preloader3 > div {
        margin: 2px;
        background-color: #01a9ac;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: inline-block;
        -webkit-animation: stretchdelay .7s infinite ease-in-out;
        animation: stretchdelay .7s infinite ease-in-out
    }

    .preloader3 .circ2 {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s
    }

    .preloader3 .circ3 {
        -webkit-animation-delay: -.5s;
        animation-delay: -.5s
    }

    .preloader3 .circ4 {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

    .preloader3 .circ5 {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s
    }

    .preloader3 .loader-md {
        height: 13px;
        width: 13px
    }

    .preloader3 .loader-lg {
        height: 18px;
        width: 18px
    }

@-webkit-keyframes stretchdelay {
    0%,100%,40% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,100%,40% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9
    }

    12.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    25% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    37.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }

    50% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    50.00001% {
        border-bottom-color: #1b8bf9
    }

    62.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    75% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    87.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }
}

.preloader4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 55px auto
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #01a9ac;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-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)
    }
}

.preloader5 {
    margin: 55px 0;
    text-align: center
}

    .preloader5 .circle-5 {
        display: inline-block;
        padding: 11px;
        margin: 0 .6em;
        background: #01a9ac;
        border-radius: 100%
    }

    .preloader5 .l {
        -webkit-animation: pulse 2s infinite linear;
        animation: pulse 2s infinite linear
    }

    .preloader5 .m {
        -webkit-animation: pulse 2s infinite linear;
        animation: pulse 2s infinite linear;
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .preloader5 .r {
        -webkit-animation: pulse 2s infinite linear;
        animation: pulse 2s infinite linear;
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

@-webkit-keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.preloader6 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: inherit;
    margin: 18px 0
}

    .preloader6 hr {
        border: 0;
        background: inherit;
        width: 80%;
        height: 80%;
        margin: 10%;
        border-radius: 100%
    }

        .preloader6 hr::after, .preloader6 hr::before, .preloader6::after, .preloader6::before {
            content: "";
            position: absolute;
            top: 0;
            z-index: -1;
            left: 33px;
            border: 17px solid transparent;
            border-bottom: 50px solid #01a9ac;
            border-top: 50px solid #01a9ac;
            animation: rotateColor 1s infinite
        }

    .preloader6::after {
        transform: rotate(45deg);
        animation-delay: 125ms
    }

    .preloader6 hr::before {
        transform: rotate(90deg);
        animation-delay: 250ms
    }

    .preloader6 hr::after {
        transform: rotate(135deg);
        animation-delay: 375ms
    }

.loader, .loader-block {
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes rotateColor {
    0% {
        border-top-color: #1abc9c
    }

    12.5% {
        border-bottom-color: rgba(26,188,156,.8)
    }

    25% {
        border-bottom-color: rgba(26,188,156,.6)
    }

    37.5% {
        border-bottom-color: rgba(26,188,156,.4)
    }

    50% {
        border-bottom-color: rgba(26,188,156,.6)
    }

    50.00001% {
        border-bottom-color: #1abc9c
    }

    62.5% {
        border-bottom-color: rgba(26,188,156,.8)
    }

    75% {
        border-bottom-color: rgba(26,188,156,.6)
    }

    87.5% {
        border-bottom-color: rgba(26,188,156,.4)
    }
}

.range-slider {
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    padding: 50px 0 20px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative
}

    .range-slider b {
        margin-top: -10px
    }

#RGB {
    height: 10px;
    background: grey
}

#RC .slider-selection {
    background: #ff8282
}

#RC .slider-handle {
    background: red
}

#GC .slider-selection {
    background: #428041
}

#GC .slider-handle {
    background: green
}

#BC .slider-selection {
    background: #8283ff
}

#BC .slider-handle {
    border-bottom-color: #00f
}

#B, #G, #R {
    width: 300px
}

.range-slider-contain {
    position: absolute;
    bottom: 15px
}

.slider-handle {
    top: -5px;
    background-image: linear-gradient(to bottom,#01a9ac 0,#01a9ac 100%);
    box-shadow: none
}

.slider-tick, .slider-track {
    background-image: linear-gradient(to bottom,#bdc3c7 0,#bdc3c7 100%)
}

.slider-handle.custom::before {
    line-height: 15px;
    font-size: 35px;
    color: #01a9ac
}

#slider12a .slider-track-high, #slider12c .slider-track-high {
    background: green
}

#slider12b .slider-track-low, #slider12c .slider-track-low {
    background: red
}

#slider12c .slider-selection {
    background: #ff0
}

.slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom,rgb(1.2947976879,218.8208092486,222.7052023121) 0,rgb(1.2947976879,218.8208092486,222.7052023121) 100%)
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom,rgb(1.2947976879,218.8208092486,222.7052023121) 0,rgb(1.2947976879,218.8208092486,222.7052023121) 100%)
}

.slider.slider-horizontal .slider-track {
    height: 2px
}

.slider.slider-horizontal .slider-handle, .slider.slider-horizontal .slider-tick {
    top: -5px;
    cursor: pointer
}

.slider.slider-horizontal .slider-track {
    width: calc(100% - 20px);
    margin-top: -5px;
    top: 50%;
    left: 10px
}

.slider .tooltip {
    opacity: 1 !important;
    display: block !important
}

    .slider .tooltip .tooltip-inner {
        white-space: nowrap;
        max-width: none;
        padding: 3px 8px;
        font-size: 11px;
        font-weight: 500;
        background-color: #01a9ac;
        color: #fff;
        border-radius: 3px
    }

    .slider .tooltip .tooltip-arrow {
        position: absolute
    }

    .slider .tooltip.bs-tooltip-top .tooltip-arrow::before {
        border-top-color: #01a9ac
    }

    .slider .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
        border-bottom-color: #01a9ac
    }

    .slider .tooltip.bs-tooltip-left .tooltip-arrow::before, .slider .tooltip.bs-tooltip-start .tooltip-arrow::before {
        border-left-color: #01a9ac
    }

    .slider .tooltip.bs-tooltip-end .tooltip-arrow::before, .slider .tooltip.bs-tooltip-right .tooltip-arrow::before {
        border-right-color: #01a9ac
    }

    .slider .tooltip.bs-tooltip-bottom .tooltip-inner, .slider .tooltip.bs-tooltip-top .tooltip-inner {
        position: static;
        left: auto;
        transform: none
    }

    .slider .tooltip.bs-tooltip-top {
        margin-top: -38px
    }

    .slider .tooltip.bs-tooltip-bottom {
        margin-top: 10px
    }

.slider-handle {
    width: 18px;
    height: 18px
}

.slider-tick-label-container {
    margin-top: 25px
}

    .slider-tick-label-container .slider-tick-label {
        padding: 0 2px;
        font-size: 11px;
        white-space: nowrap
    }

.br-wrapper {
    margin: 20px 0 50px
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    clear: both;
    padding: 0;
    font-size: 13px;
    color: #757575;
    font-weight: 400
}

.br-theme-bars-reversed .br-widget .br-current-rating {
    clear: both;
    padding: 0;
    line-height: 2;
    font-size: 13px
}

.br-theme-bars-movie .br-widget .br-current-rating {
    color: #757575;
    font-weight: 400;
    text-align: left
}

.br-theme-bars-horizontal .br-widget .br-current-rating, .br-theme-bars-reversed .br-widget .br-current-rating {
    color: #757575;
    font-weight: 400;
    font-size: 13px
}

span.value {
    display: inline
}

.current-rating {
    position: relative;
    top: -50px
}

    .current-rating.hidden {
        display: none
    }

.your-rating {
    position: relative;
    top: -50px
}

    .your-rating.hidden {
        display: none
    }

.br-theme-bars-1to10 .br-widget a, .br-theme-bars-horizontal .br-widget a, .br-theme-bars-movie .br-widget a, .br-theme-bars-reversed .br-widget a {
    background-color: rgb(1.2358381503,208.8566473988,212.5641618497)
}

    .br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected, .br-theme-bars-horizontal .br-widget a.br-active, .br-theme-bars-horizontal .br-widget a.br-selected, .br-theme-bars-movie .br-widget a.br-active, .br-theme-bars-movie .br-widget a.br-selected, .br-theme-bars-reversed .br-widget a.br-active, .br-theme-bars-reversed .br-widget a.br-selected {
        background-color: #01a9ac
    }

.br-theme-bars-pill .br-widget a {
    background-color: rgb(1.2358381503,208.8566473988,212.5641618497);
    color: #01a9ac
}

    .br-theme-bars-pill .br-widget a.br-active, .br-theme-bars-pill .br-widget a.br-selected {
        background-color: #01a9ac
    }

.br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #01a9ac
}

.br-theme-css-stars .br-widget a.br-active:after, .br-theme-css-stars .br-widget a.br-selected:after {
    color: #01a9ac
}

.br-theme-bars-square .br-widget a {
    border: 2px solid rgb(1.2358381503,208.8566473988,212.5641618497);
    color: rgb(1.2358381503,208.8566473988,212.5641618497)
}

    .br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid #01a9ac;
        color: #01a9ac
    }

.br-theme-fontawesome-stars-o .br-widget a.br-active:after, .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after, .br-theme-fontawesome-stars-o .br-widget a.br-selected:after, .br-theme-fontawesome-stars-o .br-widget a:after {
    color: #01a9ac
}

#task-container ul {
    overflow: hidden
}

#task-container .task-headline {
    display: none;
    color: #666;
    border-bottom: 1px solid #c8c7bb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.6em;
    position: relative
}

    #task-container .task-headline:before {
        height: 1px;
        width: 100%;
        background: #fff;
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0
    }

#task-container .nothing-message {
    height: 160px;
    color: #666;
    background-size: 15%
}

#task-container li {
    float: left;
    width: 49%;
    overflow: auto;
    height: auto;
    min-height: 10px;
    background: #fff;
    display: inline-block;
    padding: 20px;
    border: 1px solid #ccc;
    color: #666;
    border-top: 9px solid #01a9ac;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 2%;
    transition: all .3s;
    position: relative
}

    #task-container li:nth-child(2n) {
        margin-right: 0
    }

    #task-container li:hover {
        opacity: 1;
        border-top: 9px solid #e0e0e0
    }

    #task-container li.complete {
        opacity: 1;
        border-top: 9px solid #fe5d70;
        transition: all ease-in .3s
    }

        #task-container li.complete:before {
            background: url("../images/complete.html") no-repeat;
            position: absolute;
            top: 5px;
            right: 5px;
            content: "";
            width: 55px;
            height: 55px;
            background-size: 100%
        }

        #task-container li.complete:hover {
            border-top: 9px solid #e0e0e0;
            opacity: 1
        }

        #task-container li.complete p {
            text-decoration: line-through
        }

#task-container p {
    line-height: 1.6em;
    text-align: left
}

.add-line.complete {
    text-decoration: line-through
}

.task-panel .to-do-label {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px
}

    .task-panel .to-do-label:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding: 0
    }

.to-do-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px
}

    .to-do-list i {
        color: #ccc;
        font-size: 17px;
        opacity: 0
    }

    .to-do-list:last-child {
        border: none;
        padding: 0;
        margin: 0
    }

    .to-do-list:hover i {
        opacity: 1;
        transition: opacity ease-in .3s
    }

    .to-do-list p {
        display: inline-block
    }

.to-do-label .checkbox-fade {
    display: block
}

    .to-do-label .checkbox-fade .delete_todo {
        float: right;
        font-size: 24px;
        color: #ccc
    }

.to-do-label .check-task {
    display: block
}

.to-do-label i {
    cursor: pointer
}

.done-task .captions, .done-task span {
    color: #919aa3;
    text-decoration: line-through
}

@media only screen and (min-width:1367px) and (max-width:1700px) {
    .timeline-dot:after, .timeline-dot:before {
        left: 34px
    }

    .timeline-dot .social-timelines:before {
        left: 37px
    }

    .timeline-dot .social-timelines-left:after {
        right: -30px
    }

    .timeline-dot .timeline-right .card {
        margin-left: 30px
    }
}

@media only screen and (max-width:1366px) {
    .to-do-list {
        margin-bottom: 15px
    }

    .img-tabs img {
        width: 75px
    }

    .card .card-body .sub-title {
        font-size: 12px
    }
}

@media only screen and (min-width:1279px) and (max-width:1500px) {
    .cd-horizontal-timeline {
        margin: 0 auto
    }

    #chartdiv {
        height: 440px
    }

    .social-card-1 .card-body-big {
        padding: 1.3em
    }

    #morris-extra-area {
        height: 400px !important
    }

    .widget-chat-box .receive-chat, .widget-chat-box .send-chat {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .similar-job .d-flex {
        display: inline-block
    }

        .similar-job .d-flex .flex-grow-1 {
            margin-top: 20px
        }
}

@media only screen and (min-width:1200px) and (max-width:1258px) {
    .user-head {
        text-align: center
    }

        .user-head .user-face {
            margin: 0 auto
        }

        .user-head .user-name {
            display: none
        }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .timeline-dot .card {
        margin-left: 50px
    }

    .timeline-dot:after, .timeline-dot:before {
        left: 35px
    }

    .timeline-dot .social-timelines:before {
        left: 38px
    }

    .timeline-dot .social-timelines-left:after {
        right: -50px
    }
}

@media only screen and (max-width:1199px) {
    .pagination {
        float: inherit;
        text-align: center;
        display: inline-block;
        margin-top: 10px !important
    }

        .pagination li {
            float: left;
            margin-bottom: 10px
        }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 14px
    }

    #design-wizard .steps li a {
        padding: 1em .5em
    }

    .blog-page-card {
        margin-bottom: 30px
    }

        .blog-page-card:last-child {
            margin-bottom: 0
        }

    #draggablePanelList [class*=col-] .card-sub {
        margin-bottom: 30px
    }

    #draggablePanelList [class*=col-]:last-child .card-sub {
        margin-bottom: 0
    }

    .user-head {
        justify-content: center
    }

    .user-body {
        min-height: auto !important
    }

    .mail-box-head {
        text-align: center
    }

        .mail-box-head form {
            float: inherit
        }

    #external-events h6 {
        margin-top: 0;
        margin-bottom: 20px
    }

    .just_edit .input-group {
        width: 100% !important
    }

    .dotted-line-theme .ibtn_container {
        top: 10px;
        position: inherit
    }

    .users-card [class*=col-] {
        margin-bottom: 20px
    }

        .users-card [class*=col-]:last-child {
            margin-bottom: 0
        }

    .timeline-btn {
        text-align: center;
        width: 100%;
        right: 0
    }

    .social-timeline-left {
        position: inherit;
        top: 0;
        margin-right: 0
    }

    .timeline-icon {
        position: absolute;
        margin-left: 0
    }

    .social-timelines:before {
        left: 35px
    }

    .timeline-dot:after, .timeline-dot:before {
        left: 32px
    }

    .user-box .social-client-description {
        border-bottom: 1px solid #ddd
    }

    .user-box .f-right {
        float: none;
        display: block
    }

    .main-timeline {
        padding: 10px
    }

        .main-timeline:after, .main-timeline:before {
            margin-left: -94px;
            margin-top: 25px;
            display: none
        }

    .cd-timeline-content::before {
        top: 15px
    }

    .cd-date, .cd-details {
        display: block;
        padding-left: 20px !important;
        padding-top: 0 !important
    }

    .cd-details {
        margin-bottom: 20px
    }

    .cd-timeline-content p {
        margin-bottom: 0
    }

    .clock-widget .basic-alarm {
        display: none
    }

    .weather-card-2 .weather-card-temp {
        padding: 0
    }

    .weather-card-2 .card-footer {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .user-activity-card .card-body-big {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .note-card .note-box-aside {
        border: none
    }
}

@media only screen and (max-width:992px) {
    .navbar, .navbar .navbar-logo {
        width: 100% !important
    }

    .card-body [class*=col-]:last-child .basic-list, .card-body [class*=col-]:nth-last-child(-n+3) .card.user-card {
        margin-bottom: 0
    }

    .common-img-bg {
        background: #f3f3f3 !important
    }

    .auth-body .text-center img {
        display: none
    }

    #dt-live-dom .form-control, #footer-search tfoot .form-control, #footer-select tfoot .form-control, #form-input-table .form-control, .search-api .form-control {
        width: 80%
    }

    .card-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px
    }

    .header-navbar {
        position: fixed !important;
        z-index: 1209;
        top: 0
    }

        .header-navbar[pcoded-header-position=relative] {
            position: fixed !important;
            top: 0
        }

        .header-navbar .navbar-wrapper .navbar-container {
            margin-left: 0
        }

        .header-navbar .navbar-wrapper .navbar-logo {
            width: 100% !important
        }

            .header-navbar .navbar-wrapper .navbar-logo a img {
                display: block !important
            }

            .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
                display: block;
                position: absolute;
                left: 10px;
                top: 10px;
                right: auto
            }

            .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
                display: block;
                position: absolute;
                left: 70px;
                top: 20px
            }

            .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
                display: block;
                position: absolute;
                right: 30px
            }

        .header-navbar .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
            display: none
        }

    .btn-blog {
        text-align: center
    }

    .animation-image img {
        margin: 20px auto 0
    }

    .animation-type {
        text-align: center
    }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 16px
    }

    .widget-card-user .card-user {
        text-align: center
    }

    .pcoded-main-container {
        margin-top: 56px !important
    }
}

@media only screen and (min-width:992px) {
    .btn-blog {
        text-align: right
    }

    .basic-list, .card-body [class*=col-]:nth-last-child(-n+3) .card.user-card {
        margin-bottom: 0
    }

    .menu-rtl .breadcrumb-item + .breadcrumb-item::after {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #868e96;
        content: "/"
    }

    .menu-rtl .breadcrumb-item + .breadcrumb-item::before {
        content: none
    }
}

@media only screen and (max-width:991px) {
    .main-body .page-wrapper .align-items-end .page-header-title {
        text-align: center;
        display: block
    }

        .main-body .page-wrapper .align-items-end .page-header-title i {
            float: none;
            margin-bottom: 10px;
            margin-right: 0
        }

    .main-body .page-wrapper .align-items-end body .pcoded[vertical-placement=right] .main-body {
        direction: ltr
    }

    .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        display: block
    }

    .page-header-breadcrumb .breadcrumb-item {
        display: inline-block;
        float: none
    }

    .messages-content {
        border-right: none
    }
}

@media only screen and (min-width:801px) and (max-width:915px) {
    .grid figure {
        min-width: auto
    }
}

@media only screen and (min-width:768px) {
    #draggableWithoutImg [class*=col-]:last-child .m-t-20 {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:872px) {
    .author-details .header-right li {
        margin-right: 40px
    }

    .recent-candidate-card .recent-contain {
        margin-left: 0
    }

    .author-details img ~ .dot1, .author-details img ~ .dot2 {
        top: 30%
    }
}

@media only screen and (max-width:768px) {
    .card-body.list-tag ul li:last-child {
        margin-bottom: 20px
    }

    .inline-order-list {
        margin-top: 0
    }

    h4 {
        font-size: 1rem;
        font-weight: 600
    }

    .recent-candidate-card .recent-contain {
        margin-left: 0
    }

    .mail-body-content .form-group:nth-child(2) .form-control {
        margin-bottom: 20px
    }

    .mail-body-content .form-group:nth-child(2) .col-md-6:last-child .form-control {
        margin-bottom: 0
    }

    .card h5 {
        font-size: 16px
    }

    .header-navbar .navbar-wrapper .navbar-logo {
        display: inherit
    }

        .header-navbar .navbar-wrapper .navbar-logo a {
            display: inline-block
        }

        .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
            top: 20px
        }

    body.header-fixed .main-body .page-wrapper {
        padding-bottom: 0;
        padding-top: 15px
    }

    .card-header-right i:nth-child(n+2) {
        display: none
    }

    .dataTables_paginate .pagination {
        float: inherit;
        text-align: center;
        display: inline-block;
        margin-top: 10px !important
    }

    div.dataTables_wrapper div.dataTables_info {
        display: inherit
    }

    .wizard > .steps > ul > li {
        float: inherit;
        width: 100%
    }

    .gallery-page .grid {
        padding: 0
    }

    figure.effect-steve h2 {
        margin-top: 0
    }

    .cover-profile .profile-bg-img {
        margin-bottom: 0
    }

    .card-body.user-info {
        position: inherit;
        text-align: center;
        background-color: #e0e0e0;
        margin-bottom: 20px
    }

    .user-info .flex-grow-1, .user-info .flex-shrink-0 {
        display: block
    }

    .cover-btn {
        position: inherit;
        float: none
    }

        .cover-btn .btn:first-child {
            margin-right: 10px
        }

    .user-info .user-title {
        position: initial;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 14px
    }

    .user-content h4 {
        font-size: 1rem
    }

    .user-content h5 {
        margin-right: 0;
        font-size: 14px
    }

    .top-cap-text p {
        padding: 0
    }

        .top-cap-text p:last-child {
            margin-bottom: 0
        }

    .user-card .btn span {
        font-size: 13px
    }

    .toolbar-page [class*=col-] {
        margin-bottom: 30px
    }

        .toolbar-page [class*=col-]:last-child {
            margin-bottom: 0
        }

    .offline-404 h1 {
        font-size: 80px
    }

    .offline-404 h2 {
        font-size: 25px
    }

    .invoice-contact {
        margin-top: 20px;
        margin-bottom: 0
    }

    .lng-dropdown {
        display: none
    }

    .group-widget .card-body-big {
        height: 110px
    }

    .whether-card .card-footer {
        text-align: center
    }

    .client-blocks ul li {
        font-size: 30px
    }

    .widget-profile-card-1 ~ .card-footer [class*=col-] {
        border: none;
        margin: 0 auto
    }

    .large-widget-card i {
        top: 15px
    }

    .user-activity-card .user-number {
        padding: 15px 0
    }

    .user-activity-card .m-b-40 {
        margin-bottom: 10px
    }

    .blur-user-card .blur-footer [class*=col-] {
        margin: 0 auto;
        border: none
    }

    .switchery {
        margin-bottom: 20px
    }

    .switchery-large, .switchery-large ~ .switchery-default, .switchery-small {
        margin-bottom: 0
    }

    .js-dynamic-disable, .js-dynamic-enable {
        display: block;
        width: 100%
    }

    .js-dynamic-disable {
        margin-bottom: 20px
    }

    .border-checkbox-section .border-checkbox-group, .checkbox-color, .radio-inline {
        display: block
    }

    .checkbox-fade {
        display: inline-block
    }

    body.horizontal-icon .page-header, body.horizontal-icon-fixed .page-header {
        margin-top: 0
    }

    body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon, body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
        display: inline-block !important;
        margin-right: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .signup-card {
        position: inherit
    }

    .auth-box {
        margin: 0
    }

    .login h3 {
        margin-top: 0;
        margin-bottom: 0
    }

    .login .m-b-20 {
        margin-bottom: 10px
    }

    .login .m-t-30 {
        margin-top: 10px
    }

    .similar-job .d-flex {
        display: inline-block
    }

        .similar-job .d-flex .flex-grow-1 {
            margin-top: 20px
        }

    .cal-event .inverse-card p:after {
        width: 100%
    }

    .login-card.auth-body, .signin-card.auth-body, .signup-card.auth-body {
        width: 100%
    }

    .recent-candidate-card .recent-contain {
        margin-left: 10px
    }

    .author-details .header-right {
        text-align: left;
        margin-top: 20px
    }

    .post-new-contain textarea:focus {
        border: none
    }

    .wizard.vertical > .content, .wizard.vertical > .steps {
        width: 100%
    }

    .wizard {
        overflow: visible
    }

    .comment-input .input-group {
        display: block
    }

        .comment-input .input-group i {
            text-align: center;
            width: 100%
        }

        .comment-input .input-group input {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px
        }
}

@media only screen and (max-width:640px) {
    .dt-button {
        margin-bottom: 5px
    }

    .email-read .card-header h6 {
        float: none;
        margin-top: 10px
    }

    .email-read .d-flex {
        display: inline-block
    }

        .email-read .d-flex.m-b-20 {
            margin-bottom: 0
        }

    .email-read .mail-img [class*=col-] {
        margin-bottom: 30px
    }

        .email-read .mail-img [class*=col-]:last-child {
            margin-bottom: 0
        }
}

@media only screen and (max-width:991px) {
    .main-body .page-wrapper .align-items-end .page-header-title {
        text-align: center;
        display: block
    }

        .main-body .page-wrapper .align-items-end .page-header-title i {
            float: none;
            margin-bottom: 10px
        }

    .main-body .page-wrapper .align-items-end body .pcoded[vertical-placement=right] .main-body {
        direction: ltr
    }

    .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        display: block
    }

    .page-header-breadcrumb .breadcrumb-item {
        display: inline-block;
        float: none
    }

    .messages-content {
        border-right: none
    }
}

@media only screen and (max-width:993px) {
    .navbar, .navbar .navbar-logo {
        width: 100% !important
    }

    .error-400, .error-403, .error-404, .error-500, .error-503, .login {
        display: block !important;
        position: relative !important
    }

    .header .login-card {
        margin-top: 80px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:573px) {
    .author-details .header-right li {
        margin-right: 20px;
        display: block;
        margin-top: 20px
    }

    .md-tabs {
        display: initial
    }

        .md-tabs .nav-item {
            width: 100%;
            position: relative
        }

    .nav-tabs .slide {
        width: 100% !important
    }

    .toolbar-page [class*=col-] .sub-title {
        text-align: center
    }

    #task-container li {
        width: 100%
    }

    .nav-tabs.tabs {
        display: inherit
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: none
    }

    .nav-tabs .nav-link {
        text-align: center
    }

    .email-card .nav-tabs .nav-link {
        text-align: left
    }

    .search-content {
        display: block;
        text-align: center
    }

        .search-content img {
            margin-top: 20px
        }

    .seacrh-header {
        margin-top: 0
    }

        .seacrh-header .input-group {
            margin-bottom: 0
        }

    .payment-card .text-right {
        text-align: left !important
    }

    .payment-tabs .md-tabs .nav-item, .payment-tabs .md-tabs .nav-item .nav-item, .payment-tabs .md-tabs .nav-item + .nav-item {
        width: 100% !important
    }

    .jp-card {
        min-width: 225px !important
    }

    .payment-form {
        padding: 0;
        padding-top: 20px
    }

    .modal-mob-btn [class*=col-]:first-child {
        margin-bottom: 20px
    }

    .location-mob-btn .btn {
        margin-bottom: 10px;
        margin-right: 0
    }

    .job-cards .d-flex {
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .job-cards .d-flex p {
            margin-bottom: 0
        }

    .invoice-btn-group .m-r-20 {
        margin-right: 0
    }

    .table-card .row-table {
        display: block;
        text-align: center
    }

        .table-card .row-table i {
            font-size: 28px;
            margin-bottom: 10px;
            display: inline-block
        }

        .table-card .row-table .br {
            border: none;
            border-bottom: 1px solid #ccc
        }

        .table-card .row-table > [class*=col-] {
            display: block
        }

    .card-body-big {
        padding: 1em
    }

        .card-body-big #barchart, .card-body-big #barchart2 {
            display: inline-block;
            margin-bottom: 10px
        }

    .widget-primary-card [class*=col-] {
        padding: 1em
    }

        .widget-primary-card [class*=col-] h6 {
            margin-bottom: 0
        }

    .cd-horizontal-timeline .events-content em {
        text-align: left
    }

    .events-content h2 {
        font-size: 20px
    }

    .cd-horizontal-timeline {
        margin: 0 auto
    }

    .social-widget-card i {
        top: 25px;
        font-size: 38px
    }

    .widget-chat-box .card-header i {
        display: none
    }

    .mobile-inputs [class*=col-]:first-child {
        margin-bottom: 20px
    }

    .pagination-lg .page-link {
        padding: .75rem .65rem
    }

    .mobtn {
        padding: 10px
    }

    .task-sale-card {
        text-align: center
    }
}

@media only screen and (max-width:460px) {
    .fc-toolbar .fc-right .fc-button-group {
        margin-right: 0
    }

    .social-msg a {
        margin-bottom: 10px
    }

        .social-msg a:last-child {
            margin-bottom: 0
        }

    .bd-example-modal .modal-footer {
        justify-content: center
    }

        .bd-example-modal .modal-footer button {
            margin-right: 0
        }

    .invoice-total tbody {
        float: none
    }

    .timeline-right .card {
        margin-left: 20px
    }

    .user-box .flex-shrink-0 {
        padding-right: 10px
    }

    figure.effect-moses h2 {
        width: 60%;
        height: 70%;
        padding: 10px;
        font-size: 25px
    }

    figure.effect-moses p {
        padding: 5px
    }
}

@media only screen and (max-width:480px) {
    .j-pro .j-checkbox-toggle {
        padding-bottom: 30px
    }

    .main-body .page-wrapper {
        padding: 10px
    }

    .blog-page hr {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .blog-big-user {
        text-align: center
    }

        .blog-big-user img {
            margin-bottom: 20px
        }

    .blog-s-reply .d-flex .flex-shrink-0 {
        padding-right: 10px
    }

    .j-forms .divider-text span {
        white-space: pre-line;
        display: block;
        line-height: 1.8
    }

    .j-forms .divider-text {
        height: auto;
        margin-top: 30px;
        margin-bottom: 10px
    }

    .j-forms .content {
        padding: 0 10px 0
    }

    .comment-block .flex-shrink-0 {
        padding-right: 10px
    }

    .breadcrumb-page .card {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 150px
    }

    #dt-live-dom .form-control, #footer-search tfoot .form-control, #footer-select tfoot .form-control, #form-input-table .form-control, .search-api .form-control {
        width: 65%;
        padding: .5rem 6px
    }

    .grid figure {
        min-width: auto
    }

    .mytooltip .tooltip-content {
        width: 310px;
        margin: 0 0 20px -90px
    }

        .mytooltip .tooltip-content:after {
            margin-left: -90px
        }

    .cd-timeline-content .d-flex {
        display: inherit !important;
        padding-left: 20px
    }

        .cd-timeline-content .d-flex .flex-shrink-0 {
            text-align: center;
            margin: 10px auto
        }

    .summernote-page .modal-footer {
        display: inline-block;
        text-align: center
    }

        .summernote-page .modal-footer > :not(:first-child) {
            margin-top: 10px;
            margin-left: 0
        }

    .product-detail .txt-muted.d-inline-block {
        margin-top: 10px
    }

        .product-detail .txt-muted.d-inline-block ~ .f-right {
            float: none;
            display: block;
            margin-top: 10px
        }

    .mob-product-btn {
        text-align: center
    }

        .mob-product-btn .btn-primary, .mob-product-btn .sweet-alert button.confirm, .mob-product-btn .wizard > .actions a, .sweet-alert .mob-product-btn button.confirm, .wizard > .actions .mob-product-btn a {
            margin-right: 0;
            display: block;
            margin: 10px auto
        }
}

@media only screen and (max-width:420px) {
    #msform {
        width: 320px;
        margin: 20px auto
    }

    .ms-container {
        width: 240px
    }

        .ms-container .ms-selectable, .ms-container .ms-selection {
            width: 40%
        }

    .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media only screen and (min-width:576px) and (max-width:1366px) {
    .job-card.card-columns {
        column-count: 2
    }
}

@media only screen and (max-width:576px) {
    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification {
        min-width: 280px;
        left: 0;
        right: auto;
        width: auto
    }

    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
        left: auto;
        right: 0
    }

    .nav-tabs .nav-link.active {
        margin-bottom: 0
    }

    .md-tabs .nav-item a {
        margin-bottom: 5px
    }

    .add-task-card .to-do-list h6 span {
        display: inline-block
    }
}

.pcoded[layout-type=dark], body.dark {
    color: #fff
}

    .pcoded[layout-type=dark] a, body.dark a {
        color: #fff
    }

    .pcoded[layout-type=dark] text, body.dark text {
        fill: #fff
    }

    .pcoded[layout-type=dark] .card, body.dark .card {
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

        .pcoded[layout-type=dark] .card code, body.dark .card code {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .pcoded[layout-type=dark] .card .card-header h5, body.dark .card .card-header h5 {
            color: #fff
        }

        .pcoded[layout-type=dark] .card .card-header .card-header-right i, body.dark .card .card-header .card-header-right i {
            color: #fff
        }

        .pcoded[layout-type=dark] .card .card-body code, body.dark .card .card-body code {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .pcoded[layout-type=dark] .card .card-body .dropdown-menu, body.dark .card .card-body .dropdown-menu {
            background-color: rgb(77.6814371257,94.674251497,125.0185628743)
        }

        .pcoded[layout-type=dark] .card .card-footer, body.dark .card .card-footer {
            background-color: rgb(69.8634730539,85.1461077844,112.4365269461)
        }

    .pcoded[layout-type=dark] .dropdown-menu, body.dark .dropdown-menu {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

        .pcoded[layout-type=dark] .dropdown-menu .dropdown-item .dropdown-divider, body.dark .dropdown-menu .dropdown-item .dropdown-divider {
            border-top: 1px solid #404e67
        }

        .pcoded[layout-type=dark] .dropdown-menu .dropdown-item:focus, .pcoded[layout-type=dark] .dropdown-menu .dropdown-item:hover, body.dark .dropdown-menu .dropdown-item:focus, body.dark .dropdown-menu .dropdown-item:hover {
            background-color: #404e67
        }

    .pcoded[layout-type=dark] .sub-title, body.dark .sub-title {
        color: rgb(106.3592814371,126.5628742515,162.6407185629)
    }

    .pcoded[layout-type=dark] .table td, .pcoded[layout-type=dark] .table th, body.dark .table td, body.dark .table th {
        border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .table thead th, body.dark .table thead th {
        border-bottom: 2px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .thumb-block, body.dark .thumb-block {
        border: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .b-t-default, .pcoded[layout-type=dark] .b-t-theme, .pcoded[layout-type=dark] .post-new-footer, .pcoded[layout-type=dark] .version .nav li:first-child, body.dark .b-t-default, body.dark .b-t-theme, body.dark .post-new-footer, body.dark .version .nav li:first-child {
        border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .b-b-default, .pcoded[layout-type=dark] .b-b-theme, .pcoded[layout-type=dark] .job-cards .d-flex, .pcoded[layout-type=dark] .search-content, body.dark .b-b-default, body.dark .b-b-theme, body.dark .job-cards .d-flex, body.dark .search-content {
        border-bottom: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .b-l-default, .pcoded[layout-type=dark] .b-l-theme, body.dark .b-l-default, body.dark .b-l-theme {
        border-left: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .b-r-default, .pcoded[layout-type=dark] .b-r-theme, .pcoded[layout-type=dark] .messages-content, body.dark .b-r-default, body.dark .b-r-theme, body.dark .messages-content {
        border-right: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .progress, body.dark .progress {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .btn-default, body.dark .btn-default {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        color: #fff
    }

    .pcoded[layout-type=dark] .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.dark .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204) !important
    }

    .pcoded[layout-type=dark] .pcoded-main-container, body.dark .pcoded-main-container {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .profile-notification li:first-child:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .show-notification li:first-child:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .profile-notification li:first-child:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .show-notification li:first-child:hover {
        background-color: #404e67 !important
    }

    .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification {
        background-color: #404e67
    }

        .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification a, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification a, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification a {
            color: #fff
        }

        .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .row.profile-notification li:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification.row li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .row.profile-notification li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification.row li:hover {
            background-color: transparent
        }

            .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover .mega-menu-links > li:hover a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover .mega-menu-links > li:hover a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .row.profile-notification li:hover .mega-menu-links > li:hover a, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification.row li:hover .mega-menu-links > li:hover a, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover .mega-menu-links > li:hover a, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover .mega-menu-links > li:hover a, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .row.profile-notification li:hover .mega-menu-links > li:hover a, body.dark .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification.row li:hover .mega-menu-links > li:hover a {
                color: #01a9ac
            }

        .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover, .pcoded[layout-type=dark] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover, body.dark .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .header-navbar .morphsearch.open, body.dark .header-navbar .morphsearch.open {
        background-color: #404e67
    }

        .pcoded[layout-type=dark] .header-navbar .morphsearch.open .morphsearch-form, body.dark .header-navbar .morphsearch.open .morphsearch-form {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .pcoded[layout-type=dark] .header-navbar .morphsearch.open .morphsearch-content, body.dark .header-navbar .morphsearch.open .morphsearch-content {
            background-color: #404e67
        }

            .pcoded[layout-type=dark] .header-navbar .morphsearch.open .morphsearch-content .dummy-media-object, body.dark .header-navbar .morphsearch.open .morphsearch-content .dummy-media-object {
                background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
            }

    .pcoded[layout-type=dark] .p-chat-user, body.dark .p-chat-user {
        border-left: 1px solid rgb(44.4550898204,54.1796407186,71.5449101796)
    }

        .pcoded[layout-type=dark] .p-chat-user .userlist-box, body.dark .p-chat-user .userlist-box {
            border-bottom: 1px solid rgb(44.4550898204,54.1796407186,71.5449101796)
        }

            .pcoded[layout-type=dark] .p-chat-user .userlist-box .chat-header, body.dark .p-chat-user .userlist-box .chat-header {
                color: #fff
            }

    .pcoded[layout-type=dark] .showChat_inner, body.dark .showChat_inner {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border-left: 1px solid rgb(44.4550898204,54.1796407186,71.5449101796)
    }

        .pcoded[layout-type=dark] .showChat_inner .chat-menu-content, body.dark .showChat_inner .chat-menu-content {
            background-color: #404e67
        }

            .pcoded[layout-type=dark] .showChat_inner .chat-menu-content:before, body.dark .showChat_inner .chat-menu-content:before {
                border-right-color: #404e67
            }

        .pcoded[layout-type=dark] .showChat_inner .chat-inner-header, body.dark .showChat_inner .chat-inner-header {
            border-bottom: 1px solid #404e67
        }

        .pcoded[layout-type=dark] .showChat_inner .chat-menu-reply, body.dark .showChat_inner .chat-menu-reply {
            background-color: rgb(44.4550898204,54.1796407186,71.5449101796)
        }

            .pcoded[layout-type=dark] .showChat_inner .chat-menu-reply:before, body.dark .showChat_inner .chat-menu-reply:before {
                border-left-color: rgb(44.4550898204,54.1796407186,71.5449101796)
            }

        .pcoded[layout-type=dark] .showChat_inner .chat-reply-box, body.dark .showChat_inner .chat-reply-box {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
            border-top: 1px solid #404e67
        }

    .pcoded[layout-type=dark] .form-control, body.dark .form-control {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        color: #fff
    }

    .pcoded[layout-type=dark] .main-body .page-wrapper .page-header-title h4, body.dark .main-body .page-wrapper .page-header-title h4 {
        color: #fff
    }

    .pcoded[layout-type=dark] .profile-comp-block input.dial, .pcoded[layout-type=dark] .view-card input.dial, body.dark .profile-comp-block input.dial, body.dark .view-card input.dial {
        color: #fff !important
    }

    .pcoded[layout-type=dark] .line-example, body.dark .line-example {
        border-right: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .marketing-card .table tbody .marketing-header, body.dark .marketing-card .table tbody .marketing-header {
        background: rgb(44.4550898204,54.1796407186,71.5449101796)
    }

    .pcoded[layout-type=dark] .unique-visitor-card .footer-card, body.dark .unique-visitor-card .footer-card {
        background-color: rgb(44.4550898204,54.1796407186,71.5449101796)
    }

    .pcoded[layout-type=dark] .user-detail-card .user-detail > div, body.dark .user-detail-card .user-detail > div {
        border-bottom: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .user-detail-card .user-detail > div:last-child, body.dark .user-detail-card .user-detail > div:last-child {
            border-bottom: none
        }

    .pcoded[layout-type=dark] .client-map .client-contain h5, body.dark .client-map .client-contain h5 {
        color: #fff
    }

    .pcoded[layout-type=dark] .client-map .client-card-box, body.dark .client-map .client-card-box {
        border: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .client-map .client-card-box .client-border, body.dark .client-map .client-card-box .client-border {
            border-right: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
        }

        .pcoded[layout-type=dark] .client-map .client-card-box .client-border-card, body.dark .client-map .client-card-box .client-border-card {
            border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .widget-card-user .card-footer, body.dark .widget-card-user .card-footer {
        background-color: rgb(44.4550898204,54.1796407186,71.5449101796)
    }

        .pcoded[layout-type=dark] .widget-card-user .card-footer .footer-menu + .footer-menu, body.dark .widget-card-user .card-footer .footer-menu + .footer-menu {
            border-left: 2px solid rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .card-contact-box .f-btn:hover, body.dark .card-contact-box .f-btn:hover {
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .to-do-list, body.dark .to-do-list {
        border-bottom: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .widget-chat-box .d-flex .send-chat, body.dark .widget-chat-box .d-flex .send-chat {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .widget-chat-box .d-flex .send-chat:before, body.dark .widget-chat-box .d-flex .send-chat:before {
            border-right: 15px solid rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .widget-chat-box .d-flex .receive-chat, body.dark .widget-chat-box .d-flex .receive-chat {
        background-color: rgb(44.4550898204,54.1796407186,71.5449101796)
    }

        .pcoded[layout-type=dark] .widget-chat-box .d-flex .receive-chat:before, body.dark .widget-chat-box .d-flex .receive-chat:before {
            border-left: 15px solid rgb(44.4550898204,54.1796407186,71.5449101796)
        }

    .pcoded[layout-type=dark] .card-comment .card-body-small, body.dark .card-comment .card-body-small {
        border-bottom: 1px solid rgb(73.7724550898,89.9101796407,118.7275449102)
    }

        .pcoded[layout-type=dark] .card-comment .card-body-small:hover, body.dark .card-comment .card-body-small:hover {
            background-color: rgb(73.7724550898,89.9101796407,118.7275449102)
        }

    .pcoded[layout-type=dark] .alert.alert-danger, .pcoded[layout-type=dark] .alert.alert-default, .pcoded[layout-type=dark] .alert.alert-info, .pcoded[layout-type=dark] .alert.alert-primary, .pcoded[layout-type=dark] .alert.alert-success, .pcoded[layout-type=dark] .alert.alert-warning, body.dark .alert.alert-danger, body.dark .alert.alert-default, body.dark .alert.alert-info, body.dark .alert.alert-primary, body.dark .alert.alert-success, body.dark .alert.alert-warning {
        background-color: #404e67
    }

    .pcoded[layout-type=dark] .alert.background-default, body.dark .alert.background-default {
        background-color: #e0e0e0;
        color: #fff
    }

    .pcoded[layout-type=dark] .alert.background-primary, body.dark .alert.background-primary {
        background-color: #01a9ac;
        color: #fff
    }

    .pcoded[layout-type=dark] .alert.background-success, body.dark .alert.background-success {
        background-color: #0ac282;
        color: #fff
    }

    .pcoded[layout-type=dark] .alert.background-info, body.dark .alert.background-info {
        background-color: #2dcee3;
        color: #fff
    }

    .pcoded[layout-type=dark] .alert.background-warning, body.dark .alert.background-warning {
        background-color: #fe9365;
        color: #fff
    }

    .pcoded[layout-type=dark] .alert.background-danger, body.dark .alert.background-danger {
        background-color: #fe5d70;
        color: #fff
    }

    .pcoded[layout-type=dark] .accordion-msg, body.dark .accordion-msg {
        color: #fff;
        border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .accordion-desc, body.dark .accordion-desc {
        color: #fff
    }

    .pcoded[layout-type=dark] .md-tabs .nav-item a, body.dark .md-tabs .nav-item a {
        color: #fff
    }

        .pcoded[layout-type=dark] .md-tabs .nav-item a.active, .pcoded[layout-type=dark] .md-tabs .nav-item a:focus, .pcoded[layout-type=dark] .md-tabs .nav-item a:hover, body.dark .md-tabs .nav-item a.active, body.dark .md-tabs .nav-item a:focus, body.dark .md-tabs .nav-item a:hover {
            color: #01a9ac
        }

            .pcoded[layout-type=dark] .md-tabs .nav-item a.active:focus, .pcoded[layout-type=dark] .md-tabs .nav-item a.active:hover, body.dark .md-tabs .nav-item a.active:focus, body.dark .md-tabs .nav-item a.active:hover {
                color: #01a9ac
            }

    .pcoded[layout-type=dark] .nav-tabs, body.dark .nav-tabs {
        border-bottom: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .nav-tabs .nav-link:focus, .pcoded[layout-type=dark] .nav-tabs .nav-link:hover, body.dark .nav-tabs .nav-link:focus, body.dark .nav-tabs .nav-link:hover {
            border-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .tab-below, body.dark .tab-below {
        border-top: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204);
        border-bottom: none
    }

        .pcoded[layout-type=dark] .tab-below .nav-link, body.dark .tab-below .nav-link {
            margin-top: 1px
        }

    .pcoded[layout-type=dark] .scroll-list li, body.dark .scroll-list li {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743);
        color: #fff
    }

        .pcoded[layout-type=dark] .scroll-list li:nth-child(2n), body.dark .scroll-list li:nth-child(2n) {
            background-color: rgb(87.4538922156,106.5844311377,140.7461077844)
        }

    .pcoded[layout-type=dark] .panel, body.dark .panel {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .panel .panel-footer, body.dark .panel .panel-footer {
            background-color: rgb(77.6814371257,94.674251497,125.0185628743);
            border-top: 1px solid rgb(50.3185628743,61.325748503,80.9814371257)
        }

    .pcoded[layout-type=dark] .well, body.dark .well {
        background-color: rgb(50.3185628743,61.325748503,80.9814371257);
        border: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .page-link, body.dark .page-link {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border-color: rgb(50.3185628743,61.325748503,80.9814371257)
    }

    .pcoded[layout-type=dark] .jqpagination input, body.dark .jqpagination input {
        margin: 0;
        height: 30px
    }

    .pcoded[layout-type=dark] .nav-tabs .nav-item.show .nav-link, .pcoded[layout-type=dark] .nav-tabs .nav-link.active, body.dark .nav-tabs .nav-item.show .nav-link, body.dark .nav-tabs .nav-link.active {
        color: #fff;
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102);
        border-color: #ddd #ddd rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .nav-tabs.tab-below .nav-item.show .nav-link, .pcoded[layout-type=dark] .nav-tabs.tab-below .nav-link.active, body.dark .nav-tabs.tab-below .nav-item.show .nav-link, body.dark .nav-tabs.tab-below .nav-link.active {
        border-color: rgb(73.7724550898,89.9101796407,118.7275449102) #ddd #ddd
    }

    .pcoded[layout-type=dark] .modal-content, body.dark .modal-content {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

        .pcoded[layout-type=dark] .modal-content .modal-header, body.dark .modal-content .modal-header {
            border-bottom: 1px solid #404e67
        }

        .pcoded[layout-type=dark] .modal-content .modal-footer, body.dark .modal-content .modal-footer {
            border-top: 1px solid #404e67
        }

    .pcoded[layout-type=dark] .br-theme-bars-square .br-widget a, body.dark .br-theme-bars-square .br-widget a {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

    .pcoded[layout-type=dark] .jstree-anchor.jstree-hovered, body.dark .jstree-anchor.jstree-hovered {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .dd-handle, body.dark .dd-handle {
        color: #fff
    }

    .pcoded[layout-type=dark] .dd3-content, body.dark .dd3-content {
        color: #fff;
        border: 1px solid #404e67;
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .img-thumbnail, body.dark .img-thumbnail {
        background-color: #404e67;
        border: 1px solid rgb(50.3185628743,61.325748503,80.9814371257)
    }

    .pcoded[layout-type=dark] .dotted-line-theme .no_edit:hover, body.dark .dotted-line-theme .no_edit:hover {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border-bottom: 1px solid #404e67
    }

    .pcoded[layout-type=dark] .icon-list-demo i, body.dark .icon-list-demo i {
        color: #fff
    }

    .pcoded[layout-type=dark] .form-radio label, body.dark .form-radio label {
        color: #fff
    }

    .pcoded[layout-type=dark] .bootstrap-tagsinput, body.dark .bootstrap-tagsinput {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] #reportrange, body.dark #reportrange {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204) !important
    }

    .pcoded[layout-type=dark] .select2-container--default .select2-selection--multiple, .pcoded[layout-type=dark] .select2-dropdown, body.dark .select2-container--default .select2-selection--multiple, body.dark .select2-dropdown {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

    .pcoded[layout-type=dark] .ms-container .ms-selectable, .pcoded[layout-type=dark] .ms-container .ms-selection, body.dark .ms-container .ms-selectable, body.dark .ms-container .ms-selection {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

        .pcoded[layout-type=dark] .ms-container .ms-selectable li.ms-elem-selectable, .pcoded[layout-type=dark] .ms-container .ms-selection li.ms-elem-selectable, body.dark .ms-container .ms-selectable li.ms-elem-selectable, body.dark .ms-container .ms-selection li.ms-elem-selectable {
            color: #fff
        }

        .pcoded[layout-type=dark] .ms-container .ms-selectable li.disabled, .pcoded[layout-type=dark] .ms-container .ms-selection li.disabled, body.dark .ms-container .ms-selectable li.disabled, body.dark .ms-container .ms-selection li.disabled {
            background-color: rgb(77.6814371257,94.674251497,125.0185628743);
            opacity: .5
        }

    .pcoded[layout-type=dark] .wizard > .content, body.dark .wizard > .content {
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .wizard > .steps .disabled a, .pcoded[layout-type=dark] .wizard > .steps .disabled a:active, .pcoded[layout-type=dark] .wizard > .steps .disabled a:hover, body.dark .wizard > .steps .disabled a, body.dark .wizard > .steps .disabled a:active, body.dark .wizard > .steps .disabled a:hover {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

    .pcoded[layout-type=dark] .wizard > .steps .done a, body.dark .wizard > .steps .done a {
        background-color: #404e67
    }

    .pcoded[layout-type=dark] .table-bordered, body.dark .table-bordered {
        border: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

        .pcoded[layout-type=dark] .table-bordered td, .pcoded[layout-type=dark] .table-bordered th, body.dark .table-bordered td, body.dark .table-bordered th {
            border: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] a.dt-button.disabled, .pcoded[layout-type=dark] button.dt-button.disabled, .pcoded[layout-type=dark] div.dt-button.disabled, body.dark a.dt-button.disabled, body.dark button.dt-button.disabled, body.dark div.dt-button.disabled {
        background-image: none;
        opacity: .5
    }

    .pcoded[layout-type=dark] .fixedHeader-floating, body.dark .fixedHeader-floating {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] table.DTFC_Cloned tfoot, .pcoded[layout-type=dark] table.DTFC_Cloned thead, body.dark table.DTFC_Cloned tfoot, body.dark table.DTFC_Cloned thead {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743)
    }

    .pcoded[layout-type=dark] .dt-responsive input, body.dark .dt-responsive input {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        border: 1px solid rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .footable-details.table-striped > tbody > tr:nth-child(odd), .pcoded[layout-type=dark] .footable.table-striped > tbody > tr:nth-child(odd), body.dark .footable-details.table-striped > tbody > tr:nth-child(odd), body.dark .footable.table-striped > tbody > tr:nth-child(odd) {
        background: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .footable-details.table > thead > tr > td, .pcoded[layout-type=dark] .footable-details.table > thead > tr > th, .pcoded[layout-type=dark] .footable.table > thead > tr > td, .pcoded[layout-type=dark] .footable.table > thead > tr > th, body.dark .footable-details.table > thead > tr > td, body.dark .footable-details.table > thead > tr > th, body.dark .footable.table > thead > tr > td, body.dark .footable.table > thead > tr > th {
        border-bottom: 2px solid #404e67
    }

    .pcoded[layout-type=dark] .c3-tooltip td, .pcoded[layout-type=dark] .morris-hover, body.dark .c3-tooltip td, body.dark .morris-hover {
        background-color: #404e67
    }

    .pcoded[layout-type=dark] #chart_Candlestick rect, .pcoded[layout-type=dark] #chart_Combo rect, .pcoded[layout-type=dark] #chart_Donut rect, .pcoded[layout-type=dark] #chart_Exploading rect, .pcoded[layout-type=dark] #chart_Threshold rect, .pcoded[layout-type=dark] #chart_Waterfall rect, .pcoded[layout-type=dark] #chart_area rect, .pcoded[layout-type=dark] #chart_bar rect, .pcoded[layout-type=dark] #chart_bubble rect, .pcoded[layout-type=dark] #chart_stacking rect, body.dark #chart_Candlestick rect, body.dark #chart_Combo rect, body.dark #chart_Donut rect, body.dark #chart_Exploading rect, body.dark #chart_Threshold rect, body.dark #chart_Waterfall rect, body.dark #chart_area rect, body.dark #chart_bar rect, body.dark #chart_bubble rect, body.dark #chart_stacking rect {
        fill: rgb(73.7724550898,89.9101796407,118.7275449102) !important
    }

    .pcoded[layout-type=dark] .auth-box .form-control, body.dark .auth-box .form-control {
        background-color: #fff
    }

    .pcoded[layout-type=dark] .chat-header, body.dark .chat-header {
        color: #fff
    }

    .pcoded[layout-type=dark] .social-msg a span, body.dark .social-msg a span {
        color: rgb(242.25,242.25,242.25)
    }

    .pcoded[layout-type=dark] .bg-white, body.dark .bg-white {
        background: rgb(73.7724550898,89.9101796407,118.7275449102) !important
    }

    .pcoded[layout-type=dark] .list-group-item, body.dark .list-group-item {
        background: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] ul.list-contacts a, body.dark ul.list-contacts a {
        color: #fff
    }

    .pcoded[layout-type=dark] .card-header-img h5, .pcoded[layout-type=dark] .card-header-img h6, body.dark .card-header-img h5, body.dark .card-header-img h6 {
        color: #fff
    }

    .pcoded[layout-type=dark] .prod-item .prod-info, body.dark .prod-item .prod-info {
        background: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .email-card .user-body, body.dark .email-card .user-body {
        background: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

        .pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a, body.dark .email-card .user-body .page-list li.mail-section a {
            color: #fff
        }

            .pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a.active, .pcoded[layout-type=dark] .email-card .user-body .page-list li.mail-section a:hover, body.dark .email-card .user-body .page-list li.mail-section a.active, body.dark .email-card .user-body .page-list li.mail-section a:hover {
                background: rgba(255,255,255,.2)
            }

        .pcoded[layout-type=dark] .email-card .user-body .label-list a, body.dark .email-card .user-body .label-list a {
            color: #fff
        }

    .pcoded[layout-type=dark] .email-card .mail-body-content tr:hover, body.dark .email-card .mail-body-content tr:hover {
        background: rgba(255,255,255,.2)
    }

    .pcoded[layout-type=dark] .email-card .mail-body-content .unread a, body.dark .email-card .mail-body-content .unread a {
        color: #fff
    }

    .pcoded[layout-type=dark] .email-card .mail-body-content .read a, body.dark .email-card .mail-body-content .read a {
        color: rgb(229.5,229.5,229.5)
    }

    .pcoded[layout-type=dark] .email-card .user-mail h6, body.dark .email-card .user-mail h6 {
        color: #fff
    }

    .pcoded[layout-type=dark] .wall-img-preview .wall-item, body.dark .wall-img-preview .wall-item {
        border: 2px solid rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .msg-send, body.dark .msg-send {
        background: rgb(79.6359281437,97.0562874251,128.1640718563)
    }

    .pcoded[layout-type=dark] .filter-bar > .navbar, body.dark .filter-bar > .navbar {
        background: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

    .pcoded[layout-type=dark] .navbar-light .navbar-nav .active > .nav-link, .pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link, .pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link.active, .pcoded[layout-type=dark] .navbar-light .navbar-nav .nav-link.show, .pcoded[layout-type=dark] .navbar-light .navbar-nav .show > .nav-link, body.dark .navbar-light .navbar-nav .active > .nav-link, body.dark .navbar-light .navbar-nav .nav-link, body.dark .navbar-light .navbar-nav .nav-link.active, body.dark .navbar-light .navbar-nav .nav-link.show, body.dark .navbar-light .navbar-nav .show > .nav-link {
        color: #fff
    }

    .pcoded[layout-type=dark] #task-container li, body.dark #task-container li {
        background: rgb(83.5449101796,101.8203592814,134.4550898204);
        color: #fff
    }

    .pcoded[layout-type=dark] .text-inverse, body.dark .text-inverse {
        color: #fff !important
    }

    .pcoded[layout-type=dark] .note-card .note-write, body.dark .note-card .note-write {
        background: -webkit-linear-gradient(top,rgb(106.3592814371,126.5628742515,162.6407185629) 0,rgb(137.8143712575,153.7425149701,182.1856287425) 5%) 0 0;
        background-size: 100% 35px
    }

    .pcoded[layout-type=dark] .note-card .note-box-aside, body.dark .note-card .note-box-aside {
        border-right: 1px solid rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .invoice-table, body.dark .invoice-table {
        border-left: none
    }

    .pcoded[layout-type=dark] .invoice-total, .pcoded[layout-type=dark] .thead-default th, body.dark .invoice-total, body.dark .thead-default th {
        background: #404e67
    }

    .pcoded[layout-type=dark] #external-events .fc-event, .pcoded[layout-type=dark] .danger-nav, .pcoded[layout-type=dark] .fc-state-default, .pcoded[layout-type=dark] .info-nav, .pcoded[layout-type=dark] .light-nav-border, .pcoded[layout-type=dark] .primary-nav, .pcoded[layout-type=dark] .success-nav, .pcoded[layout-type=dark] .warning-nav, body.dark #external-events .fc-event, body.dark .danger-nav, body.dark .fc-state-default, body.dark .info-nav, body.dark .light-nav-border, body.dark .primary-nav, body.dark .success-nav, body.dark .warning-nav {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204);
        color: #fff
    }

    .pcoded[layout-type=dark] .jFiler-input-dragDrop, .pcoded[layout-type=dark] .jFiler-theme-default .jFiler-input, body.dark .jFiler-input-dragDrop, body.dark .jFiler-theme-default .jFiler-input {
        background-color: rgb(69.8634730539,85.1461077844,112.4365269461)
    }

    .pcoded[layout-type=dark] .danger-nav .navbar-varient-submenu, .pcoded[layout-type=dark] .info-nav .navbar-varient-submenu, .pcoded[layout-type=dark] .light-nav-border .navbar-varient-submenu, .pcoded[layout-type=dark] .primary-nav .navbar-varient-submenu, .pcoded[layout-type=dark] .success-nav .navbar-varient-submenu, .pcoded[layout-type=dark] .warning-nav .navbar-varient-submenu, body.dark .danger-nav .navbar-varient-submenu, body.dark .info-nav .navbar-varient-submenu, body.dark .light-nav-border .navbar-varient-submenu, body.dark .primary-nav .navbar-varient-submenu, body.dark .success-nav .navbar-varient-submenu, body.dark .warning-nav .navbar-varient-submenu {
        background-color: rgb(77.6814371257,94.674251497,125.0185628743);
        color: #fff
    }

        .pcoded[layout-type=dark] .danger-nav .navbar-varient-submenu a:hover, .pcoded[layout-type=dark] .info-nav .navbar-varient-submenu a:hover, .pcoded[layout-type=dark] .light-nav-border .navbar-varient-submenu a:hover, .pcoded[layout-type=dark] .primary-nav .navbar-varient-submenu a:hover, .pcoded[layout-type=dark] .success-nav .navbar-varient-submenu a:hover, .pcoded[layout-type=dark] .warning-nav .navbar-varient-submenu a:hover, body.dark .danger-nav .navbar-varient-submenu a:hover, body.dark .info-nav .navbar-varient-submenu a:hover, body.dark .light-nav-border .navbar-varient-submenu a:hover, body.dark .primary-nav .navbar-varient-submenu a:hover, body.dark .success-nav .navbar-varient-submenu a:hover, body.dark .warning-nav .navbar-varient-submenu a:hover {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

    .pcoded[layout-type=dark] .card.version .card-header .card-header-right, body.dark .card.version .card-header .card-header-right {
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102);
        color: #fff
    }

    .pcoded[layout-type=dark] .version .nav li:first-child, body.dark .version .nav li:first-child {
        color: #fff
    }

    .pcoded[layout-type=dark] .version .nav li:hover, body.dark .version .nav li:hover {
        background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
    }

    .pcoded[layout-type=dark] .version .nav li a, body.dark .version .nav li a {
        color: #fff
    }

    .pcoded[layout-type=dark] .main-timeline, body.dark .main-timeline {
        background-color: rgb(73.7724550898,89.9101796407,118.7275449102)
    }

        .pcoded[layout-type=dark] .main-timeline .bg-white, body.dark .main-timeline .bg-white {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204) !important
        }

        .pcoded[layout-type=dark] .main-timeline .cd-timeline-content, body.dark .main-timeline .cd-timeline-content {
            background-color: rgb(83.5449101796,101.8203592814,134.4550898204)
        }

            .pcoded[layout-type=dark] .main-timeline .cd-timeline-content h6, .pcoded[layout-type=dark] .main-timeline .cd-timeline-content i, .pcoded[layout-type=dark] .main-timeline .cd-timeline-content p, .pcoded[layout-type=dark] .main-timeline .cd-timeline-content span, body.dark .main-timeline .cd-timeline-content h6, body.dark .main-timeline .cd-timeline-content i, body.dark .main-timeline .cd-timeline-content p, body.dark .main-timeline .cd-timeline-content span {
                color: #fff
            }

    .pcoded[layout-type=dark] #styleSelector, body.dark #styleSelector {
        color: #404e67
    }

        .pcoded[layout-type=dark] #styleSelector .form-control, body.dark #styleSelector .form-control {
            color: #404e67
        }
