.app-calendar {
    margin: -25px -25px -26px -26px
}

.app-calendar .fc-toolbar {
    padding: 20px 20px 0
}

@media (max-width: 991px) {
    .app-calendar {
        margin:-25px -26px -26px
    }
}

@media (max-width: 543px) {
    .app-calendar {
        margin:-25px -21px -21px
    }
}

.app-calendar-list .checkbox {
    margin-bottom: 0
}

.app-calendar-list li {
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .app-calendar-list li {
        display:inline-block;
        margin-right: 20px
    }
}

.app-gallery .app-gallery-item {
    float: left;
    width: 200px;
    height: 160px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out
}

@media (max-width: 767px) {
    .app-gallery .app-gallery-item {
        width:100%;
        height: 270px
    }
}

.app-gallery .app-gallery-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2
}

.app-gallery .app-gallery-item:hover .app-gallery-item-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 62px;
    background: rgba(36,34,47,.8)
}

.app-gallery .app-gallery-item .app-gallery-item-hover {
    display: none
}

.app-gallery .app-gallery-item.edit:before {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 0;
    height: 0;
    content: '';
    z-index: 3;
    border: 15px solid transparent;
    border-bottom-color: #01a8fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mail .panel-heading {
    height: 66px;
    padding: 13px 25px 10px!important
}

.mail .panel-heading .mail-heading {
    float: left;
    margin-top: 2px
}

.mail .panel-heading .mail-heading .nav-link {
    padding-top: 8px;
    padding-bottom: 20px
}

.mail .messaging-list-item .s2 {
    margin-left: 0
}

.compose-message .note-editor,.mail .note-editor {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .mail.panel {
        margin-bottom:15px
    }

    .mail.panel.panel-with-sidebar:before {
        display: none
    }

    .mail.panel.panel-with-sidebar .panel-body,.mail.panel.panel-with-sidebar .panel-footer,.mail.panel.panel-with-sidebar .panel-heading {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mail.panel.panel-with-sidebar .panel-sidebar {
        float: none!important;
        width: auto;
        border-bottom: 1px solid #dfe4ed;
        margin-bottom: 0!important
    }
}

.messaging .messaging-list .messaging-list-title-last,.messaging .messaging-list .messaging-list-title-name,.messaging .messaging-list .messaging-list-title-subject {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.messaging .panel-sidebar {
    padding: 0!important
}

.messaging .messaging-title {
    margin-right: 70px
}

.messaging .messaging-list .messaging-list-item {
    padding: 20px 15px;
    border-bottom: 1px solid #eceff4
}

.messaging .messaging-list .messaging-list-item .avatar {
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #fff;
    position: relative;
    top: -5px;
    left: -5px
}

.messaging .messaging-list .messaging-list-item .avatar img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.messaging .messaging-list .messaging-list-item:last-child {
    border-bottom: none
}

.messaging .messaging-list .messaging-list-item:hover {
    background: #eceff4;
    cursor: pointer
}

.messaging .messaging-list .messaging-list-item.current {
    background: #acb7bf;
    color: #fff
}

.messaging .messaging-list .messaging-list-item.current .messaging-list-title-last,.messaging .messaging-list .messaging-list-item.current .messaging-time {
    color: #fff!important
}

.messaging .messaging-list .s1 {
    float: left;
    margin-top: 2px
}

.messaging .messaging-list .s2 {
    margin-left: 55px
}

.messaging .messaging-list .messaging-time {
    color: #acb7bf;
    float: right;
    position: relative;
    top: 3px
}

.messaging .messaging-list .messaging-list-title-name {
    margin-right: 30px
}

.messaging .messaging-list .messaging-list-title-last {
    color: #acb7bf
}

.messaging .messaging-search {
    border-bottom: 1px solid #dfe4ed;
    padding: 0 15px
}

.messaging .messaging-search .search-block {
    padding: 15px 0 14px
}

.messaging .mdtc-clnplra-main-player:not(.mdtc-clnplra-dark-theme) .mdtc-clnplra-interface,.messaging .mdtc-clnplrv-main-player:not(.mdtc-clnplrv-dark-theme) .mdtc-clnplrv-interface {
    background: #fff
}

.profile-header {
    background: #fff;
    height: 145px;
    margin: -25px;
    padding: 25px;
    background-size: cover;
    position: relative
}

.profile-header .profile-header-info {
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.profile-user {
    background: #acb7bf;
    margin-top: -145px;
    color: #fff;
    background-size: cover
}

.profile-user .profile-user-title .avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    padding: 5px;
    background: #fff
}

.profile-user .profile-user-title .avatar img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.profile-header-title {
    padding-left: 25px
}

.profile-user-skills progress {
    height: 6px;
    margin-top: 4px
}

.mode-superclean .profile-header-title {
    padding-left: 15px
}

@media (max-width: 1200px) {
    .profile-header-title {
        padding-left:0!important
    }

    .profile-user {
        margin-top: 0
    }
}

@media (max-width: 1600px) {
    .user-profile-dl dt {
        float:none;
        text-align: left
    }

    .user-profile-dl dd {
        margin-left: 0;
        margin-bottom: 10px
    }
}

body,pre {
    color: #514d6a
}

.hidden-left-menu,.hidden-top-menu {
    display: none
}

.main-backdrop,nav.top-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0
}

html {
    font-size: 14px;
    height: 100%
}

body {
    font-family: Lato,sans;
    background: #eceff4;
    overflow-x: hidden
}

a {
    color: #827ca1;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out
}

a:focus,a:hover {
    color: #08f;
    text-decoration: none;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.modal-open nav.top-menu {
    padding-right: 15px
}

.modal-open:not([style]) nav.top-menu {
    padding-right: 0!important
}

.custom-scroll {
    overflow: auto
}

.messaging-img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px 10px 0;
    max-width: 200px
}

.media-object {
    margin: 0 0 20px;
    max-width: 500px
}

.media-object:last-child {
    margin-bottom: 13px
}

.donut-list li {
    margin-bottom: 9px
}

.heading-buttons {
    margin-top: -6px
}

.page-content {
    padding: 25px;
    -webkit-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
    opacity: 1
}

body.cui-page-loading-state .page-content {
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.table colgroup [class^=col-] {
    float: none
}

pre {
    background: #f2f4f8;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.main-backdrop {
    z-index: 50;
    bottom: 0;
    background: #24222f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main-backdrop.main-backdrop-showed,nav.top-menu .menu .search-block {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.main-backdrop.main-backdrop-showed {
    opacity: .3;
    visibility: visible;
    transition: all .2s ease-in-out
}

.hidden-left-menu+*+.page-content,.hidden-left-menu+.top-menu {
    margin-left: 0!important
}

.hidden-top-menu+.page-content {
    margin-top: 0!important
}

nav.top-menu {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dfe4ed;
    z-index: 110
}

nav.top-menu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #fff
}

nav.top-menu+.page-content {
    margin-top: 80px
}

nav.top-menu .menu-icon-container {
    font-size: 27px;
    float: left;
    margin: 25px 0 0 20px
}

.search-block .form-input-icon>i,nav.top-menu .menu .menu-info-block .left .header-buttons {
    margin-top: 9px
}

nav.top-menu .menu {
    height: 80px;
    padding: 21px 16px
}

nav.top-menu .menu .menu-user-block {
    float: right
}

nav.top-menu .menu .menu-info-block {
    margin-right: 80px
}

nav.top-menu .menu .menu-info-block .left {
    float: left
}

@media (max-width: 543px) {
    nav.top-menu .menu .menu-info-block .left .header-buttons .dropdown-inline-button {
        padding-right:0
    }
}

nav.top-menu .menu .menu-info-block .right {
    float: right
}

nav.top-menu .menu .search-block {
    transition: all .2s ease-in-out;
    width: 200px
}

nav.top-menu .menu .search-block .form-control {
    min-width: 200px
}

nav.top-menu .menu .search-block:hover {
    width: 300px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav.top-menu .menu .search-block:hover .form-control {
    width: 100%
}

nav.top-menu .dropdown-inline-button {
    padding: 0 15px
}

.search-block {
    position: relative
}

.search-block .search-block-submit {
    position: absolute;
    top: -1px;
    right: 0;
    height: 38px;
    width: 38px;
    background: 0 0;
    border: none;
    z-index: 4;
    cursor: pointer
}

.search-block .search-block-submit:active,.search-block .search-block-submit:focus {
    outline: 0!important
}

nav.left-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    background: #fff;
    outline: 0;
    border-right: 1px solid #dfe4ed;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out
}

nav.left-menu+*+.page-content {
    margin-left: 240px
}

nav.left-menu+nav.top-menu {
    left: 240px
}

nav.left-menu .jspScrollable .jspTrack {
    left: -5px!important
}

nav.left-menu .label {
    font-size: 80%
}

nav.left-menu .logo-container {
    padding: 21px 25px 0;
    width: 240px;
    height: 80px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dfe4ed
}

nav.left-menu .logo-container .logo {
    display: block;
    max-width: 150px;
    height: 37px;
    margin-left: -3px
}

nav.left-menu .logo-container .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

nav.left-menu .logo-container .logo img.logo-inverse {
    display: none
}

nav.left-menu .left-menu-inner {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    outline: 0!important
}

nav.left-menu .left-menu-list-root {
    margin: 15px 0
}

nav.left-menu .left-menu-list li {
    display: block
}

nav.left-menu .left-menu-list li .left-menu-label {
    float: right;
    margin: 3px 0 0
}

nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link {
    color: #24222f;
    background: #f2f4f8;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link .left-menu-link-icon,nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link,nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link .left-menu-link-icon {
    color: #24222f!important
}

nav.left-menu .left-menu-list li.left-menu-list-opened {
    background: #f2f4f8
}

nav.left-menu .left-menu-list li .left-menu-link {
    display: block;
    padding: 10px 25px;
    font-weight: 600;
    outline: 0;
    color: #827ca1;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #f2f4f8;
    color: #24222f;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #827ca1
}

nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: inline-block;
    width: 22px;
    font-size: 1rem;
    color: #bbb8cb
}

nav.left-menu .left-menu-list li .left-menu-item {
    display: block;
    padding: 10px 25px;
    color: #827ca1
}

nav.left-menu .left-menu-list li .left-menu-item .label {
    margin-right: 5px
}

nav.left-menu .left-menu-list li.left-menu-list-submenu>.left-menu-link {
    position: relative
}

nav.left-menu .left-menu-list li.left-menu-list-submenu>.left-menu-link:after {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #d2d9e5;
    border-style: solid;
    position: absolute;
    top: 17px;
    right: 20px
}

nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
    display: none;
    background: #f2f4f8
}

nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list .left-menu-link {
    font-weight: 400!important
}

nav.left-menu .left-menu-list li.left-menu-list-submenu.left-menu-list-opened>.left-menu-link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

nav.left-menu .left-menu-list li.left-menu-list-separator {
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
    background: #dfe4ed;
    height: 1px;
    margin: 10px 20px;
    padding: 0
}

nav.left-menu .left-menu-list li.left-menu-list-separator:before {
    display: none
}

nav.left-menu .left-menu-list li.left-menu-list-disabled {
    opacity: .6
}

nav.left-menu .left-menu-list li.left-menu-list-disabled .left-menu-link {
    color: #827ca1!important;
    background: 0 0!important;
    cursor: default
}

nav.left-menu .left-menu-list li.left-menu-list-disabled:before {
    display: none!important
}

nav.left-menu.left-menu-showed {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

nav.left-menu .left-menu-block .left-menu-block-item {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    body.menu-top nav.left-menu .left-menu-list-root .left-menu-list-separator,body.menu-top nav.left-menu .menu-top-hidden {
        display:none!important
    }

    body.menu-top nav.left-menu {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
        width: 100%;
        height: 80px;
        top: 0;
        z-index: 120;
        border-bottom: 1px solid #dfe4ed;
        border-right: 0
    }

    body.menu-top nav.left-menu * {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important
    }

    body.menu-top nav.left-menu .left-menu-list-root {
        margin: 0;
        height: 80px;
        width: 3000px
    }

    body.menu-top nav.left-menu .left-menu-list-root.inited {
        overflow: visible
    }

    body.menu-top nav.left-menu .left-menu-list-root .left-menu-label {
        margin-top: 0
    }

    body.menu-top nav.left-menu .left-menu-list-root .left-menu-block .left-menu-block-item:last-child {
        margin-bottom: 0
    }

    body.menu-top nav.left-menu .left-menu-list-root>li {
        position: relative;
        float: left
    }

    body.menu-top nav.left-menu .left-menu-list-root>li:before {
        height: 4px!important;
        top: 0;
        width: 100%
    }

    body.menu-top nav.left-menu .left-menu-list-root>li.left-menu-list-submenu .left-menu-list {
        display: none!important;
        position: absolute;
        top: 80px;
        left: 0;
        min-width: 240px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    body.menu-top nav.left-menu .left-menu-list-root>li.left-menu-list-submenu:hover>.left-menu-link {
        border-bottom: 0!important
    }

    body.menu-top nav.left-menu .left-menu-list-root>li:first-child>.left-menu-link {
        border-left: 1px solid #dfe4ed
    }

    body.menu-top nav.left-menu .left-menu-list-root>li>.left-menu-link {
        position: relative;
        height: 80px;
        line-height: 1;
        text-align: center;
        padding-top: 42px;
        border-right: 1px solid #dfe4ed;
        border-bottom: 1px solid #dfe4ed
    }

    body.menu-top nav.left-menu .left-menu-list-root>li>.left-menu-link .left-menu-link-icon {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -10px
    }

    body.menu-top nav.left-menu .left-menu-list-root>li:hover {
        background: #f2f4f8
    }

    body.menu-top nav.left-menu .logo-container {
        position: relative;
        z-index: 1;
        width: auto;
        background: #fff
    }

    body.menu-top nav.left-menu .logo-container .logo {
        margin: 0 auto
    }

    body.menu-top nav.left-menu .left-menu-inner {
        position: static;
        overflow: visible;
        -webkit-transition: -webkit-transform 1s!important;
        -o-transition: -o-transform 1s!important;
        transition: transform 1s!important;
        transition: transform 1s,-webkit-transform 1s,-o-transform 1s!important
    }

    body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu .left-menu-link:after {
        left: 50%;
        margin-left: -4px;
        top: auto;
        bottom: 5px;
        border-left-color: transparent;
        border-top-color: #d2d9e5;
        border-width: 5px
    }

    body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu:hover>.left-menu-list {
        display: block!important
    }

    body.menu-top nav.top-menu {
        left: 0;
        top: 80px;
        height: 64px
    }

    body.menu-top nav.top-menu .menu {
        height: 64px;
        padding: 13px 16px
    }

    body.menu-top .page-content {
        margin: 144px 0 0
    }

    body.menu-top.menu-static nav.left-menu {
        position: relative
    }

    body.menu-top.menu-static nav.left-menu+nav.top-menu {
        margin-left: 0
    }

    body.menu-top.menu-static nav.top-menu {
        position: relative;
        top: 0!important;
        margin-bottom: 0!important
    }

    body.menu-top.menu-top-compact nav.left-menu {
        height: 64px
    }

    body.menu-top.menu-top-compact nav.left-menu .logo-container {
        height: 64px;
        padding-top: 14px
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-link-icon {
        display: none
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li {
        margin-top: 18px;
        margin-right: 3px
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li:before {
        height: 1px!important
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li>.left-menu-link {
        height: 30px;
        padding: 8px 10px 5px;
        border: none!important
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li.left-menu-list-submenu>.left-menu-link {
        padding-right: 23px
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li.left-menu-list-submenu>.left-menu-link:after {
        left: auto;
        right: 8px;
        top: 14px;
        margin: 0
    }

    body.menu-top.menu-top-compact nav.left-menu .left-menu-list-root>li.left-menu-list-submenu .left-menu-list {
        top: 30px
    }

    body.menu-top.menu-top-compact.menu-fixed nav.top-menu {
        top: 64px
    }

    body.menu-top.menu-top-compact.menu-fixed .page-content {
        margin-top: 128px
    }
}

nav.left-menu [class*=' left-menu-list-color'],nav.left-menu [class^=left-menu-list-color] {
    position: relative
}

nav.left-menu [class*=' left-menu-list-color']:before,nav.left-menu [class^=left-menu-list-color]:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: 0 0
}

nav.left-menu .left-menu-list-color-primary.left-menu-list-active:before,nav.left-menu .left-menu-list-color-primary.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-primary:hover:before {
    background-color: #01a8fe
}

nav.left-menu .left-menu-list-color-secondary.left-menu-list-active:before,nav.left-menu .left-menu-list-color-secondary.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-secondary:hover:before {
    background-color: #6a7a84
}

nav.left-menu .left-menu-list-color-default.left-menu-list-active:before,nav.left-menu .left-menu-list-color-default.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-default:hover:before {
    background-color: #acb7bf
}

nav.left-menu .left-menu-list-color-info.left-menu-list-active:before,nav.left-menu .left-menu-list-color-info.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-info:hover:before {
    background-color: #0190da
}

nav.left-menu .left-menu-list-color-success.left-menu-list-active:before,nav.left-menu .left-menu-list-color-success.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-success:hover:before {
    background-color: #46be8a
}

nav.left-menu .left-menu-list-color-warning.left-menu-list-active:before,nav.left-menu .left-menu-list-color-warning.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-warning:hover:before {
    background-color: #f39834
}

nav.left-menu .left-menu-list-color-danger.left-menu-list-active:before,nav.left-menu .left-menu-list-color-danger.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-danger:hover:before {
    background-color: #fb434a
}

nav.left-menu .left-menu-list-color-yellow.left-menu-list-active:before,nav.left-menu .left-menu-list-color-yellow.left-menu-list-opened:before,nav.left-menu .left-menu-list-color-yellow:hover:before {
    background-color: #ff0
}

.no-colorful-menu:before {
    display: none!important
}

.page-content-inner>.panel:last-child {
    margin-bottom: 0
}

.panel {
    background: #fff;
    border: 1px solid #dfe4ed;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 16px
}

.panel .panel-heading .h1:last-child,.panel .panel-heading .h2:last-child,.panel .panel-heading .h3:last-child,.panel .panel-heading .h4:last-child,.panel .panel-heading .h5:last-child,.panel .panel-heading .h6:last-child,.panel .panel-heading h1:last-child,.panel .panel-heading h2:last-child,.panel .panel-heading h3:last-child,.panel .panel-heading h4:last-child,.panel .panel-heading h5:last-child,.panel .panel-heading h6:last-child,.panel .panel:last-child {
    margin-bottom: 0
}

.panel .panel-heading {
    padding: 25px
}

.panel .panel-heading+.panel-body {
    padding-top: 0
}

.panel .panel-heading .dropdown-inline-button {
    padding: 0
}

.panel .panel-body {
    padding: 25px
}

.panel .panel-body+.panel-footer {
    padding-top: 0
}

.panel .panel-footer {
    padding: 25px
}

.panel.panel-with-borders>.panel-heading {
    border-bottom: 1px solid #dfe4ed
}

.panel.panel-with-borders>.panel-body {
    padding-top: 25px
}

.panel.panel-with-borders>.panel-footer {
    border-top: 1px solid #dfe4ed;
    margin-top: -1px;
    padding-top: 25px
}

.panel.panel-with-sidebar {
    position: relative
}

.panel.panel-with-sidebar:before {
    content: '';
    display: block;
    width: 1px;
    background: #dfe4ed;
    position: absolute;
    left: 240px;
    top: 0;
    height: 100%;
    z-index: 0
}

.panel.panel-with-sidebar:after {
    display: table;
    clear: both;
    content: ""
}

.panel.panel-with-sidebar .panel-sidebar {
    float: left;
    width: 240px;
    padding: 25px;
    margin-bottom: -25px
}

.panel.panel-with-sidebar .panel-body,.panel.panel-with-sidebar .panel-footer,.panel.panel-with-sidebar .panel-heading {
    margin-left: 240px
}

.panel.panel-with-sidebar.panel-with-right-sidebar:before {
    left: auto;
    right: 240px
}

.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
    float: right;
    border-right: 0
}

.panel.panel-with-sidebar.panel-with-right-sidebar .panel-body,.panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer,.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading {
    margin-left: 0;
    margin-right: 240px
}

.sidebar-large.panel {
    position: relative
}

.sidebar-large.panel:before {
    content: '';
    display: block;
    width: 1px;
    background: #dfe4ed;
    position: absolute;
    left: 300px;
    top: 0;
    height: 100%
}

.animate-menu-button,.avatar {
    display: inline-block;
    overflow: hidden
}

.sidebar-large.panel.panel-with-sidebar .panel-sidebar {
    float: left;
    width: 300px;
    padding: 25px;
    margin-bottom: -25px
}

.sidebar-large.panel.panel-with-sidebar .panel-body,.sidebar-large.panel.panel-with-sidebar .panel-footer,.sidebar-large.panel.panel-with-sidebar .panel-heading {
    margin-left: 300px
}

.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar:before {
    left: auto;
    right: 300px
}

.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
    float: right
}

.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-body,.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer,.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading {
    margin-left: 0;
    margin-right: 300px
}

.avatar {
    width: 37px;
    height: 37px;
    background-color: #f2f4f8;
    border-color: #dfe4ed;
    -webkit-border-radius: 500px;
    border-radius: 500px
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.animate-menu-button {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    outline: 0
}

.animate-menu-button div {
    margin: -1px 4px 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #bbb8cb;
    -webkit-transition: background .2s,-webkit-transform .2s;
    -o-transition: background .2s,-o-transform .2s;
    transition: transform .2s,background .2s;
    transition: transform .2s,background .2s,-webkit-transform .2s,-o-transform .2s
}

.animate-menu-button div:after,.animate-menu-button div:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bbb8cb;
    content: ""
}

.breadcrumb>li:before,.breadcrumb>li:last-child:after {
    display: none
}

.animate-menu-button div:before {
    top: -7px;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: width .2s,top .2s,-webkit-transform .2s;
    -o-transition: width .2s,top .2s,-o-transform .2s;
    transition: transform .2s,width .2s,top .2s;
    transition: transform .2s,width .2s,top .2s,-webkit-transform .2s,-o-transform .2s
}

.animate-menu-button div:after {
    bottom: -7px;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: width .2s,bottom .2s,-webkit-transform .2s;
    -o-transition: width .2s,bottom .2s,-o-transform .2s;
    transition: transform .2s,width .2s,bottom .2s;
    transition: transform .2s,width .2s,bottom .2s,-webkit-transform .2s,-o-transform .2s
}

.animate-menu-button.active div {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: 0 0
}

.animate-menu-button.active div:after,.animate-menu-button.active div:before {
    width: 97%
}

.animate-menu-button.active div:before {
    top: 0;
    -webkit-transform: translateX(-2px) translateY(8px) rotate(45deg);
    -ms-transform: translateX(-2px) translateY(8px) rotate(45deg);
    -o-transform: translateX(-2px) translateY(8px) rotate(45deg);
    transform: translateX(-2px) translateY(8px) rotate(45deg)
}

.animate-menu-button.active div:after {
    bottom: 0;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
    -ms-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
    -o-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
    transform: translateX(-2px) translateY(-8px) rotate(-45deg)
}

.breadcrumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0
}

.breadcrumb>li:after {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #bbb8cb;
    content: "/"
}

.top-submenu,nav.top-submenu {
    margin-bottom: 16px;
    padding: 16px 10px
}

.top-submenu .h1,.top-submenu .h2,.top-submenu .h3,.top-submenu .h4,.top-submenu .h5,.top-submenu .h6,.top-submenu h1,.top-submenu h2,.top-submenu h3,.top-submenu h4,.top-submenu h5,.top-submenu h6,nav.top-submenu .h1,nav.top-submenu .h2,nav.top-submenu .h3,nav.top-submenu .h4,nav.top-submenu .h5,nav.top-submenu .h6,nav.top-submenu h1,nav.top-submenu h2,nav.top-submenu h3,nav.top-submenu h4,nav.top-submenu h5,nav.top-submenu h6 {
    margin-bottom: 11px
}

.top-submenu .breadcrumb,nav.top-submenu .breadcrumb {
    padding: 0;
    margin: 0
}

.top-submenu.top-submenu-with-background,nav.top-submenu.top-submenu-with-background {
    background: #fff;
    padding: 26px;
    margin: -16px -16px 16px;
    border-bottom: 1px solid #dfe4ed
}

.mode-superclean {
    background: #fff
}

.mode-superclean .page-content {
    padding: 0;
    background: #eceff4;
    overflow-x: hidden
}

.mode-superclean .panel {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.mode-superclean .top-submenu {
    padding: 0 25px
}

.mode-superclean .top-submenu.top-submenu-with-background {
    padding: 25px;
    margin: 0 0 25px
}

.mode-superclean .dashboard-container {
    padding: 16px 0 1px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .mode-superclean .dashboard-container {
        padding-top:15px
    }
}

@media (max-width: 543px) {
    .mode-superclean .dashboard-container {
        padding-top:10px
    }
}

.mode-squared .chart-css-animations,.mode-squared .panel,.mode-squared .step-block,.mode-squared .widget,.mode-squared .widget .widget-header,.mode-superclean .chart-css-animations,.mode-superclean .step-block,.mode-superclean .widget,.mode-superclean .widget .widget-header {
    -webkit-border-radius: 0;
    border-radius: 0
}

.mode-box-shadow nav.left-menu {
    -webkit-box-shadow: 0 0 50px rgba(36,34,47,.3);
    box-shadow: 0 0 50px rgba(36,34,47,.3)
}

.menu-static .page-content {
    margin-top: 0!important
}

.menu-static nav.top-menu {
    position: relative;
    left: 0!important
}

.menu-static nav.left-menu+nav.top-menu {
    margin-left: 240px
}

@media (min-width: 768px) {
    body.layout-boxed {
        padding-left:240px
    }

    body.layout-boxed.menu-fixed nav.left-menu {
        left: 0;
        right: 0
    }

    body.layout-boxed.single-page {
        padding-left: 0
    }

    body.layout-boxed nav.top-menu {
        max-width: 1248px;
        margin-left: auto!important;
        margin-right: auto!important;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border-left: 1px solid #dfe4ed;
        border-right: 1px solid #dfe4ed
    }

    body.layout-boxed nav.top-menu:before {
        display: none
    }

    body.layout-boxed .page-content {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto
    }

    body.layout-boxed.menu-top {
        padding-left: 0;
        height: 100%
    }

    body.layout-boxed.menu-top nav.left-menu {
        max-width: 1248px;
        border-left: 1px solid #dfe4ed;
        border-right: 1px solid #dfe4ed;
        margin: 0 auto!important
    }

    body.layout-boxed.menu-top nav.left-menu:after,body.layout-boxed.menu-top nav.left-menu:before {
        width: 2000px;
        height: 80px;
        background: #eceff4;
        content: "";
        position: absolute;
        z-index: 2;
        left: -2001px;
        top: 0
    }

    body.layout-boxed.menu-top nav.left-menu:after {
        left: auto;
        right: -2001px
    }

    body.layout-boxed.menu-top.mode-superclean nav.left-menu:after,body.layout-boxed.menu-top.mode-superclean nav.left-menu:before {
        background: #fff
    }

    body.layout-boxed.menu-top.mode-superclean nav.left-menu,body.layout-boxed.menu-top.mode-superclean nav.top-menu {
        max-width: 1280px;
        border-right: none;
        border-left: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    body.layout-boxed.menu-top .top-submenu.top-submenu-with-background,body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background {
        margin: 0 0 16px;
        border: 1px solid #dfe4ed;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    body.layout-boxed.menu-top .top-submenu.top-submenu-with-background .profile-header,body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background .profile-header {
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    body.layout-boxed.menu-top .boxed-container {
        background: #fff;
        max-width: 1300px;
        margin: 0 auto;
        padding-bottom: 10px;
        -webkit-box-shadow: 0 15px 35px -15px rgba(36,34,47,.25);
        box-shadow: 0 15px 35px -15px rgba(36,34,47,.25);
        min-height: 100%
    }

    body.layout-boxed.menu-top .boxed-container nav.left-menu {
        border-left: none!important;
        border-right: none!important
    }

    body.layout-boxed.menu-top .boxed-container nav.left-menu:before {
        border-right: 25px solid #fff
    }

    body.layout-boxed.menu-top .boxed-container nav.left-menu:after {
        border-left: 25px solid #fff
    }

    body.layout-boxed.menu-top .boxed-container nav.left-menu .logo-container {
        padding-left: 20px
    }

    body.layout-boxed.menu-top .boxed-container nav.top-menu {
        border: none!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important
    }

    body.layout-boxed.menu-top .boxed-container nav.top-menu .menu {
        padding-left: 10px
    }

    body.layout-boxed.menu-top.single-page .boxed-container {
        max-width: none;
        height: 100%;
        padding-bottom: 0
    }

    body.layout-boxed.menu-top.mode-superclean .boxed-container {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    body.layout-boxed.menu-top.menu-fixed .boxed-container nav.top-menu:before {
        position: absolute;
        top: 0;
        left: -2000px;
        width: 2000px;
        height: 64px;
        content: "";
        display: block;
        border-right: 26px solid #fff;
        background: #eceff4
    }

    body.layout-boxed.menu-top.menu-fixed .boxed-container nav.top-menu:after {
        position: absolute;
        top: 0;
        right: -2000px;
        width: 2000px;
        height: 64px;
        content: "";
        display: block;
        border-left: 26px solid #fff;
        background: #eceff4
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu {
        width: 160px;
        text-align: center
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .jspPane,body.menu-iconbar:not(.menu-top) nav.left-menu .jspScrollable .jspTrack {
        left: 0!important
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-block-item .btn-group-justified>.btn-group {
        display: block;
        width: 100%
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-block-item .btn-group-justified>.btn-group:first-child .btn {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        margin-bottom: 0
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-block-item .btn-group-justified>.btn-group:last-child {
        margin: 0
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-block-item .btn-group-justified>.btn-group:last-child .btn {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container {
        width: 160px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo {
        max-width: none
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo img {
        margin: 0 auto
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-label {
        position: relative;
        margin: 5px auto 0;
        float: none
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link {
        text-align: center;
        display: block;
        padding: 15px 10px;
        font-size: 14px;
        font-weight: 300;
        position: relative
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:before {
        content: '';
        display: block;
        height: 1px;
        background: #dfe4ed;
        position: absolute;
        bottom: 0;
        width: 140px;
        left: 10px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:after {
        top: 50%;
        right: 10px;
        margin-top: -4px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
        display: block;
        margin: 5px auto 10px;
        font-size: 21px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-item {
        padding-left: 15px;
        padding-right: 10px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li.left-menu-list-separator {
        margin: 10px;
        display: none
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu+nav.top-menu {
        left: 160px
    }

    body.menu-iconbar:not(.menu-top) nav.left-menu+*+.page-content {
        margin-left: 160px
    }
}

body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a:hover,body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li.active a {
    border-bottom: 1px solid rgba(81,77,106,.6)
}

body.single-page {
    height: 100%
}

body.single-page .page-content {
    height: 100%;
    max-width: none!important;
    padding: 0
}

body.single-page .page-content .page-content-inner {
    background-size: cover;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.single-page .page-content .page-content-inner.background-repeated {
    background-size: auto
}

@media (max-width: 991px) {
    body.single-page .single-page-block {
        padding:0 20px
    }

    body.single-page .single-page-block .single-page-block-inner {
        padding: 40px 30px 20px;
        -webkit-border-radius: 8px;
        border-radius: 8px
    }

    body.single-page .single-page-block-footer,body.single-page .single-page-block-header {
        padding: 40px 20px
    }
}

@media (max-width: 991px) and (max-width:991px) {
    body.single-page .single-page-block-header .single-page-block-header-menu {
        text-align:left;
        margin-top: 30px
    }

    body.single-page .single-page-block-header .single-page-block-header-menu ul,body.single-page .single-page-block-header .single-page-block-header-menu ul li {
        margin-bottom: 0
    }
}

body.single-page .single-page-block,body.single-page .single-page-block a {
    color: #fff
}

body.single-page-inverse .single-page-block-header,body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a {
    color: #514d6a!important
}

body.single-page .single-page-block a:hover {
    text-decoration: underline
}

.single-page-block {
    padding: 80px 20px;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    z-index: 2
}

.single-page-block .single-page-block-inner {
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 40px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d2d9e5;
    position: relative
}

.single-page-block .single-page-block-inner h3 {
    color: #fff;
    text-align: left;
    text-transform: uppercase
}

.single-page-block .avatar {
    height: 80px;
    width: 80px;
    margin-bottom: 10px
}

.single-page-block .blur-placeholder {
    position: absolute;
    z-index: 1;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .8
}

.single-page-block .single-page-block-form {
    position: relative;
    z-index: 2
}

.single-page-block .single-page-block-form input.form-control {
    border-color: #fff!important;
    opacity: .7
}

.single-page-block .single-page-block-form input.form-control:focus {
    opacity: 1
}

.single-page-block .single-page-block-form .input-group-addon {
    border-color: #fff!important;
    opacity: .7
}

.single-page-block-header .single-page-block-header-menu ul li a:hover,.single-page-block-header .single-page-block-header-menu ul li.active a {
    border-bottom: 1px solid rgba(255,255,255,.6)
}

.single-page-block .single-page-block-form .input-group-addon:hover {
    opacity: 1
}

.single-page-block .single-page-block-form .form-actions {
    border-top-color: rgba(255,255,255,.4)
}

.single-page-block .single-page-block-form .form-input-icon i {
    color: #514d6a
}

.single-page-block-header {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    color: #fff;
    padding: 40px
}

.single-page-block-header .logo {
    max-width: 150px;
    height: 50px
}

.single-page-block-header .logo img {
    max-width: 100%;
    max-height: 100%
}

.single-page-block-header .single-page-block-header-menu {
    text-align: right
}

.single-page-block-header .single-page-block-header-menu ul {
    font-size: 16px
}

.single-page-block-header .single-page-block-header-menu ul li {
    margin-right: 20px;
    text-transform: uppercase
}

.single-page-block-header .single-page-block-header-menu ul li:last-child {
    margin-right: 0
}

.single-page-block-header .single-page-block-header-menu ul li a {
    color: #fff!important;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700
}

.single-page-block-footer {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding: 40px;
    color: #fff
}

.single-page-block-footer ul {
    margin-bottom: 0
}

.single-page-block-footer ul li {
    margin-right: 20px;
    text-transform: uppercase
}

.single-page-block-footer ul li:last-child {
    margin-right: 0
}

.single-page-block-footer ul li a {
    color: #bbb8cb!important;
    line-height: 1.4;
    display: inline-block
}

.single-page-login-alpha .single-page-block {
    padding: 10px 20px!important
}

@media (max-width: 767px) {
    .single-page-login-alpha .single-page-block {
        padding:20px!important
    }
}

.single-page-login-alpha .single-page-block .single-page-block-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 70px -5px rgba(36,34,47,.13);
    box-shadow: 0 15px 70px -5px rgba(36,34,47,.13);
    margin-bottom: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 600px;
    padding: 60px 60px 30px
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form {
    color: #24222f
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form a,.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form h3 {
    color: #24222f!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon,.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form input {
    border-color: #dfe4ed!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon:active,.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon:focus,.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form input:active,.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form input:focus {
    border-color: #01a8fe!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon {
    border-left: none!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .form-actions {
    border-top-color: #dfe4ed!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner a.link-blue {
    color: #827ca1!important;
    text-decoration: none
}

.single-page-login-alpha .single-page-block .single-page-block-inner a.link-blue:hover {
    color: #08f!important
}

.single-page-login-alpha .single-page-block .single-page-block-inner .register-link {
    display: inline-block;
    margin: 7px 0 0 15px
}

@media (max-width: 767px) {
    .single-page-login-alpha .single-page-block .single-page-block-inner .register-link {
        margin-left:0;
        display: block
    }
}

.single-page-login-alpha .single-page-block .single-page-block-inner .social-login {
    text-align: center;
    border-top: 1px solid #dfe4ed!important;
    padding-top: 15px
}

.single-page-login-alpha .single-page-block .single-page-block-inner .social-login .title {
    display: inline-block
}

.single-page-login-alpha .single-page-block .single-page-block-inner .social-login .social-container {
    padding-top: 15px
}

.single-page-login-alpha .single-page-block .single-page-block-inner .social-login .social-container a {
    margin: 0 5px
}

.single-page-login-alpha .promo-text {
    color: #fff;
    padding: 0 0 60px;
    max-width: 800px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto
}

.single-page-login-alpha .promo-text h1,.single-page-login-alpha .promo-text h3,.single-page-login-alpha .promo-text h5 {
    color: #fff;
    text-transform: uppercase
}

.single-page-login-alpha .promo-text p {
    color: #fff
}

.single-page-login-beta .single-page-block-header {
    padding-bottom: 10px
}

.single-page-login-beta .single-page-block {
    padding: 10px 20px!important
}

@media (max-width: 991px) {
    .single-page-login-beta .single-page-block .single-page-block-inner {
        height:auto!important
    }

    .single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form {
        padding: 100px 60px 70px!important
    }
}

@media (max-width: 767px) {
    .single-page-login-beta .single-page-block {
        padding:20px!important
    }

    .single-page-login-beta .single-page-block .single-page-block-inner {
        padding: 10px 0 0!important
    }

    .single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form {
        padding: 40px 30px!important;
        margin-right: 0!important
    }

    .single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar {
        display: none
    }
}

.single-page-login-beta .single-page-block .single-page-block-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 70px -5px rgba(36,34,47,.13);
    box-shadow: 0 15px 70px -5px rgba(36,34,47,.13);
    margin-bottom: 0;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    max-width: 940px;
    padding: 0;
    height: 687px;
    position: relative
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form {
    padding: 100px 120px 70px;
    color: #24222f;
    margin-right: 300px
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form a,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form h3 {
    color: #24222f!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form a .small,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form h3 .small {
    color: #bbb8cb;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    text-transform: none
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form input {
    border-color: #dfe4ed!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon:active,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon:focus,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form input:active,.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form input:focus {
    border-color: #01a8fe!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form .input-group-addon {
    border-left: none!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-form .form-actions {
    border-top-color: #dfe4ed!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar {
    width: 300px;
    background: center center #eceff4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar--shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23,41,75,.6)
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar--content {
    position: relative;
    z-index: 2;
    padding: 90px 40px 40px
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar--content--title {
    margin-bottom: 20px;
    font-size: 24px
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar--content--item {
    padding-left: 20px;
    border-left: 2px solid #bbb8cb;
    margin-bottom: 20px;
    color: #bbb8cb
}

.single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar--place {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 40px
}

.single-page-login-beta .single-page-block .single-page-block-inner a.link-blue {
    color: #827ca1!important;
    text-decoration: none
}

.single-page-login-beta .single-page-block .single-page-block-inner a.link-blue:hover {
    color: #08f!important
}

.single-page-login-beta .single-page-block .single-page-block-inner .register-link {
    display: block;
    margin: 7px 0 0
}

@media (max-width: 767px) {
    .single-page-login-beta .single-page-block .single-page-block-inner .register-link {
        margin-left:0;
        display: block
    }
}

.single-page-login-beta .single-page-block .single-page-block-inner .social-login {
    text-align: left;
    border-top: 1px solid #dfe4ed!important;
    padding-top: 15px
}

.single-page-login-beta .single-page-block .single-page-block-inner .social-login .title {
    display: inline-block
}

.single-page-login-beta .single-page-block .single-page-block-inner .social-login .social-container {
    padding-top: 15px
}

.single-page-login-beta .single-page-block .single-page-block-inner .social-login .social-container a {
    margin: 0 10px 0 0
}

.lockscreen-typer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    font-size: 21px
}

.lockscreen-typer .locksreen-typer-inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .5;
    line-height: 1;
    padding-bottom: 30px
}

@media (max-width: 543px) {
    .lockscreen-typer .locksreen-typer-inner {
        padding-bottom:0
    }
}

.mode-material .top-menu {
    -webkit-box-shadow: 0 2px 10px -5px rgba(55,58,60,.3);
    box-shadow: 0 2px 10px -5px rgba(55,58,60,.3)
}

.mode-material .panel,.mode-material .widget {
    border: none;
    -webkit-box-shadow: 0 2px 10px -2px rgba(55,58,60,.3);
    box-shadow: 0 2px 10px -2px rgba(55,58,60,.3)
}

.mode-material .panel.widget-four,.mode-material .widget.widget-four {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mode-material .panel.widget-four .step-block,.mode-material .widget.widget-four .step-block {
    -webkit-box-shadow: 0 2px 10px -2px rgba(55,58,60,.3);
    box-shadow: 0 2px 10px -2px rgba(55,58,60,.3);
    border: none
}

.mode-material .panel .panel,.mode-material .widget .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mode-material .btn,.mode-material .left-menu-link {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.mode-material .btn {
    -webkit-box-shadow: 0 2px 4px -2px rgba(55,58,60,.6);
    box-shadow: 0 2px 4px -2px rgba(55,58,60,.6)
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: rgba(140,150,167,.4);
    opacity: 1
}

.btn-danger .ink,.btn-danger-outline .ink,.btn-default .ink,.btn-default-outline .ink,.btn-info .ink,.btn-info-outline .ink,.btn-primary .ink,.btn-primary-outline .ink,.btn-secondary .ink,.btn-secondary-outline .ink,.btn-success .ink,.btn-success-outline .ink,.btn-warning .ink,.btn-warning-outline .ink {
    background: rgba(255,255,255,.5)
}

.ink.animate {
    -webkit-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.cwt__footer {
    display: none;
    background: #38354a;
    color: #827ca1;
    padding: 50px 60px 40px;
    font-size: 14px;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

nav.left-menu+*+*+.cwt__footer {
    margin-left: 256px
}

@media (max-width: 767px) {
    nav.left-menu+*+*+.cwt__footer {
        margin-left:16px
    }
}

body.mode-superclean nav.left-menu+*+*+.cwt__footer {
    margin-left: 240px
}

@media (max-width: 767px) {
    body.mode-superclean nav.left-menu+*+*+.cwt__footer {
        margin-left:0
    }
}

body.menu-top nav.left-menu+*+*+.cwt__footer {
    margin-left: 16px
}

body.layout-boxed nav.left-menu+*+*+.cwt__footer {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto
}

body.mode-squared .cwt__footer {
    -webkit-border-radius: 0;
    border-radius: 0
}

body.mode-superclean .cwt__footer {
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

body.theme-blue .cwt__footer {
    background: #0b0222
}

.cwt__footer.visible-footer {
    display: block
}

.cwt__footer__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px
}

.cwt__footer__title--light {
    color: #dfe4ed
}

.cwt__footer__link {
    color: #827ca1!important;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px
}

.cwt__footer__link:hover {
    text-decoration: none
}

.cwt__footer__bottom {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid rgba(187,184,203,.2)
}

.cwt__footer__company {
    padding-left: 50px;
    position: relative;
    line-height: 11px;
    display: inline-block;
    float: right;
    margin-top: 5px
}

@media (max-width: 767px) {
    .cwt__footer__company {
        float:none;
        margin-top: 30px
    }
}

.cwt__footer__company-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px
}

.layout-grid-example {
    margin-left: -10px
}

.layout-grid-example .row div {
    background: #f2f4f8;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-left: 10px solid #fff
}

.example-icons-block {
    padding: 0 0 30px;
    text-align: center
}

.example-icons-block h2 {
    margin-top: 50px
}

.example-icons-block h2:first-child {
    margin-top: 30px
}

.example-icons-block p {
    height: 30px
}

.example-icons-block .tooltip {
    font-size: 18px
}

.example-icons-block li {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    padding: 10px 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eceff4;
    margin: 10px
}

.example-icons-block li:hover {
    background: #514d6a;
    color: #fff
}

.example-top-menu-chart {
    padding: 3px 0 0 20px
}

.example-top-menu-chart .title {
    margin-right: 5px
}

.example-top-menu-chart .chart {
    display: none
}

.example-top-menu-chart .peity {
    position: relative;
    top: 4px
}

.example-top-menu-chart .count {
    margin-left: 5px
}

.example-left-menu-chart {
    width: 239px;
    height: 150px;
    position: relative
}

.example-left-menu-chart svg {
    width: 239px!important;
    height: 150px!important
}

.example-buy-btn .btn {
    height: 36px;
    padding: 9px 16px 7px;
    font-size: .875rem;
    line-height: 1.5
}

.example-emails {
    background: #eceff4;
    min-height: 600px
}

@media (max-width: 767px) {
    nav.top-menu {
        left:0!important
    }

    nav.top-menu .menu {
        padding: 21px 15px
    }

    nav.top-menu .menu-icon-container+.menu {
        margin-left: 65px
    }

    .top-submenu,nav.top-submenu {
        padding: 10px 10px 0
    }

    .top-submenu.top-submenu-with-background,nav.top-submenu.top-submenu-with-background {
        margin: -15px -15px 15px
    }

    nav.left-menu {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        -o-transform: translateX(-240px);
        transform: translateX(-240px);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        -o-transition: -o-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out
    }

    nav.left-menu+.main-container {
        margin-left: 0
    }

    .menu-static nav.top-menu {
        margin-left: 0!important;
        z-index: 40;
        position: relative
    }

    .page-content {
        padding: 15px;
        margin-left: 0!important
    }

    .panel {
        margin-bottom: 15px
    }

    .panel.panel-with-sidebar:before {
        display: none
    }

    .panel.panel-with-sidebar .panel-body,.panel.panel-with-sidebar .panel-footer,.panel.panel-with-sidebar .panel-heading {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .panel.panel-with-sidebar .panel-sidebar {
        float: none!important;
        border-right: none!important;
        border-left: none!important;
        width: auto;
        border-bottom: 1px solid #dfe4ed;
        margin-bottom: 0!important
    }

    body.menu-sliding .page-content,body.menu-sliding nav.top-menu {
        -webkit-transition: -webkit-transform .2s ease-in-out;
        -o-transition: -o-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out
    }

    body.menu-sliding nav.left-menu.left-menu-showed+*+.page-content,body.menu-sliding nav.left-menu.left-menu-showed+nav.top-menu {
        -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
        -o-transform: translateX(240px);
        transform: translateX(240px)
    }

    body.menu-sliding nav.left-menu.left-menu-showed+*+.page-content+.main-backdrop {
        display: none!important
    }
}

@media (max-width: 991px) {
    .sidebar-large.panel {
        margin-bottom:15px
    }

    .sidebar-large.panel.panel-with-sidebar:before {
        display: none
    }

    .sidebar-large.panel.panel-with-sidebar .panel-body,.sidebar-large.panel.panel-with-sidebar .panel-footer,.sidebar-large.panel.panel-with-sidebar .panel-heading {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .sidebar-large.panel.panel-with-sidebar .panel-sidebar {
        float: none!important;
        width: auto;
        border-bottom: 1px solid #dfe4ed;
        margin-bottom: 0!important
    }
}

@media (max-width: 543px) {
    .top-submenu.top-submenu-with-background,nav.top-submenu.top-submenu-with-background {
        margin:-15px -.9375rem .9375rem
    }

    nav.top-menu .menu {
        padding-left: 0
    }

    .page-content {
        padding: .9375rem
    }

    .panel {
        margin-bottom: .9375rem
    }

    .panel .panel {
        margin-bottom: 20px
    }

    .panel .panel-sidebar {
        padding: 20px!important
    }

    .panel .panel-body,.panel .panel-footer,.panel .panel-heading {
        padding: 20px
    }

    .panel.panel-with-borders>.panel-body {
        padding-top: 20px
    }

    .mode-superclean .top-submenu,.mode-superclean .top-submenu.top-submenu-with-background {
        padding-left: 20px;
        padding-right: 20px
    }
}

body .page-content {
    padding: 16px
}

.widget-four .step-block,body .panel,body .widget {
    margin-bottom: 16px
}

.row {
    margin-right: -8px;
    margin-left: -8px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-left: 8px;
    padding-right: 8px
}

.panel .row {
    margin-right: -16px;
    margin-left: -16px
}

.panel .col-lg-1,.panel .col-lg-10,.panel .col-lg-11,.panel .col-lg-12,.panel .col-lg-2,.panel .col-lg-3,.panel .col-lg-4,.panel .col-lg-5,.panel .col-lg-6,.panel .col-lg-7,.panel .col-lg-8,.panel .col-lg-9,.panel .col-md-1,.panel .col-md-10,.panel .col-md-11,.panel .col-md-12,.panel .col-md-2,.panel .col-md-3,.panel .col-md-4,.panel .col-md-5,.panel .col-md-6,.panel .col-md-7,.panel .col-md-8,.panel .col-md-9,.panel .col-sm-1,.panel .col-sm-10,.panel .col-sm-11,.panel .col-sm-12,.panel .col-sm-2,.panel .col-sm-3,.panel .col-sm-4,.panel .col-sm-5,.panel .col-sm-6,.panel .col-sm-7,.panel .col-sm-8,.panel .col-sm-9,.panel .col-xl-1,.panel .col-xl-10,.panel .col-xl-11,.panel .col-xl-12,.panel .col-xl-2,.panel .col-xl-3,.panel .col-xl-4,.panel .col-xl-5,.panel .col-xl-6,.panel .col-xl-7,.panel .col-xl-8,.panel .col-xl-9,.panel .col-xs-1,.panel .col-xs-10,.panel .col-xs-11,.panel .col-xs-12,.panel .col-xs-2,.panel .col-xs-3,.panel .col-xs-4,.panel .col-xs-5,.panel .col-xs-6,.panel .col-xs-7,.panel .col-xs-8,.panel .col-xs-9 {
    padding-left: 16px;
    padding-right: 16px
}

.fa.fa-pull-left,.fa.pull-left {
    margin-right: .3em
}

.fa,.fa-stack {
    display: inline-block
}

.fa-fw,.fa-li {
    text-align: center
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'),local('Lato-Light'),url(https://fonts.gstatic.com/s/lato/v11/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'),local('Lato-Bold'),url(https://fonts.gstatic.com/s/lato/v11/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'),local('Lato-Black'),url(https://fonts.gstatic.com/s/lato/v11/4cKlrioa77J2iqTqBgkRWg.ttf) format('truetype')
}

body,button,input,keygen,select,textarea {
    letter-spacing: .3px!important
}

@font-face {
    font-family: icomoon-ultimate;
    src: url(../../../fonts/icomoon-ultimate.eot?i14t76);
    src: url(../../../fonts/icomoon-ultimate.eot?i14t76#iefix) format("embedded-opentype"),url(../../../fonts/icomoon-ultimate.ttf?i14t76) format("truetype"),url(../../../fonts/icomoon-ultimate.woff?i14t76) format("woff"),url(../../../fonts/icomoon-ultimate.svg?i14t76#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icmn-"],[class^=icmn-] {
    font-family: icomoon-ultimate!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icmn-home:before {
    content: "\e900"
}

.icmn-home2:before {
    content: "\e901"
}

.icmn-home3:before {
    content: "\e902"
}

.icmn-home4:before {
    content: "\e903"
}

.icmn-home5:before {
    content: "\e904"
}

.icmn-home6:before {
    content: "\e905"
}

.icmn-home7:before {
    content: "\e906"
}

.icmn-home8:before {
    content: "\e907"
}

.icmn-home9:before {
    content: "\e908"
}

.icmn-office:before {
    content: "\e909"
}

.icmn-city:before {
    content: "\e90a"
}

.icmn-newspaper:before {
    content: "\e90b"
}

.icmn-magazine:before {
    content: "\e90c"
}

.icmn-design:before {
    content: "\e90d"
}

.icmn-pencil:before {
    content: "\e90e"
}

.icmn-pencil2:before {
    content: "\e90f"
}

.icmn-pencil3:before {
    content: "\e910"
}

.icmn-pencil4:before {
    content: "\e911"
}

.icmn-pencil5:before {
    content: "\e912"
}

.icmn-pencil6:before {
    content: "\e913"
}

.icmn-pencil7:before {
    content: "\e914"
}

.icmn-eraser:before {
    content: "\e915"
}

.icmn-eraser2:before {
    content: "\e916"
}

.icmn-eraser3:before {
    content: "\e917"
}

.icmn-quill:before {
    content: "\e918"
}

.icmn-quill2:before {
    content: "\e919"
}

.icmn-quill3:before {
    content: "\e91a"
}

.icmn-quill4:before {
    content: "\e91b"
}

.icmn-pen:before {
    content: "\e91c"
}

.icmn-pen-plus:before {
    content: "\e91d"
}

.icmn-pen-minus:before {
    content: "\e91e"
}

.icmn-pen2:before {
    content: "\e91f"
}

.icmn-pen3:before {
    content: "\e920"
}

.icmn-pen4:before {
    content: "\e921"
}

.icmn-pen5:before {
    content: "\e922"
}

.icmn-marker:before {
    content: "\e923"
}

.icmn-marker2:before {
    content: "\e924"
}

.icmn-blog:before {
    content: "\e925"
}

.icmn-blog2:before {
    content: "\e926"
}

.icmn-pen6:before {
    content: "\e927"
}

.icmn-brush:before {
    content: "\e928"
}

.icmn-spray:before {
    content: "\e929"
}

.icmn-palette:before {
    content: "\e92a"
}

.icmn-palette2:before {
    content: "\e92b"
}

.icmn-color-sampler:before {
    content: "\e92c"
}

.icmn-toggle:before {
    content: "\e92d"
}

.icmn-bucket:before {
    content: "\e92e"
}

.icmn-bucket2:before {
    content: "\e92f"
}

.icmn-gradient:before {
    content: "\e930"
}

.icmn-eyedropper:before {
    content: "\e931"
}

.icmn-eyedropper2:before {
    content: "\e932"
}

.icmn-eyedropper3:before {
    content: "\e933"
}

.icmn-droplet:before {
    content: "\e934"
}

.icmn-droplet2:before {
    content: "\e935"
}

.icmn-droplet-contrast:before {
    content: "\e936"
}

.icmn-color-clear:before {
    content: "\e937"
}

.icmn-paint-format:before {
    content: "\e938"
}

.icmn-stamp:before {
    content: "\e939"
}

.icmn-images:before {
    content: "\e93a"
}

.icmn-image:before {
    content: "\e93b"
}

.icmn-image2:before {
    content: "\e93c"
}

.icmn-image-compare:before {
    content: "\e93d"
}

.icmn-images2:before {
    content: "\e93e"
}

.icmn-image3:before {
    content: "\e93f"
}

.icmn-images3:before {
    content: "\e940"
}

.icmn-image4:before {
    content: "\e941"
}

.icmn-image5:before {
    content: "\e942"
}

.icmn-image6:before {
    content: "\e943"
}

.icmn-camera:before {
    content: "\e944"
}

.icmn-camera2:before {
    content: "\e945"
}

.icmn-camera3:before {
    content: "\e946"
}

.icmn-shutter:before {
    content: "\e947"
}

.icmn-headphones:before {
    content: "\e948"
}

.icmn-headset:before {
    content: "\e949"
}

.icmn-music:before {
    content: "\e94a"
}

.icmn-music2:before {
    content: "\e94b"
}

.icmn-music3:before {
    content: "\e94c"
}

.icmn-music4:before {
    content: "\e94d"
}

.icmn-music5:before {
    content: "\e94e"
}

.icmn-music6:before {
    content: "\e94f"
}

.icmn-album:before {
    content: "\e950"
}

.icmn-cassette:before {
    content: "\e951"
}

.icmn-tape:before {
    content: "\e952"
}

.icmn-piano:before {
    content: "\e953"
}

.icmn-guitar:before {
    content: "\e954"
}

.icmn-trumpet:before {
    content: "\e955"
}

.icmn-speakers:before {
    content: "\e956"
}

.icmn-play:before {
    content: "\e957"
}

.icmn-play2:before {
    content: "\e958"
}

.icmn-clapboard-play:before {
    content: "\e959"
}

.icmn-clapboard:before {
    content: "\e95a"
}

.icmn-media:before {
    content: "\e95b"
}

.icmn-presentation:before {
    content: "\e95c"
}

.icmn-movie:before {
    content: "\e95d"
}

.icmn-film:before {
    content: "\e95e"
}

.icmn-film2:before {
    content: "\e95f"
}

.icmn-film3:before {
    content: "\e960"
}

.icmn-film4:before {
    content: "\e961"
}

.icmn-video-camera:before {
    content: "\e962"
}

.icmn-video-camera2:before {
    content: "\e963"
}

.icmn-video-camera-slash:before {
    content: "\e964"
}

.icmn-video-camera3:before {
    content: "\e965"
}

.icmn-video-camera4:before {
    content: "\e966"
}

.icmn-video-camera-slash2:before {
    content: "\e967"
}

.icmn-video-camera5:before {
    content: "\e968"
}

.icmn-recording:before {
    content: "\e969"
}

.icmn-dice:before {
    content: "\e96a"
}

.icmn-gamepad:before {
    content: "\e96b"
}

.icmn-gamepad2:before {
    content: "\e96c"
}

.icmn-gamepad3:before {
    content: "\e96d"
}

.icmn-pacman:before {
    content: "\e96e"
}

.icmn-spades:before {
    content: "\e96f"
}

.icmn-clubs:before {
    content: "\e970"
}

.icmn-diamonds:before {
    content: "\e971"
}

.icmn-chess-king:before {
    content: "\e972"
}

.icmn-chess-queen:before {
    content: "\e973"
}

.icmn-chess-rook:before {
    content: "\e974"
}

.icmn-chess-bishop:before {
    content: "\e975"
}

.icmn-chess-knight:before {
    content: "\e976"
}

.icmn-chess-pawn:before {
    content: "\e977"
}

.icmn-chess:before {
    content: "\e978"
}

.icmn-bullhorn:before {
    content: "\e979"
}

.icmn-megaphone:before {
    content: "\e97a"
}

.icmn-new:before {
    content: "\e97b"
}

.icmn-connection:before {
    content: "\e97c"
}

.icmn-connection2:before {
    content: "\e97d"
}

.icmn-connection3:before {
    content: "\e97e"
}

.icmn-connection4:before {
    content: "\e97f"
}

.icmn-podcast:before {
    content: "\e980"
}

.icmn-station:before {
    content: "\e981"
}

.icmn-station2:before {
    content: "\e982"
}

.icmn-antenna:before {
    content: "\e983"
}

.icmn-satellite-dish:before {
    content: "\e984"
}

.icmn-satellite-dish2:before {
    content: "\e985"
}

.icmn-feed:before {
    content: "\e986"
}

.icmn-podcast2:before {
    content: "\e987"
}

.icmn-antenna2:before {
    content: "\e988"
}

.icmn-mic:before {
    content: "\e989"
}

.icmn-mic-off:before {
    content: "\e98a"
}

.icmn-mic2:before {
    content: "\e98b"
}

.icmn-mic-off2:before {
    content: "\e98c"
}

.icmn-mic3:before {
    content: "\e98d"
}

.icmn-mic4:before {
    content: "\e98e"
}

.icmn-mic5:before {
    content: "\e98f"
}

.icmn-book:before {
    content: "\e990"
}

.icmn-book2:before {
    content: "\e991"
}

.icmn-book-play:before {
    content: "\e992"
}

.icmn-book3:before {
    content: "\e993"
}

.icmn-bookmark:before {
    content: "\e994"
}

.icmn-books:before {
    content: "\e995"
}

.icmn-archive:before {
    content: "\e996"
}

.icmn-reading:before {
    content: "\e997"
}

.icmn-library:before {
    content: "\e998"
}

.icmn-library2:before {
    content: "\e999"
}

.icmn-graduation:before {
    content: "\e99a"
}

.icmn-file-text:before {
    content: "\e99b"
}

.icmn-profile:before {
    content: "\e99c"
}

.icmn-file-empty:before {
    content: "\e99d"
}

.icmn-file-empty2:before {
    content: "\e99e"
}

.icmn-files-empty:before {
    content: "\e99f"
}

.icmn-files-empty2:before {
    content: "\e9a0"
}

.icmn-file-plus:before {
    content: "\e9a1"
}

.icmn-file-plus2:before {
    content: "\e9a2"
}

.icmn-file-minus:before {
    content: "\e9a3"
}

.icmn-file-minus2:before {
    content: "\e9a4"
}

.icmn-file-download:before {
    content: "\e9a5"
}

.icmn-file-download2:before {
    content: "\e9a6"
}

.icmn-file-upload:before {
    content: "\e9a7"
}

.icmn-file-upload2:before {
    content: "\e9a8"
}

.icmn-file-check:before {
    content: "\e9a9"
}

.icmn-file-check2:before {
    content: "\e9aa"
}

.icmn-file-eye:before {
    content: "\e9ab"
}

.icmn-file-eye2:before {
    content: "\e9ac"
}

.icmn-file-text2:before {
    content: "\e9ad"
}

.icmn-file-text3:before {
    content: "\e9ae"
}

.icmn-file-picture:before {
    content: "\e9af"
}

.icmn-file-picture2:before {
    content: "\e9b0"
}

.icmn-file-music:before {
    content: "\e9b1"
}

.icmn-file-music2:before {
    content: "\e9b2"
}

.icmn-file-play:before {
    content: "\e9b3"
}

.icmn-file-play2:before {
    content: "\e9b4"
}

.icmn-file-video:before {
    content: "\e9b5"
}

.icmn-file-video2:before {
    content: "\e9b6"
}

.icmn-copy:before {
    content: "\e9b7"
}

.icmn-copy2:before {
    content: "\e9b8"
}

.icmn-file-zip:before {
    content: "\e9b9"
}

.icmn-file-zip2:before {
    content: "\e9ba"
}

.icmn-file-xml:before {
    content: "\e9bb"
}

.icmn-file-xml2:before {
    content: "\e9bc"
}

.icmn-file-css:before {
    content: "\e9bd"
}

.icmn-file-css2:before {
    content: "\e9be"
}

.icmn-file-presentation:before {
    content: "\e9bf"
}

.icmn-file-presentation2:before {
    content: "\e9c0"
}

.icmn-file-stats:before {
    content: "\e9c1"
}

.icmn-file-stats2:before {
    content: "\e9c2"
}

.icmn-file-locked:before {
    content: "\e9c3"
}

.icmn-file-locked2:before {
    content: "\e9c4"
}

.icmn-file-spreadsheet:before {
    content: "\e9c5"
}

.icmn-file-spreadsheet2:before {
    content: "\e9c6"
}

.icmn-copy3:before {
    content: "\e9c7"
}

.icmn-copy4:before {
    content: "\e9c8"
}

.icmn-paste:before {
    content: "\e9c9"
}

.icmn-paste2:before {
    content: "\e9ca"
}

.icmn-paste3:before {
    content: "\e9cb"
}

.icmn-paste4:before {
    content: "\e9cc"
}

.icmn-stack:before {
    content: "\e9cd"
}

.icmn-stack2:before {
    content: "\e9ce"
}

.icmn-stack3:before {
    content: "\e9cf"
}

.icmn-folder:before {
    content: "\e9d0"
}

.icmn-folder-search:before {
    content: "\e9d1"
}

.icmn-folder-download:before {
    content: "\e9d2"
}

.icmn-folder-upload:before {
    content: "\e9d3"
}

.icmn-folder-plus:before {
    content: "\e9d4"
}

.icmn-folder-plus2:before {
    content: "\e9d5"
}

.icmn-folder-minus:before {
    content: "\e9d6"
}

.icmn-folder-minus2:before {
    content: "\e9d7"
}

.icmn-folder-check:before {
    content: "\e9d8"
}

.icmn-folder-heart:before {
    content: "\e9d9"
}

.icmn-folder-remove:before {
    content: "\e9da"
}

.icmn-folder2:before {
    content: "\e9db"
}

.icmn-folder-open:before {
    content: "\e9dc"
}

.icmn-folder3:before {
    content: "\e9dd"
}

.icmn-folder4:before {
    content: "\e9de"
}

.icmn-folder-plus3:before {
    content: "\e9df"
}

.icmn-folder-minus3:before {
    content: "\e9e0"
}

.icmn-folder-plus4:before {
    content: "\e9e1"
}

.icmn-folder-minus4:before {
    content: "\e9e2"
}

.icmn-folder-download2:before {
    content: "\e9e3"
}

.icmn-folder-upload2:before {
    content: "\e9e4"
}

.icmn-folder-download3:before {
    content: "\e9e5"
}

.icmn-folder-upload3:before {
    content: "\e9e6"
}

.icmn-folder5:before {
    content: "\e9e7"
}

.icmn-folder-open2:before {
    content: "\e9e8"
}

.icmn-folder6:before {
    content: "\e9e9"
}

.icmn-folder-open3:before {
    content: "\e9ea"
}

.icmn-certificate:before {
    content: "\e9eb"
}

.icmn-cc:before {
    content: "\e9ec"
}

.icmn-price-tag:before {
    content: "\e9ed"
}

.icmn-price-tag2:before {
    content: "\e9ee"
}

.icmn-price-tags:before {
    content: "\e9ef"
}

.icmn-price-tag3:before {
    content: "\e9f0"
}

.icmn-price-tags2:before {
    content: "\e9f1"
}

.icmn-price-tag4:before {
    content: "\e9f2"
}

.icmn-price-tags3:before {
    content: "\e9f3"
}

.icmn-price-tag5:before {
    content: "\e9f4"
}

.icmn-price-tags4:before {
    content: "\e9f5"
}

.icmn-barcode:before {
    content: "\e9f6"
}

.icmn-barcode2:before {
    content: "\e9f7"
}

.icmn-qrcode:before {
    content: "\e9f8"
}

.icmn-ticket:before {
    content: "\e9f9"
}

.icmn-ticket2:before {
    content: "\e9fa"
}

.icmn-theater:before {
    content: "\e9fb"
}

.icmn-store:before {
    content: "\e9fc"
}

.icmn-store2:before {
    content: "\e9fd"
}

.icmn-cart:before {
    content: "\e9fe"
}

.icmn-cart2:before {
    content: "\e9ff"
}

.icmn-cart3:before {
    content: "\ea00"
}

.icmn-cart4:before {
    content: "\ea01"
}

.icmn-cart5:before {
    content: "\ea02"
}

.icmn-cart-add:before {
    content: "\ea03"
}

.icmn-cart-add2:before {
    content: "\ea04"
}

.icmn-cart-remove:before {
    content: "\ea05"
}

.icmn-basket:before {
    content: "\ea06"
}

.icmn-bag:before {
    content: "\ea07"
}

.icmn-bag2:before {
    content: "\ea08"
}

.icmn-percent:before {
    content: "\ea09"
}

.icmn-coins:before {
    content: "\ea0a"
}

.icmn-coin-dollar:before {
    content: "\ea0b"
}

.icmn-coin-euro:before {
    content: "\ea0c"
}

.icmn-coin-pound:before {
    content: "\ea0d"
}

.icmn-coin-yen:before {
    content: "\ea0e"
}

.icmn-piggy-bank:before {
    content: "\ea0f"
}

.icmn-wallet:before {
    content: "\ea10"
}

.icmn-cash:before {
    content: "\ea11"
}

.icmn-cash2:before {
    content: "\ea12"
}

.icmn-cash3:before {
    content: "\ea13"
}

.icmn-cash4:before {
    content: "\ea14"
}

.icmn-credit-card:before {
    content: "\ea15"
}

.icmn-credit-card2:before {
    content: "\ea16"
}

.icmn-calculator:before {
    content: "\ea17"
}

.icmn-calculator2:before {
    content: "\ea18"
}

.icmn-calculator3:before {
    content: "\ea19"
}

.icmn-chip:before {
    content: "\ea1a"
}

.icmn-lifebuoy:before {
    content: "\ea1b"
}

.icmn-phone:before {
    content: "\ea1c"
}

.icmn-phone2:before {
    content: "\ea1d"
}

.icmn-phone-slash:before {
    content: "\ea1e"
}

.icmn-phone-wave:before {
    content: "\ea1f"
}

.icmn-phone-plus:before {
    content: "\ea20"
}

.icmn-phone-minus:before {
    content: "\ea21"
}

.icmn-phone-plus2:before {
    content: "\ea22"
}

.icmn-phone-minus2:before {
    content: "\ea23"
}

.icmn-phone-incoming:before {
    content: "\ea24"
}

.icmn-phone-outgoing:before {
    content: "\ea25"
}

.icmn-phone3:before {
    content: "\ea26"
}

.icmn-phone-slash2:before {
    content: "\ea27"
}

.icmn-phone-wave2:before {
    content: "\ea28"
}

.icmn-phone-hang-up:before {
    content: "\ea29"
}

.icmn-phone-hang-up2:before {
    content: "\ea2a"
}

.icmn-address-book:before {
    content: "\ea2b"
}

.icmn-address-book2:before {
    content: "\ea2c"
}

.icmn-address-book3:before {
    content: "\ea2d"
}

.icmn-notebook:before {
    content: "\ea2e"
}

.icmn-at-sign:before {
    content: "\ea2f"
}

.icmn-envelop:before {
    content: "\ea30"
}

.icmn-envelop2:before {
    content: "\ea31"
}

.icmn-envelop3:before {
    content: "\ea32"
}

.icmn-envelop4:before {
    content: "\ea33"
}

.icmn-envelop5:before {
    content: "\ea34"
}

.icmn-mailbox:before {
    content: "\ea35"
}

.icmn-pushpin:before {
    content: "\ea36"
}

.icmn-pushpin2:before {
    content: "\ea37"
}

.icmn-location:before {
    content: "\ea38"
}

.icmn-location2:before {
    content: "\ea39"
}

.icmn-location3:before {
    content: "\ea3a"
}

.icmn-location4:before {
    content: "\ea3b"
}

.icmn-location5:before {
    content: "\ea3c"
}

.icmn-location6:before {
    content: "\ea3d"
}

.icmn-location7:before {
    content: "\ea3e"
}

.icmn-compass:before {
    content: "\ea3f"
}

.icmn-compass2:before {
    content: "\ea40"
}

.icmn-compass3:before {
    content: "\ea41"
}

.icmn-compass4:before {
    content: "\ea42"
}

.icmn-compass5:before {
    content: "\ea43"
}

.icmn-compass6:before {
    content: "\ea44"
}

.icmn-map:before {
    content: "\ea45"
}

.icmn-map2:before {
    content: "\ea46"
}

.icmn-map3:before {
    content: "\ea47"
}

.icmn-map4:before {
    content: "\ea48"
}

.icmn-map5:before {
    content: "\ea49"
}

.icmn-direction:before {
    content: "\ea4a"
}

.icmn-reset:before {
    content: "\ea4b"
}

.icmn-history:before {
    content: "\ea4c"
}

.icmn-clock:before {
    content: "\ea4d"
}

.icmn-clock2:before {
    content: "\ea4e"
}

.icmn-clock3:before {
    content: "\ea4f"
}

.icmn-clock4:before {
    content: "\ea50"
}

.icmn-watch:before {
    content: "\ea51"
}

.icmn-watch2:before {
    content: "\ea52"
}

.icmn-alarm:before {
    content: "\ea53"
}

.icmn-alarm-add:before {
    content: "\ea54"
}

.icmn-alarm-check:before {
    content: "\ea55"
}

.icmn-alarm-cancel:before {
    content: "\ea56"
}

.icmn-bell:before {
    content: "\ea57"
}

.icmn-bell2:before {
    content: "\ea58"
}

.icmn-bell3:before {
    content: "\ea59"
}

.icmn-bell-plus:before {
    content: "\ea5a"
}

.icmn-bell-minus:before {
    content: "\ea5b"
}

.icmn-bell-check:before {
    content: "\ea5c"
}

.icmn-bell-cross:before {
    content: "\ea5d"
}

.icmn-stopwatch:before {
    content: "\ea5e"
}

.icmn-calendar:before {
    content: "\ea5f"
}

.icmn-calendar2:before {
    content: "\ea60"
}

.icmn-calendar3:before {
    content: "\ea61"
}

.icmn-calendar4:before {
    content: "\ea62"
}

.icmn-calendar5:before {
    content: "\ea63"
}

.icmn-calendar-empty:before {
    content: "\ea64"
}

.icmn-calendar-day:before {
    content: "\ea65"
}

.icmn-calendar-week:before {
    content: "\ea66"
}

.icmn-printer:before {
    content: "\ea67"
}

.icmn-printer2:before {
    content: "\ea68"
}

.icmn-printer3:before {
    content: "\ea69"
}

.icmn-printer4:before {
    content: "\ea6a"
}

.icmn-shredder:before {
    content: "\ea6b"
}

.icmn-mouse:before {
    content: "\ea6c"
}

.icmn-mouse2:before {
    content: "\ea6d"
}

.icmn-mouse-left:before {
    content: "\ea6e"
}

.icmn-mouse-right:before {
    content: "\ea6f"
}

.icmn-keyboard:before {
    content: "\ea70"
}

.icmn-keyboard2:before {
    content: "\ea71"
}

.icmn-typewriter:before {
    content: "\ea72"
}

.icmn-display:before {
    content: "\ea73"
}

.icmn-display2:before {
    content: "\ea74"
}

.icmn-display3:before {
    content: "\ea75"
}

.icmn-display4:before {
    content: "\ea76"
}

.icmn-laptop:before {
    content: "\ea77"
}

.icmn-mobile:before {
    content: "\ea78"
}

.icmn-mobile2:before {
    content: "\ea79"
}

.icmn-tablet:before {
    content: "\ea7a"
}

.icmn-mobile3:before {
    content: "\ea7b"
}

.icmn-tv:before {
    content: "\ea7c"
}

.icmn-radio:before {
    content: "\ea7d"
}

.icmn-cabinet:before {
    content: "\ea7e"
}

.icmn-drawer:before {
    content: "\ea7f"
}

.icmn-drawer2:before {
    content: "\ea80"
}

.icmn-drawer-out:before {
    content: "\ea81"
}

.icmn-drawer-in:before {
    content: "\ea82"
}

.icmn-drawer3:before {
    content: "\ea83"
}

.icmn-box:before {
    content: "\ea84"
}

.icmn-box-add:before {
    content: "\ea85"
}

.icmn-box-remove:before {
    content: "\ea86"
}

.icmn-download:before {
    content: "\ea87"
}

.icmn-upload:before {
    content: "\ea88"
}

.icmn-floppy-disk:before {
    content: "\ea89"
}

.icmn-floppy-disks:before {
    content: "\ea8a"
}

.icmn-floppy-disks2:before {
    content: "\ea8b"
}

.icmn-floppy-disk2:before {
    content: "\ea8c"
}

.icmn-floppy-disk3:before {
    content: "\ea8d"
}

.icmn-disk:before {
    content: "\ea8e"
}

.icmn-disk2:before {
    content: "\ea8f"
}

.icmn-usb-stick:before {
    content: "\ea90"
}

.icmn-drive:before {
    content: "\ea91"
}

.icmn-server:before {
    content: "\ea92"
}

.icmn-database:before {
    content: "\ea93"
}

.icmn-database2:before {
    content: "\ea94"
}

.icmn-database3:before {
    content: "\ea95"
}

.icmn-database4:before {
    content: "\ea96"
}

.icmn-database-menu:before {
    content: "\ea97"
}

.icmn-database-add:before {
    content: "\ea98"
}

.icmn-database-remove:before {
    content: "\ea99"
}

.icmn-database-insert:before {
    content: "\ea9a"
}

.icmn-database-export:before {
    content: "\ea9b"
}

.icmn-database-upload:before {
    content: "\ea9c"
}

.icmn-database-refresh:before {
    content: "\ea9d"
}

.icmn-database-diff:before {
    content: "\ea9e"
}

.icmn-database-edit:before {
    content: "\ea9f"
}

.icmn-database-edit2:before {
    content: "\eaa0"
}

.icmn-database-check:before {
    content: "\eaa1"
}

.icmn-database-arrow:before {
    content: "\eaa2"
}

.icmn-database-time:before {
    content: "\eaa3"
}

.icmn-database-time2:before {
    content: "\eaa4"
}

.icmn-undo:before {
    content: "\eaa5"
}

.icmn-redo:before {
    content: "\eaa6"
}

.icmn-rotate-ccw:before {
    content: "\eaa7"
}

.icmn-rotate-cw:before {
    content: "\eaa8"
}

.icmn-rotate-ccw2:before {
    content: "\eaa9"
}

.icmn-rotate-cw2:before {
    content: "\eaaa"
}

.icmn-rotate-ccw3:before {
    content: "\eaab"
}

.icmn-rotate-cw3:before {
    content: "\eaac"
}

.icmn-flip-vertical:before {
    content: "\eaad"
}

.icmn-flip-vertical2:before {
    content: "\eaae"
}

.icmn-flip-horizontal:before {
    content: "\eaaf"
}

.icmn-flip-horizontal2:before {
    content: "\eab0"
}

.icmn-flip-vertical3:before {
    content: "\eab1"
}

.icmn-flip-vertical4:before {
    content: "\eab2"
}

.icmn-angle:before {
    content: "\eab3"
}

.icmn-shear:before {
    content: "\eab4"
}

.icmn-unite:before {
    content: "\eab5"
}

.icmn-subtract:before {
    content: "\eab6"
}

.icmn-interset:before {
    content: "\eab7"
}

.icmn-exclude:before {
    content: "\eab8"
}

.icmn-align-left:before {
    content: "\eab9"
}

.icmn-align-center-horizontal:before {
    content: "\eaba"
}

.icmn-align-right:before {
    content: "\eabb"
}

.icmn-align-top:before {
    content: "\eabc"
}

.icmn-align-center-vertical:before {
    content: "\eabd"
}

.icmn-align-bottom:before {
    content: "\eabe"
}

.icmn-undo2:before {
    content: "\eabf"
}

.icmn-redo2:before {
    content: "\eac0"
}

.icmn-forward:before {
    content: "\eac1"
}

.icmn-reply:before {
    content: "\eac2"
}

.icmn-reply-all:before {
    content: "\eac3"
}

.icmn-bubble:before {
    content: "\eac4"
}

.icmn-bubbles:before {
    content: "\eac5"
}

.icmn-bubbles2:before {
    content: "\eac6"
}

.icmn-bubble2:before {
    content: "\eac7"
}

.icmn-bubbles3:before {
    content: "\eac8"
}

.icmn-bubbles4:before {
    content: "\eac9"
}

.icmn-bubble-notification:before {
    content: "\eaca"
}

.icmn-bubbles5:before {
    content: "\eacb"
}

.icmn-bubbles6:before {
    content: "\eacc"
}

.icmn-bubble3:before {
    content: "\eacd"
}

.icmn-bubble-dots:before {
    content: "\eace"
}

.icmn-bubble-lines:before {
    content: "\eacf"
}

.icmn-bubble4:before {
    content: "\ead0"
}

.icmn-bubble-dots2:before {
    content: "\ead1"
}

.icmn-bubble-lines2:before {
    content: "\ead2"
}

.icmn-bubble5:before {
    content: "\ead3"
}

.icmn-bubble6:before {
    content: "\ead4"
}

.icmn-bubbles7:before {
    content: "\ead5"
}

.icmn-bubble7:before {
    content: "\ead6"
}

.icmn-bubbles8:before {
    content: "\ead7"
}

.icmn-bubble8:before {
    content: "\ead8"
}

.icmn-bubble-dots3:before {
    content: "\ead9"
}

.icmn-bubble-lines3:before {
    content: "\eada"
}

.icmn-bubble9:before {
    content: "\eadb"
}

.icmn-bubble-dots4:before {
    content: "\eadc"
}

.icmn-bubble-lines4:before {
    content: "\eadd"
}

.icmn-bubbles9:before {
    content: "\eade"
}

.icmn-bubbles10:before {
    content: "\eadf"
}

.icmn-bubble-blocked:before {
    content: "\eae0"
}

.icmn-bubble-quote:before {
    content: "\eae1"
}

.icmn-bubble-user:before {
    content: "\eae2"
}

.icmn-bubble-smiley:before {
    content: "\eae3"
}

.icmn-bubble-check:before {
    content: "\eae4"
}

.icmn-bubble-video:before {
    content: "\eae5"
}

.icmn-bubble-link:before {
    content: "\eae6"
}

.icmn-bubble-lock:before {
    content: "\eae7"
}

.icmn-bubble-star:before {
    content: "\eae8"
}

.icmn-bubble-heart:before {
    content: "\eae9"
}

.icmn-bubble-paperclip:before {
    content: "\eaea"
}

.icmn-bubble-cancel:before {
    content: "\eaeb"
}

.icmn-bubble-plus:before {
    content: "\eaec"
}

.icmn-bubble-minus:before {
    content: "\eaed"
}

.icmn-bubble-notification2:before {
    content: "\eaee"
}

.icmn-bubble-left:before {
    content: "\eaef"
}

.icmn-bubble-right:before {
    content: "\eaf0"
}

.icmn-bubble-first:before {
    content: "\eaf1"
}

.icmn-bubble-last:before {
    content: "\eaf2"
}

.icmn-bubble-reply:before {
    content: "\eaf3"
}

.icmn-bubble-forward:before {
    content: "\eaf4"
}

.icmn-bubble-reply2:before {
    content: "\eaf5"
}

.icmn-bubble-forward2:before {
    content: "\eaf6"
}

.icmn-user:before {
    content: "\eaf7"
}

.icmn-users:before {
    content: "\eaf8"
}

.icmn-user-plus:before {
    content: "\eaf9"
}

.icmn-user-minus:before {
    content: "\eafa"
}

.icmn-user-cancel:before {
    content: "\eafb"
}

.icmn-user-block:before {
    content: "\eafc"
}

.icmn-user-lock:before {
    content: "\eafd"
}

.icmn-user-check:before {
    content: "\eafe"
}

.icmn-users2:before {
    content: "\eaff"
}

.icmn-user2:before {
    content: "\eb00"
}

.icmn-users3:before {
    content: "\eb01"
}

.icmn-user-plus2:before {
    content: "\eb02"
}

.icmn-user-minus2:before {
    content: "\eb03"
}

.icmn-user-cancel2:before {
    content: "\eb04"
}

.icmn-user-block2:before {
    content: "\eb05"
}

.icmn-user-lock2:before {
    content: "\eb06"
}

.icmn-user-check2:before {
    content: "\eb07"
}

.icmn-user3:before {
    content: "\eb08"
}

.icmn-user4:before {
    content: "\eb09"
}

.icmn-user5:before {
    content: "\eb0a"
}

.icmn-user6:before {
    content: "\eb0b"
}

.icmn-users4:before {
    content: "\eb0c"
}

.icmn-user-tie:before {
    content: "\eb0d"
}

.icmn-user7:before {
    content: "\eb0e"
}

.icmn-users5:before {
    content: "\eb0f"
}

.icmn-collaboration:before {
    content: "\eb10"
}

.icmn-vcard:before {
    content: "\eb11"
}

.icmn-hat:before {
    content: "\eb12"
}

.icmn-bowtie:before {
    content: "\eb13"
}

.icmn-tie:before {
    content: "\eb14"
}

.icmn-hanger:before {
    content: "\eb15"
}

.icmn-tshirt:before {
    content: "\eb16"
}

.icmn-pants:before {
    content: "\eb17"
}

.icmn-shorts:before {
    content: "\eb18"
}

.icmn-sock:before {
    content: "\eb19"
}

.icmn-laundry:before {
    content: "\eb1a"
}

.icmn-quotes-left:before {
    content: "\eb1b"
}

.icmn-quotes-right:before {
    content: "\eb1c"
}

.icmn-quotes-left2:before {
    content: "\eb1d"
}

.icmn-quotes-right2:before {
    content: "\eb1e"
}

.icmn-hour-glass:before {
    content: "\eb1f"
}

.icmn-hour-glass2:before {
    content: "\eb20"
}

.icmn-hour-glass3:before {
    content: "\eb21"
}

.icmn-spinner:before {
    content: "\eb22"
}

.icmn-spinner2:before {
    content: "\eb23"
}

.icmn-spinner3:before {
    content: "\eb24"
}

.icmn-spinner4:before {
    content: "\eb25"
}

.icmn-spinner5:before {
    content: "\eb26"
}

.icmn-spinner6:before {
    content: "\eb27"
}

.icmn-spinner7:before {
    content: "\eb28"
}

.icmn-spinner8:before {
    content: "\eb29"
}

.icmn-spinner9:before {
    content: "\eb2a"
}

.icmn-spinner10:before {
    content: "\eb2b"
}

.icmn-spinner11:before {
    content: "\eb2c"
}

.icmn-microscope:before {
    content: "\eb2d"
}

.icmn-binoculars:before {
    content: "\eb2e"
}

.icmn-binoculars2:before {
    content: "\eb2f"
}

.icmn-search:before {
    content: "\eb30"
}

.icmn-zoom-in:before {
    content: "\eb31"
}

.icmn-zoom-out:before {
    content: "\eb32"
}

.icmn-search2:before {
    content: "\eb33"
}

.icmn-zoom-in2:before {
    content: "\eb34"
}

.icmn-zoom-out2:before {
    content: "\eb35"
}

.icmn-search3:before {
    content: "\eb36"
}

.icmn-search4:before {
    content: "\eb37"
}

.icmn-zoom-in3:before {
    content: "\eb38"
}

.icmn-zoom-out3:before {
    content: "\eb39"
}

.icmn-search5:before {
    content: "\eb3a"
}

.icmn-search6:before {
    content: "\eb3b"
}

.icmn-enlarge:before {
    content: "\eb3c"
}

.icmn-shrink:before {
    content: "\eb3d"
}

.icmn-enlarge2:before {
    content: "\eb3e"
}

.icmn-shrink2:before {
    content: "\eb3f"
}

.icmn-enlarge3:before {
    content: "\eb40"
}

.icmn-shrink3:before {
    content: "\eb41"
}

.icmn-enlarge4:before {
    content: "\eb42"
}

.icmn-shrink4:before {
    content: "\eb43"
}

.icmn-enlarge5:before {
    content: "\eb44"
}

.icmn-shrink5:before {
    content: "\eb45"
}

.icmn-enlarge6:before {
    content: "\eb46"
}

.icmn-shrink6:before {
    content: "\eb47"
}

.icmn-enlarge7:before {
    content: "\eb48"
}

.icmn-shrink7:before {
    content: "\eb49"
}

.icmn-key:before {
    content: "\eb4a"
}

.icmn-key2:before {
    content: "\eb4b"
}

.icmn-key3:before {
    content: "\eb4c"
}

.icmn-key4:before {
    content: "\eb4d"
}

.icmn-key5:before {
    content: "\eb4e"
}

.icmn-keyhole:before {
    content: "\eb4f"
}

.icmn-lock:before {
    content: "\eb50"
}

.icmn-lock2:before {
    content: "\eb51"
}

.icmn-lock3:before {
    content: "\eb52"
}

.icmn-lock4:before {
    content: "\eb53"
}

.icmn-unlocked:before {
    content: "\eb54"
}

.icmn-lock5:before {
    content: "\eb55"
}

.icmn-unlocked2:before {
    content: "\eb56"
}

.icmn-safe:before {
    content: "\eb57"
}

.icmn-wrench:before {
    content: "\eb58"
}

.icmn-wrench2:before {
    content: "\eb59"
}

.icmn-wrench3:before {
    content: "\eb5a"
}

.icmn-equalizer:before {
    content: "\eb5b"
}

.icmn-equalizer2:before {
    content: "\eb5c"
}

.icmn-equalizer3:before {
    content: "\eb5d"
}

.icmn-equalizer4:before {
    content: "\eb5e"
}

.icmn-cog:before {
    content: "\eb5f"
}

.icmn-cogs:before {
    content: "\eb60"
}

.icmn-cog2:before {
    content: "\eb61"
}

.icmn-cog3:before {
    content: "\eb62"
}

.icmn-cog4:before {
    content: "\eb63"
}

.icmn-cog5:before {
    content: "\eb64"
}

.icmn-cog6:before {
    content: "\eb65"
}

.icmn-cog7:before {
    content: "\eb66"
}

.icmn-factory:before {
    content: "\eb67"
}

.icmn-hammer:before {
    content: "\eb68"
}

.icmn-hammer-wrench:before {
    content: "\eb69"
}

.icmn-knife:before {
    content: "\eb6a"
}

.icmn-screwdriver:before {
    content: "\eb6b"
}

.icmn-screwdriver2:before {
    content: "\eb6c"
}

.icmn-magic-wand:before {
    content: "\eb6d"
}

.icmn-magic-wand2:before {
    content: "\eb6e"
}

.icmn-pulse:before {
    content: "\eb6f"
}

.icmn-pulse2:before {
    content: "\eb70"
}

.icmn-aid-kit:before {
    content: "\eb71"
}

.icmn-aid-kit2:before {
    content: "\eb72"
}

.icmn-stethoscope:before {
    content: "\eb73"
}

.icmn-ambulance:before {
    content: "\eb74"
}

.icmn-alarm2:before {
    content: "\eb75"
}

.icmn-pandage:before {
    content: "\eb76"
}

.icmn-pandage2:before {
    content: "\eb77"
}

.icmn-bug:before {
    content: "\eb78"
}

.icmn-bug2:before {
    content: "\eb79"
}

.icmn-syringe:before {
    content: "\eb7a"
}

.icmn-syringe2:before {
    content: "\eb7b"
}

.icmn-pill:before {
    content: "\eb7c"
}

.icmn-construction:before {
    content: "\eb7d"
}

.icmn-traffic-cone:before {
    content: "\eb7e"
}

.icmn-traffic-lights:before {
    content: "\eb7f"
}

.icmn-pie-chart:before {
    content: "\eb80"
}

.icmn-pie-chart2:before {
    content: "\eb81"
}

.icmn-pie-chart3:before {
    content: "\eb82"
}

.icmn-pie-chart4:before {
    content: "\eb83"
}

.icmn-pie-chart5:before {
    content: "\eb84"
}

.icmn-pie-chart6:before {
    content: "\eb85"
}

.icmn-pie-chart7:before {
    content: "\eb86"
}

.icmn-stats-dots:before {
    content: "\eb87"
}

.icmn-stats-bars:before {
    content: "\eb88"
}

.icmn-pie-chart8:before {
    content: "\eb89"
}

.icmn-stats-bars2:before {
    content: "\eb8a"
}

.icmn-stats-bars3:before {
    content: "\eb8b"
}

.icmn-stats-bars4:before {
    content: "\eb8c"
}

.icmn-stats-bars5:before {
    content: "\eb8d"
}

.icmn-stats-bars6:before {
    content: "\eb8e"
}

.icmn-chart:before {
    content: "\eb8f"
}

.icmn-stats-growth:before {
    content: "\eb90"
}

.icmn-stats-decline:before {
    content: "\eb91"
}

.icmn-stats-growth2:before {
    content: "\eb92"
}

.icmn-stats-decline2:before {
    content: "\eb93"
}

.icmn-stairs-up:before {
    content: "\eb94"
}

.icmn-stairs-down:before {
    content: "\eb95"
}

.icmn-stairs:before {
    content: "\eb96"
}

.icmn-stairs2:before {
    content: "\eb97"
}

.icmn-ladder:before {
    content: "\eb98"
}

.icmn-rating:before {
    content: "\eb99"
}

.icmn-rating2:before {
    content: "\eb9a"
}

.icmn-rating3:before {
    content: "\eb9b"
}

.icmn-cake:before {
    content: "\eb9c"
}

.icmn-podium:before {
    content: "\eb9d"
}

.icmn-stars:before {
    content: "\eb9e"
}

.icmn-medal-star:before {
    content: "\eb9f"
}

.icmn-medal:before {
    content: "\eba0"
}

.icmn-medal2:before {
    content: "\eba1"
}

.icmn-medal-first:before {
    content: "\eba2"
}

.icmn-medal-second:before {
    content: "\eba3"
}

.icmn-medal-third:before {
    content: "\eba4"
}

.icmn-crown:before {
    content: "\eba5"
}

.icmn-trophy:before {
    content: "\eba6"
}

.icmn-trophy2:before {
    content: "\eba7"
}

.icmn-trophy3:before {
    content: "\eba8"
}

.icmn-diamond:before {
    content: "\eba9"
}

.icmn-diamond2:before {
    content: "\ebaa"
}

.icmn-trophy4:before {
    content: "\ebab"
}

.icmn-gift:before {
    content: "\ebac"
}

.icmn-gift2:before {
    content: "\ebad"
}

.icmn-balloon:before {
    content: "\ebae"
}

.icmn-pipe:before {
    content: "\ebaf"
}

.icmn-mustache:before {
    content: "\ebb0"
}

.icmn-mustache2:before {
    content: "\ebb1"
}

.icmn-glass:before {
    content: "\ebb2"
}

.icmn-glass2:before {
    content: "\ebb3"
}

.icmn-glass3:before {
    content: "\ebb4"
}

.icmn-glass4:before {
    content: "\ebb5"
}

.icmn-bottle:before {
    content: "\ebb6"
}

.icmn-bottle2:before {
    content: "\ebb7"
}

.icmn-bottle3:before {
    content: "\ebb8"
}

.icmn-bottle4:before {
    content: "\ebb9"
}

.icmn-mug:before {
    content: "\ebba"
}

.icmn-fork-knife:before {
    content: "\ebbb"
}

.icmn-spoon-knife:before {
    content: "\ebbc"
}

.icmn-cook:before {
    content: "\ebbd"
}

.icmn-plate:before {
    content: "\ebbe"
}

.icmn-steak:before {
    content: "\ebbf"
}

.icmn-fish:before {
    content: "\ebc0"
}

.icmn-chicken:before {
    content: "\ebc1"
}

.icmn-hamburger:before {
    content: "\ebc2"
}

.icmn-pizza:before {
    content: "\ebc3"
}

.icmn-cheese:before {
    content: "\ebc4"
}

.icmn-bread:before {
    content: "\ebc5"
}

.icmn-icecream:before {
    content: "\ebc6"
}

.icmn-milk:before {
    content: "\ebc7"
}

.icmn-cup:before {
    content: "\ebc8"
}

.icmn-cup2:before {
    content: "\ebc9"
}

.icmn-coffee-bean:before {
    content: "\ebca"
}

.icmn-coffee:before {
    content: "\ebcb"
}

.icmn-teapot:before {
    content: "\ebcc"
}

.icmn-leaf:before {
    content: "\ebcd"
}

.icmn-leaf2:before {
    content: "\ebce"
}

.icmn-apple:before {
    content: "\ebcf"
}

.icmn-grapes:before {
    content: "\ebd0"
}

.icmn-cherry:before {
    content: "\ebd1"
}

.icmn-tree:before {
    content: "\ebd2"
}

.icmn-tree2:before {
    content: "\ebd3"
}

.icmn-tree3:before {
    content: "\ebd4"
}

.icmn-tree4:before {
    content: "\ebd5"
}

.icmn-cactus:before {
    content: "\ebd6"
}

.icmn-mountains:before {
    content: "\ebd7"
}

.icmn-paw:before {
    content: "\ebd8"
}

.icmn-footprint:before {
    content: "\ebd9"
}

.icmn-tent:before {
    content: "\ebda"
}

.icmn-flower:before {
    content: "\ebdb"
}

.icmn-flower2:before {
    content: "\ebdc"
}

.icmn-rocket:before {
    content: "\ebdd"
}

.icmn-meter:before {
    content: "\ebde"
}

.icmn-meter2:before {
    content: "\ebdf"
}

.icmn-meter-slow:before {
    content: "\ebe0"
}

.icmn-meter-medium:before {
    content: "\ebe1"
}

.icmn-meter-fast:before {
    content: "\ebe2"
}

.icmn-meter3:before {
    content: "\ebe3"
}

.icmn-hammer2:before {
    content: "\ebe4"
}

.icmn-balance:before {
    content: "\ebe5"
}

.icmn-scale:before {
    content: "\ebe6"
}

.icmn-bomb:before {
    content: "\ebe7"
}

.icmn-fire:before {
    content: "\ebe8"
}

.icmn-fire2:before {
    content: "\ebe9"
}

.icmn-lab:before {
    content: "\ebea"
}

.icmn-atom:before {
    content: "\ebeb"
}

.icmn-atom2:before {
    content: "\ebec"
}

.icmn-magnet:before {
    content: "\ebed"
}

.icmn-magnet2:before {
    content: "\ebee"
}

.icmn-dumbbell:before {
    content: "\ebef"
}

.icmn-skull:before {
    content: "\ebf0"
}

.icmn-skull2:before {
    content: "\ebf1"
}

.icmn-lamp:before {
    content: "\ebf2"
}

.icmn-lamp2:before {
    content: "\ebf3"
}

.icmn-lamp3:before {
    content: "\ebf4"
}

.icmn-spotlight:before {
    content: "\ebf5"
}

.icmn-lamp4:before {
    content: "\ebf6"
}

.icmn-lamp5:before {
    content: "\ebf7"
}

.icmn-lamp6:before {
    content: "\ebf8"
}

.icmn-lamp7:before {
    content: "\ebf9"
}

.icmn-lamp8:before {
    content: "\ebfa"
}

.icmn-broom:before {
    content: "\ebfb"
}

.icmn-toiletpaper:before {
    content: "\ebfc"
}

.icmn-bin:before {
    content: "\ebfd"
}

.icmn-bin2:before {
    content: "\ebfe"
}

.icmn-bin3:before {
    content: "\ebff"
}

.icmn-bin4:before {
    content: "\ec00"
}

.icmn-bin5:before {
    content: "\ec01"
}

.icmn-briefcase:before {
    content: "\ec02"
}

.icmn-briefcase2:before {
    content: "\ec03"
}

.icmn-briefcase3:before {
    content: "\ec04"
}

.icmn-airplane:before {
    content: "\ec05"
}

.icmn-airplane2:before {
    content: "\ec06"
}

.icmn-airplane3:before {
    content: "\ec07"
}

.icmn-airplane4:before {
    content: "\ec08"
}

.icmn-paperplane:before {
    content: "\ec09"
}

.icmn-car:before {
    content: "\ec0a"
}

.icmn-steering-wheel:before {
    content: "\ec0b"
}

.icmn-car2:before {
    content: "\ec0c"
}

.icmn-gas:before {
    content: "\ec0d"
}

.icmn-bus:before {
    content: "\ec0e"
}

.icmn-truck:before {
    content: "\ec0f"
}

.icmn-bike:before {
    content: "\ec10"
}

.icmn-road:before {
    content: "\ec11"
}

.icmn-train:before {
    content: "\ec12"
}

.icmn-train2:before {
    content: "\ec13"
}

.icmn-ship:before {
    content: "\ec14"
}

.icmn-boat:before {
    content: "\ec15"
}

.icmn-chopper:before {
    content: "\ec16"
}

.icmn-chopper2:before {
    content: "\ec17"
}

.icmn-cube:before {
    content: "\ec18"
}

.icmn-cube2:before {
    content: "\ec19"
}

.icmn-cube3:before {
    content: "\ec1a"
}

.icmn-cube4:before {
    content: "\ec1b"
}

.icmn-pyramid:before {
    content: "\ec1c"
}

.icmn-pyramid2:before {
    content: "\ec1d"
}

.icmn-package:before {
    content: "\ec1e"
}

.icmn-puzzle:before {
    content: "\ec1f"
}

.icmn-puzzle2:before {
    content: "\ec20"
}

.icmn-puzzle3:before {
    content: "\ec21"
}

.icmn-puzzle4:before {
    content: "\ec22"
}

.icmn-glasses-3d:before {
    content: "\ec23"
}

.icmn-glasses-3d2:before {
    content: "\ec24"
}

.icmn-glasses:before {
    content: "\ec25"
}

.icmn-glasses2:before {
    content: "\ec26"
}

.icmn-brain:before {
    content: "\ec27"
}

.icmn-accessibility:before {
    content: "\ec28"
}

.icmn-accessibility2:before {
    content: "\ec29"
}

.icmn-strategy:before {
    content: "\ec2a"
}

.icmn-target:before {
    content: "\ec2b"
}

.icmn-target2:before {
    content: "\ec2c"
}

.icmn-target3:before {
    content: "\ec2d"
}

.icmn-ammo:before {
    content: "\ec2e"
}

.icmn-gun:before {
    content: "\ec2f"
}

.icmn-gun-forbidden:before {
    content: "\ec30"
}

.icmn-shield:before {
    content: "\ec31"
}

.icmn-shield-check:before {
    content: "\ec32"
}

.icmn-shield-notice:before {
    content: "\ec33"
}

.icmn-shield2:before {
    content: "\ec34"
}

.icmn-shield3:before {
    content: "\ec35"
}

.icmn-shield4:before {
    content: "\ec36"
}

.icmn-soccer:before {
    content: "\ec37"
}

.icmn-football:before {
    content: "\ec38"
}

.icmn-archery:before {
    content: "\ec39"
}

.icmn-bow:before {
    content: "\ec3a"
}

.icmn-sword:before {
    content: "\ec3b"
}

.icmn-tennis:before {
    content: "\ec3c"
}

.icmn-pingpong:before {
    content: "\ec3d"
}

.icmn-baseball:before {
    content: "\ec3e"
}

.icmn-basketball:before {
    content: "\ec3f"
}

.icmn-golf:before {
    content: "\ec40"
}

.icmn-golf2:before {
    content: "\ec41"
}

.icmn-hockey:before {
    content: "\ec42"
}

.icmn-racing:before {
    content: "\ec43"
}

.icmn-finish:before {
    content: "\ec44"
}

.icmn-eight-ball:before {
    content: "\ec45"
}

.icmn-bowling:before {
    content: "\ec46"
}

.icmn-bowling2:before {
    content: "\ec47"
}

.icmn-power:before {
    content: "\ec48"
}

.icmn-power2:before {
    content: "\ec49"
}

.icmn-power3:before {
    content: "\ec4a"
}

.icmn-switch:before {
    content: "\ec4b"
}

.icmn-switch2:before {
    content: "\ec4c"
}

.icmn-power-cord:before {
    content: "\ec4d"
}

.icmn-power-cord2:before {
    content: "\ec4e"
}

.icmn-outlet:before {
    content: "\ec4f"
}

.icmn-clipboard:before {
    content: "\ec50"
}

.icmn-clipboard2:before {
    content: "\ec51"
}

.icmn-clipboard3:before {
    content: "\ec52"
}

.icmn-clipboard4:before {
    content: "\ec53"
}

.icmn-clipboard5:before {
    content: "\ec54"
}

.icmn-clipboard6:before {
    content: "\ec55"
}

.icmn-playlist:before {
    content: "\ec56"
}

.icmn-playlist-add:before {
    content: "\ec57"
}

.icmn-list-numbered:before {
    content: "\ec58"
}

.icmn-list:before {
    content: "\ec59"
}

.icmn-list2:before {
    content: "\ec5a"
}

.icmn-more:before {
    content: "\ec5b"
}

.icmn-more2:before {
    content: "\ec5c"
}

.icmn-grid:before {
    content: "\ec5d"
}

.icmn-grid2:before {
    content: "\ec5e"
}

.icmn-grid3:before {
    content: "\ec5f"
}

.icmn-grid4:before {
    content: "\ec60"
}

.icmn-grid5:before {
    content: "\ec61"
}

.icmn-grid6:before {
    content: "\ec62"
}

.icmn-grid7:before {
    content: "\ec63"
}

.icmn-tree5:before {
    content: "\ec64"
}

.icmn-tree6:before {
    content: "\ec65"
}

.icmn-tree7:before {
    content: "\ec66"
}

.icmn-lan:before {
    content: "\ec67"
}

.icmn-lan2:before {
    content: "\ec68"
}

.icmn-lan3:before {
    content: "\ec69"
}

.icmn-menu:before {
    content: "\ec6a"
}

.icmn-circle-small:before {
    content: "\ec6b"
}

.icmn-menu2:before {
    content: "\ec6c"
}

.icmn-menu3:before {
    content: "\ec6d"
}

.icmn-menu4:before {
    content: "\ec6e"
}

.icmn-menu5:before {
    content: "\ec6f"
}

.icmn-menu6:before {
    content: "\ec70"
}

.icmn-menu7:before {
    content: "\ec71"
}

.icmn-menu8:before {
    content: "\ec72"
}

.icmn-menu9:before {
    content: "\ec73"
}

.icmn-menu10:before {
    content: "\ec74"
}

.icmn-cloud:before {
    content: "\ec75"
}

.icmn-cloud-download:before {
    content: "\ec76"
}

.icmn-cloud-upload:before {
    content: "\ec77"
}

.icmn-cloud-check:before {
    content: "\ec78"
}

.icmn-cloud2:before {
    content: "\ec79"
}

.icmn-cloud-download2:before {
    content: "\ec7a"
}

.icmn-cloud-upload2:before {
    content: "\ec7b"
}

.icmn-cloud-check2:before {
    content: "\ec7c"
}

.icmn-download2:before {
    content: "\ec7d"
}

.icmn-download3:before {
    content: "\ec7e"
}

.icmn-upload2:before {
    content: "\ec7f"
}

.icmn-upload3:before {
    content: "\ec80"
}

.icmn-import:before {
    content: "\ec81"
}

.icmn-import2:before {
    content: "\ec82"
}

.icmn-download4:before {
    content: "\ec83"
}

.icmn-upload4:before {
    content: "\ec84"
}

.icmn-download5:before {
    content: "\ec85"
}

.icmn-upload5:before {
    content: "\ec86"
}

.icmn-download6:before {
    content: "\ec87"
}

.icmn-upload6:before {
    content: "\ec88"
}

.icmn-download7:before {
    content: "\ec89"
}

.icmn-upload7:before {
    content: "\ec8a"
}

.icmn-download8:before {
    content: "\ec8b"
}

.icmn-upload8:before {
    content: "\ec8c"
}

.icmn-download9:before {
    content: "\ec8d"
}

.icmn-upload9:before {
    content: "\ec8e"
}

.icmn-download10:before {
    content: "\ec8f"
}

.icmn-upload10:before {
    content: "\ec90"
}

.icmn-sphere:before {
    content: "\ec91"
}

.icmn-sphere2:before {
    content: "\ec92"
}

.icmn-sphere3:before {
    content: "\ec93"
}

.icmn-planet:before {
    content: "\ec94"
}

.icmn-planet2:before {
    content: "\ec95"
}

.icmn-earth:before {
    content: "\ec96"
}

.icmn-earth2:before {
    content: "\ec97"
}

.icmn-earth3:before {
    content: "\ec98"
}

.icmn-link:before {
    content: "\ec99"
}

.icmn-unlink:before {
    content: "\ec9a"
}

.icmn-link2:before {
    content: "\ec9b"
}

.icmn-unlink2:before {
    content: "\ec9c"
}

.icmn-link3:before {
    content: "\ec9d"
}

.icmn-unlink3:before {
    content: "\ec9e"
}

.icmn-link4:before {
    content: "\ec9f"
}

.icmn-unlink4:before {
    content: "\eca0"
}

.icmn-link5:before {
    content: "\eca1"
}

.icmn-unlink5:before {
    content: "\eca2"
}

.icmn-anchor:before {
    content: "\eca3"
}

.icmn-flag:before {
    content: "\eca4"
}

.icmn-flag2:before {
    content: "\eca5"
}

.icmn-flag3:before {
    content: "\eca6"
}

.icmn-flag4:before {
    content: "\eca7"
}

.icmn-flag5:before {
    content: "\eca8"
}

.icmn-flag6:before {
    content: "\eca9"
}

.icmn-flag7:before {
    content: "\ecaa"
}

.icmn-flag8:before {
    content: "\ecab"
}

.icmn-attachment:before {
    content: "\ecac"
}

.icmn-attachment2:before {
    content: "\ecad"
}

.icmn-eye:before {
    content: "\ecae"
}

.icmn-eye-plus:before {
    content: "\ecaf"
}

.icmn-eye-minus:before {
    content: "\ecb0"
}

.icmn-eye-blocked:before {
    content: "\ecb1"
}

.icmn-eye2:before {
    content: "\ecb2"
}

.icmn-eye-blocked2:before {
    content: "\ecb3"
}

.icmn-eye3:before {
    content: "\ecb4"
}

.icmn-eye-blocked3:before {
    content: "\ecb5"
}

.icmn-eye4:before {
    content: "\ecb6"
}

.icmn-bookmark2:before {
    content: "\ecb7"
}

.icmn-bookmark3:before {
    content: "\ecb8"
}

.icmn-bookmarks:before {
    content: "\ecb9"
}

.icmn-bookmark4:before {
    content: "\ecba"
}

.icmn-spotlight2:before {
    content: "\ecbb"
}

.icmn-starburst:before {
    content: "\ecbc"
}

.icmn-snowflake:before {
    content: "\ecbd"
}

.icmn-temperature:before {
    content: "\ecbe"
}

.icmn-temperature2:before {
    content: "\ecbf"
}

.icmn-weather-lightning:before {
    content: "\ecc0"
}

.icmn-weather-lightning2:before {
    content: "\ecc1"
}

.icmn-weather-rain:before {
    content: "\ecc2"
}

.icmn-weather-rain2:before {
    content: "\ecc3"
}

.icmn-weather-snow:before {
    content: "\ecc4"
}

.icmn-weather-snow2:before {
    content: "\ecc5"
}

.icmn-weather-cloud-wind:before {
    content: "\ecc6"
}

.icmn-weather-cloud-wind2:before {
    content: "\ecc7"
}

.icmn-weather-cloud-sun:before {
    content: "\ecc8"
}

.icmn-weather-cloud-sun2:before {
    content: "\ecc9"
}

.icmn-weather-cloudy:before {
    content: "\ecca"
}

.icmn-weather-cloudy2:before {
    content: "\eccb"
}

.icmn-weather-sun-wind:before {
    content: "\eccc"
}

.icmn-weather-sun-wind2:before {
    content: "\eccd"
}

.icmn-sun:before {
    content: "\ecce"
}

.icmn-sun2:before {
    content: "\eccf"
}

.icmn-moon:before {
    content: "\ecd0"
}

.icmn-day-night:before {
    content: "\ecd1"
}

.icmn-day-night2:before {
    content: "\ecd2"
}

.icmn-weather-windy:before {
    content: "\ecd3"
}

.icmn-fan:before {
    content: "\ecd4"
}

.icmn-umbrella:before {
    content: "\ecd5"
}

.icmn-sun3:before {
    content: "\ecd6"
}

.icmn-contrast:before {
    content: "\ecd7"
}

.icmn-brightness-contrast:before {
    content: "\ecd8"
}

.icmn-brightness-high:before {
    content: "\ecd9"
}

.icmn-brightness-medium:before {
    content: "\ecda"
}

.icmn-brightness-low:before {
    content: "\ecdb"
}

.icmn-bed:before {
    content: "\ecdc"
}

.icmn-bed2:before {
    content: "\ecdd"
}

.icmn-furniture:before {
    content: "\ecde"
}

.icmn-chair:before {
    content: "\ecdf"
}

.icmn-star-empty:before {
    content: "\ece0"
}

.icmn-star-empty2:before {
    content: "\ece1"
}

.icmn-star-full:before {
    content: "\ece2"
}

.icmn-star-empty3:before {
    content: "\ece3"
}

.icmn-star-half:before {
    content: "\ece4"
}

.icmn-star-full2:before {
    content: "\ece5"
}

.icmn-star:before {
    content: "\ece6"
}

.icmn-heart:before {
    content: "\ece7"
}

.icmn-heart2:before {
    content: "\ece8"
}

.icmn-heart3:before {
    content: "\ece9"
}

.icmn-heart4:before {
    content: "\ecea"
}

.icmn-heart-broken:before {
    content: "\eceb"
}

.icmn-heart5:before {
    content: "\ecec"
}

.icmn-heart6:before {
    content: "\eced"
}

.icmn-heart-broken2:before {
    content: "\ecee"
}

.icmn-heart7:before {
    content: "\ecef"
}

.icmn-heart8:before {
    content: "\ecf0"
}

.icmn-heart-broken3:before {
    content: "\ecf1"
}

.icmn-lips:before {
    content: "\ecf2"
}

.icmn-lips2:before {
    content: "\ecf3"
}

.icmn-thumbs-up:before {
    content: "\ecf4"
}

.icmn-thumbs-up2:before {
    content: "\ecf5"
}

.icmn-thumbs-down:before {
    content: "\ecf6"
}

.icmn-thumbs-down2:before {
    content: "\ecf7"
}

.icmn-thumbs-up3:before {
    content: "\ecf8"
}

.icmn-thumbs-down3:before {
    content: "\ecf9"
}

.icmn-height:before {
    content: "\ecfa"
}

.icmn-man:before {
    content: "\ecfb"
}

.icmn-woman:before {
    content: "\ecfc"
}

.icmn-man-woman:before {
    content: "\ecfd"
}

.icmn-male:before {
    content: "\ecfe"
}

.icmn-female:before {
    content: "\ecff"
}

.icmn-peace:before {
    content: "\ed00"
}

.icmn-yin-yang:before {
    content: "\ed01"
}

.icmn-happy:before {
    content: "\ed02"
}

.icmn-happy2:before {
    content: "\ed03"
}

.icmn-smile:before {
    content: "\ed04"
}

.icmn-smile2:before {
    content: "\ed05"
}

.icmn-tongue:before {
    content: "\ed06"
}

.icmn-tongue2:before {
    content: "\ed07"
}

.icmn-sad:before {
    content: "\ed08"
}

.icmn-sad2:before {
    content: "\ed09"
}

.icmn-wink:before {
    content: "\ed0a"
}

.icmn-wink2:before {
    content: "\ed0b"
}

.icmn-grin:before {
    content: "\ed0c"
}

.icmn-grin2:before {
    content: "\ed0d"
}

.icmn-cool:before {
    content: "\ed0e"
}

.icmn-cool2:before {
    content: "\ed0f"
}

.icmn-angry:before {
    content: "\ed10"
}

.icmn-angry2:before {
    content: "\ed11"
}

.icmn-evil:before {
    content: "\ed12"
}

.icmn-evil2:before {
    content: "\ed13"
}

.icmn-shocked:before {
    content: "\ed14"
}

.icmn-shocked2:before {
    content: "\ed15"
}

.icmn-baffled:before {
    content: "\ed16"
}

.icmn-baffled2:before {
    content: "\ed17"
}

.icmn-confused:before {
    content: "\ed18"
}

.icmn-confused2:before {
    content: "\ed19"
}

.icmn-neutral:before {
    content: "\ed1a"
}

.icmn-neutral2:before {
    content: "\ed1b"
}

.icmn-hipster:before {
    content: "\ed1c"
}

.icmn-hipster2:before {
    content: "\ed1d"
}

.icmn-wondering:before {
    content: "\ed1e"
}

.icmn-wondering2:before {
    content: "\ed1f"
}

.icmn-sleepy:before {
    content: "\ed20"
}

.icmn-sleepy2:before {
    content: "\ed21"
}

.icmn-frustrated:before {
    content: "\ed22"
}

.icmn-frustrated2:before {
    content: "\ed23"
}

.icmn-crying:before {
    content: "\ed24"
}

.icmn-crying2:before {
    content: "\ed25"
}

.icmn-cursor:before {
    content: "\ed26"
}

.icmn-cursor2:before {
    content: "\ed27"
}

.icmn-lasso:before {
    content: "\ed28"
}

.icmn-lasso2:before {
    content: "\ed29"
}

.icmn-select:before {
    content: "\ed2a"
}

.icmn-select2:before {
    content: "\ed2b"
}

.icmn-point-up:before {
    content: "\ed2c"
}

.icmn-point-right:before {
    content: "\ed2d"
}

.icmn-point-down:before {
    content: "\ed2e"
}

.icmn-point-left:before {
    content: "\ed2f"
}

.icmn-pointer:before {
    content: "\ed30"
}

.icmn-reminder:before {
    content: "\ed31"
}

.icmn-drag-left-right:before {
    content: "\ed32"
}

.icmn-drag-left:before {
    content: "\ed33"
}

.icmn-drag-right:before {
    content: "\ed34"
}

.icmn-touch:before {
    content: "\ed35"
}

.icmn-multitouch:before {
    content: "\ed36"
}

.icmn-touch-zoom:before {
    content: "\ed37"
}

.icmn-touch-pinch:before {
    content: "\ed38"
}

.icmn-hand:before {
    content: "\ed39"
}

.icmn-grab:before {
    content: "\ed3a"
}

.icmn-stack-empty:before {
    content: "\ed3b"
}

.icmn-stack-plus:before {
    content: "\ed3c"
}

.icmn-stack-minus:before {
    content: "\ed3d"
}

.icmn-stack-star:before {
    content: "\ed3e"
}

.icmn-stack-picture:before {
    content: "\ed3f"
}

.icmn-stack-down:before {
    content: "\ed40"
}

.icmn-stack-up:before {
    content: "\ed41"
}

.icmn-stack-cancel:before {
    content: "\ed42"
}

.icmn-stack-check:before {
    content: "\ed43"
}

.icmn-stack-text:before {
    content: "\ed44"
}

.icmn-stack-clubs:before {
    content: "\ed45"
}

.icmn-stack-spades:before {
    content: "\ed46"
}

.icmn-stack-hearts:before {
    content: "\ed47"
}

.icmn-stack-diamonds:before {
    content: "\ed48"
}

.icmn-stack-user:before {
    content: "\ed49"
}

.icmn-stack4:before {
    content: "\ed4a"
}

.icmn-stack-music:before {
    content: "\ed4b"
}

.icmn-stack-play:before {
    content: "\ed4c"
}

.icmn-move:before {
    content: "\ed4d"
}

.icmn-dots:before {
    content: "\ed4e"
}

.icmn-warning:before {
    content: "\ed4f"
}

.icmn-warning2:before {
    content: "\ed50"
}

.icmn-notification:before {
    content: "\ed51"
}

.icmn-notification2:before {
    content: "\ed52"
}

.icmn-question:before {
    content: "\ed53"
}

.icmn-question2:before {
    content: "\ed54"
}

.icmn-question3:before {
    content: "\ed55"
}

.icmn-question4:before {
    content: "\ed56"
}

.icmn-question5:before {
    content: "\ed57"
}

.icmn-question6:before {
    content: "\ed58"
}

.icmn-plus:before {
    content: "\ed59"
}

.icmn-minus:before {
    content: "\ed5a"
}

.icmn-plus2:before {
    content: "\ed5b"
}

.icmn-minus2:before {
    content: "\ed5c"
}

.icmn-plus3:before {
    content: "\ed5d"
}

.icmn-minus3:before {
    content: "\ed5e"
}

.icmn-plus-circle:before {
    content: "\ed5f"
}

.icmn-minus-circle:before {
    content: "\ed60"
}

.icmn-plus-circle2:before {
    content: "\ed61"
}

.icmn-minus-circle2:before {
    content: "\ed62"
}

.icmn-info:before {
    content: "\ed63"
}

.icmn-info2:before {
    content: "\ed64"
}

.icmn-cancel-circle:before {
    content: "\ed65"
}

.icmn-cancel-circle2:before {
    content: "\ed66"
}

.icmn-blocked:before {
    content: "\ed67"
}

.icmn-cancel-square:before {
    content: "\ed68"
}

.icmn-cancel-square2:before {
    content: "\ed69"
}

.icmn-cancel:before {
    content: "\ed6a"
}

.icmn-spam:before {
    content: "\ed6b"
}

.icmn-cross:before {
    content: "\ed6c"
}

.icmn-cross2:before {
    content: "\ed6d"
}

.icmn-cross3:before {
    content: "\ed6e"
}

.icmn-checkmark:before {
    content: "\ed6f"
}

.icmn-checkmark2:before {
    content: "\ed70"
}

.icmn-checkmark3:before {
    content: "\ed71"
}

.icmn-checkmark4:before {
    content: "\ed72"
}

.icmn-checkmark5:before {
    content: "\ed73"
}

.icmn-spell-check:before {
    content: "\ed74"
}

.icmn-spell-check2:before {
    content: "\ed75"
}

.icmn-enter:before {
    content: "\ed76"
}

.icmn-exit:before {
    content: "\ed77"
}

.icmn-enter2:before {
    content: "\ed78"
}

.icmn-exit2:before {
    content: "\ed79"
}

.icmn-enter3:before {
    content: "\ed7a"
}

.icmn-exit3:before {
    content: "\ed7b"
}

.icmn-wall:before {
    content: "\ed7c"
}

.icmn-fence:before {
    content: "\ed7d"
}

.icmn-play3:before {
    content: "\ed7e"
}

.icmn-pause:before {
    content: "\ed7f"
}

.icmn-stop:before {
    content: "\ed80"
}

.icmn-previous:before {
    content: "\ed81"
}

.icmn-next:before {
    content: "\ed82"
}

.icmn-backward:before {
    content: "\ed83"
}

.icmn-forward2:before {
    content: "\ed84"
}

.icmn-play4:before {
    content: "\ed85"
}

.icmn-pause2:before {
    content: "\ed86"
}

.icmn-stop2:before {
    content: "\ed87"
}

.icmn-backward2:before {
    content: "\ed88"
}

.icmn-forward3:before {
    content: "\ed89"
}

.icmn-first:before {
    content: "\ed8a"
}

.icmn-last:before {
    content: "\ed8b"
}

.icmn-previous2:before {
    content: "\ed8c"
}

.icmn-next2:before {
    content: "\ed8d"
}

.icmn-eject:before {
    content: "\ed8e"
}

.icmn-volume-high:before {
    content: "\ed8f"
}

.icmn-volume-medium:before {
    content: "\ed90"
}

.icmn-volume-low:before {
    content: "\ed91"
}

.icmn-volume-mute:before {
    content: "\ed92"
}

.icmn-speaker-left:before {
    content: "\ed93"
}

.icmn-speaker-right:before {
    content: "\ed94"
}

.icmn-volume-mute2:before {
    content: "\ed95"
}

.icmn-volume-increase:before {
    content: "\ed96"
}

.icmn-volume-decrease:before {
    content: "\ed97"
}

.icmn-volume-high2:before {
    content: "\ed98"
}

.icmn-volume-medium2:before {
    content: "\ed99"
}

.icmn-volume-medium3:before {
    content: "\ed9a"
}

.icmn-volume-low2:before {
    content: "\ed9b"
}

.icmn-volume-mute3:before {
    content: "\ed9c"
}

.icmn-volume-increase2:before {
    content: "\ed9d"
}

.icmn-volume-decrease2:before {
    content: "\ed9e"
}

.icmn-volume-decrease3:before {
    content: "\ed9f"
}

.icmn-volume-5:before {
    content: "\eda0"
}

.icmn-volume-4:before {
    content: "\eda1"
}

.icmn-volume-3:before {
    content: "\eda2"
}

.icmn-volume-2:before {
    content: "\eda3"
}

.icmn-volume-1:before {
    content: "\eda4"
}

.icmn-volume-0:before {
    content: "\eda5"
}

.icmn-volume-mute4:before {
    content: "\eda6"
}

.icmn-volume-mute5:before {
    content: "\eda7"
}

.icmn-loop:before {
    content: "\eda8"
}

.icmn-loop2:before {
    content: "\eda9"
}

.icmn-loop3:before {
    content: "\edaa"
}

.icmn-infinite-square:before {
    content: "\edab"
}

.icmn-infinite:before {
    content: "\edac"
}

.icmn-infinite2:before {
    content: "\edad"
}

.icmn-loop4:before {
    content: "\edae"
}

.icmn-shuffle:before {
    content: "\edaf"
}

.icmn-shuffle2:before {
    content: "\edb0"
}

.icmn-wave:before {
    content: "\edb1"
}

.icmn-wave2:before {
    content: "\edb2"
}

.icmn-split:before {
    content: "\edb3"
}

.icmn-merge:before {
    content: "\edb4"
}

.icmn-first2:before {
    content: "\edb5"
}

.icmn-last2:before {
    content: "\edb6"
}

.icmn-arrow-up:before {
    content: "\edb7"
}

.icmn-arrow-up2:before {
    content: "\edb8"
}

.icmn-arrow-up3:before {
    content: "\edb9"
}

.icmn-arrow-up4:before {
    content: "\edba"
}

.icmn-arrow-right:before {
    content: "\edbb"
}

.icmn-arrow-right2:before {
    content: "\edbc"
}

.icmn-arrow-right3:before {
    content: "\edbd"
}

.icmn-arrow-right4:before {
    content: "\edbe"
}

.icmn-arrow-down:before {
    content: "\edbf"
}

.icmn-arrow-down2:before {
    content: "\edc0"
}

.icmn-arrow-down3:before {
    content: "\edc1"
}

.icmn-arrow-down4:before {
    content: "\edc2"
}

.icmn-arrow-left:before {
    content: "\edc3"
}

.icmn-arrow-left2:before {
    content: "\edc4"
}

.icmn-arrow-left3:before {
    content: "\edc5"
}

.icmn-arrow-left4:before {
    content: "\edc6"
}

.icmn-arrow-up5:before {
    content: "\edc7"
}

.icmn-arrow-right5:before {
    content: "\edc8"
}

.icmn-arrow-down5:before {
    content: "\edc9"
}

.icmn-arrow-left5:before {
    content: "\edca"
}

.icmn-arrow-up-left:before {
    content: "\edcb"
}

.icmn-arrow-up6:before {
    content: "\edcc"
}

.icmn-arrow-up-right:before {
    content: "\edcd"
}

.icmn-arrow-right6:before {
    content: "\edce"
}

.icmn-arrow-down-right:before {
    content: "\edcf"
}

.icmn-arrow-down6:before {
    content: "\edd0"
}

.icmn-arrow-down-left:before {
    content: "\edd1"
}

.icmn-arrow-left6:before {
    content: "\edd2"
}

.icmn-arrow-up-left2:before {
    content: "\edd3"
}

.icmn-arrow-up7:before {
    content: "\edd4"
}

.icmn-arrow-up-right2:before {
    content: "\edd5"
}

.icmn-arrow-right7:before {
    content: "\edd6"
}

.icmn-arrow-down-right2:before {
    content: "\edd7"
}

.icmn-arrow-down7:before {
    content: "\edd8"
}

.icmn-arrow-down-left2:before {
    content: "\edd9"
}

.icmn-arrow-left7:before {
    content: "\edda"
}

.icmn-arrow-up-left3:before {
    content: "\eddb"
}

.icmn-arrow-up8:before {
    content: "\eddc"
}

.icmn-arrow-up-right3:before {
    content: "\eddd"
}

.icmn-arrow-right8:before {
    content: "\edde"
}

.icmn-arrow-down-right3:before {
    content: "\eddf"
}

.icmn-arrow-down8:before {
    content: "\ede0"
}

.icmn-arrow-down-left3:before {
    content: "\ede1"
}

.icmn-arrow-left8:before {
    content: "\ede2"
}

.icmn-circle-up:before {
    content: "\ede3"
}

.icmn-circle-right:before {
    content: "\ede4"
}

.icmn-circle-down:before {
    content: "\ede5"
}

.icmn-circle-left:before {
    content: "\ede6"
}

.icmn-circle-up2:before {
    content: "\ede7"
}

.icmn-circle-right2:before {
    content: "\ede8"
}

.icmn-circle-down2:before {
    content: "\ede9"
}

.icmn-circle-left2:before {
    content: "\edea"
}

.icmn-circle-up-left:before {
    content: "\edeb"
}

.icmn-circle-up3:before {
    content: "\edec"
}

.icmn-circle-up-right:before {
    content: "\eded"
}

.icmn-circle-right3:before {
    content: "\edee"
}

.icmn-circle-down-right:before {
    content: "\edef"
}

.icmn-circle-down3:before {
    content: "\edf0"
}

.icmn-circle-down-left:before {
    content: "\edf1"
}

.icmn-circle-left3:before {
    content: "\edf2"
}

.icmn-circle-up-left2:before {
    content: "\edf3"
}

.icmn-circle-up4:before {
    content: "\edf4"
}

.icmn-circle-up-right2:before {
    content: "\edf5"
}

.icmn-circle-right4:before {
    content: "\edf6"
}

.icmn-circle-down-right2:before {
    content: "\edf7"
}

.icmn-circle-down4:before {
    content: "\edf8"
}

.icmn-circle-down-left2:before {
    content: "\edf9"
}

.icmn-circle-left4:before {
    content: "\edfa"
}

.icmn-arrow-resize:before {
    content: "\edfb"
}

.icmn-arrow-resize2:before {
    content: "\edfc"
}

.icmn-arrow-resize3:before {
    content: "\edfd"
}

.icmn-arrow-resize4:before {
    content: "\edfe"
}

.icmn-arrow-resize5:before {
    content: "\edff"
}

.icmn-arrow-resize6:before {
    content: "\ee00"
}

.icmn-arrow-resize7:before {
    content: "\ee01"
}

.icmn-arrow-resize8:before {
    content: "\ee02"
}

.icmn-square-up-left:before {
    content: "\ee03"
}

.icmn-square-up:before {
    content: "\ee04"
}

.icmn-square-up-right:before {
    content: "\ee05"
}

.icmn-square-right:before {
    content: "\ee06"
}

.icmn-square-down-right:before {
    content: "\ee07"
}

.icmn-square-down:before {
    content: "\ee08"
}

.icmn-square-down-left:before {
    content: "\ee09"
}

.icmn-square-left:before {
    content: "\ee0a"
}

.icmn-arrow-up9:before {
    content: "\ee0b"
}

.icmn-arrow-right9:before {
    content: "\ee0c"
}

.icmn-arrow-down9:before {
    content: "\ee0d"
}

.icmn-arrow-left9:before {
    content: "\ee0e"
}

.icmn-arrow-up10:before {
    content: "\ee0f"
}

.icmn-arrow-right10:before {
    content: "\ee10"
}

.icmn-arrow-down10:before {
    content: "\ee11"
}

.icmn-arrow-left10:before {
    content: "\ee12"
}

.icmn-arrow-up-left4:before {
    content: "\ee13"
}

.icmn-arrow-up11:before {
    content: "\ee14"
}

.icmn-arrow-up-right4:before {
    content: "\ee15"
}

.icmn-arrow-right11:before {
    content: "\ee16"
}

.icmn-arrow-down-right4:before {
    content: "\ee17"
}

.icmn-arrow-down11:before {
    content: "\ee18"
}

.icmn-arrow-down-left4:before {
    content: "\ee19"
}

.icmn-arrow-left11:before {
    content: "\ee1a"
}

.icmn-arrow-up-left5:before {
    content: "\ee1b"
}

.icmn-arrow-up12:before {
    content: "\ee1c"
}

.icmn-arrow-up-right5:before {
    content: "\ee1d"
}

.icmn-arrow-right12:before {
    content: "\ee1e"
}

.icmn-arrow-down-right5:before {
    content: "\ee1f"
}

.icmn-arrow-down12:before {
    content: "\ee20"
}

.icmn-arrow-down-left5:before {
    content: "\ee21"
}

.icmn-arrow-left12:before {
    content: "\ee22"
}

.icmn-arrow-up13:before {
    content: "\ee23"
}

.icmn-arrow-right13:before {
    content: "\ee24"
}

.icmn-arrow-down13:before {
    content: "\ee25"
}

.icmn-arrow-left13:before {
    content: "\ee26"
}

.icmn-arrow-up14:before {
    content: "\ee27"
}

.icmn-arrow-right14:before {
    content: "\ee28"
}

.icmn-arrow-down14:before {
    content: "\ee29"
}

.icmn-arrow-left14:before {
    content: "\ee2a"
}

.icmn-circle-up5:before {
    content: "\ee2b"
}

.icmn-circle-right5:before {
    content: "\ee2c"
}

.icmn-circle-down5:before {
    content: "\ee2d"
}

.icmn-circle-left5:before {
    content: "\ee2e"
}

.icmn-circle-up6:before {
    content: "\ee2f"
}

.icmn-circle-right6:before {
    content: "\ee30"
}

.icmn-circle-down6:before {
    content: "\ee31"
}

.icmn-circle-left6:before {
    content: "\ee32"
}

.icmn-arrow-up15:before {
    content: "\ee33"
}

.icmn-arrow-right15:before {
    content: "\ee34"
}

.icmn-arrow-down15:before {
    content: "\ee35"
}

.icmn-arrow-left15:before {
    content: "\ee36"
}

.icmn-arrow-up16:before {
    content: "\ee37"
}

.icmn-arrow-right16:before {
    content: "\ee38"
}

.icmn-arrow-down16:before {
    content: "\ee39"
}

.icmn-arrow-left16:before {
    content: "\ee3a"
}

.icmn-menu-open:before {
    content: "\ee3b"
}

.icmn-menu-open2:before {
    content: "\ee3c"
}

.icmn-menu-close:before {
    content: "\ee3d"
}

.icmn-menu-close2:before {
    content: "\ee3e"
}

.icmn-enter4:before {
    content: "\ee3f"
}

.icmn-enter5:before {
    content: "\ee40"
}

.icmn-esc:before {
    content: "\ee41"
}

.icmn-enter6:before {
    content: "\ee42"
}

.icmn-backspace:before {
    content: "\ee43"
}

.icmn-backspace2:before {
    content: "\ee44"
}

.icmn-tab:before {
    content: "\ee45"
}

.icmn-transmission:before {
    content: "\ee46"
}

.icmn-transmission2:before {
    content: "\ee47"
}

.icmn-sort:before {
    content: "\ee48"
}

.icmn-sort2:before {
    content: "\ee49"
}

.icmn-move-up:before {
    content: "\ee4a"
}

.icmn-move-down:before {
    content: "\ee4b"
}

.icmn-sort-alpha-asc:before {
    content: "\ee4c"
}

.icmn-sort-alpha-desc:before {
    content: "\ee4d"
}

.icmn-sort-numeric-asc:before {
    content: "\ee4e"
}

.icmn-sort-numberic-desc:before {
    content: "\ee4f"
}

.icmn-sort-amount-asc:before {
    content: "\ee50"
}

.icmn-sort-amount-desc:before {
    content: "\ee51"
}

.icmn-sort-time-asc:before {
    content: "\ee52"
}

.icmn-sort-time-desc:before {
    content: "\ee53"
}

.icmn-battery-6:before {
    content: "\ee54"
}

.icmn-battery-5:before {
    content: "\ee55"
}

.icmn-battery-4:before {
    content: "\ee56"
}

.icmn-battery-3:before {
    content: "\ee57"
}

.icmn-battery-2:before {
    content: "\ee58"
}

.icmn-battery-1:before {
    content: "\ee59"
}

.icmn-battery-0:before {
    content: "\ee5a"
}

.icmn-battery-charging:before {
    content: "\ee5b"
}

.icmn-key-keyboard:before {
    content: "\ee5c"
}

.icmn-key-A:before {
    content: "\ee5d"
}

.icmn-key-up:before {
    content: "\ee5e"
}

.icmn-key-right:before {
    content: "\ee5f"
}

.icmn-key-down:before {
    content: "\ee60"
}

.icmn-key-left:before {
    content: "\ee61"
}

.icmn-command:before {
    content: "\ee62"
}

.icmn-shift:before {
    content: "\ee63"
}

.icmn-ctrl:before {
    content: "\ee64"
}

.icmn-opt:before {
    content: "\ee65"
}

.icmn-checkbox-checked:before {
    content: "\ee66"
}

.icmn-checkbox-unchecked:before {
    content: "\ee67"
}

.icmn-checkbox-partial:before {
    content: "\ee68"
}

.icmn-square:before {
    content: "\ee69"
}

.icmn-triangle:before {
    content: "\ee6a"
}

.icmn-triangle2:before {
    content: "\ee6b"
}

.icmn-diamond3:before {
    content: "\ee6c"
}

.icmn-diamond4:before {
    content: "\ee6d"
}

.icmn-checkbox-checked2:before {
    content: "\ee6e"
}

.icmn-checkbox-unchecked2:before {
    content: "\ee6f"
}

.icmn-checkbox-partial2:before {
    content: "\ee70"
}

.icmn-radio-checked:before {
    content: "\ee71"
}

.icmn-radio-checked2:before {
    content: "\ee72"
}

.icmn-radio-unchecked:before {
    content: "\ee73"
}

.icmn-toggle-on:before {
    content: "\ee74"
}

.icmn-toggle-off:before {
    content: "\ee75"
}

.icmn-checkmark-circle:before {
    content: "\ee76"
}

.icmn-circle:before {
    content: "\ee77"
}

.icmn-circle2:before {
    content: "\ee78"
}

.icmn-circles:before {
    content: "\ee79"
}

.icmn-circles2:before {
    content: "\ee7a"
}

.icmn-crop:before {
    content: "\ee7b"
}

.icmn-crop2:before {
    content: "\ee7c"
}

.icmn-make-group:before {
    content: "\ee7d"
}

.icmn-ungroup:before {
    content: "\ee7e"
}

.icmn-vector:before {
    content: "\ee7f"
}

.icmn-vector2:before {
    content: "\ee80"
}

.icmn-rulers:before {
    content: "\ee81"
}

.icmn-ruler:before {
    content: "\ee82"
}

.icmn-pencil-ruler:before {
    content: "\ee83"
}

.icmn-scissors:before {
    content: "\ee84"
}

.icmn-scissors2:before {
    content: "\ee85"
}

.icmn-scissors3:before {
    content: "\ee86"
}

.icmn-haircut:before {
    content: "\ee87"
}

.icmn-comb:before {
    content: "\ee88"
}

.icmn-filter:before {
    content: "\ee89"
}

.icmn-filter2:before {
    content: "\ee8a"
}

.icmn-filter3:before {
    content: "\ee8b"
}

.icmn-filter4:before {
    content: "\ee8c"
}

.icmn-font:before {
    content: "\ee8d"
}

.icmn-ampersand:before {
    content: "\ee8e"
}

.icmn-ligature:before {
    content: "\ee8f"
}

.icmn-ligature2:before {
    content: "\ee90"
}

.icmn-font-size:before {
    content: "\ee91"
}

.icmn-typography:before {
    content: "\ee92"
}

.icmn-text-height:before {
    content: "\ee93"
}

.icmn-text-width:before {
    content: "\ee94"
}

.icmn-height2:before {
    content: "\ee95"
}

.icmn-width:before {
    content: "\ee96"
}

.icmn-bold:before {
    content: "\ee97"
}

.icmn-underline:before {
    content: "\ee98"
}

.icmn-italic:before {
    content: "\ee99"
}

.icmn-strikethrough:before {
    content: "\ee9a"
}

.icmn-strikethrough2:before {
    content: "\ee9b"
}

.icmn-font-size2:before {
    content: "\ee9c"
}

.icmn-bold2:before {
    content: "\ee9d"
}

.icmn-underline2:before {
    content: "\ee9e"
}

.icmn-italic2:before {
    content: "\ee9f"
}

.icmn-strikethrough3:before {
    content: "\eea0"
}

.icmn-omega:before {
    content: "\eea1"
}

.icmn-sigma:before {
    content: "\eea2"
}

.icmn-nbsp:before {
    content: "\eea3"
}

.icmn-page-break:before {
    content: "\eea4"
}

.icmn-page-break2:before {
    content: "\eea5"
}

.icmn-superscript:before {
    content: "\eea6"
}

.icmn-subscript:before {
    content: "\eea7"
}

.icmn-superscript2:before {
    content: "\eea8"
}

.icmn-subscript2:before {
    content: "\eea9"
}

.icmn-text-color:before {
    content: "\eeaa"
}

.icmn-highlight:before {
    content: "\eeab"
}

.icmn-pagebreak:before {
    content: "\eeac"
}

.icmn-clear-formatting:before {
    content: "\eead"
}

.icmn-table:before {
    content: "\eeae"
}

.icmn-table2:before {
    content: "\eeaf"
}

.icmn-insert-template:before {
    content: "\eeb0"
}

.icmn-pilcrow:before {
    content: "\eeb1"
}

.icmn-ltr:before {
    content: "\eeb2"
}

.icmn-rtl:before {
    content: "\eeb3"
}

.icmn-ltr2:before {
    content: "\eeb4"
}

.icmn-rtl2:before {
    content: "\eeb5"
}

.icmn-section:before {
    content: "\eeb6"
}

.icmn-paragraph-left:before {
    content: "\eeb7"
}

.icmn-paragraph-center:before {
    content: "\eeb8"
}

.icmn-paragraph-right:before {
    content: "\eeb9"
}

.icmn-paragraph-justify:before {
    content: "\eeba"
}

.icmn-paragraph-left2:before {
    content: "\eebb"
}

.icmn-paragraph-center2:before {
    content: "\eebc"
}

.icmn-paragraph-right2:before {
    content: "\eebd"
}

.icmn-paragraph-justify2:before {
    content: "\eebe"
}

.icmn-indent-increase:before {
    content: "\eebf"
}

.icmn-indent-decrease:before {
    content: "\eec0"
}

.icmn-paragraph-left3:before {
    content: "\eec1"
}

.icmn-paragraph-center3:before {
    content: "\eec2"
}

.icmn-paragraph-right3:before {
    content: "\eec3"
}

.icmn-paragraph-justify3:before {
    content: "\eec4"
}

.icmn-indent-increase2:before {
    content: "\eec5"
}

.icmn-indent-decrease2:before {
    content: "\eec6"
}

.icmn-share:before {
    content: "\eec7"
}

.icmn-share2:before {
    content: "\eec8"
}

.icmn-new-tab:before {
    content: "\eec9"
}

.icmn-new-tab2:before {
    content: "\eeca"
}

.icmn-popout:before {
    content: "\eecb"
}

.icmn-embed:before {
    content: "\eecc"
}

.icmn-embed2:before {
    content: "\eecd"
}

.icmn-markup:before {
    content: "\eece"
}

.icmn-regexp:before {
    content: "\eecf"
}

.icmn-regexp2:before {
    content: "\eed0"
}

.icmn-code:before {
    content: "\eed1"
}

.icmn-circle-css:before {
    content: "\eed2"
}

.icmn-circle-code:before {
    content: "\eed3"
}

.icmn-terminal:before {
    content: "\eed4"
}

.icmn-unicode:before {
    content: "\eed5"
}

.icmn-seven-segment-0:before {
    content: "\eed6"
}

.icmn-seven-segment-1:before {
    content: "\eed7"
}

.icmn-seven-segment-2:before {
    content: "\eed8"
}

.icmn-seven-segment-3:before {
    content: "\eed9"
}

.icmn-seven-segment-4:before {
    content: "\eeda"
}

.icmn-seven-segment-5:before {
    content: "\eedb"
}

.icmn-seven-segment-6:before {
    content: "\eedc"
}

.icmn-seven-segment-7:before {
    content: "\eedd"
}

.icmn-seven-segment-8:before {
    content: "\eede"
}

.icmn-seven-segment-9:before {
    content: "\eedf"
}

.icmn-share3:before {
    content: "\eee0"
}

.icmn-share4:before {
    content: "\eee1"
}

.icmn-mail:before {
    content: "\eee2"
}

.icmn-mail2:before {
    content: "\eee3"
}

.icmn-mail3:before {
    content: "\eee4"
}

.icmn-mail4:before {
    content: "\eee5"
}

.icmn-amazon:before {
    content: "\eee6"
}

.icmn-google:before {
    content: "\eee7"
}

.icmn-google2:before {
    content: "\eee8"
}

.icmn-google3:before {
    content: "\eee9"
}

.icmn-google-plus:before {
    content: "\eeea"
}

.icmn-google-plus2:before {
    content: "\eeeb"
}

.icmn-google-plus3:before {
    content: "\eeec"
}

.icmn-hangouts:before {
    content: "\eeed"
}

.icmn-google-drive:before {
    content: "\eeee"
}

.icmn-facebook:before {
    content: "\eeef"
}

.icmn-facebook2:before {
    content: "\eef0"
}

.icmn-instagram:before {
    content: "\eef1"
}

.icmn-whatsapp:before {
    content: "\eef2"
}

.icmn-spotify:before {
    content: "\eef3"
}

.icmn-telegram:before {
    content: "\eef4"
}

.icmn-twitter:before {
    content: "\eef5"
}

.icmn-vine:before {
    content: "\eef6"
}

.icmn-vk:before {
    content: "\eef7"
}

.icmn-renren:before {
    content: "\eef8"
}

.icmn-sina-weibo:before {
    content: "\eef9"
}

.icmn-rss:before {
    content: "\eefa"
}

.icmn-rss2:before {
    content: "\eefb"
}

.icmn-youtube:before {
    content: "\eefc"
}

.icmn-youtube2:before {
    content: "\eefd"
}

.icmn-twitch:before {
    content: "\eefe"
}

.icmn-vimeo:before {
    content: "\eeff"
}

.icmn-vimeo2:before {
    content: "\ef00"
}

.icmn-lanyrd:before {
    content: "\ef01"
}

.icmn-flickr:before {
    content: "\ef02"
}

.icmn-flickr2:before {
    content: "\ef03"
}

.icmn-flickr3:before {
    content: "\ef04"
}

.icmn-flickr4:before {
    content: "\ef05"
}

.icmn-dribbble:before {
    content: "\ef06"
}

.icmn-behance:before {
    content: "\ef07"
}

.icmn-behance2:before {
    content: "\ef08"
}

.icmn-deviantart:before {
    content: "\ef09"
}

.icmn-500px:before {
    content: "\ef0a"
}

.icmn-steam:before {
    content: "\ef0b"
}

.icmn-steam2:before {
    content: "\ef0c"
}

.icmn-dropbox:before {
    content: "\ef0d"
}

.icmn-onedrive:before {
    content: "\ef0e"
}

.icmn-github:before {
    content: "\ef0f"
}

.icmn-npm:before {
    content: "\ef10"
}

.icmn-basecamp:before {
    content: "\ef11"
}

.icmn-trello:before {
    content: "\ef12"
}

.icmn-wordpress:before {
    content: "\ef13"
}

.icmn-joomla:before {
    content: "\ef14"
}

.icmn-ello:before {
    content: "\ef15"
}

.icmn-blogger:before {
    content: "\ef16"
}

.icmn-blogger2:before {
    content: "\ef17"
}

.icmn-tumblr:before {
    content: "\ef18"
}

.icmn-tumblr2:before {
    content: "\ef19"
}

.icmn-yahoo:before {
    content: "\ef1a"
}

.icmn-yahoo2:before {
    content: "\ef1b"
}

.icmn-tux:before {
    content: "\ef1c"
}

.icmn-appleinc:before {
    content: "\ef1d"
}

.icmn-finder:before {
    content: "\ef1e"
}

.icmn-android:before {
    content: "\ef1f"
}

.icmn-windows:before {
    content: "\ef20"
}

.icmn-windows8:before {
    content: "\ef21"
}

.icmn-soundcloud:before {
    content: "\ef22"
}

.icmn-soundcloud2:before {
    content: "\ef23"
}

.icmn-skype:before {
    content: "\ef24"
}

.icmn-reddit:before {
    content: "\ef25"
}

.icmn-hackernews:before {
    content: "\ef26"
}

.icmn-wikipedia:before {
    content: "\ef27"
}

.icmn-linkedin:before {
    content: "\ef28"
}

.icmn-linkedin2:before {
    content: "\ef29"
}

.icmn-lastfm:before {
    content: "\ef2a"
}

.icmn-lastfm2:before {
    content: "\ef2b"
}

.icmn-delicious:before {
    content: "\ef2c"
}

.icmn-stumbleupon:before {
    content: "\ef2d"
}

.icmn-stumbleupon2:before {
    content: "\ef2e"
}

.icmn-stackoverflow:before {
    content: "\ef2f"
}

.icmn-pinterest:before {
    content: "\ef30"
}

.icmn-pinterest2:before {
    content: "\ef31"
}

.icmn-xing:before {
    content: "\ef32"
}

.icmn-xing2:before {
    content: "\ef33"
}

.icmn-flattr:before {
    content: "\ef34"
}

.icmn-foursquare:before {
    content: "\ef35"
}

.icmn-yelp:before {
    content: "\ef36"
}

.icmn-paypal:before {
    content: "\ef37"
}

.icmn-chrome:before {
    content: "\ef38"
}

.icmn-firefox:before {
    content: "\ef39"
}

.icmn-IE:before {
    content: "\ef3a"
}

.icmn-edge:before {
    content: "\ef3b"
}

.icmn-safari:before {
    content: "\ef3c"
}

.icmn-opera:before {
    content: "\ef3d"
}

.icmn-file-pdf:before {
    content: "\ef3e"
}

.icmn-file-openoffice:before {
    content: "\ef3f"
}

.icmn-file-word:before {
    content: "\ef40"
}

.icmn-file-excel:before {
    content: "\ef41"
}

.icmn-libreoffice:before {
    content: "\ef42"
}

.icmn-html-five:before {
    content: "\ef43"
}

.icmn-html-five2:before {
    content: "\ef44"
}

.icmn-css3:before {
    content: "\ef45"
}

.icmn-git:before {
    content: "\ef46"
}

.icmn-codepen:before {
    content: "\ef47"
}

.icmn-svg:before {
    content: "\ef48"
}

.icmn-IcoMoon:before {
    content: "\ef49"
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../../../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../../../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../../../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html[dir=rtl] .widget-seven .counter-count {
    right: auto;
    left: 10px
}

html[dir=rtl] .pull-right {
    float: left
}

html[dir=rtl] .app-gallery .app-gallery-item,html[dir=rtl] .mail .panel-heading .mail-heading,html[dir=rtl] .pull-left {
    float: right
}

html[dir=rtl] .single-page-block-header-menu {
    text-align: left
}

html[dir=rtl] .single-page-block .single-page-block-inner h3 {
    text-align: right
}

html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
    text-align: left
}

html[dir=rtl] .checkbox label,html[dir=rtl] .radio label {
    padding-right: 0;
    padding-left: 20px
}

html[dir=rtl] nav.left-menu .left-menu-list li.left-menu-list-submenu>.left-menu-link:after {
    right: auto;
    left: 15px
}

html[dir=rtl] nav.top-menu .menu .menu-user-block {
    float: left
}

html[dir=rtl] .menu-info-block {
    margin-right: 0!important;
    margin-left: 80px
}

html[dir=rtl] .menu-info-block .left {
    float: right!important
}

html[dir=rtl] .menu-info-block .right {
    float: left!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #24222f
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,code,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    color: #827ca1
}

.h1 .icon-heading,.h2 .icon-heading,.h3 .icon-heading,.h4 .icon-heading,.h5 .icon-heading,.h6 .icon-heading,h1 .icon-heading,h2 .icon-heading,h3 .icon-heading,h4 .icon-heading,h5 .icon-heading,h6 .icon-heading {
    margin-right: 10px
}

.h1 .label,.h2 .label,.h3 .label,.h4 .label,.h5 .label,.h6 .label,h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label {
    font-size: 75%!important
}

code {
    background: #f2f4f8
}

.float-right {
    float: right
}

.drop-cap,.float-left {
    float: left
}

mark {
    background: #f2a654;
    color: #fff
}

.drop-cap {
    padding: 5px;
    margin-right: 5px;
    font-family: serif;
    font-size: 60px;
    line-height: 50px;
    color: #24222f
}

.drop-cap.drop-cap-reversed {
    color: #fff;
    background: #24222f
}

.typeahead__container {
    position: relative
}

.typeahead__container .typeahead__field {
    position: relative;
    z-index: 1
}

.typeahead__container .typeahead__result {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    margin-top: -2px
}

.typeahead__container .typeahead__result .typeahead__list {
    background: #fff;
    margin: 0;
    list-style: none;
    padding: 0;
    border: 1px solid #01a8fe;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #dfe4ed
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item a {
    display: block;
    padding: 6px 16px;
    color: #514d6a
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item.active a {
    background: #f2f4f8
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item:hover a {
    background: #dfe4ed
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item strong {
    font-weight: 600
}

.typeahead__container.result .typeahead__result {
    display: block
}

.typeahead__container.result input.form-control {
    border-right-color: transparent
}

.form-control:disabled,.form-control[readonly],.input-group-addon {
    background-color: #f2f4f8
}

.form-actions {
    border-top: 1px solid #dfe4ed;
    padding-top: 20px;
    margin: 20px 0
}

input[type=email],input[type=password],input[type=text],textarea {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.form-control {
    font-family: Lato,sans;
    padding: 8px 16px;
    border-color: #dfe4ed
}

.form-control.form-control-rounded {
    -webkit-border-radius: 500px;
    border-radius: 500px
}

.form-control:focus {
    border-color: #01a8fe
}

.form-control.input-sm {
    padding: 4px 8px
}

.input-group-addon {
    border-color: #dfe4ed
}

span.input-group-addon {
    outline: 0!important
}

.form-control-label {
    padding-left: 0
}

.form-control-static {
    min-height: 39px
}

.form-group.has-danger .form-control {
    border-color: #fb434a
}

.form-group.has-success .form-control {
    border-color: #46be8a
}

.form-group.has-warning .form-control {
    border-color: #f39834
}

.form-group.has-focused .form-control {
    border-color: #01a8fe
}

.form-input-icon {
    position: relative
}

.form-input-icon>i {
    color: #ccc;
    position: absolute;
    z-index: 1!important;
    margin: 11px 2px 4px 10px;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0
}

.form-input-icon .form-control {
    padding-left: 34px
}

.form-input-icon.form-input-icon-right>i {
    left: auto;
    right: 3px;
    margin: 11px 10px 4px 2px
}

.form-input-icon.form-input-icon-right .form-control {
    padding-left: 16px;
    padding-right: 34px
}

.btn {
    outline: 0!important;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 7px 16px;
    line-height: 1.7
}

.btn:active,.btn:hover {
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out
}

.btn.btn-rounded {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btn.btn-squared {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn.btn-xs {
    padding: 1px 5px;
    font-size: 10px
}

.btn.btn-sm {
    padding: 4px 11px
}

.btn.btn-lg {
    padding: 12px 20px
}

.btn.btn-link {
    color: #827ca1;
    border-color: transparent!important;
    background: 0 0!important;
    text-decoration: none
}

.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover {
    color: #08f
}

.btn.btn-icon {
    padding: 10px;
    line-height: 1rem;
    text-decoration: none!important
}

.btn.btn-icon.btn-xs {
    padding: 5px;
    font-size: 10px
}

.btn.btn-icon.btn-sm {
    padding: 7px
}

.btn.btn-icon.btn-lg {
    padding: 20px
}

.btn-group-vertical>label {
    margin-bottom: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group>.btn {
    width: 100%
}

.btn-group-justified.btn-group-vertical {
    display: block
}

.btn-group-justified.btn-group-vertical>.btn-group {
    display: block;
    width: 100%
}

.btn,.open>.btn {
    color: #827ca1;
    background-color: #fff;
    border-color: #dfe4ed
}

.btn:active,.btn:hover,.open>.btn:active,.open>.btn:hover {
    background-color: #e6eaf0;
    border-color: #e6eaf0
}

.btn.active,.btn:focus,.btn:hover:active,.open>.btn.active,.open>.btn:focus,.open>.btn:hover:active {
    background: #d9dfe9;
    border-color: #d9dfe9
}

.btn.btn-danger,.btn.btn-default,.btn.btn-info,.btn.btn-primary,.btn.btn-secondary,.btn.btn-success,.btn.btn-warning,.open>.btn.btn-danger,.open>.btn.btn-default,.open>.btn.btn-info,.open>.btn.btn-primary,.open>.btn.btn-secondary,.open>.btn.btn-success,.open>.btn.btn-warning {
    color: #fff!important
}

.btn.btn-default,.open>.btn.btn-default {
    background-color: #acb7bf;
    border-color: #acb7bf
}

.btn.btn-default:active,.btn.btn-default:hover,.open>.btn.btn-default:active,.open>.btn.btn-default:hover {
    background-color: #bdc6cc;
    border-color: #bdc6cc
}

.btn.btn-default.active,.btn.btn-default:focus,.btn.btn-default:hover:active,.open>.btn.btn-default.active,.open>.btn.btn-default:focus,.open>.btn.btn-default:hover:active {
    background: #9ba8b2;
    border-color: #9ba8b2
}

.btn.btn-primary,.open>.btn.btn-primary {
    background-color: #01a8fe;
    border-color: #01a8fe
}

.btn.btn-primary:active,.btn.btn-primary:hover,.open>.btn.btn-primary:active,.open>.btn.btn-primary:hover {
    background-color: #1fb2fe;
    border-color: #1fb2fe
}

.btn.btn-primary.active,.btn.btn-primary:focus,.btn.btn-primary:hover:active,.open>.btn.btn-primary.active,.open>.btn.btn-primary:focus,.open>.btn.btn-primary:hover:active {
    background: #0194e0!important;
    border-color: #0194e0!important
}

.btn.btn-secondary,.open>.btn.btn-secondary {
    background-color: #6a7a84;
    border-color: #6a7a84
}

.btn.btn-secondary:active,.btn.btn-secondary:hover,.open>.btn.btn-secondary:active,.open>.btn.btn-secondary:hover {
    background-color: #798993;
    border-color: #798993
}

.btn.btn-secondary.active,.btn.btn-secondary:focus,.btn.btn-secondary:hover:active,.open>.btn.btn-secondary.active,.open>.btn.btn-secondary:focus,.open>.btn.btn-secondary:hover:active {
    background: #5c6a73;
    border-color: #5c6a73
}

.btn.btn-success,.open>.btn.btn-success {
    background-color: #46be8a;
    border-color: #46be8a
}

.btn.btn-success:active,.btn.btn-success:hover,.open>.btn.btn-success:active,.open>.btn.btn-success:hover {
    background-color: #5dc698;
    border-color: #5dc698
}

.btn.btn-success.active,.btn.btn-success:focus,.btn.btn-success:hover:active,.open>.btn.btn-success.active,.open>.btn.btn-success:focus,.open>.btn.btn-success:hover:active {
    background: #3caa7a;
    border-color: #3caa7a
}

.btn.btn-info,.open>.btn.btn-info {
    background-color: #0190da;
    border-color: #0190da
}

.btn.btn-info:active,.btn.btn-info:hover,.open>.btn.btn-info:active,.open>.btn.btn-info:hover {
    background-color: #01a4f8;
    border-color: #01a4f8
}

.btn.btn-info.active,.btn.btn-info:focus,.btn.btn-info:hover:active,.open>.btn.btn-info.active,.open>.btn.btn-info:focus,.open>.btn.btn-info:hover:active {
    background: #017cbc;
    border-color: #017cbc
}

.btn.btn-warning,.open>.btn.btn-warning {
    background-color: #f39834;
    border-color: #f39834
}

.btn.btn-warning:active,.btn.btn-warning:hover,.open>.btn.btn-warning:active,.open>.btn.btn-warning:hover {
    background-color: #f5a751;
    border-color: #f5a751
}

.btn.btn-warning.active,.btn.btn-warning:focus,.btn.btn-warning:hover:active,.open>.btn.btn-warning.active,.open>.btn.btn-warning:focus,.open>.btn.btn-warning:hover:active {
    background: #f18917;
    border-color: #f18917
}

.btn.btn-danger,.open>.btn.btn-danger {
    background-color: #fb434a;
    border-color: #fb434a
}

.btn.btn-danger:active,.btn.btn-danger:hover,.open>.btn.btn-danger:active,.open>.btn.btn-danger:hover {
    background-color: #fc6167;
    border-color: #fc6167
}

.btn.btn-danger.active,.btn.btn-danger:focus,.btn.btn-danger:hover:active,.open>.btn.btn-danger.active,.open>.btn.btn-danger:focus,.open>.btn.btn-danger:hover:active {
    background: #fa252d;
    border-color: #fa252d
}

.btn.btn-danger-outline,.btn.btn-default-outline,.btn.btn-info-outline,.btn.btn-primary-outline,.btn.btn-secondary-outline,.btn.btn-success-outline,.btn.btn-warning-outline,.open>.btn.btn-danger-outline,.open>.btn.btn-default-outline,.open>.btn.btn-info-outline,.open>.btn.btn-primary-outline,.open>.btn.btn-secondary-outline,.open>.btn.btn-success-outline,.open>.btn.btn-warning-outline {
    background-color: #fff
}

.btn.btn-default-outline,.open>.btn.btn-default-outline {
    border-color: #acb7bf;
    color: #acb7bf
}

.btn.btn-default-outline:active,.btn.btn-default-outline:hover,.open>.btn.btn-default-outline:active,.open>.btn.btn-default-outline:hover {
    background-color: #bdc6cc;
    border-color: #bdc6cc;
    color: #fff
}

.btn.btn-default-outline.active,.btn.btn-default-outline:focus,.btn.btn-default-outline:hover:active,.open>.btn.btn-default-outline.active,.open>.btn.btn-default-outline:focus,.open>.btn.btn-default-outline:hover:active {
    background: #9ba8b2;
    border-color: #9ba8b2;
    color: #fff
}

.btn.btn-primary-outline,.open>.btn.btn-primary-outline {
    border-color: #01a8fe;
    color: #01a8fe
}

.btn.btn-primary-outline:active,.btn.btn-primary-outline:hover,.open>.btn.btn-primary-outline:active,.open>.btn.btn-primary-outline:hover {
    background-color: #1fb2fe;
    border-color: #1fb2fe;
    color: #fff
}

.btn.btn-primary-outline.active,.btn.btn-primary-outline:focus,.btn.btn-primary-outline:hover:active,.open>.btn.btn-primary-outline.active,.open>.btn.btn-primary-outline:focus,.open>.btn.btn-primary-outline:hover:active {
    background: #0194e0;
    border-color: #0194e0;
    color: #fff
}

.btn.btn-secondary-outline,.open>.btn.btn-secondary-outline {
    border-color: #6a7a84;
    color: #6a7a84
}

.btn.btn-secondary-outline:active,.btn.btn-secondary-outline:hover,.open>.btn.btn-secondary-outline:active,.open>.btn.btn-secondary-outline:hover {
    background-color: #798993;
    border-color: #798993;
    color: #fff
}

.btn.btn-secondary-outline.active,.btn.btn-secondary-outline:focus,.btn.btn-secondary-outline:hover:active,.open>.btn.btn-secondary-outline.active,.open>.btn.btn-secondary-outline:focus,.open>.btn.btn-secondary-outline:hover:active {
    background: #5c6a73;
    border-color: #5c6a73;
    color: #fff
}

.btn.btn-success-outline,.open>.btn.btn-success-outline {
    border-color: #46be8a;
    color: #46be8a
}

.btn.btn-success-outline:active,.btn.btn-success-outline:hover,.open>.btn.btn-success-outline:active,.open>.btn.btn-success-outline:hover {
    background-color: #5dc698;
    border-color: #5dc698;
    color: #fff
}

.btn.btn-success-outline.active,.btn.btn-success-outline:focus,.btn.btn-success-outline:hover:active,.open>.btn.btn-success-outline.active,.open>.btn.btn-success-outline:focus,.open>.btn.btn-success-outline:hover:active {
    background: #3caa7a;
    border-color: #3caa7a;
    color: #fff
}

.btn.btn-info-outline,.open>.btn.btn-info-outline {
    border-color: #0190da;
    color: #0190da
}

.btn.btn-info-outline:active,.btn.btn-info-outline:hover,.open>.btn.btn-info-outline:active,.open>.btn.btn-info-outline:hover {
    background-color: #01a4f8;
    border-color: #01a4f8;
    color: #fff
}

.btn.btn-info-outline.active,.btn.btn-info-outline:focus,.btn.btn-info-outline:hover:active,.open>.btn.btn-info-outline.active,.open>.btn.btn-info-outline:focus,.open>.btn.btn-info-outline:hover:active {
    background: #017cbc;
    border-color: #017cbc;
    color: #fff
}

.btn.btn-warning-outline,.open>.btn.btn-warning-outline {
    border-color: #f39834;
    color: #f39834
}

.btn.btn-warning-outline:active,.btn.btn-warning-outline:hover,.open>.btn.btn-warning-outline:active,.open>.btn.btn-warning-outline:hover {
    background-color: #f5a751;
    border-color: #f5a751;
    color: #fff
}

.btn.btn-warning-outline.active,.btn.btn-warning-outline:focus,.btn.btn-warning-outline:hover:active,.open>.btn.btn-warning-outline.active,.open>.btn.btn-warning-outline:focus,.open>.btn.btn-warning-outline:hover:active {
    background: #f18917;
    border-color: #f18917;
    color: #fff
}

.btn.btn-danger-outline,.open>.btn.btn-danger-outline {
    border-color: #fb434a;
    color: #fb434a
}

.btn.btn-danger-outline:active,.btn.btn-danger-outline:hover,.open>.btn.btn-danger-outline:active,.open>.btn.btn-danger-outline:hover {
    background-color: #fc6167;
    border-color: #fc6167;
    color: #fff
}

.btn.btn-danger-outline.active,.btn.btn-danger-outline:focus,.btn.btn-danger-outline:hover:active,.open>.btn.btn-danger-outline.active,.open>.btn.btn-danger-outline:focus,.open>.btn.btn-danger-outline:hover:active {
    background: #fa252d;
    border-color: #fa252d;
    color: #fff
}

.checkbox,.radio {
    display: inline-block
}

.checkbox label input[type=checkbox],.checkbox label input[type=radio],.radio label input[type=checkbox],.radio label input[type=radio] {
    margin-right: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

label[disabled] {
    cursor: not-allowed;
    color: #bbb8cb
}

label[disabled].btn {
    opacity: .6;
    cursor: not-allowed
}

.dropdown,.dropup {
    display: inline-block
}

.dropup .dropdown-menu {
    bottom: 115%
}

.dropdown-menu {
    border-color: #d2d9e5;
    top: 115%;
    padding: 8px 0
}

.dropdown-menu .dropdown-icon {
    margin-right: 5px
}

.dropdown-menu .dropdown-divider {
    background-color: #d2d9e5
}

.dropdown-menu .dropdown-header {
    padding: 7px 15px;
    color: #514d6a;
    font-size: 14px;
    font-weight: 600
}

.dropdown-menu .dropdown-item {
    color: #827ca1;
    background: 0 0;
    padding: 3px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown-menu .dropdown-item a {
    color: #827ca1
}

.dropdown-menu .dropdown-item a:active,.dropdown-menu .dropdown-item a:hover {
    background: 0 0;
    color: #08f
}

.dropdown-menu .dropdown-item.disabled,.dropdown-menu .dropdown-item.disabled a {
    color: #d2d9e5!important;
    cursor: not-allowed
}

.dropdown-menu .dropdown-item.active {
    background: #f2f4f8!important
}

.dropdown-menu .dropdown-item:active,.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: 0 0;
    color: #08f
}

.dropdown-animate {
    overflow: hidden
}

.dropdown-animate .dropdown-header,.dropdown-animate>.dropdown-item {
    -webkit-animation-name: dropdown-slide-left;
    -o-animation-name: dropdown-slide-left;
    animation-name: dropdown-slide-left;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.dropdown-animate .dropdown-header:nth-child(1),.dropdown-animate>.dropdown-item:nth-child(1) {
    -webkit-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s
}

.dropdown-animate .dropdown-header:nth-child(2),.dropdown-animate>.dropdown-item:nth-child(2) {
    -webkit-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s
}

.dropdown-animate .dropdown-header:nth-child(3),.dropdown-animate>.dropdown-item:nth-child(3) {
    -webkit-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s
}

.dropdown-animate .dropdown-header:nth-child(4),.dropdown-animate>.dropdown-item:nth-child(4) {
    -webkit-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s
}

.dropdown-animate .dropdown-header:nth-child(5),.dropdown-animate>.dropdown-item:nth-child(5) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.dropdown-animate .dropdown-header:nth-child(6),.dropdown-animate>.dropdown-item:nth-child(6) {
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}

.dropdown-animate .dropdown-header:nth-child(7),.dropdown-animate>.dropdown-item:nth-child(7) {
    -webkit-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s
}

.dropdown-animate .dropdown-header:nth-child(8),.dropdown-animate>.dropdown-item:nth-child(8) {
    -webkit-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s
}

.dropdown-animate .dropdown-header:nth-child(9),.dropdown-animate>.dropdown-item:nth-child(9) {
    -webkit-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s
}

.dropdown-animate .dropdown-header:nth-child(10),.dropdown-animate>.dropdown-item:nth-child(10) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.open>.dropdown-menu {
    -webkit-animation-name: dropdown-slide-bottom;
    -o-animation-name: dropdown-slide-bottom;
    animation-name: dropdown-slide-bottom;
    -webkit-animation-duration: .15s;
    -o-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .05s;
    -o-animation-delay: .05s;
    animation-delay: .05s;
    display: block
}

.open.dropup>.dropdown-menu {
    -webkit-animation-name: dropdown-slide-top;
    -o-animation-name: dropdown-slide-top;
    animation-name: dropdown-slide-top
}

.dropdown.dropdown-avatar .dropdown-toggle {
    display: inline-block;
    position: relative;
    padding-right: 18px
}

.dropdown.dropdown-avatar .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    color: #bbb8cb;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.dropdown.dropdown-avatar .dropdown-toggle:hover:after {
    color: #827ca1
}

.dropdown .dropdown-inline-button {
    display: inline-block;
    color: #827ca1;
    font-weight: 600
}

.dropdown .dropdown-inline-button .dropdown-inline-button-icon {
    color: #bbb8cb;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-right: 5px
}

.dropdown .dropdown-inline-button:after {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #bbb8cb
}

.dropdown .dropdown-inline-button:active,.dropdown .dropdown-inline-button:focus,.dropdown .dropdown-inline-button:hover {
    color: #24222f
}

.dropdown .dropdown-inline-button:active .dropdown-inline-button-icon,.dropdown .dropdown-inline-button:active:after,.dropdown .dropdown-inline-button:focus .dropdown-inline-button-icon,.dropdown .dropdown-inline-button:focus:after,.dropdown .dropdown-inline-button:hover .dropdown-inline-button-icon,.dropdown .dropdown-inline-button:hover:after {
    color: #827ca1
}

.dropdown.open .dropdown-inline-button {
    color: #24222f
}

.dropdown.open .dropdown-inline-button .dropdown-inline-button-icon {
    color: #514d6a
}

@-webkit-keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-o-keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-o-keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        transform: translate3d(0,-5px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-o-keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        transform: translate3d(0,5px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.form-group {
    position: relative
}

.form-control-error {
    background: #fb434a;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 37px;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: 80%;
    z-index: 1
}

.form-control-error:after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #fb434a transparent transparent;
    position: absolute;
    right: 20px;
    bottom: -4px;
    margin-left: -5px
}

.form-control-error ul {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0
}

.form-control-error-list ul {
    list-style: none;
    color: #fb434a;
    padding: 0;
    margin: 5px 0 0;
    font-size: 80%;
    font-weight: 400
}

.has-danger .select2-selection--multiple,.has-danger .select2-selection--single {
    border-color: #fb434a!important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDNDdFRTkxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDNDdFRTgxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69wtu7AAAAe0lEQVR42mLce+zSOVFhYUMGNHDv4cOd/q6WHgxkAqbvP77H/P339zey4Nfv3z7ceXA/hoECwCQnLXPtw8eP05EFHz15WuRm7/CGIoNBhLCgUPnPX79egdgv37w+qKmqOp+BQsAEpX8wMTFm/fnz5/P/f//DGagAAAIMAKIuMR+q/rU9AAAAAElFTkSuQmCC) center right no-repeat #fff
}

select.form-control[multiple] {
    background: #fff
}

.label {
    font-weight: 400;
    background: #fff;
    color: #6a7a84;
    font-size: 100%
}

.label.label-default {
    background: #acb7bf;
    color: #fff
}

.label.label-primary {
    background: #01a8fe;
    color: #fff
}

.label.label-secondary {
    background: #6a7a84;
    color: #fff
}

.label.label-success {
    background: #46be8a;
    color: #fff
}

.label.label-info {
    background: #0190da;
    color: #fff
}

.label.label-danger {
    background: #fb434a;
    color: #fff
}

.label.label-warning {
    background: #f39834;
    color: #fff
}

.breadcrumb-custom {
    display: inline-block;
    padding: 0;
    margin-bottom: 0
}

.breadcrumb-custom li {
    padding: 0
}

.breadcrumb-custom li>a,.breadcrumb-custom li>span {
    display: inline-block;
    padding: 9px 30px;
    position: relative;
    background: #eceff4;
    margin: 0 8px 6px
}

.breadcrumb-custom li>a:after,.breadcrumb-custom li>a:before,.breadcrumb-custom li>span:after,.breadcrumb-custom li>span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.breadcrumb-custom li>a:before,.breadcrumb-custom li>span:before {
    left: -10px;
    border-width: 39px 10px 0 0;
    border-color: transparent #eceff4 transparent transparent;
    transition: all .2s ease-in-out
}

.breadcrumb-custom li>a:after,.breadcrumb-custom li>span:after {
    right: -10px;
    border-width: 0 0 39px 10px;
    border-color: transparent transparent transparent #eceff4;
    transition: all .2s ease-in-out
}

.breadcrumb-custom li>a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumb-custom li>a:hover {
    background: #08f;
    color: #fff
}

.breadcrumb-custom li>a:hover:before {
    border-color: transparent #08f transparent transparent
}

.breadcrumb-custom li>a:hover:after {
    border-color: transparent transparent transparent #08f
}

.breadcrumb-custom li:first-child>a,.breadcrumb-custom li:first-child>span {
    margin-left: 0
}

.breadcrumb-custom li:first-child>a:before,.breadcrumb-custom li:first-child>span:before,.breadcrumb-custom li:last-child>a:after,.breadcrumb-custom li:last-child>span:after {
    display: none
}

.breadcrumb-custom li:after {
    padding: 0;
    content: ""
}

.theme-inverse .breadcrumb-custom li>a,.theme-inverse .breadcrumb-custom li>span {
    color: #bbb8cb;
    background: #514d6a
}

.theme-inverse .breadcrumb-custom li>a:before,.theme-inverse .breadcrumb-custom li>span:before {
    border-color: transparent #514d6a transparent transparent
}

.theme-inverse .breadcrumb-custom li>a:after,.theme-inverse .breadcrumb-custom li>span:after {
    border-color: transparent transparent transparent #514d6a
}

.theme-inverse .breadcrumb-custom li>a:hover {
    background: #08f;
    color: #fff
}

.theme-inverse .breadcrumb-custom li>a:hover:before {
    border-color: transparent #08f transparent transparent
}

.theme-inverse .breadcrumb-custom li>a:hover:after {
    border-color: transparent transparent transparent #08f
}

.carousel .carousel-caption h1,.carousel .carousel-caption h2,.carousel .carousel-caption h3,.carousel .carousel-caption h4,.carousel .carousel-caption h5,.carousel .carousel-caption h6,.owl-demo .item * {
    color: #fff
}

.carousel .fa {
    font-family: FontAwesome!important;
    font-size: 24px
}

.carousel .fa.icon-prev:before {
    content: "\f060"
}

.carousel .fa.icon-next:before {
    content: "\f061"
}

.carousel .carousel-indicators {
    bottom: 10px
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px 3px
}

.carousel .carousel-caption {
    bottom: 40px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}

.owl-demo .item {
    height: 140px;
    background: #acb7bf;
    padding: 1rem
}

.owl-demo-img .owl-item img {
    height: 132px
}

.owl-demo-video .item-video {
    height: 300px
}

.accordion .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom-width: 0
}

.accordion .panel:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.accordion .panel:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom-width: 1px
}

.accordion .panel .panel-heading {
    padding: 10px 20px;
    cursor: pointer
}

.accordion .panel .panel-body {
    padding: 0 20px 10px
}

.accordion.accordion-margin-bottom .panel {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    border-bottom-width: 1px
}

.accordion .accordion-indicator {
    padding-top: 1px;
    color: #dfe4ed
}

.accordion .accordion-indicator .plus {
    display: none
}

.accordion .accordion-indicator .minus,.accordion .collapsed .accordion-indicator .plus {
    display: inline
}

.accordion .collapsed .accordion-indicator .minus {
    display: none
}

.modal.modal-size-large,.modal.modal-size-small {
    padding-left: 10px;
    padding-right: 10px
}

.modal .modal-content {
    border: none
}

.modal .modal-header .close {
    outline: 0!important;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center
}

.modal .modal-header .close span {
    position: relative;
    top: 3px
}

.modal.modal-size-small .modal-dialog {
    max-width: 300px;
    width: auto
}

@media (max-width: 543px) {
    .modal.modal-size-small .modal-dialog {
        max-width:none
    }
}

.modal.modal-size-large .modal-dialog {
    max-width: 980px;
    width: auto
}

.modal-backdrop {
    background: #24222f
}

.modal-backdrop.in {
    opacity: .3
}

.alert {
    border: none;
    font-weight: 400;
    color: #fff
}

.alert .close {
    color: #fff;
    opacity: .5;
    outline: 0!important
}

.alert .close:hover {
    opacity: 1
}

.alert .alert-link,.alert a {
    font-weight: 400;
    color: #fff;
    opacity: .7;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.alert .alert-link:hover,.alert a:hover {
    opacity: 1
}

.alert.alert-default {
    background: #acb7bf
}

.alert.alert-primary {
    background: #01a8fe
}

.alert.alert-secondary {
    background: #6a7a84
}

.alert.alert-success {
    background: #46be8a
}

.alert.alert-info {
    background: #0190da
}

.alert.alert-warning {
    background: #f39834
}

.alert.alert-danger {
    background: #fb434a
}

.sweet-overlay {
    background: rgba(36,34,47,.3)
}

.sweet-alert h2 {
    font-weight: 400;
    position: relative;
    margin: 30px 0 15px
}

.sweet-alert p {
    margin: 0 0 10px
}

.sweet-alert .lead {
    font-weight: 400;
    font-size: 18px;
    color: #514d6a;
    margin-bottom: 20px
}

.sweet-alert .btn {
    min-width: 150px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin: 0 5px 15px;
    border: none!important
}

.sweet-alert .btn-success {
    background: #46be8a
}

.sweet-alert .btn-warning {
    border-color: #f39834
}

.sweet-alert .btn-danger {
    border-color: #fb434a
}

.sweet-alert .btn-info {
    border-color: #0190da
}

.sweet-alert .sa-icon.sa-success .line {
    background-color: #46be8a
}

.sweet-alert .sa-icon.sa-success .placeholder {
    border-color: #46be8a
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f39834
}

.sweet-alert .sa-icon.sa-warning span {
    background: #f39834
}

.sweet-alert .sa-icon.sa-error {
    border-color: #fb434a
}

.sweet-alert .sa-icon.sa-error .line {
    background-color: #fb434a
}

.sweet-alert .sa-icon.sa-info {
    border-color: #0190da
}

.sweet-alert .sa-icon.sa-info:after,.sweet-alert .sa-icon.sa-info:before {
    background-color: #0190da
}

.pagination .page-link {
    border-color: #dfe4ed;
    color: #827ca1;
    outline: 0;
    margin-bottom: 10px
}

.pagination .page-link:focus,.pagination .page-link:hover {
    background: #acb7bf;
    color: #fff;
    border-color: #acb7bf
}

.pagination .page-item.disabled .page-link {
    background: #eceff4
}

.pagination .page-item.active .page-link {
    background: #01a8fe;
    border-color: #01a8fe
}

.pager li>a {
    border-color: #dfe4ed;
    color: #827ca1;
    outline: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.pager li>a:focus,.pager li>a:hover {
    background: #acb7bf;
    color: #fff;
    border-color: #acb7bf
}

.progress {
    height: 18px
}

.progress:last-child {
    margin-bottom: 0
}

.progress-animation {
    -webkit-transition: all .1s!important;
    -o-transition: all .1s!important;
    transition: all .1s!important
}

.progress-primary[value]::-webkit-progress-value,.progress[value]::-webkit-progress-value {
    background-color: #01a8fe
}

.progress-primary[value]::-moz-progress-bar,.progress[value]::-moz-progress-bar {
    background-color: #01a8fe
}

.progress-default[value]::-webkit-progress-value {
    background-color: #acb7bf
}

.progress-default[value]::-moz-progress-bar {
    background-color: #acb7bf
}

.progress-secondary[value]::-webkit-progress-value {
    background-color: #6a7a84
}

.progress-secondary[value]::-moz-progress-bar {
    background-color: #6a7a84
}

.progress-success[value]::-webkit-progress-value {
    background-color: #46be8a
}

.progress-success[value]::-moz-progress-bar {
    background-color: #46be8a
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #fb434a
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #fb434a
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f39834
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f39834
}

.progress-info[value]::-webkit-progress-value {
    background-color: #0190da
}

.progress-info[value]::-moz-progress-bar {
    background-color: #0190da
}

.step-block {
    color: #827ca1;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block
}

.step-block .step-digit {
    float: left;
    margin-right: 20px;
    font-size: 42px;
    width: 56px;
    line-height: 55px;
    text-align: center
}

.step-block .step-digit i {
    font-size: 36px
}

.step-block .step-desc {
    padding-top: 5px
}

.step-block .step-desc .step-title {
    font-weight: 600;
    font-size: 16px
}

.step-block .step-desc p {
    margin-bottom: 5px
}

.step-block.step-danger,.step-block.step-default,.step-block.step-info,.step-block.step-primary,.step-block.step-secondary,.step-block.step-success,.step-block.step-warning {
    color: #fff!important
}

.step-block.step-default {
    background: #acb7bf!important;
    border-bottom-color: #acb7bf
}

.step-block.step-primary {
    background: #01a8fe!important;
    border-bottom-color: #01a8fe
}

.step-block.step-secondary {
    background: #6a7a84!important;
    border-bottom-color: #6a7a84
}

.step-block.step-success {
    background: #46be8a!important;
    border-bottom-color: #46be8a
}

.step-block.step-info {
    background: #0190da!important;
    border-bottom-color: #0190da
}

.step-block.step-warning {
    background: #f39834!important;
    border-bottom-color: #f39834
}

.step-block.step-danger {
    background: #fb434a!important;
    border-bottom-color: #fb434a
}

.step-block.step-disabled {
    cursor: not-allowed;
    opacity: .65
}

.step-block.step-squared {
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width: 991px) {
    .step-block {
        margin-bottom:16px!important;
        margin-top: 0!important
    }
}

.panel-heading .step-block {
    padding: 0 0 10px;
    margin-bottom: -27px;
    margin-top: -10px;
    color: #827ca1!important;
    background-color: #fff!important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel-heading .step-block .step-digit {
    font-size: 28px;
    line-height: 38px;
    height: 24px;
    display: block;
    width: auto;
    min-width: 40px;
    margin: 0 10px
}

.panel-heading .step-block .step-digit i {
    font-size: 24px
}

.panel-heading .step-block .step-desc {
    padding-top: 0
}

.panel-heading .step-block .step-desc .step-title {
    font-weight: 600;
    font-size: 14px
}

.panel-heading .step-block .step-desc p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #bbb8cb
}

@media (max-width: 991px) {
    .panel-heading [class^=col-]:last-child .step-block {
        margin-bottom:0!important
    }
}

.steps-inline {
    display: inline-block
}

.steps-inline:after,.steps-inline:before {
    content: " ";
    display: table
}

.steps-inline .step-block {
    float: left;
    height: 22px;
    border: none;
    border-left-width: 0;
    background: #eceff4;
    line-height: 22px;
    color: #acb7bf;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 15px
}

.steps-inline .step-block:first-child {
    border-right-width: 1px;
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
    padding-left: 18px
}

.steps-inline .step-block:last-child {
    border-left-width: 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    padding-right: 18px
}

.steps-inline .step-block.active {
    background: #01a8fe;
    color: #fff
}

.table thead th {
    border-bottom: 1px solid #eceff4;
    outline: 0!important
}

.table thead th:focus {
    background: #f2f4f8
}

.table td,.table th {
    border-color: #eceff4
}

.table td:focus,.table th:focus {
    background-color: #eceff4
}

.table tbody tr:first-child td {
    border-top: none
}

.table.table-hover tbody tr:hover {
    background: #f2f4f8
}

.table .thead-inverse th {
    background: #38354a
}

.table .thead-default th {
    background: #eceff4
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8
}

.table-inverse thead th {
    border-bottom-color: #514d6a
}

.table-inverse td,.table-inverse th {
    border-top-color: #514d6a
}

.table-inverse td,.table-inverse th,.table-inverse thead th {
    background: #38354a
}

.table-inverse td:focus,.table-inverse th:focus,.table-inverse thead th:focus {
    background: #2b2838
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: transparent
}

.nav-tabs-horizontal .nav-tabs {
    border-bottom: 1px solid #dfe4ed
}

.nav-tabs-horizontal .nav-tabs .nav-item {
    margin-bottom: -2px;
    cursor: pointer
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid transparent
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active,.nav-tabs-horizontal .nav-tabs .nav-item .nav-link:focus {
    border-bottom-color: #01a8fe!important
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link:hover {
    border-bottom-color: #dfe4ed
}

.nav-tabs-vertical .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #dfe4ed;
    float: left;
    margin-right: 30px
}

.nav-tabs-vertical .nav-tabs .nav-item {
    margin: 0 -2px 1px 0;
    float: none;
    cursor: pointer
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link {
    border: none;
    border-right: 3px solid transparent;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link.active,.nav-tabs-vertical .nav-tabs .nav-item .nav-link:focus {
    border-right-color: #01a8fe!important
}

.nav-tabs-vertical .nav-tabs .nav-item .nav-link:hover {
    border-right-color: #dfe4ed
}

.popover.bs-tether-element-attached-left .popover-arrow:after,.popover.bs-tether-element-attached-right .popover-arrow:after,.popover.left .tooltip-arrow:after,.popover.right .tooltip-arrow:after {
    bottom: -7px
}

.popover.bottom .tooltip-arrow:after,.popover.bs-tether-element-attached-bottom .popover-arrow:after,.popover.bs-tether-element-attached-top .popover-arrow:after,.popover.top .tooltip-arrow:after {
    margin-left: -7px
}

.popover {
    border-color: #d2d9e5
}

.popover .popover-arrow {
    border-width: 8px
}

.popover .popover-arrow:after {
    border-width: 7px
}

.popover.bs-tether-element-attached-left .popover-arrow,.popover.left .tooltip-arrow {
    border-right-color: #d2d9e5;
    left: -8px
}

.popover.bs-tether-element-attached-right .popover-arrow,.popover.right .tooltip-arrow {
    border-left-color: #d2d9e5;
    right: -8px
}

.popover.bs-tether-element-attached-top .popover-arrow,.popover.top .tooltip-arrow {
    border-bottom-color: #d2d9e5;
    top: -8px
}

.popover.bottom .tooltip-arrow,.popover.bs-tether-element-attached-bottom .popover-arrow {
    border-top-color: #d2d9e5;
    bottom: -8px
}

.popover .popover-title {
    font-weight: 600;
    background: #eceff4;
    margin: -1px;
    padding: 8px 15px;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.tooltip .tooltip-inner {
    background: #514d6a;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,.tooltip.left .tooltip-arrow {
    border-right-color: #514d6a
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,.tooltip.right .tooltip-arrow {
    border-left-color: #514d6a
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,.tooltip.top .tooltip-arrow {
    border-bottom-color: #514d6a
}

.tooltip.bottom .tooltip-arrow,.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    border-top-color: #514d6a
}

.example-block {
    padding: 15px;
    border: 1px solid #eceff4
}

.example-block:before {
    content: 'EXAMPLE';
    display: block;
    margin-bottom: 15px;
    color: #827ca1
}

.color-black {
    color: #514d6a!important
}

.color-white {
    color: #fff!important
}

.color-default {
    color: #acb7bf!important
}

.color-primary {
    color: #01a8fe!important
}

.color-secondary {
    color: #6a7a84!important
}

.color-success {
    color: #46be8a!important
}

.color-info {
    color: #0190da!important
}

.color-warning {
    color: #f39834!important
}

.color-danger {
    color: #fb434a!important
}

.color-orange {
    color: #f2a654!important
}

.background-transparent {
    background-color: transparent!important
}

.background-black {
    background-color: #514d6a!important
}

.background-white {
    background-color: #fff!important
}

.background-default {
    background-color: #acb7bf!important
}

.background-primary {
    background-color: #01a8fe!important
}

.background-secondary {
    background-color: #6a7a84!important
}

.background-success {
    background-color: #46be8a!important
}

.background-info {
    background-color: #0190da!important
}

.background-warning {
    background-color: #f39834!important
}

.background-danger {
    background-color: #fb434a!important
}

.link-underlined {
    border-bottom: 1px solid rgba(187,184,203,.5)
}

.link-underlined:hover {
    border-bottom-color: rgba(0,136,255,.4)
}

.link-blue {
    color: #08f
}

.link-blue:hover {
    color: #0072d6
}

.link-blue.link-underlined {
    border-bottom: 1px solid rgba(0,136,255,.3)
}

.link-blue.link-underlined:hover {
    border-bottom-color: rgba(0,136,255,.5)
}

.height-50 {
    height: 50px
}

.height-100 {
    height: 100px
}

.height-120 {
    height: 120px
}

.height-150 {
    height: 150px
}

.height-200 {
    height: 200px
}

.height-250 {
    height: 250px
}

.height-300 {
    height: 300px
}

.height-350 {
    height: 350px
}

.height-400 {
    height: 400px
}

.height-450 {
    height: 450px
}

.height-500 {
    height: 500px
}

.height-700 {
    height: 700px
}

.min-height-50 {
    min-height: 50px
}

.min-height-100 {
    min-height: 100px
}

.min-height-150 {
    min-height: 150px
}

.min-height-200 {
    min-height: 200px
}

.min-height-250 {
    min-height: 250px
}

.min-height-300 {
    min-height: 300px
}

.min-height-350 {
    min-height: 350px
}

.min-height-400 {
    min-height: 400px
}

.min-height-450 {
    min-height: 450px
}

.min-height-500 {
    min-height: 500px
}

.max-height-50 {
    max-height: 50px
}

.max-height-100 {
    max-height: 100px
}

.max-height-150 {
    max-height: 150px
}

.max-height-200 {
    max-height: 200px
}

.max-height-250 {
    max-height: 250px
}

.max-height-300 {
    max-height: 300px
}

.max-height-350 {
    max-height: 350px
}

.max-height-400 {
    max-height: 400px
}

.max-height-450 {
    max-height: 450px
}

.max-height-500 {
    max-height: 500px
}

.width-full {
    width: 100%
}

.width-auto {
    width: auto
}

.width-10 {
    width: 10px
}

.width-50 {
    width: 50px
}

.width-100 {
    width: 100px
}

.width-150 {
    width: 150px
}

.width-200 {
    width: 200px
}

.width-250 {
    width: 250px
}

.width-300 {
    width: 300px
}

.width-350 {
    width: 350px
}

.width-400 {
    width: 400px
}

.width-450 {
    width: 450px
}

.width-500 {
    width: 500px
}

.max-width-50 {
    max-width: 50px
}

.max-width-100 {
    max-width: 100px
}

.max-width-150 {
    max-width: 150px
}

.max-width-200 {
    max-width: 200px
}

.max-width-250 {
    max-width: 250px
}

.max-width-300 {
    max-width: 300px
}

.max-width-350 {
    max-width: 350px
}

.max-width-400 {
    max-width: 400px
}

.max-width-450 {
    max-width: 450px
}

.max-width-500 {
    max-width: 500px
}

.opacity-0 {
    opacity: 0
}

.opacity-01 {
    opacity: .1
}

.opacity-02 {
    opacity: .2
}

.opacity-03 {
    opacity: .3
}

.opacity-04 {
    opacity: .4
}

.opacity-05 {
    opacity: .5
}

.opacity-06 {
    opacity: .6
}

.opacity-07 {
    opacity: .7
}

.opacity-08 {
    opacity: .8
}

.opacity-09 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.text-top {
    vertical-align: top
}

.text-middle {
    vertical-align: middle
}

.text-bottom {
    vertical-align: bottom
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-size-0 {
    font-size: 0
}

.font-size-10 {
    font-size: 10px
}

.font-size-12 {
    font-size: 12px
}

.font-size-14 {
    font-size: 14px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-20 {
    font-size: 20px
}

.font-size-24 {
    font-size: 24px
}

.font-size-26 {
    font-size: 26px
}

.font-size-30 {
    font-size: 30px
}

.font-size-40 {
    font-size: 40px
}

.font-size-50 {
    font-size: 50px
}

.font-size-60 {
    font-size: 60px
}

.font-size-70 {
    font-size: 70px
}

.font-size-80 {
    font-size: 80px
}

.font-weight-unset {
    font-weight: unset
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.display-inline {
    display: inline!important
}

.display-inline-block {
    display: inline-block!important
}

.display-block {
    display: block!important
}

.display-none {
    display: none!important
}

.vertical-align {
    font-size: 0
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.vertical-align-bottom,.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.padding-0 {
    padding: 0
}

.padding-3 {
    padding: 3px
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-35 {
    padding: 35px
}

.padding-40 {
    padding: 40px
}

.padding-45 {
    padding: 45px
}

.padding-50 {
    padding: 50px
}

.padding-right-0 {
    padding-right: 0
}

.padding-right-3 {
    padding-right: 3px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-right-15 {
    padding-right: 15px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-right-25 {
    padding-right: 25px
}

.padding-right-30 {
    padding-right: 30px
}

.padding-right-35 {
    padding-right: 35px
}

.padding-right-40 {
    padding-right: 40px
}

.padding-right-45 {
    padding-right: 45px
}

.padding-right-50 {
    padding-right: 50px
}

.padding-left-0 {
    padding-left: 0
}

.padding-left-3 {
    padding-left: 3px
}

.padding-left-5 {
    padding-left: 5px
}

.padding-left-10 {
    padding-left: 10px
}

.padding-left-15 {
    padding-left: 15px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-left-25 {
    padding-left: 25px
}

.padding-left-30 {
    padding-left: 30px
}

.padding-left-35 {
    padding-left: 35px
}

.padding-left-40 {
    padding-left: 40px
}

.padding-left-45 {
    padding-left: 45px
}

.padding-left-50 {
    padding-left: 50px
}

.padding-top-0 {
    padding-top: 0
}

.padding-top-3 {
    padding-top: 3px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-15 {
    padding-top: 15px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-25 {
    padding-top: 25px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-35 {
    padding-top: 35px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-bottom-0 {
    padding-bottom: 0
}

.padding-bottom-3 {
    padding-bottom: 3px
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-25 {
    padding-bottom: 25px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-35 {
    padding-bottom: 35px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-45 {
    padding-bottom: 45px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-vertical-0 {
    padding-top: 0;
    padding-bottom: 0
}

.padding-vertical-3 {
    padding-top: 3px;
    padding-bottom: 3px
}

.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-vertical-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.padding-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-vertical-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.padding-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-vertical-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.padding-vertical-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.margin-inline {
    margin: 0 10px 10px 0
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.margin-0 {
    margin: 0
}

.margin-3 {
    margin: 3px
}

.margin-5 {
    margin: 5px
}

.margin-10 {
    margin: 10px
}

.margin-15 {
    margin: 15px
}

.margin-20 {
    margin: 20px
}

.margin-25 {
    margin: 25px
}

.margin-30 {
    margin: 30px
}

.margin-35 {
    margin: 35px
}

.margin-40 {
    margin: 40px
}

.margin-45 {
    margin: 45px
}

.margin-50 {
    margin: 50px
}

.margin-right-0 {
    margin-right: 0
}

.margin-right-3 {
    margin-right: 3px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-15 {
    margin-right: 15px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-25 {
    margin-right: 25px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-right-35 {
    margin-right: 35px
}

.margin-right-40 {
    margin-right: 40px
}

.margin-right-45 {
    margin-right: 45px
}

.margin-right-50 {
    margin-right: 50px
}

.margin-left-0 {
    margin-left: 0
}

.margin-left-3 {
    margin-left: 3px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left-15 {
    margin-left: 15px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-left-25 {
    margin-left: 25px
}

.margin-left-30 {
    margin-left: 30px
}

.margin-left-35 {
    margin-left: 35px
}

.margin-left-40 {
    margin-left: 40px
}

.margin-left-45 {
    margin-left: 45px
}

.margin-left-50 {
    margin-left: 50px
}

.margin-top-0 {
    margin-top: 0
}

.margin-top-3 {
    margin-top: 3px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-45 {
    margin-top: 45px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-bottom-0 {
    margin-bottom: 0
}

.margin-bottom-3 {
    margin-bottom: 3px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-vertical-0 {
    margin-top: 0;
    margin-bottom: 0
}

.margin-vertical-3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.margin-vertical-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.margin-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-vertical-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.margin-vertical-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.margin-vertical-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.margin-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.margin-vertical-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.margin-vertical-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f4f8;
    border: 1px solid #f9fafb
}

.well.well-sm {
    padding: 12px
}

.well.well-lg {
    padding: 28px
}

.dl-horizontal {
    margin: 0
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

.list-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none
}

.list-icons .list-icon {
    width: 1em;
    margin: 0 6px 0 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.donut {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #acb7bf;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.donut.donut-default {
    border-color: #acb7bf
}

.donut.donut-primary {
    border-color: #01a8fe
}

.donut.donut-secondary {
    border-color: #6a7a84
}

.donut.donut-success {
    border-color: #46be8a
}

.donut.donut-warning {
    border-color: #f39834
}

.donut.donut-danger {
    border-color: #fb434a
}

.donut.donut-info {
    border-color: #0190da
}

.donut.donut-yellow {
    border-color: #ff0
}

blockquote {
    background: #f2f4f8;
    padding: 30px;
    border-left: 3px solid #dfe4ed
}

blockquote.blockquote-right {
    text-align: right;
    border-left: none;
    border-right: 3px solid #dfe4ed
}

blockquote .blockquote-footer {
    color: #d2d9e5
}

.util-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    -o-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.util-spin-delayed {
    -webkit-animation: fa-spin-delayed 4s infinite ease-in-out;
    -o-animation: fa-spin-delayed 4s infinite ease-in-out;
    animation: fa-spin-delayed 4s infinite ease-in-out
}

.util-spin-delayed-pseudo:after,.util-spin-delayed-pseudo:before {
    display: inline-block;
    -webkit-animation: fa-spin-delayed 3s infinite ease-in-out;
    -o-animation: fa-spin-delayed 3s infinite ease-in-out;
    animation: fa-spin-delayed 3s infinite ease-in-out
}

@-webkit-keyframes fa-spin-delayed {
    0%,50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.widget,.widget-seven {
    -webkit-border-radius: 5px;
    position: relative
}

.widget {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 16px;
    border: 1px solid #dfe4ed
}

.widget .widget-header {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.widget .widget-body {
    display: block;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.widget .label {
    font-size: 85%
}

@media (max-width: 767px) {
    .widget {
        margin-bottom:15px
    }
}

@media (max-width: 543px) {
    .widget {
        margin-bottom:.9375rem
    }
}

.widget>.table {
    margin-bottom: 0
}

.widget>.table thead th {
    border-top: none!important
}

.widget>.table thead th:first-child {
    -webkit-border-radius: 5px 0 0;
    border-radius: 5px 0 0
}

.widget>.table thead th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

.widget-one .widget-header {
    min-height: 100px;
    background-size: cover;
    padding: 40px;
    background-color: #dfe4ed;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.widget-one .widget-body {
    padding: 40px 25px
}

.widget-one .widget-body .s1 {
    float: left;
    margin-top: -75px
}

.widget-one .widget-body .s2 {
    margin-left: 130px
}

.widget-one .widget-body .avatar {
    height: 70px;
    width: 70px;
    padding: 5px;
    background: #fff
}

.widget-one .widget-body .avatar img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.widget-one .widget-body .widget-info {
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden
}

.widget-two .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eceff4
}

.widget-three,.widget-two .widget-body {
    padding: 25px
}

.widget-four {
    border: none;
    margin-bottom: 0!important
}

.widget-four .step-block {
    border: 1px solid #dfe4ed
}

@media (max-width: 1365px) {
    .widget-four .step-block {
        margin-bottom:16px!important
    }
}

@media (max-width: 767px) {
    .widget-four .step-block {
        margin-bottom:15px!important
    }
}

@media (max-width: 543px) {
    .widget-four .step-block {
        margin-bottom:10px!important
    }
}

.widget-five .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eceff4
}

.widget-five .table thead th {
    border-top: none
}

.widget-six .widget-header {
    padding: 20px 25px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eceff4
}

.widget-six .widget-body .chart {
    padding: 10px 10px 5px 0
}

.widget-six .chart-css-animations {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.widget-seven {
    border-radius: 5px;
    overflow: hidden;
    background-size: cover
}

.widget-seven .widget-body {
    padding: 30px 25px 35px;
    height: 142px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.widget-seven .widget-body .h1,.widget-seven .widget-body .h2,.widget-seven .widget-body .h3,.widget-seven .widget-body .h4,.widget-seven .widget-body .h5,.widget-seven .widget-body .h6,.widget-seven .widget-body h1,.widget-seven .widget-body h2,.widget-seven .widget-body h3,.widget-seven .widget-body h4,.widget-seven .widget-body h5,.widget-seven .widget-body h6 {
    color: inherit;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-seven .widget-body .widget-body-icon {
    display: inline-block;
    font-size: 80px;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    right: -25px;
    opacity: .4
}

.widget-seven .widget-body .widget-body-inner {
    position: relative;
    z-index: 2;
    height: 100%
}

.widget-seven.background-danger,.widget-seven.background-danger .counter-count,.widget-seven.background-danger .counter-icon,.widget-seven.background-danger a,.widget-seven.background-default,.widget-seven.background-default .counter-count,.widget-seven.background-default .counter-icon,.widget-seven.background-default a,.widget-seven.background-info,.widget-seven.background-info .counter-count,.widget-seven.background-info .counter-icon,.widget-seven.background-info a,.widget-seven.background-primary,.widget-seven.background-primary .counter-count,.widget-seven.background-primary .counter-icon,.widget-seven.background-primary a,.widget-seven.background-secondary,.widget-seven.background-secondary .counter-count,.widget-seven.background-secondary .counter-icon,.widget-seven.background-secondary a,.widget-seven.background-success,.widget-seven.background-success .counter-count,.widget-seven.background-success .counter-icon,.widget-seven.background-success a,.widget-seven.background-warning,.widget-seven.background-warning .counter-count,.widget-seven.background-warning .counter-icon,.widget-seven.background-warning a {
    color: #fff
}

.widget-seven h5 {
    display: inline-block;
    padding-bottom: 5px
}

.widget-seven .carousel-item {
    overflow: hidden
}

.widget-seven .counter-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 18px;
    display: inline-block;
    color: #827ca1;
    font-size: 36px
}

.widget-seven .counter-count {
    position: absolute;
    bottom: -15px;
    right: 5px;
    font-size: 42px;
    color: #827ca1
}

.widget-seven .counter-count i {
    position: relative;
    top: -1px;
    margin-right: -4px;
    font-size: 32px
}

.mode-superclean .step-block,.mode-superclean .widget {
    border: none
}

.conversation-block {
    overflow: auto
}

.conversation-block .conversation-item {
    padding: 10px 0
}

.conversation-block .conversation-item:first-child {
    padding-top: 0
}

.conversation-block .conversation-item:last-child {
    padding-bottom: 0
}

.conversation-block .conversation-item .s1 {
    float: left
}

.conversation-block .conversation-item .s1 .avatar {
    width: 50px;
    height: 50px
}

.conversation-block .conversation-item .s2 {
    padding: 10px 15px 1px;
    background: #f2f4f8;
    margin-left: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.conversation-block .conversation-item .s2:after {
    position: absolute;
    top: 22px;
    left: -14px;
    width: 0;
    height: 0;
    display: block;
    content: '';
    border: 7px solid transparent;
    border-right-color: #f2f4f8
}

.conversation-block .conversation-item.you .s1 {
    float: right
}

.conversation-block .conversation-item.you .s2 {
    margin-left: 0;
    margin-right: 70px
}

.conversation-block .conversation-item.you .s2:after {
    left: auto;
    right: -14px;
    border: 7px solid transparent;
    border-left-color: #f2f4f8
}

.user-wall .user-wall-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe4ed
}

.user-wall .user-wall-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.user-wall .user-wall-item .s1 {
    float: left
}

.user-wall .user-wall-item .s1 .avatar {
    width: 50px;
    height: 50px
}

.user-wall .user-wall-item .s2 {
    margin-left: 70px
}

.user-wall .user-wall-item .user-wall-item-head {
    margin-bottom: 10px
}

.user-wall .user-wall-item .user-wall-item-head strong {
    display: block
}

.user-wall .user-wall-comments {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dfe4ed
}

.user-wall .user-wall-comments .user-wall-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.user-wall .user-wall-posting {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfe4ed
}

@media (max-width: 992px) {
    .user-wall .user-wall-item .s1 {
        float:none;
        margin-bottom: 5px
    }

    .user-wall .user-wall-item .s2 {
        margin-left: 0
    }
}

.cui-ecommerce-dashboard-info {
    margin-bottom: 30px
}

.cui-ecommerce-dashboard-info__title {
    font-size: 16px;
    font-weight: 700;
    color: #24222f;
    margin-bottom: 15px;
    margin-top: 10px
}

.cui-ecommerce-dashboard-info__description {
    font-size: 24px
}

.cui-ecommerce-dashboard-info__block .nav-tabs a {
    font-size: 16px;
    font-weight: 700;
    color: #24222f
}

.cui-ecommerce-dashboard-info__chart,.cui-ecommerce-dashboard-info__chart__chart {
    padding-top: 20px;
    margin-bottom: 10px
}

.cui-ecommerce--dashboard--list--img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #eceff4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    text-align: center
}

.cui-ecommerce--dashboard--list--img img {
    max-width: 100%;
    min-height: 100%;
    max-height: 100%
}

.cui-ecommerce--catalog--item {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfe4ed;
    margin-bottom: 35px;
    position: relative;
    background: #fff
}

.cui-ecommerce--catalog--item--status {
    position: absolute;
    top: 0;
    left: 0;
    border-width: 25px;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: #fb434a transparent transparent #fb434a;
    z-index: 10
}

.cui-ecommerce--catalog--item--status--title {
    position: relative;
    top: -6px;
    left: -17px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff!important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700
}

.cui-ecommerce--catalog--item--img {
    position: relative;
    text-align: center;
    height: 250px
}

.cui-ecommerce--catalog--item--img a {
    display: block
}

.cui-ecommerce--catalog--item--img a img {
    min-height: 250px;
    max-height: 250px;
    max-width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cui-ecommerce--catalog--item--img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.cui-ecommerce--catalog--item--title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #dfe4ed;
    padding-top: 15px;
    padding-right: 100px;
    position: relative
}

.cui-ecommerce--catalog--item--title a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cui-ecommerce--catalog--item--descr {
    padding-right: 100px;
    font-style: italic;
    color: #bbb8cb
}

.cui-ecommerce--catalog--item--descr--sizes {
    font-style: normal;
    margin: 15px 0 10px
}

.cui-ecommerce--catalog--item--descr--sizes span {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eceff4;
    line-height: 14px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 3px;
    min-width: 30px;
    text-align: center;
    margin-bottom: 5px
}

.cui-ecommerce--catalog--item--price {
    font-size: 26px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right
}

.cui-ecommerce--catalog--item--price--old {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through
}

.cui-ecommerce--catalog--item--like {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #bbb8cb
}

.cui-ecommerce--catalog--item--like--unliked {
    display: block
}

.cui-ecommerce--catalog--item--like--liked,.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--unliked,.cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--unliked {
    display: none
}

.cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--liked,.cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--liked {
    display: block
}

.cui-ecommerce--catalog--item--like__selected {
    color: #827ca1
}

.cui-ecommerce--catalog--item--img-remove {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 15px
}

.cui-ecommerce--product--descr {
    margin-top: 10px;
    color: #827ca1
}

.cui-ecommerce--product--option {
    margin-bottom: 20px
}

.cui-ecommerce--product--option:last-child {
    margin-bottom: 5px
}

.cui-ecommerce--product--option .cui-ecommerce--catalog--item--descr--sizes {
    margin: 0
}

.cui-ecommerce--product--option_title {
    color: #bbb8cb;
    margin-bottom: 10px
}

.cui-ecommerce--product--price {
    font-size: 31px;
    font-weight: 700;
    margin: 20px 0
}

.cui-ecommerce--product--price-before {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: line-through;
    color: #827ca1;
    position: relative;
    top: -3px;
    font-weight: 400
}

.cui-ecommerce--product--sku {
    float: right;
    color: #bbb8cb;
    text-align: right;
    margin-top: 3px
}

.cui-ecommerce--product--rating {
    margin-top: 5px;
    color: #f2a654
}

.cui-ecommerce--product--controls .btn {
    padding: 15px 40px!important
}

.cui-ecommerce--product--controls .btn-link {
    margin-top: 3px;
    padding: 15px!important
}

.cui-ecommerce--product--photos {
    margin-left: -20px;
    margin-top: -15px
}

.cui-ecommerce--product--photos-item {
    margin-left: 20px;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    text-align: center;
    float: left;
    border: 1px solid #dfe4ed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff
}

.cui-ecommerce--product--photos-item img {
    width: 70px;
    max-width: 100%
}

.cui-ecommerce--product--photos-item__active {
    border-color: #01a8fe
}

.cui-ecommerce--product--main-title {
    margin-top: 20px
}

.cui-ecommerce--product--info {
    margin-top: 40px
}

.cui-ecommerce--cart .content {
    min-height: 100px
}

.cui-ecommerce--cart .content>.body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative
}

.cui-ecommerce--cart .actions {
    padding-top: 30px;
    border-top: 1px solid #dfe4ed
}

.cui-ecommerce--cart table .text-right input[type=text] {
    display: inline-block;
    text-align: center
}

.theme-inverse .cui-ecommerce--cart .actions {
    padding-top: 30px;
    border-color: #38354a!important
}

.theme-inverse .cui-ecommerce--catalog--item--descr--sizes span {
    border-color: #38354a
}

.pricing-table {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0
}

.pricing-table .pricing-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    border: 1px solid #dfe4ed;
    border-left: none;
    padding: 20px;
    background: #fff
}

.pricing-table .pricing-item:first-child {
    border-left: 1px solid #dfe4ed;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.pricing-table .pricing-item:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.pricing-table .pricing-item ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pricing-table .pricing-item .pricing-header {
    padding: 30px 0
}

.pricing-table .pricing-item .pricing-header .pricing-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px
}

.pricing-table .pricing-item .pricing-header .pricing-price {
    font-size: 48px
}

.pricing-table .pricing-item .pricing-header .pricing-price .pricing-currency {
    display: inline-block;
    margin-top: 10px;
    margin-right: -10px;
    font-size: 20px;
    vertical-align: top
}

.pricing-table .pricing-item .pricing-header .pricing-price .pricing-amount {
    font-weight: 600;
    font-size: 56px
}

.pricing-table .pricing-item .pricing-header .pricing-price .pricing-period {
    font-size: 16px
}

.pricing-table .pricing-item .pricing-features li {
    margin-bottom: 10px
}

.pricing-table .pricing-item .pricing-footer {
    padding: 30px 0 40px
}

.pricing-table .pricing-item.pricing-item-featured {
    margin: -40px 0 -40px -1px;
    padding: 60px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-left: 1px solid #dfe4ed
}

.pricing-table .pricing-item.pricing-item-default {
    background: #acb7bf;
    border-color: #acb7bf;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-primary {
    background: #01a8fe;
    border-color: #01a8fe;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-secondary {
    background: #6a7a84;
    border-color: #6a7a84;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-success {
    background: #46be8a;
    border-color: #46be8a;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-warning {
    background: #f39834;
    border-color: #f39834;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-danger {
    background: #fb434a;
    border-color: #fb434a;
    color: #fff
}

.pricing-table .pricing-item.pricing-item-info {
    background: #0190da;
    border-color: #0190da;
    color: #fff
}

@media (max-width: 1199px) {
    .pricing-table {
        display:block;
        padding: 0
    }

    .pricing-table .pricing-item {
        margin-bottom: 20px!important;
        border: 1px solid #dfe4ed;
        -webkit-border-radius: 6px!important;
        border-radius: 6px!important
    }

    .pricing-table .pricing-item.pricing-item-featured {
        margin-top: 0
    }
}

.theme-blue nav.left-menu .logo-container .logo img,.theme-blue nav.top-menu:before {
    display: none
}

.theme-blue.layout-boxed.menu-top nav.left-menu {
    border-left: none;
    border-right: none
}

.theme-blue nav.left-menu {
    background: #0b0222;
    border-right-color: #0b0222
}

.theme-blue nav.left-menu .logo-container {
    background: #13033a!important;
    border-color: transparent
}

.theme-blue nav.left-menu .logo-container .logo img.logo-inverse {
    display: block
}

.theme-blue nav.left-menu .left-menu-inner.scroll-pane.jspScrollable .jspDrag:after {
    background: #514d6a
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link {
    color: #b2bed2
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    color: #827ca1
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #13033a;
    color: #fff
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #eceff4
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link:after {
    border-left-color: #514d6a
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-link:before {
    background: #514d6a!important
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-opened,.theme-blue nav.left-menu .left-menu-list li.left-menu-list-separator,.theme-blue nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
    background: #13033a
}

.theme-blue nav.left-menu .left-menu-list li .left-menu-item {
    color: #fff
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link {
    color: #fff;
    background: #13033a
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link {
    color: #fff!important
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-blue nav.left-menu .left-menu-list li.left-menu-list-disabled>.left-menu-link {
    color: #827ca1!important
}

@media (min-width: 768px) {
    .theme-blue.menu-top nav.left-menu {
        border-bottom:none
    }

    .theme-blue.menu-top nav.left-menu .left-menu-list-root>li:first-child>.left-menu-link {
        border-left: 1px solid #2d2b3b
    }

    .theme-blue.menu-top nav.left-menu .left-menu-list-root>li>.left-menu-link {
        border-bottom: 0!important;
        border-right: 1px solid #2d2b3b
    }

    .theme-blue.menu-top nav.left-menu .left-menu-list-root>li:hover {
        background: #13033a
    }

    .theme-blue.menu-top nav.left-menu .left-menu-list-root li.left-menu-list-submenu .left-menu-link:after {
        border-top-color: #514d6a!important
    }
}

.theme-dark nav.left-menu .logo-container .logo img,.theme-dark nav.top-menu:before {
    display: none
}

.theme-dark.layout-boxed.menu-top nav.left-menu {
    border-left: none;
    border-right: none
}

.theme-dark nav.left-menu {
    background: #38354a;
    border-right-color: #38354a
}

.theme-dark nav.left-menu .logo-container {
    background: #2b2838!important;
    border-color: transparent
}

.theme-dark nav.left-menu .logo-container .logo img.logo-inverse {
    display: block
}

.theme-dark nav.left-menu .left-menu-inner.scroll-pane.jspScrollable .jspDrag:after {
    background: #514d6a
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link {
    color: #d2d9e5
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    color: #827ca1
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #2b2838;
    color: #fff
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #eceff4
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:after {
    border-left-color: #514d6a
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:before {
    background: #514d6a!important
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-item {
    color: #fff
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link {
    color: #fff;
    background: #2b2838
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-opened {
    background: #2b2838
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link {
    color: #fff!important
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-separator {
    background: #514d6a
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-disabled>.left-menu-link {
    color: #827ca1!important
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
    background: #2b2838
}

@media (min-width: 768px) {
    .theme-dark.menu-top nav.left-menu {
        border-bottom:none
    }

    .theme-dark.menu-top nav.left-menu .left-menu-list-root>li:first-child>.left-menu-link {
        border-left: 1px solid #514d6a
    }

    .theme-dark.menu-top nav.left-menu .left-menu-list-root>li>.left-menu-link {
        border-bottom: 0!important;
        border-right: 1px solid #514d6a
    }

    .theme-dark.menu-top nav.left-menu .left-menu-list-root>li:hover {
        background: #2b2838
    }

    .theme-dark.menu-top nav.left-menu .left-menu-list-root li.left-menu-list-submenu .left-menu-link:after {
        border-top-color: #514d6a!important
    }
}

.theme-green nav.left-menu .logo-container,.theme-green nav.top-menu {
    background: #1f5d42!important;
    border-bottom: none
}

.theme-green.layout-boxed.menu-top nav.left-menu,.theme-green.layout-boxed.menu-top nav.top-menu {
    border-left: none;
    border-right: none
}

.theme-green nav.left-menu .logo-container .logo img {
    display: none
}

.theme-green nav.left-menu .logo-container .logo img.logo-inverse {
    display: block
}

.theme-green nav.top-menu {
    color: #fff
}

.theme-green nav.top-menu:before {
    display: none
}

.theme-green nav.top-menu .dropdown.dropdown-avatar .dropdown-toggle:after {
    color: #827ca1
}

.theme-green nav.top-menu .dropdown .dropdown-inline-button,.theme-green nav.top-menu .dropdown.dropdown-avatar .dropdown-toggle:hover:after {
    color: #eceff4
}

.theme-green nav.top-menu .dropdown .dropdown-inline-button .dropdown-inline-button-icon,.theme-green nav.top-menu .dropdown .dropdown-inline-button:after {
    color: #bbb8cb
}

.theme-green nav.top-menu .dropdown .dropdown-inline-button:active,.theme-green nav.top-menu .dropdown .dropdown-inline-button:focus,.theme-green nav.top-menu .dropdown .dropdown-inline-button:hover {
    color: #fff
}

.theme-green nav.top-menu .dropdown .dropdown-inline-button:active .dropdown-inline-button-icon,.theme-green nav.top-menu .dropdown .dropdown-inline-button:active:after,.theme-green nav.top-menu .dropdown .dropdown-inline-button:focus .dropdown-inline-button-icon,.theme-green nav.top-menu .dropdown .dropdown-inline-button:focus:after,.theme-green nav.top-menu .dropdown .dropdown-inline-button:hover .dropdown-inline-button-icon,.theme-green nav.top-menu .dropdown .dropdown-inline-button:hover:after {
    color: #eceff4
}

.theme-green nav.top-menu .dropdown.open .dropdown-inline-button {
    color: #fff
}

.theme-green nav.top-menu .dropdown.open .dropdown-inline-button .dropdown-inline-button-icon {
    color: #eceff4
}

.theme-inverse {
    background: #38354a;
    color: #827ca1
}

.theme-inverse .panel,.theme-inverse .widget {
    background: #2b2838;
    border-color: #38354a
}

.theme-inverse .panel.panel-with-borders>.panel-footer,.theme-inverse .panel.panel-with-borders>.panel-heading {
    border-color: #38354a
}

.theme-inverse .widget .widget-header {
    border-color: #38354a
}

.theme-inverse .page-content {
    background: #38354a
}

.theme-inverse .page-content .ct-label {
    color: #827ca1
}

.theme-inverse .dropdown .dropdown-inline-button:active,.theme-inverse .dropdown .dropdown-inline-button:focus,.theme-inverse .dropdown .dropdown-inline-button:hover,.theme-inverse .h1,.theme-inverse .h2,.theme-inverse .h3,.theme-inverse .h4,.theme-inverse .h5,.theme-inverse .h6,.theme-inverse code,.theme-inverse h1,.theme-inverse h2,.theme-inverse h3,.theme-inverse h4,.theme-inverse h5,.theme-inverse h6 {
    color: #bbb8cb
}

.theme-inverse .page-content .ct-grid {
    stroke: #514d6a
}

.theme-inverse code {
    background: #514d6a
}

.theme-inverse .nav-tabs .nav-item.open .nav-link,.theme-inverse .nav-tabs .nav-item.open .nav-link:focus,.theme-inverse .nav-tabs .nav-item.open .nav-link:hover,.theme-inverse .nav-tabs .nav-link.active,.theme-inverse .nav-tabs .nav-link.active:focus,.theme-inverse .nav-tabs .nav-link.active:hover {
    background: 0 0;
    color: #bbb8cb
}

.theme-inverse .step-block {
    background: #2b2838
}

.theme-inverse .widget-four .step-block {
    border-color: #24222f
}

.theme-inverse .btn.btn-danger-outline,.theme-inverse .btn.btn-default-outline,.theme-inverse .btn.btn-info-outline,.theme-inverse .btn.btn-primary-outline,.theme-inverse .btn.btn-secondary-outline,.theme-inverse .btn.btn-success-outline,.theme-inverse .btn.btn-warning-outline,.theme-inverse .open>.btn.btn-danger-outline,.theme-inverse .open>.btn.btn-default-outline,.theme-inverse .open>.btn.btn-info-outline,.theme-inverse .open>.btn.btn-primary-outline,.theme-inverse .open>.btn.btn-secondary-outline,.theme-inverse .open>.btn.btn-success-outline,.theme-inverse .open>.btn.btn-warning-outline {
    background: 0 0
}

.theme-inverse .conversation-block .conversation-item .s2 {
    background: #38354a
}

.theme-inverse .conversation-block .conversation-item .s2:after {
    border-right-color: #38354a
}

.theme-inverse .btn,.theme-inverse .open>.btn {
    background: 0 0;
    border-color: #38354a
}

.theme-inverse .btn:active,.theme-inverse .btn:focus,.theme-inverse .btn:hover,.theme-inverse .btn:hover:active,.theme-inverse .form-control,.theme-inverse .open>.btn:active,.theme-inverse .open>.btn:focus,.theme-inverse .open>.btn:hover,.theme-inverse .open>.btn:hover:active {
    background: #38354a;
    border-color: #38354a
}

.theme-inverse .form-control {
    color: #827ca1!important
}

.theme-inverse input::-webkit-input-placeholder,.theme-inverse textarea::-webkit-input-placeholder {
    color: #514d6a
}

.theme-inverse.single-page .form-control {
    background: #fff;
    border-color: #fff;
    color: #24222f
}

.theme-inverse .table.table-hover tbody tr:hover,.theme-inverse pre {
    background: #38354a
}

.theme-inverse.single-page input::-webkit-input-placeholder,.theme-inverse.single-page textarea::-webkit-input-placeholder {
    color: #3f3c53
}

.theme-inverse .form-input-icon>i,.theme-inverse .pager li>a,.theme-inverse pre {
    color: #827ca1
}

.theme-inverse .fc-event {
    border: none
}

.theme-inverse .fc-unthemed .fc-divider,.theme-inverse .fc-unthemed .fc-popover,.theme-inverse .fc-unthemed .fc-row,.theme-inverse .fc-unthemed tbody,.theme-inverse .fc-unthemed td,.theme-inverse .fc-unthemed th,.theme-inverse .fc-unthemed thead,.theme-inverse .form-actions,.theme-inverse .input-group-addon,.theme-inverse .table td,.theme-inverse .table th {
    border-color: #38354a
}

.theme-inverse .page-content .jspContainer:hover .jspVerticalBar {
    opacity: .1!important
}

.theme-inverse .input-group-addon {
    background: #38354a;
    color: #827ca1
}

.theme-inverse select {
    background: #38354a!important
}

.theme-inverse .form-control:disabled,.theme-inverse .form-control[readonly] {
    background: #2b2838!important
}

.theme-inverse .pagination .page-link {
    border-color: #38354a;
    background: #38354a
}

.theme-inverse .pagination .page-link:focus,.theme-inverse .pagination .page-link:hover {
    background: #3f3c53;
    border-color: #3f3c53
}

.theme-inverse .pagination .page-item.disabled .page-link {
    background: #2b2838!important;
    border-color: #3f3c53
}

.theme-inverse .pagination .page-item.active .page-link {
    background: #01a8fe;
    border-color: #01a8fe
}

.theme-inverse .pager li>a:focus,.theme-inverse .pager li>a:hover {
    background: #acb7bf;
    color: #fff;
    border-color: #acb7bf
}

.theme-inverse .nav-tabs-horizontal .nav-tabs {
    border-color: #38354a
}

.theme-inverse .nav-tabs-horizontal .nav-tabs .nav-item .nav-link:hover {
    border-color: #514d6a
}

.theme-inverse .steps-inline .step-block {
    background: #38354a
}

.theme-inverse nav.top-menu {
    background: #2b2838;
    border: none!important
}

.theme-inverse.layout-boxed.menu-top nav.menu-left,.theme-inverse.layout-boxed.menu-top nav.top-menu {
    border: none!important
}

.theme-inverse .dropdown-menu {
    background: #2b2838;
    border-color: #3f3c53
}

.theme-inverse .dropdown-menu .dropdown-divider {
    background: #3f3c53
}

.theme-inverse .select2 .select2 .select2-selection--single {
    border-color: #38354a
}

.theme-inverse .select2 .select2-container,.theme-inverse .select2 .select2-selection {
    background: #38354a;
    border-color: #38354a
}

.theme-inverse .select2.select2-container--disabled .select2-selection--multiple,.theme-inverse .select2.select2-container--disabled .select2-selection--single {
    background: #2b2838;
    border-color: #38354a!important
}

.theme-inverse .select2 .select2-selection--single .select2-selection__arrow b {
    border-top-color: #514d6a!important
}

.theme-inverse .select2-dropdown {
    background: #38354a
}

.theme-inverse .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #2b2838;
    border-color: transparent!important
}

.theme-inverse .select2.select2-container--open .select2-selection {
    border-bottom-color: #38354a
}

.theme-inverse .select2-container .select2-results__option--highlighted,.theme-inverse .select2-container .select2-results__option[aria-selected=true],.theme-inverse .select2-container .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background: #2b2838!important;
    color: #827ca1!important
}

.theme-inverse .select2.select2-container--above.select2-container--open .select2-selection {
    border-top-color: transparent!important
}

.theme-inverse .select2 .select2-selection--multiple .select2-selection__choice {
    color: #bbb8cb;
    background: #514d6a;
    border: none
}

.theme-inverse .bootstrap-datetimepicker-widget table .picker-switch,.theme-inverse .bootstrap-datetimepicker-widget table td,.theme-inverse .bootstrap-datetimepicker-widget table th,.theme-inverse .typeahead__container .typeahead__result .typeahead__list .typeahead__item a {
    color: #827ca1
}

.theme-inverse .typeahead__container .typeahead__result .typeahead__list {
    background: #38354a;
    border-top: none
}

.theme-inverse .typeahead__container .typeahead__result .typeahead__list .typeahead__item:hover a {
    background: #2b2838;
    color: #827ca1
}

.theme-inverse .bootstrap-datetimepicker-widget .accordion-toggle span,.theme-inverse .irs .irs-line {
    background: #38354a
}

.theme-inverse .irs .irs-grid-text {
    color: #514d6a
}

.theme-inverse .irs .irs-slider {
    background: #514d6a
}

.theme-inverse .irs .irs-slider.state_hover,.theme-inverse .irs .irs-slider:hover {
    background: #5d5879!important
}

.theme-inverse .irs .irs-max,.theme-inverse .irs .irs-min {
    background: #38354a
}

.theme-inverse .popover {
    border-color: #38354a;
    background: #2b2838
}

.theme-inverse .popover.bs-tether-element-attached-left .popover-arrow,.theme-inverse .popover.bs-tether-element-attached-left .popover-arrow:after,.theme-inverse .popover.left .tooltip-arrow,.theme-inverse .popover.left .tooltip-arrow:after {
    border-right-color: #514d6a!important
}

.theme-inverse .popover.bs-tether-element-attached-right .popover-arrow,.theme-inverse .popover.bs-tether-element-attached-right .popover-arrow:after,.theme-inverse .popover.right .tooltip-arrow,.theme-inverse .popover.right .tooltip-arrow:after {
    border-left-color: #514d6a!important
}

.theme-inverse .popover.bs-tether-element-attached-top .popover-arrow,.theme-inverse .popover.bs-tether-element-attached-top .popover-arrow:after,.theme-inverse .popover.top .tooltip-arrow,.theme-inverse .popover.top .tooltip-arrow:after {
    border-bottom-color: #514d6a!important
}

.theme-inverse .popover.bottom .tooltip-arrow,.theme-inverse .popover.bottom .tooltip-arrow:after,.theme-inverse .popover.bs-tether-element-attached-bottom .popover-arrow,.theme-inverse .popover.bs-tether-element-attached-bottom .popover-arrow:after {
    border-top-color: #514d6a!important
}

.theme-inverse .popover .popover-title {
    background: #514d6a;
    border-bottom: 0
}

.theme-inverse progress,.theme-inverse progress[value]::-webkit-progress-bar {
    background: #38354a
}

.theme-inverse .panel-heading .step-block {
    background: 0 0!important
}

.theme-inverse .pager li>a,.theme-inverse .pager li>span {
    border: none;
    background: #38354a
}

.theme-inverse .pager li>a:hover,.theme-inverse .pager li>span:hover {
    background: #3f3c53
}

.theme-inverse .note-editor {
    border-color: #38354a!important
}

.theme-inverse .note-editor .note-codable {
    outline: 0;
    background: #38354a!important
}

.theme-inverse .note-editor .note-resizebar {
    border-top: 1px solid #38354a!important;
    background: #38354a!important
}

.theme-inverse .note-editor .panel-heading {
    background: #38354a!important;
    border: none
}

.theme-inverse .note-editor.note-frame .note-editing-area .note-editable {
    background: #38354a!important;
    color: #827ca1
}

.theme-inverse .dd-handle,.theme-inverse .dd3-content {
    background: #38354a;
    border: none
}

.theme-inverse .dd-empty,.theme-inverse .dd-placeholder {
    background: #514d6a;
    border-color: #38354a
}

.theme-inverse .example-icons-block li,.theme-inverse .panel.panel-with-sidebar:before {
    background: #38354a
}

.theme-inverse .layout-grid-example .row div {
    background: #38354a;
    border-color: #2b2838
}

.theme-inverse .example-block {
    border-color: #38354a
}

.theme-inverse .example-icons-block li:hover {
    background: #3f3c53
}

.theme-inverse .well {
    border: none;
    background: #38354a
}

.theme-inverse blockquote {
    background: #38354a;
    border-left-color: #514d6a
}

.theme-inverse blockquote.blockquote-right {
    border-right-color: #514d6a
}

.theme-inverse nav.left-menu:before {
    background: #38354a!important;
    border-right-color: #38354a!important
}

.theme-inverse nav.left-menu:after {
    background: #38354a!important;
    border-left-color: #38354a!important
}

.theme-inverse .nav-tabs-vertical .nav-tabs {
    border-right-color: #38354a
}

.theme-inverse .nav-tabs-vertical .nav-tabs .nav-item .nav-link:hover {
    border-right-color: #514d6a
}

.theme-inverse .nav-tabs,.theme-inverse .nav-tabs .nav-item.open .nav-link,.theme-inverse .nav-tabs .nav-item.open .nav-link:focus,.theme-inverse .nav-tabs .nav-item.open .nav-link:hover,.theme-inverse .nav-tabs .nav-link.active,.theme-inverse .nav-tabs .nav-link.active:focus,.theme-inverse .nav-tabs .nav-link.active:hover {
    border-color: #38354a
}

.theme-inverse .table .thead-default th {
    background: #38354a;
    color: #827ca1
}

.theme-inverse .table.table-striped tbody tr:nth-of-type(odd) {
    background: #38354a
}

.theme-inverse table.DTFC_Cloned tr {
    background: #2b2838
}

.theme-inverse .messaging .messaging-list .messaging-list-item {
    border-bottom-color: #38354a
}

.theme-inverse .messaging .messaging-list .messaging-list-item:hover {
    background: #38354a
}

.theme-inverse .messaging .messaging-list .messaging-list-item.current {
    background: #514d6a
}

.theme-inverse .messaging .messaging-search {
    border-bottom: 1px solid #38354a
}

.theme-inverse .top-submenu.top-submenu-with-background,.theme-inverse nav.top-submenu.top-submenu-with-background {
    background: #2b2838;
    border-bottom-color: #2b2838
}

.theme-inverse .drop-cap {
    color: #686288
}

.theme-inverse.layout-boxed.menu-top .boxed-container {
    background: #38354a
}

.theme-inverse.layout-boxed.menu-top.menu-fixed .boxed-container nav.top-menu:before {
    background: #38354a;
    border-right-color: #38354a
}

.theme-inverse.layout-boxed.menu-top.menu-fixed .boxed-container nav.top-menu:after {
    background: #38354a;
    border-left-color: #38354a
}

.theme-inverse #nprogress .spinner {
    background: #38354a;
    border-color: #38354a
}

.theme-inverse .cui-wizard .number,.theme-inverse .cui-wizard--steps--icon {
    background: #38354a
}

.theme-inverse .disabled .cui-wizard--steps--icon,.theme-inverse .disabled .number {
    background: #38354a!important;
    border-color: #38354a!important;
    color: #827ca1!important
}

.theme-inverse .cui-wizard--steps--title {
    color: #827ca1
}

.theme-inverse .cui-wizard .steps ul li.disabled:after,.theme-inverse .cui-wizard .steps ul li.disabled:before {
    background: #38354a!important
}

.theme-inverse .cui-wizard .actions li a,.theme-inverse .cui-wizard .actions li.disabled a {
    background-color: #2b2838!important;
    border: 1px solid #38354a!important;
    color: #827ca1!important
}

.theme-inverse .cui-wizard .actions li a:hover,.theme-inverse .cui-wizard .actions li.disabled a:hover {
    background-color: #38354a!important
}

.theme-inverse .cui-wizard .actions li.disabled a {
    opacity: .65
}

.theme-inverse .cui-wizard .actions li.disabled a:hover {
    background-color: #2b2838!important
}

.theme-orange.layout-boxed.menu-top nav.left-menu {
    border-left: none
}

.theme-orange nav.left-menu .jspDrag {
    opacity: .3
}

.theme-orange nav.left-menu .jspDrag:after {
    background: #bbb8cb
}

.theme-orange nav.left-menu .logo-container {
    background: #fcb062!important
}

.theme-orange nav.left-menu .logo-container .logo img {
    display: none
}

.theme-orange nav.left-menu .logo-container .logo img.logo-inverse {
    display: block
}

.theme-orange nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    color: #bbb8cb
}

.theme-orange nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #fed;
    color: #514d6a
}

.theme-orange nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #24222f
}

.theme-orange nav.left-menu .left-menu-list li .left-menu-link:after {
    border-left-color: #dfe4ed
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link {
    color: #fff;
    background: #fcb062!important
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link .left-menu-link-icon {
    color: #fff!important
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-opened {
    background: #fcb062!important
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link {
    color: #fff!important;
    background: #fcb062!important
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-orange nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list,.theme-orange nav.top-menu {
    background: #fed
}

.theme-orange nav.top-menu:before {
    display: none
}

.theme-red.layout-boxed.menu-top nav.left-menu {
    border-left: none
}

.theme-red nav.left-menu .jspDrag {
    opacity: .3
}

.theme-red nav.left-menu .jspDrag:after {
    background: #bbb8cb
}

.theme-red nav.left-menu .logo-container {
    background: #d26464!important
}

.theme-red nav.left-menu .logo-container .logo img {
    display: none
}

.theme-red nav.left-menu .logo-container .logo img.logo-inverse {
    display: block
}

.theme-red nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    color: #bbb8cb
}

.theme-red nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #fff;
    color: #514d6a
}

.theme-red nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #24222f
}

.theme-red nav.left-menu .left-menu-list li .left-menu-link:after {
    border-left-color: #dfe4ed
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link {
    color: #fff;
    background: #d26464!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-active>.left-menu-link .left-menu-link-icon {
    color: #fff!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-opened {
    background: #d26464!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link {
    color: #fff!important;
    background: #d26464!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link:hover {
    background: #d26464!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-opened>.left-menu-link .left-menu-link-icon {
    color: #eceff4!important
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-item,.theme-red nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list .left-menu-link {
    color: #fff
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
    background: #d26464
}

.theme-red nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list .left-menu-link:hover {
    background: #dd8c8c!important
}

.theme-red nav.top-menu:before {
    display: none
}

.bootstrap-select .btn-default {
    color: #514d6a!important;
    background-color: #fff;
    border-color: #eceff4
}

.bootstrap-select .btn-default:hover {
    border-color: #dfe4ed;
    background: #fff!important
}

.bootstrap-select .btn-default:active,.bootstrap-select .btn-default:focus,.bootstrap-select.open .btn-default {
    border-color: #08f!important;
    background: #fff!important;
    color: #514d6a!important
}

.bootstrap-select .dropdown-menu li a {
    padding: 5px 15px;
    outline: 0;
    display: block
}

.bootstrap-select .dropdown-menu li.hidden {
    display: none
}

.bootstrap-select .dropdown-menu li.no-results {
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eceff4
}

.bootstrap-select .filter-option {
    text-overflow: ellipsis
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}

.theme-inverse .bootstrap-select .btn-default {
    color: #bbb8cb!important;
    background-color: #514d6a;
    border-color: #514d6a
}

.theme-inverse .bootstrap-select .btn-default:active,.theme-inverse .bootstrap-select .btn-default:focus,.theme-inverse .bootstrap-select .btn-default:hover,.theme-inverse .bootstrap-select.open .btn-default {
    color: #bbb8cb!important;
    background-color: #514d6a!important;
    border-color: #514d6a!important
}

.theme-inverse .bootstrap-select .dropdown-menu li.no-results {
    background: #514d6a;
    color: #bbb8cb!important
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    min-width: 5em;
    padding: 8px 10px;
    background: #514d6a;
    color: #fff;
    text-align: center;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.chartist-tooltip:before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: #514d6a transparent transparent;
    border-width: 7px;
    margin-left: -8px
}

.chartist-tooltip.hide {
    display: block;
    opacity: 0;
    visibility: hidden
}

body nav.left-menu .chartist-theme-dark {
    background: 0 0
}

body nav.left-menu .ct-grid {
    stroke: #dfe4ed
}

body nav.left-menu .ct-label {
    color: #dfe4ed
}

body.theme-blue nav.left-menu .ct-label,body.theme-dark nav.left-menu .ct-label,nav.left-menu .ct-label {
    color: #514d6a
}

body.theme-blue nav.left-menu .ct-grid,body.theme-dark nav.left-menu .ct-grid {
    stroke: #53494b
}

body.menu-iconbar:not(.menu-top) nav.left-menu .example-left-menu-chart {
    width: 159px;
    overflow: hidden
}

body.menu-iconbar:not(.menu-top) nav.left-menu .example-left-menu-chart svg {
    width: 159px!important
}

.chartist .ct-series.ct-series-a .ct-bar,.chartist .ct-series.ct-series-a .ct-line,.chartist .ct-series.ct-series-a .ct-point,.chartist .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01a8fe
}

.chartist .ct-series.ct-series-a .ct-area,.chartist .ct-series.ct-series-a .ct-slice-pie {
    fill: #01a8fe
}

.chartist .ct-series.ct-series-b .ct-bar,.chartist .ct-series.ct-series-b .ct-line,.chartist .ct-series.ct-series-b .ct-point,.chartist .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7dd3ae
}

.chartist .ct-series.ct-series-b .ct-area,.chartist .ct-series.ct-series-b .ct-slice-pie {
    fill: #7dd3ae
}

.chartist .ct-series.ct-series-c .ct-bar,.chartist .ct-series.ct-series-c .ct-line,.chartist .ct-series.ct-series-c .ct-point,.chartist .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ff0
}

.chartist .ct-series.ct-series-c .ct-area,.chartist .ct-series.ct-series-c .ct-slice-pie {
    fill: #ff0
}

.chartist .ct-series.ct-series-d .ct-bar,.chartist .ct-series.ct-series-d .ct-line,.chartist .ct-series.ct-series-d .ct-point,.chartist .ct-series.ct-series-d .ct-slice-donut {
    stroke: #926dde
}

.chartist .ct-series.ct-series-d .ct-area,.chartist .ct-series.ct-series-d .ct-slice-pie {
    fill: #926dde
}

.chartist .ct-series.ct-series-e .ct-bar,.chartist .ct-series.ct-series-e .ct-line,.chartist .ct-series.ct-series-e .ct-point,.chartist .ct-series.ct-series-e .ct-slice-donut {
    stroke: #46be8a
}

.chartist .ct-series.ct-series-e .ct-area,.chartist .ct-series.ct-series-e .ct-slice-pie {
    fill: #46be8a
}

.chartist .ct-series.ct-series-f .ct-bar,.chartist .ct-series.ct-series-f .ct-line,.chartist .ct-series.ct-series-f .ct-point,.chartist .ct-series.ct-series-f .ct-slice-donut {
    stroke: #fb434a
}

.chartist .ct-series.ct-series-f .ct-area,.chartist .ct-series.ct-series-f .ct-slice-pie {
    fill: #fb434a
}

.chartist .ct-series.ct-series-g .ct-bar,.chartist .ct-series.ct-series-g .ct-line,.chartist .ct-series.ct-series-g .ct-point,.chartist .ct-series.ct-series-g .ct-slice-donut {
    stroke: #9daaf3
}

.chartist .ct-series.ct-series-g .ct-area,.chartist .ct-series.ct-series-g .ct-slice-pie {
    fill: #9daaf3
}

.chartist .ct-series.ct-series-h .ct-bar,.chartist .ct-series.ct-series-h .ct-line,.chartist .ct-series.ct-series-h .ct-point,.chartist .ct-series.ct-series-h .ct-slice-donut {
    stroke: #83b944
}

.chartist .ct-series.ct-series-h .ct-area,.chartist .ct-series.ct-series-h .ct-slice-pie {
    fill: #83b944
}

.chartist .ct-series.ct-series-i .ct-bar,.chartist .ct-series.ct-series-i .ct-line,.chartist .ct-series.ct-series-i .ct-point,.chartist .ct-series.ct-series-i .ct-slice-donut {
    stroke: #f6be80
}

.chartist .ct-series.ct-series-i .ct-area,.chartist .ct-series.ct-series-i .ct-slice-pie {
    fill: #f6be80
}

.chartist .ct-series.ct-series-j .ct-bar,.chartist .ct-series.ct-series-j .ct-line,.chartist .ct-series.ct-series-j .ct-point,.chartist .ct-series.ct-series-j .ct-slice-donut {
    stroke: #9ae1e9
}

.chartist .ct-series.ct-series-j .ct-area,.chartist .ct-series.ct-series-j .ct-slice-pie {
    fill: #9ae1e9
}

.chartist .ct-series.ct-series-k .ct-bar,.chartist .ct-series.ct-series-k .ct-line,.chartist .ct-series.ct-series-k .ct-point,.chartist .ct-series.ct-series-k .ct-slice-donut {
    stroke: #3aa99e
}

.chartist .ct-series.ct-series-k .ct-area,.chartist .ct-series.ct-series-k .ct-slice-pie {
    fill: #3aa99e
}

.chartist .ct-series.ct-series-l .ct-bar,.chartist .ct-series.ct-series-l .ct-line,.chartist .ct-series.ct-series-l .ct-point,.chartist .ct-series.ct-series-l .ct-slice-donut {
    stroke: #a17768
}

.chartist .ct-series.ct-series-l .ct-area,.chartist .ct-series.ct-series-l .ct-slice-pie {
    fill: #a17768
}

.chartist .ct-series.ct-series-m .ct-bar,.chartist .ct-series.ct-series-m .ct-line,.chartist .ct-series.ct-series-m .ct-point,.chartist .ct-series.ct-series-m .ct-slice-donut {
    stroke: #bdbdbd
}

.chartist .ct-series.ct-series-m .ct-area,.chartist .ct-series.ct-series-m .ct-slice-pie {
    fill: #bdbdbd
}

.chartist .ct-series.ct-series-n .ct-bar,.chartist .ct-series.ct-series-n .ct-line,.chartist .ct-series.ct-series-n .ct-point,.chartist .ct-series.ct-series-n .ct-slice-donut {
    stroke: #76838f
}

.chartist .ct-series.ct-series-n .ct-area,.chartist .ct-series.ct-series-n .ct-slice-pie {
    fill: #76838f
}

.chartist-theme-dark {
    background: #38354a
}

.chartist-animated .ct-label {
    fill: #94878a;
    color: #94878a;
    font-size: .75rem;
    line-height: 1
}

.chartist-animated .ct-chart-bar .ct-label,.chartist-animated .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.chartist-animated .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.chartist-animated .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.chartist-animated .ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.chartist-animated .ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.chartist-animated .ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.chartist-animated .ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.chartist-animated .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.chartist-animated .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.chartist-animated .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.chartist-animated .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.chartist-animated .ct-grid {
    stroke: #53494b;
    stroke-width: 1px;
    stroke-dasharray: 3px
}

.chartist-animated .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.chartist-animated .ct-line {
    fill: none;
    stroke-width: 4px
}

.chartist-animated .ct-area {
    stroke: none;
    fill-opacity: .1
}

.chartist-animated .ct-bar {
    fill: none;
    stroke-width: 10px
}

.chartist-animated .ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.chartist-animated .ct-series-a .ct-bar,.chartist-animated .ct-series-a .ct-line,.chartist-animated .ct-series-a .ct-point,.chartist-animated .ct-series-a .ct-slice-donut {
    stroke: #01a8fe
}

.chartist-animated .ct-series-a .ct-area,.chartist-animated .ct-series-a .ct-slice-pie {
    fill: #01a8fe
}

.chartist-animated .ct-series-b .ct-bar,.chartist-animated .ct-series-b .ct-line,.chartist-animated .ct-series-b .ct-point,.chartist-animated .ct-series-b .ct-slice-donut {
    stroke: #f05b4f
}

.chartist-animated .ct-series-b .ct-area,.chartist-animated .ct-series-b .ct-slice-pie {
    fill: #f05b4f
}

.chartist-animated .ct-series-c .ct-bar,.chartist-animated .ct-series-c .ct-line,.chartist-animated .ct-series-c .ct-point,.chartist-animated .ct-series-c .ct-slice-donut {
    stroke: #f4c63d
}

.chartist-animated .ct-series-c .ct-area,.chartist-animated .ct-series-c .ct-slice-pie {
    fill: #f4c63d
}

.chartist-animated .ct-series-d .ct-bar,.chartist-animated .ct-series-d .ct-line,.chartist-animated .ct-series-d .ct-point,.chartist-animated .ct-series-d .ct-slice-donut {
    stroke: #d17905
}

.chartist-animated .ct-series-d .ct-area,.chartist-animated .ct-series-d .ct-slice-pie {
    fill: #d17905
}

.chartist-animated .ct-series-e .ct-bar,.chartist-animated .ct-series-e .ct-line,.chartist-animated .ct-series-e .ct-point,.chartist-animated .ct-series-e .ct-slice-donut {
    stroke: #453d3f
}

.chartist-animated .ct-series-e .ct-area,.chartist-animated .ct-series-e .ct-slice-pie {
    fill: #453d3f
}

.chartist-animated .ct-series-f .ct-bar,.chartist-animated .ct-series-f .ct-line,.chartist-animated .ct-series-f .ct-point,.chartist-animated .ct-series-f .ct-slice-donut {
    stroke: #59922b
}

.chartist-animated .ct-series-f .ct-area,.chartist-animated .ct-series-f .ct-slice-pie {
    fill: #59922b
}

.chartist-animated .ct-series-g .ct-bar,.chartist-animated .ct-series-g .ct-line,.chartist-animated .ct-series-g .ct-point,.chartist-animated .ct-series-g .ct-slice-donut {
    stroke: #0544d3
}

.chartist-animated .ct-series-g .ct-area,.chartist-animated .ct-series-g .ct-slice-pie {
    fill: #0544d3
}

.chartist-animated .ct-series-h .ct-bar,.chartist-animated .ct-series-h .ct-line,.chartist-animated .ct-series-h .ct-point,.chartist-animated .ct-series-h .ct-slice-donut {
    stroke: #6b0392
}

.chartist-animated .ct-series-h .ct-area,.chartist-animated .ct-series-h .ct-slice-pie {
    fill: #6b0392
}

.chartist-animated .ct-series-i .ct-bar,.chartist-animated .ct-series-i .ct-line,.chartist-animated .ct-series-i .ct-point,.chartist-animated .ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.chartist-animated .ct-series-i .ct-area,.chartist-animated .ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.chartist-animated .ct-series-j .ct-bar,.chartist-animated .ct-series-j .ct-line,.chartist-animated .ct-series-j .ct-point,.chartist-animated .ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.chartist-animated .ct-series-j .ct-area,.chartist-animated .ct-series-j .ct-slice-pie {
    fill: #dda458
}

.chartist-animated .ct-series-k .ct-bar,.chartist-animated .ct-series-k .ct-line,.chartist-animated .ct-series-k .ct-point,.chartist-animated .ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.chartist-animated .ct-series-k .ct-area,.chartist-animated .ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.chartist-animated .ct-series-l .ct-bar,.chartist-animated .ct-series-l .ct-line,.chartist-animated .ct-series-l .ct-point,.chartist-animated .ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.chartist-animated .ct-series-l .ct-area,.chartist-animated .ct-series-l .ct-slice-pie {
    fill: #86797d
}

.chartist-animated .ct-series-m .ct-bar,.chartist-animated .ct-series-m .ct-line,.chartist-animated .ct-series-m .ct-point,.chartist-animated .ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.chartist-animated .ct-series-m .ct-area,.chartist-animated .ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.chartist-animated .ct-series-n .ct-bar,.chartist-animated .ct-series-n .ct-line,.chartist-animated .ct-series-n .ct-point,.chartist-animated .ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.chartist-animated .ct-series-n .ct-area,.chartist-animated .ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.chartist-animated .ct-series-o .ct-bar,.chartist-animated .ct-series-o .ct-line,.chartist-animated .ct-series-o .ct-point,.chartist-animated .ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.chartist-animated .ct-series-o .ct-area,.chartist-animated .ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.chartist-animated .ct-series-a .ct-point {
    stroke-width: 10px;
    stroke-linecap: square
}

.chartist-animated .ct-series-a .ct-line {
    fill: none;
    stroke-width: 4px;
    stroke-dasharray: 5px;
    -webkit-animation: dashoffset 1s linear infinite;
    -o-animation: dashoffset 1s linear infinite;
    animation: dashoffset 1s linear infinite
}

.chartist-animated .ct-series-b .ct-point {
    -webkit-animation: bouncing-stroke .5s ease infinite;
    -o-animation: bouncing-stroke .5s ease infinite;
    animation: bouncing-stroke .5s ease infinite
}

.chartist-animated .ct-series-b .ct-line {
    fill: none;
    stroke-width: 3px
}

.chartist-animated .ct-series-c .ct-point {
    -webkit-animation: exploding-stroke 1s ease-out infinite;
    -o-animation: exploding-stroke 1s ease-out infinite;
    animation: exploding-stroke 1s ease-out infinite
}

.chartist-animated .ct-series-c .ct-line {
    fill: none;
    stroke-width: 2px;
    stroke-dasharray: 40px 3px
}

@-webkit-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -20px
    }
}

@-o-keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -20px
    }
}

@keyframes dashoffset {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -20px
    }
}

@-webkit-keyframes bouncing-stroke {
    0%,100% {
        stroke-width: 5px
    }

    50% {
        stroke-width: 10px
    }
}

@-o-keyframes bouncing-stroke {
    0%,100% {
        stroke-width: 5px
    }

    50% {
        stroke-width: 10px
    }
}

@keyframes bouncing-stroke {
    0%,100% {
        stroke-width: 5px
    }

    50% {
        stroke-width: 10px
    }
}

@-webkit-keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1
    }

    100% {
        stroke-width: 20px;
        opacity: 0
    }
}

@-o-keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1
    }

    100% {
        stroke-width: 20px;
        opacity: 0
    }
}

@keyframes exploding-stroke {
    0% {
        stroke-width: 2px;
        opacity: 1
    }

    100% {
        stroke-width: 20px;
        opacity: 0
    }
}

table.DTFC_Cloned tr {
    background-color: #fff;
    margin-bottom: 0
}

div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table {
    border-bottom: none!important;
    margin-bottom: 0!important;
    background-color: #fff
}

div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0!important
}

div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
    display: none
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th {
    border-top: none
}

div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0!important;
    background-color: #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 13px;
    left: 6px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: '+';
    background-color: #acb7bf
}

table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child.dataTables_empty:before {
    display: none
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #acb7bf;
    line-height: 14px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 12px
}

table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: '+';
    background-color: #acb7bf
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #acb7bf
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: 0 0!important
}

table.dataTable>tbody>tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

table.dataTable .child li {
    white-space: normal
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_info {
        margin-bottom:10px
    }
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before {
    bottom: .7em
}

.editable-table td {
    outline: 0!important
}

.editable-table input:focus,.editable-table+input {
    border: 1px solid #01a8fe!important;
    outline: 0!important;
    outline-offset: 0!important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.editable-table.table-inverse input:focus,.editable-table.table-inverse+input {
    border-color: #eceff4!important;
    border-bottom: none!important
}

.bootstrap-datetimepicker-widget {
    max-width: 19em
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: 0 0;
    color: #01a8fe!important
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.next,.bootstrap-datetimepicker-widget table thead tr:first-child th.prev {
    color: #eceff4
}

.bootstrap-datetimepicker-widget table td {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.bootstrap-datetimepicker-widget table td span.active {
    background: #01a8fe!important
}

.bootstrap-datetimepicker-widget table td span:hover {
    background-color: #acb7bf;
    color: #fff
}

.bootstrap-datetimepicker-widget table td span.timepicker-hour,.bootstrap-datetimepicker-widget table td span.timepicker-minute {
    color: #514d6a;
    background: 0 0!important
}

.bootstrap-datetimepicker-widget table td.minute:hover {
    background-color: #eceff4
}

.bootstrap-datetimepicker-widget table th {
    width: 32px;
    height: 28px;
    line-height: 28px
}

.bootstrap-datetimepicker-widget table th.dow {
    font-weight: 600
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 165px
}

.bootstrap-datetimepicker-widget table td.day {
    width: 32px;
    height: 28px;
    line-height: 28px
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background: #acb7bf;
    color: #fff
}

.bootstrap-datetimepicker-widget table td.day.new {
    color: #bbb8cb
}

.bootstrap-datetimepicker-widget table td.day.new:hover {
    color: #fff!important
}

.bootstrap-datetimepicker-widget table table td.active:hover.active,.bootstrap-datetimepicker-widget table table td.active:hover:active:hover,.bootstrap-datetimepicker-widget table td.active.active,.bootstrap-datetimepicker-widget table td.active:active:hover {
    background-color: #01a8fe;
    color: #fff!important
}

.bootstrap-datetimepicker-widget .timepicker-hours td:hover,.bootstrap-datetimepicker-widget .timepicker-minutes td:hover {
    background: #acb7bf!important;
    color: #fff
}

.bootstrap-datetimepicker-widget a[data-action].btn {
    padding: 0;
    background: 0 0;
    color: #514d6a;
    border: none!important
}

.bootstrap-datetimepicker-widget a[data-action].btn:hover {
    color: #fff;
    background: #acb7bf
}

.bootstrap-datetimepicker-widget a[data-action].btn:hover span {
    background: 0 0!important
}

.bootstrap-datetimepicker-widget .accordion-toggle span {
    color: #514d6a;
    background: #eceff4
}

.bootstrap-datetimepicker-widget .accordion-toggle span:hover {
    color: #fff;
    background-color: #01a8fe
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before {
    display: none
}

.fc-unthemed {
    position: relative;
    z-index: 50
}

.fc-unthemed * {
    outline: 0!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.fc-unthemed .fc-axis {
    padding: 0 15px
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
    border-color: #dfe4ed
}

.fc-unthemed th {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px
}

.fc-unthemed .jspVerticalBar {
    z-index: 10
}

.fc-unthemed .fc-toolbar {
    margin-bottom: 0
}

.fc-unthemed .fc-toolbar h1,.fc-unthemed .fc-toolbar h2,.fc-unthemed .fc-toolbar h3,.fc-unthemed .fc-toolbar h4,.fc-unthemed .fc-toolbar h5,.fc-unthemed .fc-toolbar h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px
}

.fc-unthemed .fc-toolbar .fc-center,.fc-unthemed .fc-toolbar .fc-left,.fc-unthemed .fc-toolbar .fc-right {
    margin-bottom: 10px
}

.fc-unthemed .fc-toolbar .fc-center {
    padding: 0 20px
}

.fc-unthemed .fc-state-default {
    background: #acb7bf;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 10px 10px;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    text-shadow: none;
    line-height: 18px;
    color: #fff
}

.fc-unthemed .fc-state-default:hover {
    background: #c9d0d5
}

.fc-unthemed .fc-state-active {
    background-color: #01a8fe!important;
    color: #fff!important;
    text-shadow: none
}

.fc-unthemed .fc-unthemed .fc-today {
    background-color: #fff6da
}

.fc-unthemed .fc-highlight {
    background-color: #a0dfff;
    border: 1px solid #01a8fe
}

.fc-unthemed .fc-widget-content,.fc-unthemed .fc-widget-header {
    margin-right: 0!important
}

.fc-unthemed .fc-scroller.jspScrollable {
    overflow: hidden!important
}

.fc-unthemed .fc-ltr .fc-time-grid .fc-event-container {
    margin: 0
}

.fc-unthemed .fc-time-grid-event .fc-time {
    font-size: 1rem
}

.fc-unthemed .fc-day-grid-event .fc-time {
    font-weight: 600
}

.fc-unthemed .fc-event {
    background-color: #01a8fe;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 8px;
    margin: 1px 2px 0
}

.fc-unthemed .fc-event.event-clicked {
    opacity: .7;
    z-index: 30!important
}

.fc-unthemed .fc-event.fc-event-success {
    background-color: #46be8a
}

.fc-unthemed .fc-event.fc-event-secondary {
    background-color: #6a7a84
}

.fc-unthemed .fc-event.fc-event-danger {
    background-color: #fb434a
}

.fc-unthemed .fc-event.fc-event-warning {
    background-color: #f39834
}

.fc-unthemed .fc-event.fc-event-info {
    background-color: #0190da
}

.fc-unthemed .fc-event.fc-event-default {
    background-color: #acb7bf
}

.fc-unthemed a.fc-more {
    font-size: 1rem;
    text-decoration: none
}

.fc-unthemed .fc-time-grid-event {
    padding: 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.fc-unthemed hr.fc-divider {
    padding: 0
}

.fc-popover,.fc-unthemed .fc-popover {
    width: 250px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    border: none
}

.fc-popover .fc-header,.fc-unthemed .fc-popover .fc-header {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: #01a8fe;
    padding: 6px 10px 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem
}

.fc-popover .fc-header .fc-title,.fc-unthemed .fc-popover .fc-header .fc-title {
    margin: 0
}

.fc-popover .fc-header .fc-close,.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #fff;
    font-size: .875rem
}

.fc-popover .fc-body,.fc-unthemed .fc-popover .fc-body {
    background: #fbfcfd;
    border: 1px solid #dfe4ed;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.fc-popover .fc-event-container,.fc-unthemed .fc-popover .fc-event-container {
    padding: 10px 12px
}

.fc-popover .fc-h-event,.fc-unthemed .fc-popover .fc-h-event {
    padding-left: 7px!important;
    margin-left: 2px!important
}

.fc-popover .text-center .btn,.fc-unthemed .fc-popover .text-center .btn {
    margin: 0 4px
}

.fc-popover.click {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 50;
    margin-left: -120px;
    margin-top: 8px;
    font-size: .9375rem
}

.fc-popover.click .fc-header {
    position: relative;
    padding-right: 30px
}

.fc-popover.click .fc-header:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #01a8fe
}

.fc-popover.click .fc-header .cl {
    border: none;
    background: 0 0;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px
}

.fc-popover.click .fc-body {
    padding: 12px
}

.fc-popover.click .fc-body p {
    margin: 0 0 1em
}

.fc-popover.click .fc-body .actions {
    margin: 0 -12px 0 0
}

.fc-popover.click .fc-body .actions li {
    float: left;
    margin: 0 12px 0 0
}

.fc-popover.click .fc-body .actions li:last-child {
    margin-right: 0
}

.fc-popover.click .fc-body>.btn {
    margin: 0 10px 0 0
}

.fc-popover.click .fc-body .form-control {
    font-size: .875rem
}

.fc-popover.click .fc-body.edit-event,.fc-popover.click .fc-body.remove-confirm {
    display: none
}

.irs {
    height: 55px
}

.irs .irs-with-grid {
    height: 75px
}

.irs .irs-line {
    height: 10px;
    top: 33px;
    background: #eceff4;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.irs .irs-bar,.irs .irs-bar-edge {
    background: #01a8fe;
    height: 10px;
    top: 33px
}

.irs .irs-line-left,.irs .irs-line-mid,.irs .irs-line-right {
    height: 10px
}

.irs .irs-bar-edge {
    width: 14px;
    -webkit-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px
}

.irs .irs-shadow {
    height: 10px;
    top: 33px;
    background: #514d6a;
    opacity: .3;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.irs .lt-ie9 .irs-shadow {
    filter: alpha(opacity=30)
}

.irs .irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    background: #fff;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2),0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.2),0 3px 1px rgba(0,0,0,.1);
    cursor: pointer
}

.irs .irs-slider.state_hover,.irs .irs-slider:hover {
    background: #fff
}

.irs .irs-max,.irs .irs-min {
    color: #827ca1;
    font-size: .875rem;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: #e1e4e9;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.irs .lt-ie9 .irs-max,.irs .lt-ie9 .irs-min {
    background: #eceff4
}

.irs .irs-from,.irs .irs-single,.irs .irs-to {
    color: #fff;
    font-size: .875rem;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #00a8ff;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.irs .lt-ie9 .irs-from,.irs .lt-ie9 .irs-single,.irs .lt-ie9 .irs-to {
    background: #dfe4ed
}

.irs .irs-grid-pol,.irs .irs-grid-pol.small {
    background: #d0d3d8
}

.irs .irs-grid {
    height: 27px;
    bottom: -15px
}

.irs .irs-grid-pol {
    opacity: .5
}

.irs .irs-grid-text {
    bottom: 3px;
    color: #99a4ac;
    font-size: .75rem
}

.jspScrollable {
    outline: 0
}

.jspScrollable:hover .jspHorizontalBar,.jspScrollable:hover .jspVerticalBar {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.jspScrollable .jspVerticalBar {
    background: 0 0;
    width: 3px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.jspScrollable .jspHorizontalBar {
    background: 0 0;
    height: 4px;
    opacity: 0;
    bottom: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.jspScrollable .jspHorizontalBar .jspDrag:after {
    background: #dfe4ed;
    top: 0;
    bottom: 0
}

.jspScrollable .jspPane {
    width: 100%!important
}

.jspScrollable .jspCap {
    display: none
}

.jspScrollable .jspTrack {
    left: -1px!important;
    background: 0 0;
    position: relative;
    width: 2px
}

.jspScrollable .jspDrag {
    background: 0 0;
    position: relative;
    top: 0;
    left: -1px;
    width: 5px;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jspScrollable .jspDrag:after {
    display: block;
    content: '';
    background: #dfe4ed;
    position: absolute;
    width: 100%;
    top: 4px;
    bottom: 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.cui-wizard .number,.cui-wizard--steps--icon {
    border: 3px solid #01a8fe;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    color: #01a8fe;
    font-size: 24px;
    background: #fff
}

.cui-wizard--steps--title {
    display: block
}

.cui-wizard>.content {
    min-height: 150px;
    margin: 0 0 15px;
    background: 0 0
}

.cui-wizard>.content>.body {
    background: 0 0;
    padding: 25px 0
}

.cui-wizard .steps ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cui-wizard .steps ul li {
    -webkit-box-flex: 200;
    -webkit-flex-grow: 200;
    -moz-box-flex: 200;
    -ms-flex-positive: 200;
    flex-grow: 200;
    margin-bottom: 10px;
    float: none;
    width: auto;
    position: relative
}

.cui-wizard .steps ul li a {
    background: 0 0!important;
    margin: 0!important;
    text-align: center;
    color: #24222f!important;
    line-height: 30px;
    position: relative;
    z-index: 2
}

.cui-wizard .steps ul li a .number {
    display: none
}

.cui-wizard .steps ul li:after,.cui-wizard .steps ul li:before {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    top: 36px;
    right: 0;
    height: 3px;
    background: #01a8fe;
    z-index: 1
}

.cui-wizard .steps ul li:after {
    right: auto;
    left: 0
}

.cui-wizard .steps ul li:first-child:after,.cui-wizard .steps ul li:last-child:before {
    display: none
}

.cui-wizard .steps ul li.disabled:after,.cui-wizard .steps ul li.disabled:before {
    background: #dfe4ed
}

.cui-wizard .steps ul li.disabled .cui-wizard--steps--icon,.cui-wizard .steps ul li.disabled .number {
    border-color: #dfe4ed;
    background: #dfe4ed;
    color: #fff
}

.cui-wizard .steps ul li.disabled a {
    color: #bbb8cb!important
}

@media (max-width: 991px) {
    .cui-wizard .steps ul {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cui-wizard .actions {
    text-align: center
}

.cui-wizard .actions li {
    margin-left: 0!important
}

.cui-wizard .actions li a {
    background-color: #acb7bf;
    border-color: #acb7bf;
    min-width: 120px;
    text-align: center
}

.cui-wizard .actions li a:active,.cui-wizard .actions li a:hover {
    background-color: #bdc6cc;
    border-color: #bdc6cc
}

.cui-wizard .actions li.disabled a {
    background-color: #acb7bf!important;
    border-color: #acb7bf!important;
    color: #fff!important;
    cursor: not-allowed;
    opacity: .65
}

.cui-wizard__numbers .number {
    padding-left: 3px
}

.cui-wizard__numbers .steps ul li a .number {
    display: inline-block!important
}

.cui-wizard .content>.body input {
    border-color: #dfe4ed
}

.cui-wizard .content>.body input:focus {
    border-color: #01a8fe
}

.theme-inverse .cui-wizard .content>.body input {
    border-color: #38354a!important
}

.theme-inverse .cui-wizard .content>.body input:focus {
    border-color: #01a8fe!important
}

.dd,.dd-list {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative
}

.dd,.dd-item>button,.dd-list {
    position: relative
}

.dd,.dd-dragel,.dd-dragel li,.dd-list {
    list-style: none
}

.dd-handle,.dd3-content {
    text-decoration: none;
    border: 1px solid #dfe4ed
}

.dd-item>button,.dd3-handle {
    white-space: nowrap;
    overflow: hidden
}

.dd-item>button,.dd3-handle:before {
    font-family: FontAwesome;
    text-align: center
}

.dd button {
    outline: 0
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-empty,.dd-item,.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 30px;
    line-height: 30px
}

.dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 5px 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: move
}

.dd-handle:hover {
    color: #fff;
    background: #01a8fe;
    border-color: #01a8fe
}

.dd3-handle,.dd3-item>button.hover {
    color: #514d6a
}

.dd-item>button {
    display: block;
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    border: 0;
    background: 0 0;
    line-height: 33px;
    font-size: 11px
}

.dd-item>button:before {
    content: "\f067";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
    content: "\f068"
}

.dd-empty,.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2f4f8;
    border: 1px dashed #bbb8cb;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dd-empty {
    border: 1px dashed #eceff4;
    min-height: 100px;
    background-color: #fff
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    opacity: .8
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-item>button {
    display: none
}

.dd-dragel .dd-handle {
    line-height: 20px;
    min-height: 30px;
    padding: 5px 10px
}

.dd3-content {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}

.dd3-item>button {
    margin-left: 30px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    border: 1px solid #dfe4ed;
    background: #eceff4;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.dd3-handle:before {
    content: "\f0c9";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    text-indent: 0;
    font-size: 14px;
    line-height: 40px
}

.dd3-handle:hover {
    background: #01a8fe
}

.dd3-handle:hover+.dd3-content {
    border-color: #01a8fe
}

#nprogress .bar {
    height: 3px;
    background: #01a8fe
}

#nprogress .spinner {
    width: 140px;
    padding: 8px 15px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfe4ed;
    right: auto;
    left: 50%;
    top: 20px;
    margin-left: -73px
}

#nprogress .spinner:after {
    content: "Loading...";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 48px
}

#nprogress .spinner-icon {
    border-top-color: #01a8fe;
    border-left-color: #01a8fe
}

body.menu-top #nprogress .bar {
    height: 4px
}

.select2-container,.select2.select2-container {
    width: auto!important;
    display: block
}

.select2-container,.select2-container * {
    outline: 0!important
}

.select2 .select2-selection--single {
    height: 39px;
    border-color: #dfe4ed
}

.select2 .select2-selection--single .select2-selection__arrow {
    height: 39px;
    right: 7px
}

.select2 .select2-selection--single .select2-selection__arrow b {
    border-top-color: #d2d9e5!important
}

.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    color: #514d6a;
    padding-left: 16px
}

.select2 .select2-selection--multiple {
    min-height: 39px;
    border-color: #dfe4ed
}

.select2 .select2-selection--multiple .select2-selection__choice {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    color: #514d6a;
    background: #dfe4ed;
    border-color: #dfe4ed
}

.select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
    color: #bbb8cb
}

.select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    color: #827ca1
}

.select2 .select2-selection--multiple .select2-search__field {
    line-height: 27px;
    margin-left: 6px
}

.select2.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #d2d9e5!important
}

.select2.select2-container--disabled .select2-selection--multiple,.select2.select2-container--disabled .select2-selection--single {
    background: #f2f4f8;
    border-color: #dfe4ed!important
}

.select2.select2-container--focus .select2-selection {
    border-color: #01a8fe
}

.select2.select2-container--open .select2-selection {
    border-color: #01a8fe #01a8fe #dfe4ed
}

.select2.select2-container--above.select2-container--open .select2-selection {
    border-top-color: #dfe4ed;
    border-bottom-color: #01a8fe
}

.select2-dropdown {
    border-color: #01a8fe
}

.select2-container {
    z-index: 50
}

.select2-container .select2-search__field {
    border-color: #dfe4ed!important;
    padding: 6px 11px
}

.select2-container .select2-results__option[aria-selected=true] {
    background-color: #f2f4f8!important
}

.select2-container .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background: #dfe4ed!important;
    color: #514d6a
}

.select2-container .select2-results__option--highlighted {
    background: #dfe4ed!important;
    color: #514d6a!important
}

.select2-container .select2-results__option {
    padding: 6px 16px
}

.select2-container .select2-results__group {
    padding: 6px 9px;
    font-weight: 600
}

.note-popover {
    display: none;
    margin-top: 5px
}

.note-editor {
    border-color: #dfe4ed!important
}

.note-editor .note-codable {
    outline: 0;
    background: #2b2838!important
}

.note-editor .note-resizebar {
    border-top: 1px solid #dfe4ed!important;
    background: #fff!important;
    padding: 2px 0 3px!important;
    height: 12px!important;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.note-editor .panel-heading {
    padding: 0 5px
}

.note-editor .note-btn-group .dropdown-menu,.note-editor .note-btn-group .dropdown-menu blockquote {
    padding: 5px 10px
}

.note-editor .note-popover .popover-content .note-color .dropdown-menu,.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 355px
}

.note-editor .note-popover .popover-content .note-para .dropdown-menu,.note-editor .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 230px
}

.note-editor .note-popover .popover-content .dropdown-menu,.note-editor .panel-heading.note-toolbar .note-fontname .dropdown-menu {
    min-width: 140px
}

.note-editor .note-color-reset {
    margin-left: 0!important;
    margin-right: 0!important;
    -webkit-border-radius: 1px!important;
    border-radius: 1px!important;
    background: #acb7bf!important;
    color: #fff!important
}

.note-editor .dropdown-toggle {
    padding-right: 4px
}

.note-editor .dropdown-toggle:after {
    display: none
}

.note-editor .note-recent-color {
    color: #acb7bf
}

.note-editor .note-toolbar {
    padding: 5px 10px 10px;
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #dfe4ed
}

.note-editor div.panel-heading {
    padding: 5px 10px 10px!important;
    margin-left: 0!important;
    height: auto!important
}

.note-editor div.panel-body {
    margin-left: 0!important
}