.cursor-pointer, a {
    cursor: pointer
}

.timeline:after, head {
    clear: both
}

.wrapper.show-overlay .content-overlay {
    z-index: 16;
    opacity: 1
}

.wrapper .content-overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: calc(100% + 54px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-transition: all .7s;
    transition: all .7s;
    z-index: -1;
    visibility: visible
}

.full-height, .h-100 {
    height: 100% !important
}

.w-100 {
    width: 100% !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.fonticon-wrap {
    width: 2%;
    float: left;
    margin: .25rem
}

    .fonticon-wrap i.fa {
        font-size: 1.35rem !important
    }

.round {
    border-radius: 1.5rem
}

.square {
    border-radius: 0
}

img.img-border {
    border: 5px solid #FFF
}

ul.no-list-style {
    list-style: none
}

.shadow-z-1 {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12)
}

.shadow-z-1-hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.shadow-z-2 {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.shadow-z-3 {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)
}

.shadow-z-4 {
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)
}

.shadow-z-5 {
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)
}

.big-shadow {
    box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36)
}

.shadow-big {
    box-shadow: 0 10px 30px -12px rgba(0,0,0,.42),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}

.shadow-big-navbar {
    box-shadow: 0 10px 20px -12px rgba(0,0,0,.42),0 3px 20px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}

.app-sidebar, .sidebar-shadow {
    box-shadow: 6px 0 20px 0 rgba(25,42,70,.35)
}

.card-shadow {
    box-shadow: -8px 8px 14px 0 rgba(25,42,70,.11)
}

.cursor-move {
    cursor: move
}

.cursor-default {
    cursor: default
}

.cursor-progress {
    cursor: progress
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.avatar, .customizer .cz-bg-color span:hover, .customizer .cz-bg-image img.rounded:hover, .customizer .cz-tl-bg-color span:hover, .customizer .cz-tl-bg-image .ct-glass-bg:hover {
    cursor: pointer
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.bullets-inside {
    list-style: inside
}

.list-style-circle {
    list-style: circle
}

.list-style-square {
    list-style: square
}

.list-style-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none
}

    .list-style-icons > li i {
        float: left;
        width: 1em;
        margin: 5px 12px 0 0
    }

.border-2 {
    border: 2px solid
}

.border-top-2 {
    border-top: 2px solid
}

.border-bottom-2 {
    border-bottom: 2px solid
}

.border-left-2 {
    border-left: 2px solid
}

.border-right-2 {
    border-right: 2px solid
}

.border-3 {
    border: 3px solid
}

.no-border-top-left-radius, .no-border-top-radius {
    border-top-left-radius: 0 !important
}

.no-border-top-radius, .no-border-top-right-radius {
    border-top-right-radius: 0 !important
}

.no-border-bottom-left-radius, .no-border-bottom-radius {
    border-bottom-left-radius: 0 !important
}

.no-border-bottom-radius, .no-border-bottom-right-radius {
    border-bottom-right-radius: 0 !important
}

.border-top-3 {
    border-top: 3px solid
}

.border-bottom-3 {
    border-bottom: 3px solid
}

.border-left-3 {
    border-left: 3px solid
}

.border-right-3 {
    border-right: 3px solid
}

.box-shadow-0 {
    box-shadow: none !important
}

.box-shadow-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.box-shadow-2 {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.box-shadow-3 {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)
}

.box-shadow-4 {
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)
}

.box-shadow-5 {
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)
}

.fit {
    max-width: 100% !important
}

.half-width {
    width: 50% !important
}

.full-width {
    width: 100% !important
}

.full-height-vh {
    height: 100vh !important;
    height: calc(var(--vh,1vh) * 100) !important
}

.width-50 {
    width: 50px !important
}

.width-100 {
    width: 100px !important
}

.width-150 {
    width: 150px !important
}

.width-200 {
    width: 200px !important
}

.width-250 {
    width: 250px !important
}

.width-300 {
    width: 300px !important
}

.width-350 {
    width: 350px !important
}

.width-400 {
    width: 400px !important
}

.width-450 {
    width: 450px !important
}

.width-500 {
    width: 500px !important
}

.width-550 {
    width: 550px !important
}

.width-600 {
    width: 600px !important
}

.width-650 {
    width: 650px !important
}

.width-700 {
    width: 700px !important
}

.width-750 {
    width: 750px !important
}

.width-800 {
    width: 800px !important
}

.width-5-per {
    width: 5% !important
}

.width-10-per {
    width: 10% !important
}

.width-15-per {
    width: 15% !important
}

.width-20-per {
    width: 20% !important
}

.width-25-per {
    width: 25% !important
}

.width-30-per {
    width: 30% !important
}

.width-35-per {
    width: 35% !important
}

.width-40-per {
    width: 40% !important
}

.width-45-per {
    width: 45% !important
}

.width-50-per {
    width: 50% !important
}

.width-55-per {
    width: 55% !important
}

.width-60-per {
    width: 60% !important
}

.width-65-per {
    width: 65% !important
}

.width-70-per {
    width: 70% !important
}

.width-75-per {
    width: 75% !important
}

.width-80-per {
    width: 80% !important
}

.width-90-per {
    width: 90% !important
}

.width-95-per {
    width: 95% !important
}

.height-0 {
    height: 0 !important
}

.height-50 {
    height: 50px !important
}

.height-75 {
    height: 75px !important
}

.height-100 {
    height: 100px !important
}

.height-150 {
    height: 150px !important
}

.height-200 {
    height: 200px !important
}

.height-250 {
    height: 250px !important
}

.height-300 {
    height: 300px !important
}

.height-350 {
    height: 350px !important
}

.height-400 {
    height: 400px !important
}

.height-450 {
    height: 450px !important
}

.height-500 {
    height: 500px !important
}

.height-550 {
    height: 550px !important
}

.height-600 {
    height: 600px !important
}

.height-650 {
    height: 650px !important
}

.height-700 {
    height: 700px !important
}

.height-750 {
    height: 750px !important
}

.height-800 {
    height: 800px !important
}

.height-5-per {
    height: 5% !important
}

.height-10-per {
    height: 10% !important
}

.height-15-per {
    height: 15% !important
}

.height-20-per {
    height: 20% !important
}

.height-25-per {
    height: 25% !important
}

.height-30-per {
    height: 30% !important
}

.height-35-per {
    height: 35% !important
}

.height-40-per {
    height: 40% !important
}

.height-45-per {
    height: 45% !important
}

.height-50-per {
    height: 50% !important
}

.height-55-per {
    height: 55% !important
}

.height-60-per {
    height: 60% !important
}

.height-65-per {
    height: 65% !important
}

.height-70-per {
    height: 70% !important
}

.height-75-per {
    height: 75% !important
}

.height-80-per {
    height: 80% !important
}

.line-height-0 {
    line-height: 0 !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-2 {
    line-height: 2 !important
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-45-inverse {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-90 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90-inverse {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-180 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-180-inverse {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pull-up {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

    .pull-up:hover {
        -webkit-transform: translateY(-4px) scale(1.02);
        -ms-transform: translateY(-4px) scale(1.02);
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 14px 24px rgba(62,57,107,.2);
        z-index: 30
    }

.spinner {
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-reverse {
    display: inline-block;
    -webkit-animation: spin-reverse 1s linear infinite;
    animation: spin-reverse 1s linear infinite
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.bg-cover {
    background-size: cover !important
}

.bg-repeat {
    background-repeat: repeat !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.img-xl {
    width: 64px !important;
    height: 64px !important
}

.img-lg {
    width: 44px !important;
    height: 44px !important
}

.img-sm {
    width: 36px !important;
    height: 36px !important
}

.img-xs {
    width: 32px !important;
    height: 32px !important
}

.customizer {
    width: 400px;
    right: -400px;
    padding: 0;
    background-color: #FFF;
    z-index: 1052;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    -webkit-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

    .customizer.open {
        right: 0
    }

    .customizer .customizer-content {
        position: relative;
        height: 100vh;
        height: calc(var(--vh,1vh) * 100)
    }

    .customizer .customizer-close {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 7px;
        width: auto;
        z-index: 10
    }

.circular, .content-overlay {
    right: 0;
    position: absolute;
    bottom: 0
}

.customizer .customizer-toggle {
    position: absolute;
    top: 45%;
    width: 2.7rem;
    height: 2.7rem;
    left: -2.75rem;
    text-align: center;
    line-height: 2.7rem;
    cursor: pointer;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    box-shadow: -3px 0 8px rgba(0,0,0,.1)
}

.customizer .cz-bg-color .selected, .customizer .cz-bg-image img.rounded.selected, .customizer .cz-tl-bg-color .selected {
    border: 3px solid #FFF;
    box-shadow: 0 0 1px 1px #975AFF
}

.customizer .customizer-toggle i.spinner {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.customizer .color-options a {
    white-space: pre
}

.customizer .cz-bg-color {
    margin: 0 auto
}

    .customizer .cz-bg-color [class*=gradient-] {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .customizer .cz-bg-color > .row {
        padding-left: 4px
    }

.customizer .cz-bg-image {
    padding-left: 5px;
    padding-right: 3px
}

    .customizer .cz-bg-image img.rounded {
        height: 80px;
        width: 40px
    }

.customizer .togglebutton .checkbox {
    margin-right: -8px
}

.customizer .cz-tl-bg-color, .customizer .tl-bg-img, .customizer .tl-color-option {
    display: none
}

.customizer .cz-tl-bg-image {
    padding-right: 5px
}

    .customizer .cz-tl-bg-image .ct-glass-bg {
        height: 100px;
        width: 70px
    }

        .customizer .cz-tl-bg-image .ct-glass-bg.selected {
            border: 3px solid #1E1E1E;
            box-shadow: 0 0 1px 1px #975AFF
        }

.customizer .cz-tl-bg-color [class*=bg-] {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background .3s;
    transition: background .3s
}

.customizer .cz-tl-bg-color .bg-glass-hibiscus {
    background-image: -webkit-linear-gradient(left top,#F05F57,#C83D5C,#99245A,#671351,#360940);
    background-image: linear-gradient(to right bottom,#F05F57,#C83D5C,#99245A,#671351,#360940)
}

.customizer .cz-tl-bg-color .bg-glass-purple-pizzazz {
    background-image: -webkit-linear-gradient(left top,#662D86,#8B2A8A,#AE2389,#CF1D83,#ED1E79);
    background-image: linear-gradient(to right bottom,#662D86,#8B2A8A,#AE2389,#CF1D83,#ED1E79)
}

.customizer .cz-tl-bg-color .bg-glass-blue-lagoon {
    background-image: -webkit-linear-gradient(left top,#144E68,#006D83,#008D92,#00AD91,#57CA85);
    background-image: linear-gradient(to right bottom,#144E68,#006D83,#008D92,#00AD91,#57CA85)
}

.customizer .cz-tl-bg-color .bg-glass-electric-violet {
    background-image: -webkit-linear-gradient(right bottom,#4A00E0,#600DE0,#7119E1,#8023E1,#8E2DE2);
    background-image: linear-gradient(to left top,#4A00E0,#600DE0,#7119E1,#8023E1,#8E2DE2)
}

.customizer .cz-tl-bg-color .bg-glass-portage {
    background-image: -webkit-linear-gradient(right bottom,#97ABFF,#798CE5,#5B6ECB,#3B51B1,#123597);
    background-image: linear-gradient(to left top,#97ABFF,#798CE5,#5B6ECB,#3B51B1,#123597)
}

.customizer .cz-tl-bg-color .bg-glass-tundora {
    background-image: -webkit-linear-gradient(right bottom,#EF4673,#FFC846);
    background-image: linear-gradient(to left top,#EF4673,#FFC846)
}

.media-bordered .media {
    border-top: 1px solid #E0E0E0
}

    .media-bordered .media:first-child {
        border-top: 0
    }

.media {
    padding: 1rem 0
}

.page-link {
    border-radius: .35rem;
    margin-left: 5px
}

ul.list-inline i {
    line-height: 18px
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite,color 2s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite,color 2s ease-in-out infinite;
    stroke-linecap: round
}

legend {
    border-bottom: 0
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0
}

a:active, a:focus, button::-moz-focus-inner, button:active, button:focus, button:hover, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, select::-moz-focus-inner {
    outline: 0 !important
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border: 0
}

.dragdrop-container {
    min-height: 200px
}

.content-overlay {
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    visibility: hidden
}

    .content-overlay.show {
        visibility: visible;
        background-color: rgba(0,0,0,.6)
    }

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-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
    }
}

@-webkit-keyframes color {
    0%,100% {
        stroke: #975AFF
    }

    50% {
        stroke: #F77E17
    }
}

@keyframes color {
    0%,100% {
        stroke: #975AFF
    }

    50% {
        stroke: #F77E17
    }
}

.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF !important
}

    .btn-social-icon > :first-child, .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3.2rem;
        line-height: 2.7rem;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

.buy-now, .scroll-top {
    z-index: 1039;
    bottom: 4%
}

.btn-lg.btn-social-icon, .btn-social.btn-lg {
    padding-left: 3.2rem
}

    .btn-lg.btn-social-icon > :first-child, .btn-social.btn-lg > :first-child {
        line-height: 2.2rem;
        width: 2.2rem;
        font-size: 1.8em
    }

.btn-sm.btn-social-icon, .btn-social.btn-sm {
    padding-left: 2.55rem
}

    .btn-sm.btn-social-icon > :first-child, .btn-social.btn-sm > :first-child {
        line-height: 1.8rem;
        width: 1.8rem;
        font-size: 1.4em
    }

.btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 3.15rem
}

    .btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
        line-height: 2.4rem;
        width: 2.4rem;
        font-size: 1.2em
    }

.btn-social-icon {
    height: 2.75rem;
    width: 2.75rem;
    padding: 0
}

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important
    }

    .btn-social-icon.btn-lg {
        height: 2.2rem;
        width: 2.2rem;
        padding-left: 0;
        padding-right: 0
    }

    .btn-social-icon.btn-sm {
        height: 2rem;
        width: 2rem;
        padding-left: 0;
        padding-right: 0;
        font-size: .75rem
    }

    .btn-social-icon.btn-xs {
        height: 4.4rem;
        width: 4.4rem;
        padding-left: 0;
        padding-right: 0
    }

.btn-adn {
    background-color: #D87A68;
    border: 1px solid #D87A68
}

.btn-bitbucket {
    background-color: #205081;
    border: 1px solid #205081
}

.btn-dropbox {
    background-color: #1087DD;
    border: 1px solid #1087DD
}

.btn-facebook {
    background-color: #3B5998;
    border: 1px solid #3B5998
}

.btn-flickr {
    background-color: #FF0084;
    border: 1px solid #FF0084
}

.btn-foursquare {
    background-color: #F94877;
    border: 1px solid #F94877
}

.btn-github {
    background-color: #444;
    border: 1px solid #444
}

.btn-google {
    background-color: #DD4B39;
    border: 1px solid #DD4B39
}

.btn-instagram {
    background-color: #3F729B;
    border: 1px solid #3F729B
}

.btn-linkedin {
    background-color: #007BB6;
    border: 1px solid #007BB6
}

.btn-microsoft {
    background-color: #2672EC;
    border: 1px solid #2672EC
}

.btn-odnoklassniki {
    background-color: #F4731C;
    border: 1px solid #F4731C
}

.btn-openid {
    background-color: #F7931E;
    border: 1px solid #F7931E
}

.btn-pinterest {
    background-color: #CB2027;
    border: 1px solid #CB2027
}

.btn-reddit {
    background-color: #EFF7FF;
    border: 1px solid #EFF7FF
}

.btn-soundcloud {
    background-color: #F50;
    border: 1px solid #F50
}

.btn-tumblr {
    background-color: #2C4762;
    border: 1px solid #2C4762
}

.btn-twitter {
    background-color: #55ACEE;
    border: 1px solid #55ACEE
}

.btn-vimeo {
    background-color: #1AB7EA;
    border: 1px solid #1AB7EA
}

.btn-vk {
    background-color: #587EA3;
    border: 1px solid #587EA3
}

.btn-yahoo {
    background-color: #720E9E;
    border: 1px solid #720E9E
}

.btn-outline-adn {
    border: 1px solid #D87A68 !important;
    color: #D87A68 !important
}

.btn-outline-bitbucket {
    border: 1px solid #205081 !important;
    color: #205081 !important
}

.btn-outline-dropbox {
    border: 1px solid #1087DD !important;
    color: #1087DD !important
}

.btn-outline-facebook {
    border: 1px solid #3B5998 !important;
    color: #3B5998 !important
}

.btn-outline-flickr {
    border: 1px solid #FF0084 !important;
    color: #FF0084 !important
}

.btn-outline-foursquare {
    border: 1px solid #F94877 !important;
    color: #F94877 !important
}

.btn-outline-github {
    border: 1px solid #444 !important;
    color: #444 !important
}

.btn-outline-google {
    border: 1px solid #DD4B39 !important;
    color: #DD4B39 !important
}

.btn-outline-instagram {
    border: 1px solid #3F729B !important;
    color: #3F729B !important
}

.btn-outline-linkedin {
    border: 1px solid #007BB6 !important;
    color: #007BB6 !important
}

.btn-outline-microsoft {
    border: 1px solid #2672EC !important;
    color: #2672EC !important
}

.btn-outline-odnoklassniki {
    border: 1px solid #F4731C !important;
    color: #F4731C !important
}

.btn-outline-openid {
    border: 1px solid #F7931E !important;
    color: #F7931E !important
}

.btn-outline-pinterest {
    border: 1px solid #CB2027 !important;
    color: #CB2027 !important
}

.btn-outline-reddit {
    border: 1px solid #FF4500 !important;
    color: #FF4500 !important
}

.btn-outline-soundcloud {
    border: 1px solid #F50 !important;
    color: #F50 !important
}

.btn-outline-tumblr {
    border: 1px solid #2C4762 !important;
    color: #2C4762 !important
}

.btn-outline-twitter {
    border: 1px solid #55ACEE !important;
    color: #55ACEE !important
}

.btn-outline-vimeo {
    border: 1px solid #1AB7EA !important;
    color: #1AB7EA !important
}

.btn-outline-vk {
    border: 1px solid #587EA3 !important;
    color: #587EA3 !important
}

.btn-outline-yahoo {
    border: 1px solid #720E9E !important;
    color: #720E9E !important
}

.btn-outline-adn:hover {
    color: #FFF !important;
    border: 1px solid #D87A68;
    background-color: #D87A68
}

.btn-outline-bitbucket:hover {
    color: #FFF !important;
    border: 1px solid #205081;
    background-color: #205081
}

.btn-outline-dropbox:hover {
    color: #FFF !important;
    border: 1px solid #1087DD;
    background-color: #1087DD
}

.btn-outline-facebook:hover {
    color: #FFF !important;
    border: 1px solid #3B5998;
    background-color: #3B5998
}

.btn-outline-flickr:hover {
    color: #FFF !important;
    border: 1px solid #FF0084;
    background-color: #FF0084
}

.btn-outline-foursquare:hover {
    color: #FFF !important;
    border: 1px solid #F94877;
    background-color: #F94877
}

.btn-outline-github:hover {
    color: #FFF !important;
    border: 1px solid #444;
    background-color: #444
}

.btn-outline-google:hover {
    color: #FFF !important;
    border: 1px solid #DD4B39;
    background-color: #DD4B39
}

.btn-outline-instagram:hover {
    color: #FFF !important;
    border: 1px solid #3F729B;
    background-color: #3F729B
}

.btn-outline-linkedin:hover {
    color: #FFF !important;
    border: 1px solid #007BB6;
    background-color: #007BB6
}

.btn-outline-microsoft:hover {
    color: #FFF !important;
    border: 1px solid #2672EC;
    background-color: #2672EC
}

.btn-outline-odnoklassniki:hover {
    color: #FFF !important;
    border: 1px solid #F4731C;
    background-color: #F4731C
}

.btn-outline-openid:hover {
    color: #FFF !important;
    border: 1px solid #F7931E;
    background-color: #F7931E
}

.btn-outline-pinterest:hover {
    color: #FFF !important;
    border: 1px solid #CB2027;
    background-color: #CB2027
}

.btn-outline-reddit:hover {
    color: #FFF !important;
    border: 1px solid #FF4500;
    background-color: #FF4500
}

.btn-outline-soundcloud:hover {
    color: #FFF !important;
    border: 1px solid #F50;
    background-color: #F50
}

.btn-outline-tumblr:hover {
    color: #FFF !important;
    border: 1px solid #2C4762;
    background-color: #2C4762
}

.btn-outline-twitter:hover {
    color: #FFF !important;
    border: 1px solid #55ACEE;
    background-color: #55ACEE
}

.btn-outline-vimeo:hover {
    color: #FFF !important;
    border: 1px solid #1AB7EA;
    background-color: #1AB7EA
}

.btn-outline-vk:hover {
    color: #FFF !important;
    border: 1px solid #587EA3;
    background-color: #587EA3
}

.btn-outline-yahoo:hover {
    color: #FFF !important;
    border: 1px solid #720E9E;
    background-color: #720E9E
}

.btn-adn-flat, .btn-adn-flat span, .btn-bitbucket-flat, .btn-bitbucket-flat span, .btn-dropbox-flat, .btn-dropbox-flat span, .btn-facebook-flat, .btn-facebook-flat span, .btn-flickr-flat, .btn-flickr-flat span, .btn-foursquare-flat, .btn-foursquare-flat span, .btn-github-flat, .btn-github-flat span, .btn-google-flat, .btn-google-flat span, .btn-instagram-flat, .btn-instagram-flat span, .btn-linkedin-flat, .btn-linkedin-flat span, .btn-microsoft-flat span, .btn-odnoklassniki-flat, .btn-odnoklassniki-flat span, .btn-openid-flat, .btn-openid-flat span, .btn-pinterest-flat, .btn-pinterest-flat span, .btn-reddit-flat, .btn-reddit-flat span, .btn-soundcloud-flat, .btn-soundcloud-flat span, .btn-tumblr-flat, .btn-tumblr-flat span, .btn-twitter-flat, .btn-twitter-flat span, .btn-vimeo-flat, .btn-vimeo-flat span, .btn-vk-flat, .btn-vk-flat span, .btn-yahoo-flat, .btn-yahoo-flat span {
    border: none !important
}

    .btn-adn-flat, .btn-adn-flat.active, .btn-adn-flat:active, .btn-adn-flat:active:focus, .btn-adn-flat:active:hover, .btn-adn-flat:focus, .btn-adn-flat:hover, .btn-bitbucket-flat, .btn-bitbucket-flat.active, .btn-bitbucket-flat:active, .btn-bitbucket-flat:active:focus, .btn-bitbucket-flat:active:hover, .btn-bitbucket-flat:focus, .btn-bitbucket-flat:hover, .btn-dropbox-flat, .btn-dropbox-flat.active, .btn-dropbox-flat:active, .btn-dropbox-flat:active:focus, .btn-dropbox-flat:active:hover, .btn-dropbox-flat:focus, .btn-dropbox-flat:hover, .btn-facebook-flat, .btn-facebook-flat.active, .btn-facebook-flat:active, .btn-facebook-flat:active:focus, .btn-facebook-flat:active:hover, .btn-facebook-flat:focus, .btn-facebook-flat:hover, .btn-flickr-flat, .btn-flickr-flat.active, .btn-flickr-flat:active, .btn-flickr-flat:active:focus, .btn-flickr-flat:active:hover, .btn-flickr-flat:focus, .btn-flickr-flat:hover, .btn-foursquare-flat, .btn-foursquare-flat.active, .btn-foursquare-flat:active, .btn-foursquare-flat:active:focus, .btn-foursquare-flat:active:hover, .btn-foursquare-flat:focus, .btn-foursquare-flat:hover, .btn-github-flat, .btn-github-flat.active, .btn-github-flat:active, .btn-github-flat:active:focus, .btn-github-flat:active:hover, .btn-github-flat:focus, .btn-github-flat:hover, .btn-google-flat, .btn-google-flat.active, .btn-google-flat:active, .btn-google-flat:active:focus, .btn-google-flat:active:hover, .btn-google-flat:focus, .btn-google-flat:hover, .btn-instagram-flat, .btn-instagram-flat.active, .btn-instagram-flat:active, .btn-instagram-flat:active:focus, .btn-instagram-flat:active:hover, .btn-instagram-flat:focus, .btn-instagram-flat:hover, .btn-linkedin-flat, .btn-linkedin-flat.active, .btn-linkedin-flat:active, .btn-linkedin-flat:active:focus, .btn-linkedin-flat:active:hover, .btn-linkedin-flat:focus, .btn-linkedin-flat:hover, .btn-microsoft-flat, .btn-microsoft-flat.active, .btn-microsoft-flat:active, .btn-microsoft-flat:active:focus, .btn-microsoft-flat:active:hover, .btn-microsoft-flat:focus, .btn-odnoklassniki-flat, .btn-odnoklassniki-flat.active, .btn-odnoklassniki-flat:active, .btn-odnoklassniki-flat:active:focus, .btn-odnoklassniki-flat:active:hover, .btn-odnoklassniki-flat:focus, .btn-odnoklassniki-flat:hover, .btn-openid-flat, .btn-openid-flat.active, .btn-openid-flat:active, .btn-openid-flat:active:focus, .btn-openid-flat:active:hover, .btn-openid-flat:focus, .btn-openid-flat:hover, .btn-pinterest-flat, .btn-pinterest-flat.active, .btn-pinterest-flat:active, .btn-pinterest-flat:active:focus, .btn-pinterest-flat:active:hover, .btn-pinterest-flat:focus, .btn-pinterest-flat:hover, .btn-reddit-flat, .btn-reddit-flat.active, .btn-reddit-flat:active, .btn-reddit-flat:active:focus, .btn-reddit-flat:active:hover, .btn-reddit-flat:focus, .btn-reddit-flat:hover, .btn-soundcloud-flat, .btn-soundcloud-flat.active, .btn-soundcloud-flat:active, .btn-soundcloud-flat:active:focus, .btn-soundcloud-flat:active:hover, .btn-soundcloud-flat:focus, .btn-soundcloud-flat:hover, .btn-tumblr-flat, .btn-tumblr-flat.active, .btn-tumblr-flat:active, .btn-tumblr-flat:active:focus, .btn-tumblr-flat:active:hover, .btn-tumblr-flat:focus, .btn-tumblr-flat:hover, .btn-twitter-flat, .btn-twitter-flat.active, .btn-twitter-flat:active, .btn-twitter-flat:active:focus, .btn-twitter-flat:active:hover, .btn-twitter-flat:focus, .btn-twitter-flat:hover, .btn-vimeo-flat, .btn-vimeo-flat.active, .btn-vimeo-flat:active, .btn-vimeo-flat:active:focus, .btn-vimeo-flat:active:hover, .btn-vimeo-flat:focus, .btn-vimeo-flat:hover, .btn-vk-flat, .btn-vk-flat.active, .btn-vk-flat:active, .btn-vk-flat:active:focus, .btn-vk-flat:active:hover, .btn-vk-flat:focus, .btn-vk-flat:hover, .btn-yahoo-flat, .btn-yahoo-flat.active, .btn-yahoo-flat:active, .btn-yahoo-flat:active:focus, .btn-yahoo-flat:active:hover, .btn-yahoo-flat:focus, .btn-yahoo-flat:hover {
        background-color: transparent !important
    }

.btn-adn-flat {
    color: #D87A68 !important
}

    .btn-adn-flat:hover {
        color: #993A28 !important
    }

.btn-bitbucket-flat {
    color: #205081 !important
}

    .btn-bitbucket-flat:hover {
        color: #07111B !important
    }

.btn-dropbox-flat {
    color: #1087DD !important
}

    .btn-dropbox-flat:hover {
        color: #073E66 !important
    }

.btn-facebook-flat {
    color: #3B5998 !important
}

    .btn-facebook-flat:hover {
        color: #17233C !important
    }

.btn-flickr-flat {
    color: #FF0084 !important
}

    .btn-flickr-flat:hover {
        color: #800042 !important
    }

.btn-foursquare-flat {
    color: #F94877 !important
}

    .btn-foursquare-flat:hover {
        color: #BB0636 !important
    }

.btn-github-flat {
    color: #444 !important
}

    .btn-github-flat:hover {
        color: #040404 !important
    }

.btn-google-flat {
    color: #DD4B39 !important
}

    .btn-google-flat:hover {
        color: #802216 !important
    }

.btn-instagram-flat {
    color: #3F729B !important
}

    .btn-instagram-flat:hover {
        color: #1A2F40 !important
    }

.btn-linkedin-flat {
    color: #007BB6 !important
}

    .btn-linkedin-flat:hover {
        color: #002537 !important
    }

.btn-microsoft-flat {
    color: #2672EC !important;
    border: none !important
}

    .btn-microsoft-flat:hover {
        color: #0C3B87 !important;
        background-color: transparent !important
    }

.btn-odnoklassniki-flat {
    color: #F4731C !important
}

    .btn-odnoklassniki-flat:hover {
        color: #8A3C07 !important
    }

.btn-openid-flat {
    color: #F7931E !important
}

    .btn-openid-flat:hover {
        color: #905005 !important
    }

.btn-pinterest-flat {
    color: #CB2027 !important
}

    .btn-pinterest-flat:hover {
        color: #5D0F12 !important
    }

.btn-reddit-flat {
    color: #FF4500 !important
}

    .btn-reddit-flat:hover {
        color: #802300 !important
    }

.btn-soundcloud-flat {
    color: #F50 !important
}

    .btn-soundcloud-flat:hover {
        color: #802B00 !important
    }

.btn-tumblr-flat {
    color: #2C4762 !important
}

    .btn-tumblr-flat:hover {
        color: #04070A !important
    }

.btn-twitter-flat {
    color: #55ACEE !important
}

    .btn-twitter-flat:hover {
        color: #126DB2 !important
    }

.btn-vimeo-flat {
    color: #1AB7EA !important
}

    .btn-vimeo-flat:hover {
        color: #0B5E79 !important
    }

.btn-vk-flat {
    color: #587EA3 !important
}

    .btn-vk-flat:hover {
        color: #2B3E50 !important
    }

.btn-yahoo-flat {
    color: #720E9E !important
}

    .btn-yahoo-flat:hover {
        color: #1D0429 !important
    }

@media (min-width:1200px) {
    .vertical-menu .main-panel .main-content, .vertical-menu footer.footer {
        margin-left: 250px
    }

    .vertical-menu .navbar {
        margin-left: 250px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .vertical-menu .navbar .container-fluid {
            padding-left: 0
        }

    .vertical-menu.sidebar-sm .main-panel .main-content, .vertical-menu.sidebar-sm .navbar {
        margin-left: 220px
    }

    .vertical-menu.sidebar-sm.nav-collapsed .main-panel .main-content, .vertical-menu.sidebar-sm.nav-collapsed .navbar {
        margin-left: 60px
    }

    .vertical-menu.sidebar-sm .navbar {
        padding-left: 1.5rem;
        margin-left: 220px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .vertical-menu.sidebar-sm .navbar .navbar-container {
            padding-left: 220px
        }

    .vertical-menu.sidebar-sm footer.footer {
        margin-left: 220px
    }

    .vertical-menu.sidebar-lg .main-panel .main-content, .vertical-menu.sidebar-lg .navbar {
        margin-left: 280px
    }

    .vertical-menu.sidebar-lg.nav-collapsed .main-panel .main-content, .vertical-menu.sidebar-lg.nav-collapsed .navbar {
        margin-left: 60px
    }

    .vertical-menu.sidebar-lg .navbar {
        padding-left: 1.5rem;
        margin-left: 280px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .vertical-menu.sidebar-lg .navbar .navbar-container {
            padding-left: 280px
        }

    .vertical-menu.sidebar-lg footer.footer {
        margin-left: 280px
    }

    footer.footer {
        text-align: center
    }
}

footer.footer {
    padding: 1rem 2.2rem
}

.vertical-layout[data-col='1-column'] .main-content, .vertical-layout[data-col='1-column'] .navbar, .vertical-layout[data-col='1-column'].nav-collapsed {
    margin: 0 !important
}

.horizontal-layout[data-col='1-column'] .main-panel {
    margin-top: 4rem !important
}

.horizontal-layout[data-col='1-column'].blank-page .wrapper {
    min-height: calc(var(--vh,1vh) * 100)
}

.horizontal-layout[data-col='1-column'].blank-page .main-panel {
    margin-top: 0 !important
}

@media (max-width:1200px) {
    .app-sidebar {
        -webkit-transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
        transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
        transition: transform .4s cubic-bezier(.25,.8,.25,1);
        transition: transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)
    }

    .navbar {
        padding: 0 25px
    }

    .navbar-toggle {
        display: block
    }

    .navbar-header .navbar-toggle {
        margin: 8px 17px 0 6px;
        cursor: pointer
    }

    .navbar-header .navbar-collapse-toggle, .navbar-header .open-collapse-toggle {
        margin: 20px 0 10px 15px
    }

    .navbar-form {
        margin-top: .75rem !important
    }

    .bar1, .bar2, .bar3 {
        outline: transparent solid 1px
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

@media (min-width:320px) {
    .navbar-header {
        float: left
    }

    .navbar-right {
        float: right !important
    }

    .navbar-nav > li {
        float: left
    }
}

@media (max-width:320px) {
    .navbar-right {
        display: none
    }
}

@media (max-width:640px) {
    .navbar-form {
        display: none
    }
}

@media (max-width:767px) {
    #navbar-mobile.navbar-collapse .navbar-nav {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
            position: absolute
        }

        #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
            float: left
        }
}

@media (max-width:359px) {
    .i18n-dropdown {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar .navbar-nav {
        margin-right: -5px
    }

    .header-navbar .navbar-container ul.navbar-nav {
        float: right !important
    }

        .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
            padding: .5rem
        }

    [dir=rtl] .header-navbar .navbar-container ul.navbar-nav li {
        float: left !important
    }
}

.main-content .color-palette .color-group li.color .hex, .main-content .color-palette .color-group:last-child li.color .hex {
    float: right;
    display: block;
    text-transform: uppercase
}

.main-content .color-palette .color-group li {
    list-style-type: none
}

    .main-content .color-palette .color-group li.color {
        padding: 10px 15px 11px;
        margin: 0
    }

        .main-content .color-palette .color-group li.color.main-color .name {
            display: block;
            margin-bottom: 53px;
            font-size: 2rem
        }

.main-content .color-palette .color-group:last-child li.color {
    padding: 10px 15px 11px;
    margin: 0
}

    .main-content .color-palette .color-group:last-child li.color.main-color .name {
        display: block;
        margin-bottom: 53px;
        font-size: 2rem
    }

.main-content .color-palette .dark span {
    color: #342E49
}

.main-content .color-palette span {
    color: rgba(255,255,255,.87);
    font-size: 14px;
    font-weight: 500
}

    .main-content .color-palette span.light-strong {
        color: #FFF
    }

    .main-content .color-palette span.dark {
        color: #342E49
    }

.main-content .bd-highlight, .main-content .width-example {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.15)
}

.main-content .height-example-wrapper {
    background-color: rgba(255,0,0,.1);
    height: 100px
}

    .main-content .height-example-wrapper .height-example {
        background-color: rgba(0,0,255,.1);
        width: 120px
    }

.main-content .fonticon-container > .fonticon-wrap {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 4.8rem;
    text-align: center;
    border-radius: .1875rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem
}

.avatar, .avatar img {
    border-radius: 50%
}

.select2-container--classic .select2-results__options .select2-results__option i, .select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-results__options .select2-results__option i, .select2-container--default .select2-selection--single .select2-selection__rendered i {
    margin-right: .5rem
}

.main-content .fonticon-container > .fonticon-wrap > i {
    font-size: 2.28rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .main-content .fonticon-container > .fonticon-wrap > i.fa {
        font-size: 2.28rem !important
    }

.main-content .fonticon-container > .fonticon-wrap.youtube {
    width: 100px
}

.main-content .fonticon-container:hover i {
    color: #975AFF;
    font-size: 2.9rem;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.main-content .fonticon-container > .fonticon-classname, .main-content .fonticon-container > .fonticon-unit {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2
}

.main-content .fonticon-container > .fonticon-unit {
    font-size: 1rem;
    font-style: italic
}

.buy-now {
    position: fixed;
    right: 5.8rem
}

.scroll-top {
    position: fixed;
    right: 2rem;
    padding: .4rem .8rem;
    display: none
}

@media (max-width:575.98px) {
    #media-object img {
        width: 45px;
        height: 45px
    }

    .carousel-caption p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dropzone.dropzone-area .dz-message {
        font-size: 1.5rem
    }

        .dropzone.dropzone-area .dz-message:before {
            font-size: 3rem;
            height: 50px
        }
}

#iconForm .form-control-position {
    top: 1px
}

.doc-sidebar-wrapper {
    position: fixed;
    right: 1rem
}

    .doc-sidebar-wrapper .doc-sidebar {
        margin-left: 4.5rem
    }

body.page-scrolled .doc-sidebar-wrapper {
    top: 1.5rem
}

ul.doc-sidebar-nav-list {
    list-style: none;
    padding-left: 0
}

@media (max-width:1199.98px) {
    .doc-sidebar-wrapper .doc-sidebar {
        margin-left: .5rem
    }
}

.avatar {
    white-space: nowrap;
    background-color: #E0E0E0;
    position: relative;
    color: #616161;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    text-align: center;
    vertical-align: middle
}

    .avatar img + .avatar-content {
        width: 0 !important;
        height: 0 !important
    }

    .avatar .avatar-content {
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .avatar.avatar-xl .avatar-content, .avatar.avatar-xl img {
        height: 70px;
        width: 70px
    }

.wrapper.menu-collapsed .app-sidebar .navigation li.has-sub > a:after, [data-usn-if], body:after {
    display: none
}

.avatar .avatar-content .avatar-icon {
    font-size: 1.1rem
}

.avatar .avatar-content .badge {
    position: absolute;
    top: -8px;
    right: -9px;
    font-size: .62rem
}

.avatar[class*=bg-] {
    color: #FFF
}

.avatar.avatar-xl {
    font-size: 1.5rem
}

    .avatar.avatar-xl .avatar-content .avatar-icon {
        font-size: 3rem
    }

.avatar.avatar-lg {
    font-size: 1.2rem
}

    .avatar.avatar-lg .avatar-content, .avatar.avatar-lg img {
        width: 50px;
        height: 50px
    }

        .avatar.avatar-lg .avatar-content .avatar-icon {
            font-size: 2rem
        }

.avatar.avatar-md {
    font-size: 1rem
}

    .avatar.avatar-md .avatar-content, .avatar.avatar-md img {
        width: 40px;
        height: 40px
    }

.avatar.avatar-sm .avatar-content, .avatar.avatar-sm img {
    width: 24px;
    height: 24px
}

.avatar.avatar-md .avatar-content .avatar-icon {
    font-size: 1.5rem
}

.avatar.avatar-sm .avatar-content .avatar-icon {
    font-size: .9rem
}

.avatar [class*=avatar-status-] {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    border: 1px solid #FFF
}

    .avatar [class*=avatar-status-].avatar-status-lg {
        width: 17px;
        height: 17px;
        border-width: 2px
    }

.avatar .avatar-status-online {
    background-color: #40C057
}

.avatar .avatar-status-busy {
    background-color: #F55252
}

.avatar .avatar-status-away {
    background-color: #F77E17
}

.avatar .avatar-status-offline {
    background-color: #616D89
}

@media screen and (min-width:0) {
    head {
        font-family: 'xs 0px'
    }

    body:after {
        content: 'xs - min-width: 0px'
    }
}

@media screen and (min-width:544px) {
    head {
        font-family: 'sm 544px'
    }

    body:after {
        content: 'sm - min-width: 544px'
    }
}

@media screen and (min-width:768px) {
    head {
        font-family: 'md 768px'
    }

    body:after {
        content: 'md - min-width: 768px'
    }
}

@media screen and (min-width:992px) {
    head {
        font-family: 'lg 992px'
    }

    body:after {
        content: 'lg - min-width: 992px'
    }
}

@media screen and (min-width:1200px) {
    head {
        font-family: 'xl 1200px'
    }

    body:after {
        content: 'xl - min-width: 1200px'
    }
}

head title {
    font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'
}

.select2-container--classic:focus, .select2-container--default:focus {
    outline: 0
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height: calc(1.5em + .75rem + 3px);
    border: 1px solid #E0E0E0;
    background-color: transparent;
    border-radius: .35rem
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #975AFF !important;
    outline: 0
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: #975AFF !important;
    box-shadow: none !important
}

.select2-container--classic .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    color: #342E49;
    line-height: calc(1.5em + .75rem + 3px);
    padding-left: .75rem;
    padding-right: 2rem
}

.select2-container--classic .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(calc(1.5em + .75rem + 3px) - 2px);
    width: 25px
}

.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
    outline: 0
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height: calc(1.5em + .75rem + 3px);
    border: 1px solid #E0E0E0;
    background-color: transparent;
    border-radius: .35rem;
    line-height: 1
}

    .select2-container--classic .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus {
        outline: 0;
        border-color: #975AFF !important;
        box-shadow: none !important
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 8px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
            background-color: #975AFF !important;
            border-color: #7441DB !important;
            color: #FFF;
            line-height: 1.5;
            border-radius: .35rem
        }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #FFF !important;
        float: right;
        margin-left: .5rem
    }

    .select2-container--classic .select2-selection--multiple i, .select2-container--default .select2-selection--multiple i {
        margin-right: .5rem;
        font-size: .9rem
    }

.select2-container--classic .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background-color: #975AFF
}

.select2-container--classic .select2-results__options .select2-results__option .select2-results__group, .select2-container--default .select2-results__options .select2-results__option .select2-results__group {
    background-color: #F7F7F8
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #975AFF;
    color: #FFF
}

.select2-container--classic .select-lg, .select2-container--default .select-lg {
    min-height: calc(1.5em + .75rem + 3px) !important;
    font-size: 1.25rem
}

.select2-container--classic .select-sm, .select2-container--default .select-sm {
    min-height: calc(1.5em + .5rem + 2px) !important;
    font-size: .75rem
}

    .select2-container--classic .select-sm.select2-selection--single .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--single .select2-selection__rendered {
        line-height: calc(calc(1.5em + .5rem + 2px) - 2px)
    }

    .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
        padding-left: 5px
    }

        .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
            margin-top: 2px;
            line-height: 1.2rem
        }

    .select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
        margin-top: 0
    }

.select2-result-repository__avatar img {
    width: 50px
}

input[class*=pickadate], input[class*=pickatime], input[class*=birthdate] {
    background-color: transparent !important
}

.picker--opened .picker__holder {
    border-radius: .35rem;
    margin-top: .5rem;
    box-shadow: -8px 8px 14px 0 rgba(25,42,70,.11)
}

.input-group > .input-group-prepend ~ .form-control.picker__input {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.picker__day {
    border-radius: .35rem
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted, .picker__day--highlighted:hover {
    background-color: #975AFF !important;
    border-radius: .35rem
}

.picker__day--today:before {
    top: 4px;
    right: 4px;
    border-top-color: #975AFF
}

.picker__day--highlighted:before {
    border-top-color: #FFF
}

.picker__button--today:before {
    border-top-color: #975AFF
}

.picker__button--close:before {
    font-family: feather;
    content: '\e8f6';
    font-weight: 700
}

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted, .picker__list-item--highlighted:hover {
    background-color: #975AFF !important
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .picker {
        left: 0
    }
}

table.dataTable {
    margin-bottom: .75rem !important
}

    table.dataTable thead th {
        text-transform: uppercase;
        font-size: .85rem;
        font-weight: 600
    }

        table.dataTable thead th[class*=sorting]:not(.sorting_disabled):before {
            content: '\e845';
            font-family: feather;
            top: .8rem
        }

        table.dataTable thead th[class*=sorting]:not(.sorting_disabled):after {
            content: '\e842';
            font-family: feather;
            top: 1.6rem;
            right: .85rem
        }

    table.dataTable tbody tr.group {
        background: rgba(0,0,0,.03)
    }

    table.dataTable tbody tr td.details-control {
        background: url(../img/datatables/details_open.png) center center no-repeat
    }

    table.dataTable tbody tr.shown td.details-control {
        background: url(../img/datatables/details_close.png) center center no-repeat
    }

    table.dataTable tbody tr.selected {
        background-color: #EFDEFF
    }

    table.dataTable tfoot th {
        font-size: 1rem;
        font-weight: 600
    }

    table.dataTable.table-striped tbody tr td {
        border-top: 0
    }

.vertical-layout.navbar-sticky .header-navbar {
    position: fixed;
    top: 0;
    width: 100%
}

    .vertical-layout.navbar-sticky .header-navbar.navbar-shadow {
        box-shadow: rgba(25,42,70,.11) -8px 8px 14px 0
    }

.vertical-layout.navbar-sticky .main-panel {
    margin-top: 3.95rem
}

.blank-page .wrapper .main-panel {
    margin: 0;
    padding: 0
}

    .blank-page .wrapper .main-panel .main-content {
        padding: 0 !important;
        margin: 0
    }

        .blank-page .wrapper .main-panel .main-content .content-wrapper {
            padding: 0
        }

.wrapper {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden;
    min-height: calc(100vh - 3.98rem)
}

    .wrapper .content-header {
        font-weight: 500;
        font-size: 1.6rem;
        margin-top: 1.5rem;
        margin-bottom: .25rem
    }

    .wrapper .content-sub-header {
        color: #342E49
    }

body.nav-collapsed .app-sidebar:hover .nav li.has-sub > a:after {
    display: inherit
}

body.nav-collapsed .app-sidebar:hover .badge, body.nav-collapsed .app-sidebar:hover .logo .text, body.nav-collapsed .app-sidebar:hover .menu-title {
    opacity: 1;
    display: inline-block
}

body.nav-collapsed .app-sidebar:hover .nav-toggle {
    display: block !important
}

body.nav-collapsed .app-sidebar .badge, body.nav-collapsed .app-sidebar .logo .text, body.nav-collapsed .app-sidebar .menu-title {
    opacity: 0;
    display: none
}

body.nav-collapsed .app-sidebar .nav-close, body.nav-collapsed .app-sidebar .nav-toggle {
    display: none !important
}

body.nav-collapsed .app-sidebar:not(.expanded) .navigation li.has-sub a:after {
    content: none
}

.menu-hide .app-sidebar {
    box-shadow: none
}

.menu-open .app-sidebar {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 250px;
    left: 0
}

body .app-sidebar .navigation li > a:before, body[data-menu=vertical-menu] .app-sidebar .navigation li.active > a:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: solid 5px #F55252;
    background: rgba(224,224,224,.2);
    top: 0
}

body .app-sidebar .navigation li > a:before {
    left: -100%;
    -webkit-transition: .35s ease left;
    transition: .35s ease left
}

body .app-sidebar .navigation li.sidebar-group-active:not(.open) {
    border-right: solid 5px #F55252;
    background: rgba(224,224,224,.2)
}

body[data-menu=vertical-menu] .app-sidebar .navigation li.active:not(.open) > a:before {
    left: 0
}

body[data-menu=vertical-menu] .app-sidebar .navigation li.active > a:before {
    left: 0;
    -webkit-transition: .35s ease left;
    transition: .35s ease left
}

.app-sidebar, .app-sidebar .navigation .menu-title {
    -webkit-transition: all .3s cubic-bezier(0,0,.2,1)
}

body[data-menu=horizontal-menu] .app-sidebar .navigation li.active > a:before {
    left: 0
}

.app-sidebar {
    font-family: Montserrat,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    transition: all .3s cubic-bezier(0,0,.2,1);
    white-space: nowrap;
    visibility: visible
}

.menu-expanded .app-sidebar {
    left: 0;
    width: 250px
}

.app-sidebar .sidebar-content {
    position: relative;
    height: calc((var(--vh,1vh) * 100) - 62px) !important;
    z-index: 4
}

    .app-sidebar .sidebar-content .ps__rail-y {
        background-color: transparent;
        width: 10px !important
    }

        .app-sidebar .sidebar-content .ps__rail-y.ps--clicking .ps__thumb-y, .app-sidebar .sidebar-content .ps__rail-y:hover .ps__thumb-y {
            background-color: rgba(255,255,255,.6);
            width: 8px !important
        }

    .app-sidebar .sidebar-content .ps__thumb-x, .app-sidebar .sidebar-content .ps__thumb-y {
        background-color: rgba(255,255,255,.5)
    }

.app-sidebar .logo-img {
    width: 30px;
    display: inline-block;
    max-height: 30px;
    margin-right: 15px
}

.app-sidebar .navigation {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .app-sidebar .navigation li {
        position: relative;
        display: block
    }

        .app-sidebar .navigation li.has-sub > a:after {
            content: '\e844';
            font-family: feather;
            font-size: 1rem;
            display: inline-block;
            position: absolute;
            right: 15px;
            top: 10px;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

        .app-sidebar .navigation li.has-sub > a {
            margin-bottom: 0
        }

        .app-sidebar .navigation li.open > a:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .app-sidebar .navigation li.open > a {
            background: rgba(224,224,224,.2)
        }

        .app-sidebar .navigation li > a {
            display: block;
            line-height: 2rem;
            padding: 10px 30px 10px 14px;
            margin: 5px 0;
            background-color: transparent;
            color: #FFF;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .app-sidebar .navigation li:not(.open) > ul {
            display: none
        }

        .app-sidebar .navigation li.active > a, .app-sidebar .navigation li:hover > a {
            background: rgba(224,224,224,.2)
        }

        .app-sidebar .navigation li ul {
            padding: 0;
            margin: 0;
            overflow: hidden;
            font-size: 1rem
        }

            .app-sidebar .navigation li ul li a {
                display: block;
                padding: 8px 18px 8px 40px
            }

            .app-sidebar .navigation li ul li ul li a {
                padding: 8px 18px 8px 60px
            }

    .app-sidebar .navigation .menu-title {
        margin: 0;
        font-size: .95rem;
        font-weight: 400;
        letter-spacing: .6px;
        opacity: 1;
        height: auto;
        transition: all .3s cubic-bezier(0,0,.2,1)
    }

    .app-sidebar .navigation .badge.badge-pill {
        position: absolute;
        right: 28px;
        padding: 4px 8px;
        font-weight: 300;
        -webkit-transition: all .3s cubic-bezier(0,0,.2,1);
        transition: all .3s cubic-bezier(0,0,.2,1)
    }

    .app-sidebar .navigation i {
        font-size: 1.2rem;
        float: left;
        margin-right: 10px;
        line-height: 2rem;
        width: 30px;
        text-align: center;
        opacity: .8
    }

        .app-sidebar .navigation i.submenu-icon {
            font-size: .8rem;
            width: inherit
        }

.app-sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

    .app-sidebar .sidebar-background:after {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        background: repeat-x #FFF;
        opacity: .95
    }

.app-sidebar .logo {
    position: relative;
    padding: .5rem 0 .5rem .95rem;
    z-index: 4
}

    .app-sidebar .logo p {
        float: left;
        font-size: 20px;
        margin: 10px;
        color: #FFF;
        line-height: 20px;
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif
    }

    .app-sidebar .logo .logo-text {
        text-transform: uppercase;
        padding: 5px 0;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 2px;
        color: #FFF;
        text-align: left;
        font-weight: 400
    }

.app-sidebar:after, .app-sidebar:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.app-sidebar:before {
    opacity: .33
}

.app-sidebar:after {
    z-index: 3;
    opacity: 1
}

.app-sidebar.has-image:after, .app-sidebar[data-image]:after {
    opacity: .77
}

.app-sidebar[data-background-color=white] {
    background-color: #FFF
}

    .app-sidebar[data-background-color=white] .sidebar-background:after {
        background: #FFF;
        opacity: .9
    }

    .app-sidebar[data-background-color=white] .logo-text, .app-sidebar[data-background-color=white] .navigation i, .app-sidebar[data-background-color=white] .navigation li > a, .app-sidebar[data-background-color=white] .sidebar-header a.nav-close, .app-sidebar[data-background-color=white] .sidebar-header a.nav-toggle {
        color: #000
    }

.app-sidebar[data-background-color=black] .logo-text, .app-sidebar[data-background-color=black] .navigation i, .app-sidebar[data-background-color=black] .navigation li > a, .app-sidebar[data-background-color=black] .sidebar-header a.nav-close, .app-sidebar[data-background-color=black] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=primary] .logo-text, .app-sidebar[data-background-color=primary] .navigation i, .app-sidebar[data-background-color=primary] .navigation li > a, .app-sidebar[data-background-color=primary] .sidebar-header a.nav-close, .app-sidebar[data-background-color=primary] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=info] .logo-text, .app-sidebar[data-background-color=info] .navigation i, .app-sidebar[data-background-color=info] .navigation li > a, .app-sidebar[data-background-color=info] .sidebar-header a.nav-close, .app-sidebar[data-background-color=info] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=success] .logo-text, .app-sidebar[data-background-color=success] .navigation i, .app-sidebar[data-background-color=success] .navigation li > a, .app-sidebar[data-background-color=success] .sidebar-header a.nav-close, .app-sidebar[data-background-color=success] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=warning] .logo-text, .app-sidebar[data-background-color=warning] .navigation i, .app-sidebar[data-background-color=warning] .navigation li > a, .app-sidebar[data-background-color=warning] .sidebar-header a.nav-close, .app-sidebar[data-background-color=warning] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=danger] .logo-text, .app-sidebar[data-background-color=danger] .navigation i, .app-sidebar[data-background-color=danger] .navigation li > a, .app-sidebar[data-background-color=danger] .sidebar-header a.nav-close, .app-sidebar[data-background-color=danger] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=king-yna] .logo-text, .app-sidebar[data-background-color=king-yna] .navigation i, .app-sidebar[data-background-color=king-yna] .navigation li > a, .app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-close, .app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=ibiza-sunset] .logo-text, .app-sidebar[data-background-color=ibiza-sunset] .navigation i, .app-sidebar[data-background-color=ibiza-sunset] .navigation li > a, .app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-close, .app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=flickr] .logo-text, .app-sidebar[data-background-color=flickr] .navigation i, .app-sidebar[data-background-color=flickr] .navigation li > a, .app-sidebar[data-background-color=flickr] .sidebar-header a.nav-close, .app-sidebar[data-background-color=flickr] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=purple-bliss] .logo-text, .app-sidebar[data-background-color=purple-bliss] .navigation i, .app-sidebar[data-background-color=purple-bliss] .navigation li > a, .app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-close, .app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=man-of-steel] .logo-text, .app-sidebar[data-background-color=man-of-steel] .navigation i, .app-sidebar[data-background-color=man-of-steel] .navigation li > a, .app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-close, .app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-toggle, .app-sidebar[data-background-color=purple-love] .logo-text, .app-sidebar[data-background-color=purple-love] .navigation i, .app-sidebar[data-background-color=purple-love] .navigation li > a, .app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-close, .app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-toggle {
    color: #FFF
}

.app-sidebar[data-background-color=black] {
    background-color: #000
}

    .app-sidebar[data-background-color=black] .sidebar-background:after {
        background: #000;
        opacity: .85
    }

.app-sidebar[data-background-color=primary] {
    background-color: #7441DB
}

    .app-sidebar[data-background-color=primary] .sidebar-background:after {
        background: #7441DB;
        opacity: .95
    }

.app-sidebar[data-background-color=info] {
    background-color: #226CC5
}

    .app-sidebar[data-background-color=info] .sidebar-background:after {
        background: #226CC5;
        opacity: .95
    }

.app-sidebar[data-background-color=success] {
    background-color: #2EA54F
}

    .app-sidebar[data-background-color=success] .sidebar-background:after {
        background: #2EA54F;
        opacity: .95
    }

.app-sidebar[data-background-color=warning] {
    background-color: #D46010
}

    .app-sidebar[data-background-color=warning] .sidebar-background:after {
        background: #D46010;
        opacity: .95
    }

.app-sidebar[data-background-color=danger] {
    background-color: #D23B48
}

    .app-sidebar[data-background-color=danger] .sidebar-background:after {
        background: #D23B48;
        opacity: .95
    }

.app-sidebar[data-background-color=mint] {
    background-image: -webkit-linear-gradient(315deg,#1750A5,#40C057);
    background-image: linear-gradient(135deg,#1750A5,#40C057);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=mint] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#1750A5,#40C057);
        background-image: linear-gradient(135deg,#1750A5,#40C057);
        background-repeat: repeat-x;
        opacity: .95
    }

    .app-sidebar[data-background-color=mint] .logo-text, .app-sidebar[data-background-color=mint] .navigation i, .app-sidebar[data-background-color=mint] .navigation li > a, .app-sidebar[data-background-color=mint] .sidebar-header a.nav-close, .app-sidebar[data-background-color=mint] .sidebar-header a.nav-toggle {
        color: #FFF
    }

.app-sidebar[data-background-color=king-yna] {
    background-image: -webkit-linear-gradient(315deg,#562DB7,#F55252);
    background-image: linear-gradient(135deg,#562DB7,#F55252);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=king-yna] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#562DB7,#F55252);
        background-image: linear-gradient(135deg,#562DB7,#F55252);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar[data-background-color=ibiza-sunset] {
    background-image: -webkit-linear-gradient(315deg,#8E1A38,#FAA750);
    background-image: linear-gradient(135deg,#8E1A38,#FAA750);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=ibiza-sunset] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#8E1A38,#FAA750);
        background-image: linear-gradient(135deg,#8E1A38,#FAA750);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar[data-background-color=flickr] {
    background-image: -webkit-linear-gradient(315deg,#D46010,#226CC5);
    background-image: linear-gradient(135deg,#D46010,#226CC5);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=flickr] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#D46010,#226CC5);
        background-image: linear-gradient(135deg,#D46010,#226CC5);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar[data-background-color=purple-bliss] {
    background-image: -webkit-linear-gradient(315deg,#3B1C93,#2F8BE6);
    background-image: linear-gradient(135deg,#3B1C93,#2F8BE6);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=purple-bliss] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#3B1C93,#2F8BE6);
        background-image: linear-gradient(135deg,#3B1C93,#2F8BE6);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar[data-background-color=man-of-steel] {
    background-image: -webkit-linear-gradient(315deg,#2F3EA0,#AE342D);
    background-image: linear-gradient(135deg,#2F3EA0,#AE342D);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=man-of-steel] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#2F3EA0,#AE342D);
        background-image: linear-gradient(135deg,#2F3EA0,#AE342D);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar[data-background-color=purple-love] {
    background-image: -webkit-linear-gradient(315deg,#562DB7,#C89CFF);
    background-image: linear-gradient(135deg,#562DB7,#C89CFF);
    background-repeat: repeat-x
}

    .app-sidebar[data-background-color=purple-love] .sidebar-background:after {
        background-image: -webkit-linear-gradient(315deg,#562DB7,#C89CFF);
        background-image: linear-gradient(135deg,#562DB7,#C89CFF);
        background-repeat: repeat-x;
        opacity: .95
    }

.app-sidebar.menu-native-scroll .main-menu-content {
    overflow-y: scroll
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh,1vh) * 100);
    background-color: rgba(0,0,0,.5);
    z-index: 997;
    display: none
}

.drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 0;
    left: -20px;
    z-index: 1036
}

.sidebar-header a.nav-close, .sidebar-header a.nav-toggle {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 14px;
    text-align: center
}

.sidebar-header a.nav-toggle {
    top: 25px;
    color: rgba(255,255,255,.55)
}

.sidebar-header a.nav-close {
    top: 24px;
    color: #FFF
}

.main-panel {
    position: relative;
    z-index: 2;
    float: right;
    -webkit-transition: .33s,cubic-bezier(.685,.0473,.346,1);
    transition: .33s,cubic-bezier(.685,.0473,.346,1);
    width: 100%
}

    .main-panel .main-content {
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        min-height: calc((var(--vh,1vh) * 100) - 7.39rem)
    }

    .main-panel div .footer {
        border-top: 1px solid #EEE
    }

    .main-panel > .navbar {
        margin-bottom: 0
    }

.bootstrap-navbar .navigation {
    margin-top: 20px;
    float: none
}

.sidebar-sm.menu-expanded .app-sidebar, .sidebar-sm.menu-open .app-sidebar {
    width: 220px;
    left: 0
}

.sidebar-lg.menu-expanded .app-sidebar, .sidebar-lg.menu-open .app-sidebar {
    width: 280px;
    left: 0
}

@media (max-width:991.98px) {
    body.nav-collapsed:not(.sidebar-lg) .navbar, body.nav-collapsed:not(.sidebar-sm) .navbar {
        margin-left: 0
    }

    body.nav-collapsed:not(.sidebar-lg) .main-panel .main-content, body.nav-collapsed:not(.sidebar-sm) .main-panel .main-content {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .app-sidebar {
        left: 0;
        width: 250px
    }

    .drag-target {
        z-index: 0
    }

    body.nav-collapsed .app-sidebar {
        width: 60px
    }

    body.nav-collapsed:not(.sidebar-sm):not(.sidebar-lg) .app-sidebar:hover {
        width: 250px
    }

    body.nav-collapsed.sidebar-sm .app-sidebar:hover {
        width: 220px
    }

    body.nav-collapsed.sidebar-lg .app-sidebar:hover {
        width: 280px
    }

    body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content, body.nav-collapsed:not(.horizontal-layout) .navbar, body.nav-collapsed:not(.horizontal-layout) footer.footer {
        margin-left: 60px
    }
}

@media (max-width:1199.98px) {
    .app-sidebar {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

#notification-sidebar {
    width: 400px;
    right: -405px;
    padding: 0;
    background-color: #FFF;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    -webkit-transition: right .6s cubic-bezier(.05,.74,.2,.99);
    transition: right .6s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    #notification-sidebar.open {
        right: 0;
        box-shadow: -8px 8px 14px 0 rgba(25,42,70,.11)
    }

    #notification-sidebar .notification-sidebar-close {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 7px;
        width: auto;
        z-index: 10
    }

    #notification-sidebar .notification-sidebar-content {
        position: relative;
        height: 100%;
        padding: 10px
    }

        #notification-sidebar .notification-sidebar-content .timeline-left {
            padding-left: 1.3rem
        }

            #notification-sidebar .notification-sidebar-content .timeline-left .timeline-line {
                width: 1px;
                margin-bottom: 4rem
            }

            #notification-sidebar .notification-sidebar-content .timeline-left .timeline-item {
                padding-bottom: 1rem
            }

                #notification-sidebar .notification-sidebar-content .timeline-left .timeline-item:after {
                    border: none
                }

                #notification-sidebar .notification-sidebar-content .timeline-left .timeline-item .activity-list-text {
                    margin-top: .7rem;
                    padding-left: 1rem;
                    padding-right: 1rem
                }

                    #notification-sidebar .notification-sidebar-content .timeline-left .timeline-item .activity-list-text .notification-note {
                        background-color: #F5F5F5;
                        border-radius: .35rem
                    }

        #notification-sidebar .notification-sidebar-content .notification-tab-content {
            position: relative;
            height: calc(100vh - 3.333333rem);
            height: calc(var(--vh,1vh) *100 - 3.333333rem)
        }

            #notification-sidebar .notification-sidebar-content .notification-tab-content .ps__rail-y {
                right: 5px
            }

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

    .cd-horizontal-timeline::before {
        content: 'mobile';
        display: none
    }

    .cd-horizontal-timeline.loaded {
        opacity: 1
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        margin: 0 auto
    }

        .cd-horizontal-timeline .timeline:after, .cd-horizontal-timeline .timeline:before {
            display: none
        }

.timeline:after, .timeline:before {
    display: table;
    content: ''
}

.cd-horizontal-timeline .timeline ol li, .cd-horizontal-timeline .timeline ul li {
    list-style: none
}

.cd-horizontal-timeline .timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden
}

    .cd-horizontal-timeline .timeline .events-wrapper .events {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        background: #EFDEFF;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s
    }

        .cd-horizontal-timeline .timeline .events-wrapper .events .filling-line {
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #975AFF;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s
        }

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 15px;
    color: #342E49
}

    .cd-horizontal-timeline .events a::after {
        content: '';
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -5px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        border: 2px solid #EFDEFF;
        background-color: #FFF;
        -webkit-transition: background-color .3s,border-color .3s;
        transition: background-color .3s,border-color .3s
    }

    .cd-horizontal-timeline .events a:hover::after {
        background-color: #975AFF !important;
        border-color: #975AFF
    }

    .cd-horizontal-timeline .events a.selected {
        pointer-events: none
    }

        .cd-horizontal-timeline .events a.selected::after {
            background-color: #975AFF;
            border-color: #975AFF
        }

    .cd-horizontal-timeline .events a.older-event::after {
        border-color: #975AFF
    }

@media only screen and (min-width:1100px) {
    .cd-horizontal-timeline {
        margin: 4rem auto
    }

        .cd-horizontal-timeline::before {
            content: 'desktop'
        }
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    transition: height .4s
}

    .cd-horizontal-timeline .events-content li {
        list-style: none;
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

        .cd-horizontal-timeline .events-content li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            animation-name: cd-enter-right
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            animation-name: cd-enter-left
        }

        .cd-horizontal-timeline .events-content li.leave-left, .cd-horizontal-timeline .events-content li.leave-right {
            animation-direction: reverse
        }

        .cd-horizontal-timeline .events-content li > * {
            margin: 0 auto
        }

    .cd-horizontal-timeline .events-content p {
        line-height: 1.6
    }

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #EFDEFF;
    background-color: #FFF;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

    .cd-timeline-navigation a::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        background: url(https://pixinvent.com/apex-angular-4-bootstrap-admin-template/app-assets/img/svg/cd-arrow.svg) no-repeat
    }

    .cd-timeline-navigation a.prev {
        top: 60%;
        left: 25px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .cd-timeline-navigation a.next {
        top: 43%;
        right: 8px
    }

    .cd-timeline-navigation a:hover {
        border-color: #975AFF
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px
        }

        .cd-timeline-navigation a.inactive:hover {
            border-color: #EFDEFF
        }

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.timeline {
    position: relative;
    margin: 0;
    padding: 10px 0
}

    .timeline > li:nth-child(even) {
        float: left;
        clear: left
    }

    .timeline > li:nth-child(odd) {
        float: right;
        clear: right
    }

    .timeline .timeline-line {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #E0E0E0;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .timeline .timeline-group {
        display: block;
        position: relative;
        text-align: center;
        float: none !important;
        z-index: 1
    }

    .timeline .timeline-item {
        position: relative;
        display: inline-block;
        line-height: inherit
    }

        .timeline .timeline-item .timeline-card .progress .progress-bar {
            border-radius: 0
        }

        .timeline .timeline-item > .timeline-badge {
            position: absolute;
            top: 12px;
            z-index: 1
        }

            .timeline .timeline-item > .timeline-badge > span {
                cursor: pointer;
                display: inline-block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all ease .3s;
                transition: all ease .3s
            }

                .timeline .timeline-item > .timeline-badge > span:active, .timeline .timeline-item > .timeline-badge > span:focus, .timeline .timeline-item > .timeline-badge > span:hover {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1)
                }

                .timeline .timeline-item > .timeline-badge > span i {
                    font-size: 1.4rem;
                    line-height: 40px
                }

.timeline-center .timeline-line {
    left: 50%
}

.timeline-center .timeline-item {
    width: 50%;
    padding: 0 50px 35px
}

    .timeline-center .timeline-item:nth-child(even) {
        padding: 0 35px 30px 0
    }

        .timeline-center .timeline-item:nth-child(even):after {
            content: '';
            position: absolute;
            right: 14px;
            top: 32px;
            width: 1.4rem;
            z-index: 0;
            border: 1px dashed #E0E0E0
        }

        .timeline-center .timeline-item:nth-child(even) > .timeline-badge {
            right: -20px
        }

    .timeline-center .timeline-item:nth-child(odd) {
        padding: 0 0 30px 35px
    }

        .timeline-center .timeline-item:nth-child(odd):after {
            content: '';
            position: absolute;
            left: 20px;
            top: 32px;
            width: 1rem;
            z-index: 0;
            border: 1px dashed #E0E0E0
        }

        .timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
            left: -20px
        }

    .timeline-center .timeline-item.center-block {
        width: 100%;
        margin-top: 5px;
        padding: 0 0 30px !important
    }

        .timeline-center .timeline-item.center-block > .timeline-badge {
            top: -28px;
            right: auto !important;
            width: 100%;
            text-align: center
        }

.timeline-left .timeline-item:after, .timeline-right .timeline-item:after {
    content: '';
    position: absolute;
    top: 32px;
    z-index: 0;
    border: 1px dashed #E0E0E0
}

.timeline-center .timeline-item.center-block:after {
    display: none
}

.timeline-right .timeline-line {
    right: 12px
}

.timeline-right .timeline-group {
    text-align: right
}

.timeline-right .timeline-item {
    width: 100%;
    padding: 0 3.2rem 2.333333rem 0
}

    .timeline-right .timeline-item:after {
        right: 32px;
        width: 1rem
    }

    .timeline-right .timeline-item > .timeline-badge {
        right: -8px
    }

    .timeline-right .timeline-item.right-block:after {
        right: 15px;
        width: 2.2rem
    }

.timeline-left .timeline-line {
    left: 12px
}

.timeline-left .timeline-group {
    text-align: left
}

.timeline-left .timeline-item {
    width: 100%;
    padding: 0 0 2.333333rem 3.2rem
}

    .timeline-left .timeline-item:after {
        left: 32px;
        width: 1rem
    }

    .timeline-left .timeline-item > .timeline-badge {
        left: -8px
    }

    .timeline-left .timeline-item.left-block:after {
        left: 13px;
        width: 2.3rem
    }

@media (max-width:991px) {
    .timeline-center .timeline-item {
        display: block !important;
        padding: 20px 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        float: none !important;
        clear: both !important
    }

        .timeline-center .timeline-item:after, .timeline-center .timeline-item:before {
            display: none
        }

        .timeline-center .timeline-item > .timeline-badge {
            top: -12px !important;
            right: auto !important;
            left: auto !important;
            width: 100%;
            text-align: center
        }

        .timeline-center .timeline-item .bg-transparent {
            background-color: #F7F7F8 !important
        }
}

@media (max-width:575px) {
    .timeline-wrapper {
        padding: 0
    }
}
