body, html {
    height: 100%
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    overflow-x: hidden
}

body .page-container, body > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    height: 100%
}

body .page-container .page, body > .container .page {
    width: 1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body .page-container .page > .header, body > .container .page > .header {
    background: #fff
}

body .page-container .page > .header.header-with-addon + .content, body > .container .page > .header.header-with-addon + .content {
    margin-top: 0
}

body .page-container .page > .header > .title, body > .container .page > .header > .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #dee0e1;
    position: relative;
    background: #fff
}

body .page-container .page > .header > .title h3, body > .container .page > .header > .title h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 19px
}

body .page-container .page > .header > .title > .controls, body > .container .page > .header > .title > .controls {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body .page-container .page > .header > .title > .controls > .breadcrumb + .btn, body > .container .page > .header > .title > .controls > .breadcrumb + .btn {
    margin-left: 10px
}

body .page-container .page > .header > .title > .controls > .btn + .btn, body > .container .page > .header > .title > .controls > .btn + .btn {
    margin-left: 10px
}

body .page-container .page > .header > .title-and-subtitle, body > .container .page > .header > .title-and-subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #dee0e1;
    position: relative;
    background: #fff
}

body .page-container .page > .header > .title-and-subtitle .title-block .main-title, body > .container .page > .header > .title-and-subtitle .title-block .main-title {
    margin: 0;
    margin-top: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px
}

body .page-container .page > .header > .title-and-subtitle .title-block .sub-title, body > .container .page > .header > .title-and-subtitle .title-block .sub-title {
    margin-top: 3px;
    color: #858585
}

body .page-container .page > .header > .title-and-subtitle .controls, body > .container .page > .header > .title-and-subtitle .controls {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body .page-container .page > .header > .title-and-subtitle .controls > .breadcrumb + .btn, body > .container .page > .header > .title-and-subtitle .controls > .breadcrumb + .btn {
    margin-left: 10px
}

body .page-container .page > .header > .title-and-subtitle .controls > .btn + .btn, body > .container .page > .header > .title-and-subtitle .controls > .btn + .btn {
    margin-left: 10px
}

body .page-container .page > .header > .addon, body > .container .page > .header > .addon {
    min-height: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee0e1;
    font-weight: 400
}

body .page-container .page > .header > .addon > .addon-block > .page-header-text, body > .container .page > .header > .addon > .addon-block > .page-header-text {
    color: #8998c3;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 1px
}

body .page-container .page > .header > .addon > .addon-block > .page-header-text .icon, body > .container .page > .header > .addon > .addon-block > .page-header-text .icon {
    font-size: 16px;
    color: #b0bad7;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px
}

body .page-container .page > .header > .addon > .addon-actions, body > .container .page > .header > .addon > .addon-actions {
    text-align: right
}

body .page-container .page > .header > .addon > .addon-actions > .btn + .btn, body > .container .page > .header > .addon > .addon-actions > .btn + .btn {
    margin-left: 10px
}

body .page-container .page > .content, body > .container .page > .content {
    margin-top: -60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f4f4f4;
}

body .page-container .page > .content > .body, body > .container .page > .content > .body {
    margin-top: 60px;
    padding-top: 0
}

body .page-container .page > .content > .body > .container-fluid, body .page-container .page > .content > .body > .nav-body-wrapper > .container-fluid, body > .container .page > .content > .body > .container-fluid, body > .container .page > .content > .body > .nav-body-wrapper > .container-fluid {
    height: 100%;
    padding: 30px !important
}

body .page-container .page > .content > .body > .container-fluid h4:first-child, body .page-container .page > .content > .body > .nav-body-wrapper > .container-fluid h4:first-child, body > .container .page > .content > .body > .container-fluid h4:first-child, body > .container .page > .content > .body > .nav-body-wrapper > .container-fluid h4:first-child {
    margin-top: 0
}

body .page-container .page > .content > .body .nav-body-wrapper > .container-fluid, body > .container .page > .content > .body .nav-body-wrapper > .container-fluid {
    padding: 0
}

body.content-solid-bg .page-container .page > .content {
    background: rgba(0, 0, 0, .04)
}

body.content-solid-bg .page-container .page > .content > .body > .nav-body-wrapper {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px
}

body.content-solid-bg .page-container .page > .content > .body > .nav-body-wrapper > .container-fluid {
    padding: 30px;
    margin-left: -15px;
    margin-right: -15px
}

body.page-loading > .navbar {
    opacity: 0
}

body.page-loading .page-container, body.page-loading > .container {
    opacity: 0
}

body.page-header-fixed .page-container .page > .header, body.page-header-fixed > .container .page > .header {
    position: fixed;
    top: 60px;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    z-index: 2
}

body.page-header-fixed .page-container .page > .content > .body, body.page-header-fixed > .container .page > .content > .body {
    padding-top: 60px
}

.jspScrollable .jspVerticalBar {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.jspScrollable:hover .jspVerticalBar {
    opacity: 1
}

.jspScrollable {
    outline: 0
}

.jspDrag {
    background: #d1d1d1;
    -webkit-border-radius: 0;
    border-radius: 0
}

.dropdown-toggle::after {
    display: block;
    content: "\f110";
    border: none;
    font-family: LineAwesome;
    font-size: 11px;
    height: 12px;
    width: 10px;
    margin-left: 11px;
    padding: 0;
    margin-right: 0;
    position: relative;
    top: 1px;
    float: right;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.open > .dropdown-toggle::after, .show > .dropdown-toggle::after {
    margin-top: 3px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.btn-group .dropdown-menu.dropdown-menu-icons {
    min-width: 208px
}

.btn-group .dropdown-menu.dropdown-menu-icons .dropdown-divider {
    display: block;
    margin: 0
}

.btn-group .dropdown-menu.dropdown-menu-icons .dropdown-item {
    position: relative;
    border-bottom: none;
    color: #333;
    font-weight: 400;
    padding-left: 25px
}

.btn-group .dropdown-menu.dropdown-menu-icons .dropdown-item span {
    font-size: 18px;
    color: #25628f;
    display: inline-block;
    width: 16px;
    margin-right: 12px;
    position: relative;
    top: 2px
}

.btn-group .dropdown-menu.dropdown-menu-icons .dropdown-item:hover {
    background-color: rgba(57, 81, 155, .05)
}

.btn-group .dropdown-menu.dropdown-menu-sortable {
    min-width: 208px
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-divider {
    display: block;
    margin: 0
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-item {
    position: relative;
    border-bottom: none;
    color: #333;
    font-weight: 400;
    padding-left: 25px
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-item.dropdown-item-checked ::after {
    font-family: LineAwesome;
    content: "\f17b";
    font-size: 14px;
    color: #25628f;
    position: absolute;
    right: 12px;
    top: 9px
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-item:hover {
    background-color: rgba(57, 81, 155, .05)
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-item input {
    display: none
}

.btn-group .dropdown-menu.dropdown-menu-sortable .dropdown-item span.sort-by-text {
    color: rgba(74, 104, 171, .8)
}

.editor > .editor-body .form-control {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    resize: none;
    min-height: 77px
}

.editor > .editor-footer {
    background-color: rgba(57, 81, 155, .05);
    border: 1px solid #c4cbe1;
    border-top: none;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 10px 15px
}

.editor > .editor-footer:after {
    content: "";
    display: table;
    clear: both
}

.editor > .editor-footer > .controls .btn {
    margin-right: 10px
}

.editor > .editor-footer > .controls .btn:last-child {
    margin-right: 0
}

.editor > .editor-footer > .controls .btn .icon {
    padding: 11px 13px
}

.loadingoverlay .loadingoverlay_fontawesome {
    font-size: 30px
}

.loadingoverlay > div {
    color: #858585
}

.dropdown.open .btn-link {
    color: #25628f
}

.dropdown .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border: solid 1px #c4cbe1;
    margin: 4px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden
}

.dropdown .dropdown-menu .dropdown-item {
    color: #474747;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #c4cbe1
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ebeef5;
    color: #333
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.dropdown .dropdown-menu .dropdown-item .icon {
    font-size: 16px;
    display: inline-block;
    margin-left: 4px
}

.dropdown .dropdown-menu .dropdown-divider {
    display: none
}

.dropdown .dropdown-menu.simple {
    min-width: 208px
}

.dropdown .dropdown-menu.simple .dropdown-item {
    position: relative;
    border-bottom: none;
    color: #25628f;
    font-weight: 400;
    padding-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px
}

.dropdown .dropdown-menu.simple .dropdown-item > .icon {
    font-size: 16px;
    line-height: 16px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px
}

.dropdown .dropdown-menu.simple .dropdown-item > .text {
    line-height: 13px
}

.btn {
    padding: 5px 15px;
    height: 30px
}

.btn[data-block-toggle] {
    position: fixed;
    right: -999999px
}

[data-block-toggle] {
    position: fixed;
    right: -999999px
}

@media screen and (max-width: 850px) {
    .title .controls .breadcrumb {
        display: none
    }

    .btn.header-addon-block-toggle {
        position: static
    }

    body .page-container .page > .header > .addon, body > .container .page > .header > .addon {
        background: #fff;
        position: fixed;
        top: -99999px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 30px;
        width: 100%
    }

    body .page-container .page > .header > .addon > .addon-block.btn-group > .btn, body > .container .page > .header > .addon > .addon-block.btn-group > .btn {
        padding: 0 18px
    }

    body .page-container .page > .header > .addon > .addon-block + .addon-block, body > .container .page > .header > .addon > .addon-block + .addon-block {
        margin-top: 15px
    }

    body .page-container .page > .header > .addon.open, body > .container .page > .header > .addon.open {
        top: 120px
    }

    body .page-container .page > .header.header-with-addon + .content > .body, body > .container .page > .header.header-with-addon + .content > .body {
        padding-top: 0
    }
}

@media screen and (max-width: 500px) {
    body .page-container .page > .header > .addon > .addon-block > .page-header-text, body > .container .page > .header > .addon > .addon-block > .page-header-text {
        text-align: center
    }

    body .page-container .page > .header > .addon > .addon-block.btn-group > .btn, body > .container .page > .header > .addon > .addon-block.btn-group > .btn {
        padding: 0 18px
    }

    body .page-container .page > .header > .addon > .addon-block.addon-actions, body > .container .page > .header > .addon > .addon-block.addon-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .page-container .page > .header > .addon > .addon-block.addon-actions .btn, body > .container .page > .header > .addon > .addon-block.addon-actions .btn {
        margin: 0;
        margin-top: 10px
    }

    body .page-container .page > .content > .body, body > .container .page > .content > .body {
        padding-left: 0;
        padding-right: 0
    }
}

body.sidebar-compact .page-container .page > .header, body.sidebar-compact > .container .page > .header {
    width: -webkit-calc(100% - 71px);
    width: calc(100% - 71px)
}

body.sidebar-none .page-container .page > .header, body.sidebar-none > .container .page > .header {
    width: 100%
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-sections) > .navbar > .navbar-brand, body.sidebar-empty > .navbar > .navbar-brand, body.sidebar-none > .navbar > .navbar-brand {
    width: auto
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-sections) > .navbar > .navbar-brand > .sidebar-mobile-toggle, body.sidebar-compact:not(.sidebar-default):not(.sidebar-sections) > .navbar > .navbar-brand > .sidebar-toggle, body.sidebar-empty > .navbar > .navbar-brand > .sidebar-mobile-toggle, body.sidebar-empty > .navbar > .navbar-brand > .sidebar-toggle, body.sidebar-none > .navbar > .navbar-brand > .sidebar-mobile-toggle, body.sidebar-none > .navbar > .navbar-brand > .sidebar-toggle {
    display: none
}

body.sidebar-iconbar > .navbar > .navbar-brand > .sidebar-toggle {
    display: none
}

body.sidebar-iconbar .page-container .page > .header, body.sidebar-iconbar > .container .page > .header {
    width: -webkit-calc(100% - 129px);
    width: calc(100% - 129px)
}

body.sidebar-iconbar_compact > .navbar > .navbar-brand > .sidebar-toggle {
    display: none
}

body.sidebar-iconbar_compact .page-container .page > .header, body.sidebar-iconbar_compact > .container .page > .header {
    width: -webkit-calc(100% - 149px);
    width: calc(100% - 149px)
}

body.sidebar-collapsed .page-container .page > .header, body.sidebar-collapsed > .container .page > .header, body.sidebar-empty .page-container .page > .header, body.sidebar-empty > .container .page > .header {
    width: 100%
}

body.sidebar-empty .page-container .page > .header, body.sidebar-empty > .container .page > .header {
    top: 110px
}

.content-nav {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    background: #fff
}

.content-nav > .nav {
    width: 300px;
    min-width: 300px;
    background: #fff;
    padding-top: 10px
}

.content-nav > .nav.fixed {
    height: 100%;
    position: fixed;
    top: 120px
}

.content-nav > .nav.fixed + .nav-body {
    margin-left: 300px
}

.content-nav > .nav > .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-nav > .nav .separator {
    font-size: 11px;
    color: #858585;
    margin: 20px 30px 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-nav > .nav .scroll-wrapper > .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-nav > .nav-body {
    background: #f4f4f4;
    border-left: 1px solid #dee0e1;
    width: 1px;
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.content-nav > .nav-body > h1:first-of-type, .content-nav > .nav-body > h2:first-of-type, .content-nav > .nav-body > h3:first-of-type, .content-nav > .nav-body > h4:first-of-type, .content-nav > .nav-body > h5:first-of-type, .content-nav > .nav-body > h6:first-of-type {
    margin-top: 0
}

.nav .scroll-wrapper > .nav, .nav > .nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav .scroll-wrapper > .nav .nav-item, .nav > .nav .nav-item {
    display: block
}

.nav .scroll-wrapper > .nav .nav-item .nav-link, .nav .scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item, .nav > .nav .nav-item .nav-link, .nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 11px 30px;
    font-size: 13px;
    color: #333;
    position: relative;
    font-weight: 400
}

.nav .scroll-wrapper > .nav .nav-item .nav-link:not(.disabled):not(.active):hover, .nav .scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(.disabled):not(.active):hover, .nav > .nav .nav-item .nav-link:not(.disabled):not(.active):hover, .nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(.disabled):not(.active):hover {
    text-decoration: none;
    background-color: rgba(57, 81, 155, .06)
}

.nav .scroll-wrapper > .nav .nav-item .nav-link.disabled, .nav .scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item.disabled, .nav > .nav .nav-item .nav-link.disabled, .nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item.disabled {
    color: #858585
}

.nav .scroll-wrapper > .nav .nav-item .nav-link, .nav > .nav .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav .scroll-wrapper > .nav .nav-item .nav-link .custom-control, .nav > .nav .nav-item .nav-link .custom-control {
    margin: 0
}

.nav .scroll-wrapper > .nav .nav-item.dropdown, .nav .scroll-wrapper > .nav .nav-item.show, .nav > .nav .nav-item.dropdown, .nav > .nav .nav-item.show {
    position: static
}

.nav .scroll-wrapper > .nav .nav-item.dropdown .dropdown-toggle, .nav .scroll-wrapper > .nav .nav-item.show .dropdown-toggle, .nav > .nav .nav-item.dropdown .dropdown-toggle, .nav > .nav .nav-item.show .dropdown-toggle {
    padding-right: 35px
}

.nav .scroll-wrapper > .nav .nav-item.dropdown .dropdown-toggle:after, .nav .scroll-wrapper > .nav .nav-item.show .dropdown-toggle:after, .nav > .nav .nav-item.dropdown .dropdown-toggle:after, .nav > .nav .nav-item.show .dropdown-toggle:after {
    color: rgba(58, 82, 155, .5);
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px)
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link, .nav .scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link, .nav .scroll-wrapper > .nav .nav-item.show.active > .nav-link, .nav .scroll-wrapper > .nav .nav-item.show.show > .nav-link, .nav > .nav .nav-item.dropdown.active > .nav-link, .nav > .nav .nav-item.dropdown.show > .nav-link, .nav > .nav .nav-item.show.active > .nav-link, .nav > .nav .nav-item.show.show > .nav-link {
    background-color: #ebeef5
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link:hover, .nav .scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link:hover, .nav .scroll-wrapper > .nav .nav-item.show.active > .nav-link:hover, .nav .scroll-wrapper > .nav .nav-item.show.show > .nav-link:hover, .nav > .nav .nav-item.dropdown.active > .nav-link:hover, .nav > .nav .nav-item.dropdown.show > .nav-link:hover, .nav > .nav .nav-item.show.active > .nav-link:hover, .nav > .nav .nav-item.show.show > .nav-link:hover {
    background-color: #ebeef5
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link::before, .nav .scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link::before, .nav .scroll-wrapper > .nav .nav-item.show.active > .nav-link::before, .nav .scroll-wrapper > .nav .nav-item.show.show > .nav-link::before, .nav > .nav .nav-item.dropdown.active > .nav-link::before, .nav > .nav .nav-item.dropdown.show > .nav-link::before, .nav > .nav .nav-item.show.active > .nav-link::before, .nav > .nav .nav-item.show.show > .nav-link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(57, 81, 155, .1)
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu, .nav .scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu, .nav .scroll-wrapper > .nav .nav-item.show.active .dropdown-menu, .nav .scroll-wrapper > .nav .nav-item.show.show .dropdown-menu, .nav > .nav .nav-item.dropdown.active .dropdown-menu, .nav > .nav .nav-item.dropdown.show .dropdown-menu, .nav > .nav .nav-item.show.active .dropdown-menu, .nav > .nav .nav-item.show.show .dropdown-menu {
    position: static;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item, .nav .scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item, .nav .scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item, .nav .scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item, .nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item, .nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item, .nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item, .nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item {
    height: auto;
    min-height: 0;
    padding-left: 50px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active, .nav .scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active, .nav .scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active, .nav .scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active, .nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active, .nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active, .nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active, .nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active {
    background-color: rgba(57, 81, 155, .06)
}

.nav .scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active:before, .nav .scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active:before, .nav .scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active:before, .nav .scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active:before, .nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active:before, .nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active:before, .nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active:before, .nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active:before {
    display: none
}

.menu {
    background: #fff
}

.menu > .nav {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(57, 80, 155, .2)
}

.menu > .nav.nav-stacked {
    width: 263px;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu > .nav > .nav-item {
    cursor: pointer;
    margin: 0
}

.menu > .nav > .nav-item > .nav-link {
    color: #333
}

.menu > .nav > .nav-item > .nav-link.active {
    background: #fff
}

.menu > .nav > .nav-item > .nav-link.active::before, .menu > .nav > .nav-item > .nav-link.active:hover::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    top: -1px;
    width: 4px;
    display: block;
    background: #42a5f5;
    z-index: 1
}

.menu > .nav > .nav-item > .nav-link.active:hover {
    color: #333
}

.menu > .nav > .nav-item > .nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    top: -1px;
    width: 4px;
    display: block;
    z-index: 1;
    background: #d3edfc
}

.menu > .nav > .nav-item:first-child > .nav-link:before {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px
}

.menu > .nav > .nav-item:last-child > .nav-link:before {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.avatar > img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.offline:after, .online:after {
    content: '';
    width: 11px;
    height: 11px;
    border: solid 2px #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.online:after {
    background-color: #4caf50
}

.offline:after {
    background-color: #ccc
}

table {
    border-spacing: 0
}

.editor > .form-control {
    resize: none;
    height: 80px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.editor > .actions {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border: solid 1px rgba(57, 81, 155, .3);
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.editor > .actions > .btn {
    margin-right: 10px
}

.editor > .actions > .btn:last-child {
    margin-right: 0
}

.mobile-overlay.open {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.navigation {
    background: #fff
}

.navigation.browse {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 249px;
    min-width: 249px;
    border-right: 1px solid rgba(57, 81, 155, .2)
}

.navigation.browse .wrapper {
    height: 100%
}

.navigation.browse .wrapper > .separator {
    font-size: 11px;
    color: rgba(51, 51, 51, .6);
    margin: 0 30px 15px 30px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation.browse .wrapper > .separator:first-child {
    padding-top: 25px
}

.navigation.browse .wrapper > .separator > .add > .control {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    line-height: 14px
}

.navigation.browse .wrapper > .separator > .add > .control > .icon {
    font-size: 14px;
    line-height: 14px
}

.navigation.browse .wrapper > .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 35px
}

.navigation.browse .wrapper > .menu .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 30px;
    font-size: 13px;
    color: #333;
    position: relative
}

.navigation.browse .wrapper > .menu .menu-item:hover {
    text-decoration: none;
    background-color: rgba(57, 81, 155, .06)
}

.navigation.browse .wrapper > .menu .menu-item > .text > .icon {
    color: #25628f;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px
}

.navigation.browse .wrapper > .menu .menu-item.active {
    background: #ebeef5
}

.navigation.browse .wrapper > .menu .menu-item.active > .text {
    color: #333;
    font-weight: 500
}

.navigation.browse .wrapper > .menu .menu-item.active::before {
    content: '';
    width: 4px;
    height: 100%;
    background: #d7dceb;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.navigation.browse .wrapper > .menu .menu-item > .badge-pill {
    margin: 0;
    padding: 0 6px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 18px;
    line-height: 10px;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation.browse .wrapper > .menu .menu-item > .circle {
    margin: 0
}

.navigation.browse .wrapper > .menu .menu-item > .circle:before {
    margin: 0
}

.navigation.browse .wrapper > .menu .label-create {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(57, 81, 155, .2);
    border-bottom: 1px solid rgba(57, 81, 155, .2);
    padding: 0 30px;
    height: 38px
}

.navigation.browse .wrapper > .menu .label-create > .form-control {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0
}

.navigation.browse .wrapper > .menu .label-create > .label-picker > .badge {
    border: 1px solid rgba(57, 81, 155, .2);
    padding: 3px 5px 5px 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.navigation.browse .wrapper > .menu .label-create > .label-picker > .badge:before {
    margin: 0
}

.navigation.browse .wrapper > .menu .label-create > .label-picker.open > .dropdown-menu {
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding: 20px 20px 10px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments-section {
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    position: relative
}

.comments-section:before {
    left: -1px;
    top: -12px;
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 14px;
    border-color: transparent transparent transparent #c4cbe1
}

.comments-section:after {
    left: 0;
    top: -10px;
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 13px;
    border-color: transparent transparent transparent #fff
}

.comments-section.no-arrow::after, .comments-section.no-arrow::before {
    display: none
}

.comments-section > .comment {
    margin-bottom: 15px
}

.comments-section > .comment:last-child {
    margin-bottom: 0
}

.comments-section > .comment > .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.comments-section > .comment > .body > .avatar {
    margin-right: 12px;
    width: 36px;
    height: 36px
}

.comments-section > .comment > .body > .comment-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.comments-section > .comment > .body > .comment-box > .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

.comments-section > .comment > .body > .comment-box > .name > a {
    color: #333;
    font-size: 13px;
    font-weight: 500
}

.comments-section > .comment > .body > .comment-box > .name > .time {
    font-size: 10px;
    text-transform: uppercase;
    color: #858585
}

.comments-section > .comment > .body > .comment-box > .message {
    font-size: 12px;
    margin-bottom: 3px
}

.comments-section > .comment > .body > .comment-box > .message > .reply-to {
    color: #333;
    font-weight: 500
}

.comments-section > .comment > .body > .comment-box > .controls > .control {
    color: #42a5f5;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px
}

.comments-section > .comment > .body > .comment-box > .controls > .control:last-child {
    margin-right: 0
}

.comments-section > .comment > .replies {
    margin-left: 48px;
    margin-top: 15px
}

.comments-section > .comment > .replies > .reply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-bottom: 15px
}

.comments-section > .comment > .replies > .reply:last-child {
    margin-bottom: 0
}

.comments-section > .comment > .replies > .reply > .avatar {
    margin-right: 12px;
    width: 36px;
    height: 36px
}

.comments-section > .comment > .replies > .reply > .reply-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.comments-section > .comment > .replies > .reply > .reply-box > .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

.comments-section > .comment > .replies > .reply > .reply-box > .name > a {
    color: #333;
    font-size: 13px;
    font-weight: 500
}

.comments-section > .comment > .replies > .reply > .reply-box > .name > .time {
    font-size: 10px;
    text-transform: uppercase;
    color: #858585
}

.comments-section > .comment > .replies > .reply > .reply-box > .message {
    font-size: 12px;
    margin-bottom: 3px
}

.comments-section > .comment > .replies > .reply > .reply-box > .message > .reply-to {
    color: #333;
    font-weight: 500
}

.comments-section > .comment > .replies > .reply > .reply-box > .controls > .control {
    color: #42a5f5;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px
}

.comments-section > .comment > .replies > .reply > .reply-box > .controls > .control:last-child {
    margin-right: 0
}

.comments-section > .new-comment > .form-control {
    resize: none
}

.collapse-block {
    margin-bottom: 20px
}

.collapse-block > .dropdown {
    display: block;
    margin-bottom: 20px
}

.collapse-block > .dropdown > .dropdown-toggle {
    font-weight: 500;
    cursor: pointer;
    display: block
}

.settings-slide-block {
    position: fixed;
    top: 60px;
    left: -295px;
    width: 295px;
    height: 100%;
    background: #fff;
    border-right: solid 1px rgba(57, 81, 155, .2);
    z-index: 2;
    -webkit-transition: right .4s ease;
    transition: left .4s ease;
    padding: 30px
}

.settings-slide-block.open {
    left: 0
}

.settings-slide-block > .settings-slide-control {
    cursor: pointer;
    position: absolute;
    font-size: 21px;
    padding: 8px 10px;
    top: 30%;
    background: #fff;
    border: solid 1px rgba(57, 81, 155, .2);
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    right: -42px;
    border-left: none
}

.settings-slide-block > .settings-slide-control > .icon {
    color: #333
}

.settings-slide-block > .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.settings-slide-block > .header > .text {
    font-size: 14px;
    font-weight: 500
}

.settings-slide-block > .header > .settings-slide-close-control {
    cursor: pointer
}

.settings-slide-block > .header > .settings-slide-close-control > .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: rgba(58, 82, 155, .6)
}

.settings-slide-block > .header > .settings-slide-close-control > .icon:hover {
    color: rgba(58, 82, 155, .8)
}

.settings-slide-block > .themes-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.settings-slide-block > .themes-list > .theme {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    position: relative;
    margin-right: 10px
}

.settings-slide-block > .themes-list > .theme.active {
    text-align: center
}

.settings-slide-block > .themes-list > .theme.active::before {
    display: inline-block;
    content: "\f17b";
    font-family: LineAwesome;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -3px;
    padding-top: 9px
}

.settings-slide-block > .themes-list > .theme::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.settings-slide-block > .themes-list > .theme.primary {
    background: #25628f
}

.settings-slide-block > .themes-list > .theme.primary::after {
    background: #42a5f5
}

.settings-slide-block > .themes-list > .theme.dark-primary {
    background: #2a3356
}

.settings-slide-block > .themes-list > .theme.dark-primary::after {
    background: #f35b25
}

.settings-slide-block > .themes-list > .theme.info {
    background: #42a5f5
}

.settings-slide-block > .themes-list > .theme.info::after {
    background: #25628f
}

.settings-slide-block > .themes-list > .theme.blink-pink-san-marino {
    background: #f85f73
}

.settings-slide-block > .themes-list > .theme.blink-pink-san-marino::after {
    background: #4159b8
}

.settings-slide-block > .themes-list > .theme.bermuda-gray-malachite {
    background: #718ca1
}

.settings-slide-block > .themes-list > .theme.bermuda-gray-malachite::after {
    background: #1ec318
}

.settings-slide-block > .themes-list > .theme.royal-blue-orchid {
    background: #6251da
}

.settings-slide-block > .themes-list > .theme.royal-blue-orchid::after {
    background: #d149d0
}

.settings-slide-block > .themes-list > .theme.ebony-clay-cerise-red {
    background: #222831
}

.settings-slide-block > .themes-list > .theme.ebony-clay-cerise-red::after {
    background: #e23e57
}

.settings-slide-block > .themes-list > .theme.international-klein-blue-dixie {
    background: #0139b0
}

.settings-slide-block > .themes-list > .theme.international-klein-blue-dixie::after {
    background: #e69616
}

.settings-slide-block > .themes-list > .theme.jungle-green-chambray {
    background: #27ae61
}

.settings-slide-block > .themes-list > .theme.jungle-green-chambray::after {
    background: #25628f
}

.settings-slide-block > .themes-list > .theme.voodoo-medium-purple {
    background: #4a304d
}

.settings-slide-block > .themes-list > .theme.voodoo-medium-purple::after {
    background: #9043d8
}

.settings-slide-block > .themes-list > .theme.cornflower-blue-ecstasy {
    background: #4c6ef5
}

.settings-slide-block > .themes-list > .theme.cornflower-blue-ecstasy::after {
    background: #fd7e14
}

.settings-slide-block > .themes-list > .theme.purple-mandy {
    background: #7950f2
}

.settings-slide-block > .themes-list > .theme.purple-mandy::after {
    background: #e64980
}

.settings-slide-block > .themes-list > .theme.oslo-gray-royal-blue {
    background: #868e96
}

.settings-slide-block > .themes-list > .theme.oslo-gray-royal-blue::after {
    background: #4160de
}

.settings-slide-block > .themes-list > .theme.astronaut-blue-persian-green {
    background: #00405d
}

.settings-slide-block > .themes-list > .theme.astronaut-blue-persian-green::after {
    background: #02a388
}

.settings-slide-block > .themes-list > .theme.old-brick {
    background: #911f27
}

.settings-slide-block > .themes-list > .theme.old-brick::after {
    background: #630a10
}

.settings-slide-block > .themes-list > .theme.old-brick {
    background: #911f27
}

.settings-slide-block > .themes-list > .theme.old-brick::after {
    background: #630a10
}

.settings-slide-block > .themes-list > .theme.white {
    background: #fff;
    border: 1px solid #dee0e1
}

.settings-slide-block > .themes-list > .theme.white::after {
    background: #25628f
}

.settings-slide-block > .settings-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px
}

.settings-slide-block > .settings-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.settings-slide-block > .settings-list > li + li {
    margin-top: 15px
}

.settings-slide-block > .settings-list > li > .checkbox-slider {
    margin: 0
}

.rows-section > .row + .row {
    margin-top: 30px
}

.row + .row {
    margin-top: 30px
}

.column-section > .row + .row {
    margin-top: 30px
}

.column-section > .tabs-container + .tabs-container {
    margin-top: 30px
}

.panels-column-section > .card + .card, .panels-column-section > .card + .widget, .panels-column-section > .widget + .card, .panels-column-section > .widget + .widget {
    margin-top: 30px
}

.panels-row-section > .card + .card, .panels-row-section > .card + .widget, .panels-row-section > .widget + .card, .panels-row-section > .widget + .widget {
    margin-left: 30px
}

@media screen and (max-width: 910px) {
    .amount-widgets-collection > div + div, .widgets-collection > div + div {
        margin-top: 30px
    }
}

@media screen and (max-width: 910px) {
    .btn.content-nav-toggle {
        position: static
    }

    .content-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-nav > .nav {
        position: fixed;
        top: 120px;
        bottom: 0;
        left: -301px;
        z-index: 3;
        height: -webkit-calc(100% - 120px);
        height: calc(100% - 120px);
        border-right: 1px solid #dee0e1
    }

    .content-nav > .nav.open {
        left: 0;
        -webkit-transition: left .2s ease;
        transition: left .2s ease
    }

    .content-nav > .nav.fixed + .nav-body {
        margin-left: 0
    }

    .content-nav > .nav-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        border-left: none;
    }
}

.card + .dashboard-portlet-placeholder {
    margin-top: 30px
}

.draggable-column > .card.ui-sortable-helper:first-child + .dashboard-portlet-placeholder {
    margin-top: 0
}

.dashboard-portlet-placeholder {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .035);
    border: 2px dashed #dee0e1
}

.dashboard-portlet-placeholder + .card {
    margin-top: 30px
}

form > .row {
    margin-bottom: 20px
}

form.uppercase .form-group label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

form.light .form-group label {
    color: #858585
}

.form-check .form-check-label {
    position: relative;
    top: -2px
}

.form-check .form-check-label .form-check-input {
    position: relative;
    top: 2px
}

.form > .group {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee0e1
}

.form > .group:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.form > .group > .header {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px
}

.form > .header {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400
}

.form > .header + .group {
    padding-top: 0
}

.form .fh-control-position-fix {
    position: relative;
    top: 36px
}

.form .fg-header {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #858585
}

.form-control-label {
    padding-left: 0
}

.form-group.row .form-control-label {
    padding: .375rem .925rem;
    font-size: 13px;
    color: #333
}

.form-group > .form-text + .help-block {
    margin-top: 1px
}

.form-group > .help-block {
    margin-top: 5px;
    display: block
}

.form-group.has-success .form-control {
    border-color: #4caf50
}

.form-group.has-warning .form-control {
    border-color: #ffb300
}

.form-group.has-danger .form-control {
    border-color: #ef5350
}

.form-group.has-error > .help-block.form-error {
    color: #ef5350
}

.form-group > .btn + .btn {
    margin-right: 10px
}

.form-control {
    font-family: DIN Next LT Arabic, sans-serif;
    z-index: 0;
    height: 38px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dedede;
    font-size: 14px;
    color: #333;
    padding: 10px 15px
}

.form-control::-webkit-input-placeholder {
    color: #858585
}

.form-control::-moz-placeholder {
    color: #858585
}

.form-control:-ms-input-placeholder {
    color: #858585
}

.form-control::placeholder {
    color: #858585
}

.form-control:hover {
    border-color: #ccc
}

.form-control:-moz-read-only {
    background-color: #fafafa
}

.form-control:read-only {
    background-color: #fafafa
}

.form-control.active, .form-control.active:hover, .form-control:focus, .form-control:focus:hover {
    border-color: #a6a6a6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:disabled, .form-control:disabled:active, .form-control:disabled:hover {
    background-color: #fafafa;
    border: solid 1px #e8e8e8
}

.form-control.rounded {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.form-control.form-control-lg {
    font-size: 20px;
    padding: 12px 15px;
    height: 49px
}

.form-control.form-control-sm {
    font-size: 10px;
    padding: 7px 15px;
    height: 29px
}

.form-control.error {
    border-color: #ef5350;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control.error:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

select[multiple].form-control {
    height: auto
}
.select2-container {
    width: 100% !important;
}

textarea.form-control {
    height: auto
}

.custom-select:focus {
    border-color: #fff
}

.custom-control {
    min-height: 16px;
    padding-right: 1.5rem;
    margin-left: 1rem;
    padding-left: 0;
    margin-right: 0;
}

.custom-control-input:active ~ .custom-control-indicator {
    background-color: #fff
}

.custom-checkbox > .custom-control-indicator {
    top: 0;
    right: 0;
    background-color: #fff;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dedede;
    font-size: 12px;
    color: #fff
}

.custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator {
    background: #fff;
    border-color: #ccc
}

.custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
    background-color: transparent;
    color: #25628f;
    content: "\f17b";
    font-weight: 700;
    font-family: LineAwesome;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 16px
}

.custom-checkbox > .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.custom-checkbox .custom-control-description {
    margin-right: 5px
}

.custom-checkbox.no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.custom-checkbox:hover > .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    border-color: #ccc
}

.custom-checkbox .custom-control-input:active:disabled ~ .custom-control-indicator {
    background: #eceeef
}

.custom-radio .custom-control-indicator {
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    border: solid 1px #dedede;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px
}

.custom-radio > .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #fff;
    border-color: #ccc
}

.custom-radio > .custom-control-input:checked ~ .custom-control-indicator:before {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #25628f;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    line-height: 16px;
    width: 16px;
    height: 16px
}

.custom-radio > .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.custom-radio .custom-control-description {
    margin-left: 5px
}

.custom-radio.no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.custom-radio.no-description > .custom-control-indicator, .custom-radio.no-description > .custom-control-input {
    width: 18px;
    height: 18px
}

.custom-radio:hover > .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    border-color: #ccc
}

.custom-radio .custom-control-input:active:disabled ~ .custom-control-indicator {
    background: #eceeef
}

.input-group .input-group-addon {
    min-width: 36px;
    background: #fff;
    border-color: #dedede;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group .input-group-addon > .custom-control {
    position: relative;
    top: 1px
}

.input-group.icon.icon-lg .input-group-addon, .input-group.icon.lg .input-group-addon, .input-group.icon.icon-lg .input-group-addon, .input-group.icon.lg .input-group-addon {
    padding: 6px 11px;
    font-size: 18px
}

.input-group.icon.icon-color-primary .input-group-addon {
    color: #333
}

.input-group .form-control {
    z-index: 0
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 0
}

.input-group-btn .dropdown-menu {
    font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    margin-top: 4px;
    border: solid 1px #dedede
}

.input-group-btn .dropdown-menu .dropdown-item {
    color: #474747;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #dedede
}

.input-group-btn .dropdown-menu .dropdown-item:hover {
    background-color: #ebeef5;
    color: #333
}

.input-group-btn .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.input-group-btn .dropdown-menu .dropdown-divider {
    padding: 0;
    margin: 0
}

.input-group-btn .dropdown-menu.dropdown-menu-right {
    margin-right: 1px
}

.input-group-btn > .btn {
    z-index: 0
}

.input-icon {
    position: relative
}

.input-icon .icon-addon {
    position: absolute;
    padding: 0;
    color: rgba(58, 82, 155, .6);
    font-size: 12px;
    width: 36px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-icon .icon-addon > span {
    margin: 0 auto;
    position: relative
}

.input-icon.icon-left input {
    padding-left: 38px
}

.input-icon.icon-left .icon-addon {
    top: 0;
    left: 0
}

.input-icon.icon-right input {
    padding-right: 38px
}

.input-icon.icon-right .icon-addon {
    top: 0;
    right: 0
}

.input-icon.icon-lg .icon-addon {
    font-size: 18px
}

.input-icon.icon-lg.icon-left .icon-addon {
    padding-left: 5px
}

.input-icon.icon-lg.icon-right .icon-addon {
    padding-right: 6px
}

.input-icon.icon-color-primary .icon-addon {
    color: #25628f
}

.input-group-addon .custom-control {
    padding-left: 1rem
}

.input-group-addon .custom-control.custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
    top: -1px;
    left: 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file > input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    cursor: inherit;
    display: block
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 0
}

.jquery-form-suggestions {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: solid 1px rgba(57, 81, 155, .3) !important;
    margin-top: 4px !important
}

.jquery-form-suggestions .form-suggest-element {
    padding: 10px 24px !important;
    font-size: 12px !important
}

.jquery-form-suggestions .form-suggest-element:hover {
    background-color: rgba(57, 80, 155, .05)
}

.checkbox-slider-a {
    width: 40px;
    min-width: 40px;
    height: 10px;
    background: #555;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block
}

.checkbox-slider-a input[type=checkbox] {
    visibility: hidden
}

.checkbox-slider-a input[type=checkbox]:checked + label {
    left: 27px
}

.checkbox-slider-a > label {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: -3px;
    background: #ccc
}

.checkbox-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 44px;
    min-width: 44px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    position: relative;
    cursor: pointer
}

.checkbox-slider > .indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(56, 81, 155, .3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 3px;
    z-index: 1;
    left: 4px
}

.checkbox-slider.disabled {
    opacity: .4
}

.checkbox-slider input[type=checkbox] {
    visibility: hidden
}

.checkbox-slider input[type=checkbox]:checked + .indicator {
    left: 22px
}

.checkbox-slider input[type=checkbox]:checked + .indicator {
    background: #25628f
}

.checkbox-slider.primary {
    border: solid 1px #25628f
}

.checkbox-slider.primary > .indicator {
    background: rgba(56, 81, 155, .3)
}

.checkbox-slider.primary input[type=checkbox]:checked + .indicator {
    background: #25628f
}

.checkbox-slider.success {
    border: solid 1px #4caf50
}

.checkbox-slider.success > .indicator {
    background-color: rgba(46, 204, 113, .4)
}

.checkbox-slider.success input[type=checkbox]:checked + .indicator {
    background: #4caf50
}

.checkbox-slider.info {
    border: solid 1px #42a5f5
}

.checkbox-slider.info > .indicator {
    background-color: rgba(33, 166, 240, .4)
}

.checkbox-slider.info input[type=checkbox]:checked + .indicator {
    background: #42a5f5
}

.checkbox-slider.warning {
    border: solid 1px #ffb300
}

.checkbox-slider.warning > .indicator {
    background-color: rgba(222, 186, 12, .4)
}

.checkbox-slider.warning input[type=checkbox]:checked + .indicator {
    background: #ffb300
}

.checkbox-slider.danger {
    border: solid 1px #ef5350
}

.checkbox-slider.danger > .indicator {
    background-color: rgba(236, 100, 75, .4)
}

.checkbox-slider.danger input[type=checkbox]:checked + .indicator {
    background: #ef5350
}

.checkbox-slider.on-off {
    width: 61px;
    min-width: 61px;
    position: relative
}

.checkbox-slider.on-off > .off, .checkbox-slider.on-off > .on {
    line-height: 23px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    position: absolute
}

.checkbox-slider.on-off > .on {
    display: none;
    left: 15px
}

.checkbox-slider.on-off > .off {
    left: 27px
}

.checkbox-slider.on-off input[type=checkbox]:checked + .indicator {
    left: 40px
}

.checkbox-slider.on-off input[type=checkbox]:checked + .indicator + .on {
    display: inline-block
}

.checkbox-slider.on-off input[type=checkbox]:checked + .indicator + .on + .off {
    display: none
}

.checkbox-slider.on-off.solid > .indicator {
    background: #fff
}

.checkbox-slider.on-off.solid > .off, .checkbox-slider.on-off.solid > .on {
    color: #fff
}

.checkbox-slider.on-off.solid input[type=checkbox]:checked + .indicator {
    background: #fff;
    left: 40px
}

.checkbox-slider.on-off.solid.primary {
    border: solid 1px #25628f;
    background: #25628f
}

.checkbox-slider.on-off.solid.success {
    border: solid 1px #4caf50;
    background: #4caf50
}

.checkbox-slider.on-off.solid.info {
    border: solid 1px #42a5f5;
    background: #42a5f5
}

.checkbox-slider.on-off.solid.warning {
    border: solid 1px #ffb300;
    background: #ffb300
}

.checkbox-slider.on-off.solid.danger {
    border: solid 1px #ef5350;
    background: #ef5350
}

.checkbox-text-slider > .text {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px
}

.checkbox-text-slider > .checkbox-slider {
    margin-left: 6px;
    margin-right: 6px
}

.checkbox-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 61px;
    min-width: 61px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    position: relative
}

.checkbox-switch > .wrapper {
    position: absolute;
    width: 61px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    left: 0
}

.checkbox-switch > .indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1
}

.checkbox-switch.disabled {
    opacity: .4
}

.checkbox-switch > .off, .checkbox-switch > .on {
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    z-index: 1
}

.checkbox-switch > .on {
    display: none;
    left: 15px
}

.checkbox-switch > .off {
    left: 27px
}

.checkbox-switch input[type=checkbox] {
    visibility: hidden
}

.checkbox-switch input[type=checkbox]:checked + .wrapper {
    background: #25628f
}

.checkbox-switch input[type=checkbox]:checked + .wrapper + .indicator {
    left: 40px
}

.checkbox-switch input[type=checkbox]:checked + .wrapper + .indicator + .on {
    display: inline-block
}

.checkbox-switch input[type=checkbox]:checked + .wrapper + .indicator + .on + .off {
    display: none
}

.checkbox-switch.primary input[type=checkbox]:checked + .wrapper {
    background: #25628f
}

.checkbox-switch.success input[type=checkbox]:checked + .wrapper {
    background: #4caf50
}

.checkbox-switch.info input[type=checkbox]:checked + .wrapper {
    background: #42a5f5
}

.checkbox-switch.warning input[type=checkbox]:checked + .wrapper {
    background: #ffb300
}

.checkbox-switch.danger input[type=checkbox]:checked + .wrapper {
    background: #ef5350
}

.checkbox.no-description > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

.checkbox.no-description > .custom-control-input:checked ~ .custom-control-indicator:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    font-size: 14px
}

.checkbox.circle > .custom-control-input ~ .custom-control-indicator {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.checkbox.circle > .custom-control-input ~ .custom-control-indicator:before {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 14px
}

.checkbox.circle.no-description > .custom-control-input ~ .custom-control-indicator:before {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 1px;
    left: 0
}

.checkbox > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

.checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
    font-size: 14px;
    height: 17px
}

.checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #25628f;
    color: #fff
}

.checkbox.checkbox-primary > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

.checkbox.checkbox-primary > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #25628f
}

.checkbox.checkbox-success > .custom-control-input:checked ~ .custom-control-indicator {
    background: #4caf50;
    border-color: #4caf50
}

.checkbox.checkbox-success > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #4caf50
}

.checkbox.checkbox-danger > .custom-control-input:checked ~ .custom-control-indicator {
    background: #ef5350;
    border-color: #ef5350
}

.checkbox.checkbox-danger > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ef5350
}

.checkbox.checkbox-info > .custom-control-input:checked ~ .custom-control-indicator {
    background: #42a5f5;
    border-color: #42a5f5
}

.checkbox.checkbox-info > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #42a5f5
}

.checkbox.checkbox-warning > .custom-control-input:checked ~ .custom-control-indicator {
    background: #ffb300;
    border-color: #ffb300
}

.checkbox.checkbox-warning > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ffb300
}

.checkbox > .custom-control-input:disabled ~ .custom-control-indicator {
    opacity: .65
}

.checkbox.no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.checkbox.no-description > .custom-control-indicator, .checkbox.no-description > .custom-control-input {
    width: 18px;
    height: 18px
}

.checkbox.no-description.circle {
    width: 18px;
    height: 18px
}

.checkbox.no-description.circle > .custom-control-indicator, .checkbox.no-description.circle > .custom-control-input {
    width: 18px;
    height: 18px
}

.radio.primary > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #25628f
}

.radio.success > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #4caf50
}

.radio.info > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #42a5f5
}

.radio.purple > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #d149d0
}

.radio.warning > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ffb300
}

.radio.danger > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ef5350
}

.radio.as-checkbox {
    padding-left: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    text-align: center
}

.radio.as-checkbox > .custom-control-indicator {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none
}

.radio.as-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
    content: "\f17b";
    display: block;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: none;
    position: relative;
    font-family: LineAwesome;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    top: 1px;
    left: 1px
}

.radio.as-checkbox.lg {
    width: 24px;
    height: 24px
}

.radio.as-checkbox.lg > .custom-control-indicator {
    width: 24px;
    height: 24px
}

.radio.as-checkbox.lg > .custom-control-input:checked ~ .custom-control-indicator:before {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.radio.as-checkbox.primary > .custom-control-indicator {
    background: #25628f
}

.radio.as-checkbox.primary > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #25628f
}

.radio.as-checkbox.success > .custom-control-indicator {
    background: #4caf50
}

.radio.as-checkbox.success > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #4caf50
}

.radio.as-checkbox.info > .custom-control-indicator {
    background: #42a5f5
}

.radio.as-checkbox.info > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #42a5f5
}

.radio.as-checkbox.purple > .custom-control-indicator {
    background: #d149d0
}

.radio.as-checkbox.purple > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #d149d0
}

.radio.as-checkbox.warning > .custom-control-indicator {
    background: #ffb300
}

.radio.as-checkbox.warning > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ffb300
}

.radio.as-checkbox.danger > .custom-control-indicator {
    background: #ef5350
}

.radio.as-checkbox.danger > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ef5350
}

.btn {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    font-family: DIN Next LT Arabic, sans-serif;
    color: #fff;
    height: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none
}

.btn:disabled {
    opacity: .9
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.rounded {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.btn.btn-lg {
    font-size: 18px;
    padding: 12px 30px;
    height: 51px
}

.btn.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
    height: 27px
}

.btn.btn-sm.split {
    padding: 0
}

.btn.btn-sm.split > .text {
    line-height: 27px;
    margin-right: 34px;
    margin-left: 12px
}

.btn.btn-sm.split > .split-content {
    padding-left: 8px;
    padding-right: 8px
}

.btn > .icon {
    margin: 0;
    font-size: 21px;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 36px;
    margin-right: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn > .icon + .text {
    padding-right: 20px;
    padding-left: 0 !important
}

.btn > .icon.sm {
    font-size: 14px;
    line-height: 16px
}

.btn > .text {
    padding-right: 21px
}

.btn > .text + .icon {
    padding: 0;
    margin: 0;
    left: auto;
    right: 0;
    margin-right: 3px
}

.btn.split {
    padding: 0 25px;
    position: relative
}

.btn.split > .icon {
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 37px;
    width: 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn.split > .icon + .text {
    padding-left: 37px;
    padding-right: 0 !important
}

.btn.split > .text {
    padding-right: 37px
}

.btn.split > .text + .icon {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: none;
    padding: 0;
    margin: 0
}

.btn.split > .split-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.no-text {
    width: 38px;
    padding: 0
}

.btn.no-text > .icon {
    margin: 0;
    position: static
}

.btn.no-text[data-toggle=dropdown] {
    width: 58px;
    padding: 0 !important
}

.btn.no-text.no-arrow[data-toggle=dropdown] {
    width: 38px
}

.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn.icon-block {
    position: relative;
    height: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn.icon-block > .icon {
    width: auto;
    height: auto;
    position: static;
    display: block;
    font-size: 21px;
    margin: 0;
    margin-top: 2px
}

.btn.icon-block > .icon + .text {
    margin-top: 7px;
    margin-bottom: 5px;
    padding: 0
}

.btn.icon-block > .text {
    display: block
}

.btn.icon-block > .label {
    position: absolute;
    top: -8px;
    right: -8px
}

.btn-group .btn {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn-group .btn.dropdown-toggle {
    padding-right: 40px
}

.btn-group .btn.dropdown-toggle:after {
    position: absolute;
    right: 11px;
    float: none;
    top: 50%;
    margin-top: -2px;
    height: 5px;
    line-height: 5px
}

.btn-group .btn + .btn.dropdown-toggle {
    padding-left: 21px;
    padding-right: 10px
}

.btn-group .btn-primary.active, .btn-group .btn-primary:active {
    background-color: #18415e;
    border-color: #18415e
}

.btn-group .btn-primary-outline.active, .btn-group .btn-primary-outline.focus, .btn-group .btn-primary-outline:active {
    background: linear-gradient(to right, #25628f, #4e7ea3);
    color: #fff
}

.btn-group .btn-primary-outline.light {
    border: solid 1px #d7dceb
}

.btn-group .btn-primary-outline.light.hover, .btn-group .btn-primary-outline.light:hover {
    border: solid 1px #d7dceb
}

.btn-group .btn-primary-outline.light.active, .btn-group .btn-primary-outline.light.focus, .btn-group .btn-primary-outline.light:active {
    background-color: #ebeef5;
    border: solid 1px #d7dceb;
    color: #18415e
}

.btn-group.btn-group-icon .btn {
    padding: 9px 14px;
    font-size: 14px
}

.btn-group .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border: solid 1px #c4cbe1;
    margin: 4px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.btn-group .dropdown-menu .dropdown-item {
    color: #474747;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #c4cbe1
}

.btn-group .dropdown-menu .dropdown-item:hover {
    background-color: #ebeef5;
    color: #333
}

.btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.btn-group .dropdown-menu .dropdown-divider {
    display: none
}

.btn-group.dropup .dropdown-toggle::after {
    border: none
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 0;
    padding-right: 10px
}

.btn-group.show > .btn-primary.dropdown-toggle {
    background-color: #1d4c6f;
    border-color: #1d4c6f;
    color: #fff
}

.btn-group.show > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #2e417b;
    border: solid 1px #2e417b
}

.btn-group.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #43a047;
    border-color: #43a047
}

.btn-group.show > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #24a35a;
    border: solid 1px #24a35a
}

.btn-group.show > .btn-info.dropdown-toggle {
    background-color: #14648f;
    border-color: #14648f
}

.btn-group.show > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #1b85bf;
    border: solid 1px #1b85bf
}

.btn-group.show > .btn-warning.dropdown-toggle {
    background-color: #857007;
    border-color: #857007
}

.btn-group.show > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #b19509;
    border: solid 1px #b19509
}

.btn-group.show > .btn-danger.dropdown-toggle {
    background-color: #bc4f3b;
    border-color: #bc4f3b;
    color: #fff
}

.btn-group.show > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #bc4f3b;
    border: solid 1px #bc4f3b
}

.input-group .input-group-addon.btn-primary {
    color: #fff;
    background: linear-gradient(to right, #25628f, #4e7ea3);
    border: solid 1px #25628f
}

.btn-default, .btn-secondary {
    background: #fff;
    border: solid 1px #c2c2c2;
    color: #333
}

.btn-default:focus, .btn-secondary:focus {
    background: #fff;
    border: solid 1px #c2c2c2
}

.btn-default:hover, .btn-secondary:hover {
    background: #ebebeb;
    border-color: #ebebeb
}

.btn-default:active, .btn-secondary:active {
    background: #d6d6d6;
    border-color: #d6d6d6
}

.btn-secondary-outline {
    background: #fff;
    border: solid 1px #c2c2c2;
    color: #333
}

.btn-secondary-outline:focus {
    border: solid 1px #c2c2c2
}

.btn-secondary-outline:hover {
    border-color: #adadad
}

.btn-secondary-outline:active {
    border-color: #858585
}

.btn-secondary-outline:disabled, .btn-secondary-outline:disabled:active, .btn-secondary-outline:disabled:hover {
    border-color: #c2c2c2;
    color: #858585
}

.btn-secondary-outline.light {
    border: solid 1px #dedede
}

.btn-secondary-outline.light:focus {
    border: solid 1px #ccc
}

.btn-white-outline {
    background: 0 0;
    border: solid 1px #fff;
    color: #fff
}

.btn-white-outline:focus {
    border: solid 1px #fff
}

.btn-white-outline:hover {
    border-color: #fff
}

.btn-white-outline:active {
    border-color: #fff
}

.btn-white-outline:disabled, .btn-white-outline:disabled:active, .btn-white-outline:disabled:hover {
    border-color: #fff;
    color: #fff;
    opacity: .8
}

.btn-primary {
    background: linear-gradient(to right, #25628f, #4e7ea3);
    border: solid 1px #25628f
}

.btn-primary:focus {
    color: #fff;
    background: linear-gradient(to right, #25628f, #4e7ea3);
    border-color: #25628f
}

.btn-primary:hover {
    color: #fff;
    background-color: #1d4c6f;
    border-color: #1d4c6f
}

.btn-primary:active {
    color: #fff;
    background-color: #18415e;
    border-color: #18415e
}

.btn-primary:disabled, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #9fa8da;
    border-color: #9fa8da
}

.btn-primary.light {
    border-color: #ebeef5;
    background-color: rgba(57, 81, 155, .1);
    color: #25628f
}

.btn-primary.light:focus {
    background-color: rgba(57, 81, 155, .1);
    color: #25628f;
    border-color: #ebeef5
}

.btn-primary.light:hover {
    background-color: #25628f;
    color: #fff;
    border-color: #25628f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary.light:active {
    color: #fff;
    background-color: #18415e;
    border-color: #18415e
}

.btn-primary.light:disabled, .btn-primary.light:disabled:active, .btn-primary.light:disabled:focus, .btn-primary.light:disabled:hover {
    background-color: rgba(57, 81, 155, .1);
    color: rgba(58, 82, 155, .6);
    border-color: #ebeef5
}

.btn-primary-outline {
    color: #25628f;
    border: solid 1px #25628f;
    background: #fff
}

.btn-primary-outline:focus {
    color: #25628f;
    border: solid 1px #25628f
}

.btn-primary-outline:hover {
    color: #25628f;
    border: solid 1px #25628f
}

.btn-primary-outline:active {
    color: #18415e;
    border: solid 1px #18415e
}

.btn-primary-outline:disabled, .btn-primary-outline:disabled:active, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
    background-color: transparent;
    color: rgba(58, 82, 155, .6);
    border: solid 1px #c4cbe1
}

.btn-primary-outline.split > .icon {
    border-right: 1px solid #25628f
}

.btn-primary-outline.split > .text + .icon {
    border-left: 1px solid #25628f
}

.btn-primary-outline.light {
    color: #25628f;
    border: solid 1px #c4cbe1;
    background: #fff
}

.btn-primary-outline.light .btn-text-lighter {
    color: #a5b4d5
}

.btn-primary-outline.light:focus {
    color: #25628f;
    border: solid 1px #c4cbe1
}

.btn-primary-outline.light:hover {
    border-color: #b0b9d7;
    color: #1d4c6f
}

.btn-primary-outline.light:active {
    border: 1px solid #8897c3;
    color: #18415e
}

.btn-primary-outline.light:disabled, .btn-primary-outline.light:disabled:active, .btn-primary-outline.light:disabled:focus, .btn-primary-outline.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #c4cbe1;
    color: rgba(58, 82, 155, .6)
}

.btn-primary-outline.light.split > .text + .split-content {
    border-left: 1px solid rgba(57, 81, 155, .3)
}

.btn-primary-outline.solid {
    color: #25628f;
    border: solid 1px #25628f;
    background: #fff
}

.btn-primary-outline.solid:focus {
    background-color: transparent;
    color: #25628f;
    border: solid 1px #25628f
}

.btn-primary-outline.solid:hover {
    background-color: #25628f;
    color: #fff;
    border: solid 1px #25628f
}

.btn-primary-outline.solid:active {
    color: #fff;
    background-color: #18415e;
    border: solid 1px #18415e
}

.btn-primary-outline.solid:disabled, .btn-primary-outline.solid:disabled:active, .btn-primary-outline.solid:disabled:focus, .btn-primary-outline.solid:disabled:hover {
    background-color: transparent;
    color: rgba(58, 82, 155, .6);
    border: solid 1px rgba(57, 81, 155, .3)
}

.btn-primary-outline.solid.split > .icon {
    border-right: 1px solid #2e417b
}

.btn-primary-outline.solid.split > .text + .icon {
    border-left: 1px solid #2e417b
}

.btn-primary-outline.solid.light {
    color: #25628f;
    border: solid 1px #c4cbe1
}

.btn-primary-outline.solid.light .btn-text-lighter {
    color: #a5b4d5
}

.btn-primary-outline.solid.light:focus {
    background-color: transparent;
    color: #25628f;
    border: solid 1px #c4cbe1
}

.btn-primary-outline.solid.light:hover {
    background-color: #ebeef5;
    border-color: #ebeef5;
    color: #25628f
}

.btn-primary-outline.solid.light:active {
    background-color: #d7dceb;
    border: 1px solid #d7dceb;
    color: #25628f
}

.btn-primary-outline.solid.light:disabled, .btn-primary-outline.solid.light:disabled:active, .btn-primary-outline.solid.light:disabled:focus, .btn-primary-outline.solid.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #c4cbe1;
    color: rgba(58, 82, 155, .6)
}

.btn-primary-outline.solid.light.split > .text + .split-content {
    border-left: 1px solid #c4cbe1
}

.btn-success {
    background-color: #4caf50;
    border: solid 1px #4caf50
}

.btn-success:focus {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-success:hover {
    color: #fff;
    background-color: #43a047;
    border-color: #43a047
}

.btn-success:active {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.btn-success:disabled, .btn-success:disabled:active, .btn-success:disabled:focus, .btn-success:disabled:hover {
    background-color: #81c784;
    border-color: #81c784
}

.btn-success.light {
    background-color: #eafaf1;
    color: #4caf50;
    border: solid 1px #eafaf1
}

.btn-success.light:focus {
    background-color: #eafaf1;
    color: #4caf50;
    border-color: #eafaf1
}

.btn-success.light:hover {
    background-color: #43a047;
    border-color: #43a047;
    color: #fff
}

.btn-success.light:active {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.btn-success.light:disabled, .btn-success.light:disabled:active, .btn-success.light:disabled:focus, .btn-success.light:disabled:hover {
    background-color: #eafaf1;
    border-color: #eafaf1;
    color: #82e0aa
}

.btn-success-outline {
    color: #4caf50;
    border: solid 1px #4caf50;
    background: #fff
}

.btn-success-outline:focus {
    color: #4caf50;
    border: solid 1px #4caf50
}

.btn-success-outline:hover {
    color: #24a35a;
    border: solid 1px #24a35a
}

.btn-success-outline:active {
    color: #1b7a43;
    border: solid 1px #1b7a43
}

.btn-success-outline:disabled, .btn-success-outline:disabled:active, .btn-success-outline:disabled:focus, .btn-success-outline:disabled:hover {
    background-color: transparent;
    color: #82e0aa;
    border: solid 1px #c0f0d4
}

.btn-success-outline.light {
    color: #4caf50;
    border: solid 1px #c0f0d4
}

.btn-success-outline.light:focus {
    color: #4caf50;
    border: solid 1px #c0f0d4
}

.btn-success-outline.light:hover {
    color: #24a35a;
    border-color: #abebc6
}

.btn-success-outline.light:active {
    border: 1px solid #82e0aa;
    color: #1b7a43
}

.btn-success-outline.light:disabled, .btn-success-outline.light:disabled:active, .btn-success-outline.light:disabled:focus, .btn-success-outline.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #c0f0d4;
    color: #82e0aa
}

.btn-success-outline.solid {
    color: #4caf50;
    border: solid 1px #4caf50;
    background: #fff
}

.btn-success-outline.solid:focus {
    background-color: transparent;
    color: #4caf50;
    border: solid 1px #4caf50
}

.btn-success-outline.solid:hover {
    background-color: #4caf50;
    color: #fff;
    border: solid 1px #4caf50
}

.btn-success-outline.solid:active {
    color: #fff;
    background-color: #24a35a;
    border: solid 1px #24a35a
}

.btn-success-outline.solid:disabled, .btn-success-outline.solid:disabled:active, .btn-success-outline.solid:disabled:focus, .btn-success-outline.solid:disabled:hover {
    background-color: transparent;
    color: #82e0aa;
    border: solid 1px #c0f0d4
}

.btn-success-outline.solid.light {
    color: #4caf50;
    border: solid 1px #c0f0d4
}

.btn-success-outline.solid.light:focus {
    background-color: transparent;
    color: #4caf50;
    border: solid 1px #c0f0d4
}

.btn-success-outline.solid.light:hover {
    background-color: #eafaf1;
    border-color: #eafaf1;
    color: #4caf50
}

.btn-success-outline.solid.light:active {
    background-color: #d5f5e3;
    border: 1px solid #d5f5e3;
    color: #4caf50
}

.btn-success-outline.solid.light:disabled, .btn-success-outline.solid.light:disabled:active, .btn-success-outline.solid.light:disabled:focus, .btn-success-outline.solid.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #c0f0d4;
    color: #82e0aa
}

.btn-info {
    background-color: #42a5f5;
    border: solid 1px #42a5f5
}

.btn-info:focus {
    color: #fff;
    background-color: #42a5f5;
    border-color: #42a5f5
}

.btn-info:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-info:active {
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5
}

.btn-info:disabled, .btn-info:disabled:active, .btn-info:disabled:focus, .btn-info:disabled:hover {
    background-color: #64b5f6;
    border-color: #64b5f6
}

.btn-info.light {
    background-color: #e9f6fe;
    color: #42a5f5;
    border: solid 1px #e9f6fe
}

.btn-info.light:focus {
    background-color: rgba(33, 166, 240, .1);
    color: #42a5f5;
    border-color: #e9f6fe
}

.btn-info.light:hover {
    background-color: #42a5f5;
    color: #fff;
    border-color: #42a5f5
}

.btn-info.light:active {
    background-color: #1e88e5;
    color: #fff;
    border-color: #1e88e5
}

.btn-info.light:disabled, .btn-info.light:disabled:active, .btn-info.light:disabled:focus, .btn-info.light:disabled:hover {
    background-color: #e9f6fe;
    color: #7acaf6;
    border-color: #e9f6fe
}

.btn-info-outline {
    color: #42a5f5;
    border: solid 1px #42a5f5;
    background: #fff
}

.btn-info-outline:focus {
    color: #42a5f5;
    border: solid 1px #42a5f5
}

.btn-info-outline:hover {
    color: #2196f3;
    border: solid 1px #2196f3
}

.btn-info-outline:active {
    color: #1e88e5;
    border: solid 1px #1e88e5
}

.btn-info-outline:disabled, .btn-info-outline:disabled:active, .btn-info-outline:disabled:focus, .btn-info-outline:disabled:hover {
    color: #90caf9;
    border: solid 1px #90caf9
}

.btn-info-outline.light {
    color: #42a5f5;
    border: solid 1px #bce4fb
}

.btn-info-outline.light:focus {
    color: #42a5f5;
    border: solid 1px #bce4fb
}

.btn-info-outline.light:hover {
    border-color: #a6dbf9;
    color: #1e88e5
}

.btn-info-outline.light:active {
    border: 1px solid #7acaf6;
    color: #1e88e5
}

.btn-info-outline.light:disabled, .btn-info-outline.light:disabled:active, .btn-info-outline.light:disabled:focus, .btn-info-outline.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #bce4fb;
    color: #7acaf6
}

.btn-info-outline.solid {
    color: #42a5f5;
    border: solid 1px #42a5f5;
    background: #fff
}

.btn-info-outline.solid:focus {
    background-color: transparent;
    color: #42a5f5;
    border: solid 1px #42a5f5
}

.btn-info-outline.solid:hover {
    background-color: #42a5f5;
    color: #fff;
    border: solid 1px #42a5f5
}

.btn-info-outline.solid:active {
    color: #fff;
    background-color: #1e88e5;
    border: solid 1px #1e88e5
}

.btn-info-outline.solid:disabled, .btn-info-outline.solid:disabled:active, .btn-info-outline.solid:disabled:focus, .btn-info-outline.solid:disabled:hover {
    background-color: transparent;
    color: rgba(34, 167, 240, .6);
    border: solid 1px rgba(33, 166, 240, .3)
}

.btn-info-outline.solid.light {
    color: #42a5f5;
    border: solid 1px rgba(33, 166, 240, .3)
}

.btn-info-outline.solid.light:focus {
    background-color: transparent;
    color: #42a5f5;
    border: solid 1px rgba(33, 166, 240, .3)
}

.btn-info-outline.solid.light:hover {
    background-color: rgba(33, 166, 240, .1);
    border-color: #e9f6fe;
    color: #42a5f5
}

.btn-info-outline.solid.light:active {
    background-color: rgba(33, 166, 240, .2);
    border: 1px solid #d3edfc;
    color: #42a5f5
}

.btn-info-outline.solid.light:disabled, .btn-info-outline.solid.light:disabled:active, .btn-info-outline.solid.light:disabled:focus, .btn-info-outline.solid.light:disabled:hover {
    background-color: transparent;
    border: solid 1px rgba(33, 166, 240, .3);
    color: rgba(34, 167, 240, .6)
}

.btn-warning {
    background: #ffb300;
    border: solid 1px #ffb300
}

.btn-warning:focus {
    color: #fff;
    background: #ffb300;
    border-color: #ffb300
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000
}

.btn-warning:active {
    background-color: #ff8f00;
    border-color: #ff8f00
}

.btn-warning:disabled, .btn-warning:disabled:active, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
    background-color: #ffd54f;
    border-color: #ffd54f
}

.btn-warning.light {
    background-color: #fcf8e7;
    color: #ffb300;
    border: solid 1px #fcf8e7
}

.btn-warning.light:focus {
    background-color: #fcf8e7;
    color: #ffb300;
    border-color: #fcf8e7
}

.btn-warning.light:hover {
    background-color: #ffb300;
    border-color: #ffb300;
    color: #fff
}

.btn-warning.light:active {
    background-color: #ff8f00;
    border-color: #ff8f00;
    color: #fff
}

.btn-warning.light:disabled, .btn-warning.light:disabled:active, .btn-warning.light:disabled:focus, .btn-warning.light:disabled:hover {
    background-color: #fcf8e7;
    border-color: #fcf8e7;
    color: #ebd66d
}

.btn-warning-outline {
    color: #ffb300;
    border: solid 1px #ffb300;
    background: #fff
}

.btn-warning-outline:focus {
    color: #ffb300;
    border: solid 1px #ffb300
}

.btn-warning-outline:hover {
    color: #ffa000;
    border: solid 1px #ffa000
}

.btn-warning-outline:active {
    color: #ff8f00;
    border: solid 1px #ff8f00
}

.btn-warning-outline:disabled, .btn-warning-outline:disabled:active, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled:hover {
    color: #ffd54f;
    border: solid 1px #ffd54f
}

.btn-warning-outline.light {
    color: #ffb300;
    border: solid 1px #f5ebb6
}

.btn-warning-outline.light:focus {
    color: #ffb300;
    border: solid 1px #f5ebb6
}

.btn-warning-outline.light:hover {
    border-color: #f2e49e;
    color: #ff8f00
}

.btn-warning-outline.light:active {
    border: 1px solid #ebd66d;
    color: #ff8f00
}

.btn-warning-outline.light:disabled, .btn-warning-outline.light:disabled:active, .btn-warning-outline.light:disabled:focus, .btn-warning-outline.light:disabled:hover {
    border: solid 1px #f5ebb6;
    color: #ebd66d
}

.btn-warning-outline.solid {
    color: #ffb300;
    border: solid 1px #ffb300;
    background: #fff
}

.btn-warning-outline.solid:focus {
    background-color: transparent;
    color: #ffb300;
    border: solid 1px #ffb300
}

.btn-warning-outline.solid:hover {
    background-color: #ffb300;
    color: #fff;
    border: solid 1px #ffb300
}

.btn-warning-outline.solid:active {
    color: #fff;
    background-color: #ff8f00;
    border: solid 1px #ff8f00
}

.btn-warning-outline.solid:disabled, .btn-warning-outline.solid:disabled:active, .btn-warning-outline.solid:disabled:focus, .btn-warning-outline.solid:disabled:hover {
    background-color: transparent;
    color: #ebd66d;
    border: solid 1px #f5ebb6
}

.btn-warning-outline.solid.light {
    color: #ffb300;
    border: solid 1px #f5ebb6
}

.btn-warning-outline.solid.light:focus {
    background-color: transparent;
    color: #ffb300;
    border: solid 1px #f5ebb6
}

.btn-warning-outline.solid.light:hover {
    background-color: #fcf8e7;
    border-color: #fcf8e7;
    color: #ffb300
}

.btn-warning-outline.solid.light:active {
    background-color: #f8f1ce;
    border: 1px solid #f8f1ce;
    color: #ffb300
}

.btn-warning-outline.solid.light:disabled, .btn-warning-outline.solid.light:disabled:active, .btn-warning-outline.solid.light:disabled:focus, .btn-warning-outline.solid.light:disabled:hover {
    background-color: transparent;
    border: solid 1px #f5ebb6;
    color: #ebd66d
}

.btn-danger {
    background: #ef5350;
    border: solid 1px #ef5350
}

.btn-danger:focus {
    color: #fff;
    background: #ef5350;
    border-color: #ef5350
}

.btn-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

.btn-danger:active {
    color: #fff;
    background-color: #e53935;
    border-color: #e53935
}

.btn-danger:disabled, .btn-danger:disabled:active, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
    background-color: #ef9a9a;
    border-color: #ef9a9a
}

.btn-danger.light {
    background-color: #fdf0ed;
    color: #ef5350;
    border: 1px solid #fdf0ed
}

.btn-danger.light:focus {
    background-color: #fdf0ed;
    border-color: #fdf0ed;
    color: #ef5350
}

.btn-danger.light:hover {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff
}

.btn-danger.light:active {
    background-color: #e53935;
    border-color: #e53935;
    color: #fff
}

.btn-danger.light:disabled, .btn-danger.light:disabled:active, .btn-danger.light:disabled:focus, .btn-danger.light:disabled:hover {
    background-color: #fdf0ed;
    color: #f4a293;
    border-color: #fdf0ed
}

.btn-danger-outline {
    color: #ef5350;
    border: solid 1px #ef5350;
    background: #fff
}

.btn-danger-outline:focus {
    color: #ef5350;
    border: solid 1px #ef5350
}

.btn-danger-outline:hover {
    color: #f44336;
    border: solid 1px #f44336
}

.btn-danger-outline:active {
    color: #e53935;
    border: solid 1px #e53935
}

.btn-danger-outline:disabled, .btn-danger-outline:disabled:active, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled:hover {
    color: #ef9a9a;
    border: solid 1px #ef9a9a
}

.btn-danger-outline.light {
    color: #ef5350;
    border: solid 1px #f9d1c9
}

.btn-danger-outline.light:focus {
    color: #ef5350;
    border: solid 1px #f9d1c9
}

.btn-danger-outline.light:hover {
    color: #bc503c;
    border-color: #f7c1b7
}

.btn-danger-outline.light:active {
    color: #e53935;
    border: 1px solid #f4a293
}

.btn-danger-outline.light:disabled, .btn-danger-outline.light:disabled:active, .btn-danger-outline.light:disabled:focus, .btn-danger-outline.light:disabled:hover {
    border: solid 1px #f9d1c9;
    color: #f4a293
}

.btn-danger-outline.solid {
    color: #ef5350;
    border: solid 1px #ef5350;
    background: #fff
}

.btn-danger-outline.solid:focus {
    background-color: transparent;
    color: #ef5350;
    border: solid 1px #ef5350
}

.btn-danger-outline.solid:hover {
    background-color: #ef5350;
    color: #fff;
    border: solid 1px #ef5350
}

.btn-danger-outline.solid:active {
    color: #fff;
    background-color: #bc4f3b;
    border: solid 1px #bc4f3b
}

.btn-danger-outline.solid:disabled, .btn-danger-outline.solid:disabled:active, .btn-danger-outline.solid:disabled:focus, .btn-danger-outline.solid:disabled:hover {
    background-color: transparent;
    color: rgba(236, 100, 75, .6);
    border: solid 1px rgba(236, 100, 75, .3)
}

.btn-danger-outline.solid.light {
    color: #ef5350;
    border: solid 1px rgba(236, 100, 75, .3)
}

.btn-danger-outline.solid.light:focus {
    background-color: transparent;
    color: #ef5350;
    border: solid 1px rgba(236, 100, 75, .3)
}

.btn-danger-outline.solid.light:hover {
    background-color: rgba(236, 100, 75, .1);
    border-color: #fdf0eb
}

.btn-danger-outline.solid.light:active {
    background-color: rgba(236, 100, 75, .2);
    border: 1px solid #fbe0d7
}

.btn-danger-outline.solid.light:disabled, .btn-danger-outline.solid.light:disabled:active, .btn-danger-outline.solid.light:disabled:focus, .btn-danger-outline.solid.light:disabled:hover {
    background-color: transparent;
    border: solid 1px rgba(236, 100, 75, .3);
    color: rgba(236, 100, 75, .6)
}

.btn-dark-tan {
    background: #6f0b19;
    border: solid 1px #6f0b19;
    color: #fff
}

.btn-dark-tan:focus {
    color: #fff;
    background: #6f0b19;
    border: solid 1px #6f0b19
}

.btn-dark-tan:hover {
    color: #fff;
    background: #580814;
    border-color: #580814
}

.btn-dark-tan:active {
    color: #fff;
    background: #42060f;
    border-color: #42060f
}

.btn-dark-tan:disabled, .btn-dark-tan:disabled:active, .btn-dark-tan:disabled:focus, .btn-dark-tan:disabled:hover {
    background-color: #8b3b47;
    border-color: #8b3b47;
    color: rgba(255, 255, 255, .6)
}

.btn-persian-green {
    background: #00ac93;
    border: solid 1px #00ac93;
    color: #fff
}

.btn-persian-green:focus {
    color: #fff;
    background: #00ac93;
    border: solid 1px #00ac93
}

.btn-persian-green:hover {
    color: #fff;
    background: #008975;
    border-color: #008975
}

.btn-persian-green:active {
    color: #fff;
    background: #006758;
    border-color: #006758
}

.btn-persian-green:disabled, .btn-persian-green:disabled:active, .btn-persian-green:disabled:focus, .btn-persian-green:disabled:hover {
    background-color: #33bca8;
    border-color: #33bca8;
    color: rgba(255, 255, 255, .6)
}

.btn-royal-blue {
    background: #466bde;
    border: solid 1px #466bde;
    color: #fff
}

.btn-royal-blue:focus {
    color: #fff;
    background: #466bde;
    border: solid 1px #466bde
}

.btn-royal-blue:hover {
    color: #fff;
    background: #3855b1;
    border-color: #3855b1
}

.btn-royal-blue:active {
    color: #fff;
    background: #2a4085;
    border-color: #2a4085
}

.btn-royal-blue:disabled, .btn-royal-blue:disabled:active, .btn-royal-blue:disabled:focus, .btn-royal-blue:disabled:hover {
    background-color: #6b88e4;
    border-color: #6b88e4;
    color: rgba(255, 255, 255, .6)
}

.btn-crusta {
    background: #ff8832;
    border: solid 1px #ff8832;
    color: #fff
}

.btn-crusta:focus {
    color: #fff;
    background: #ff8832;
    border: solid 1px #ff8832
}

.btn-crusta:hover {
    color: #fff;
    background: #ff7613;
    border-color: #ff7613
}

.btn-crusta:active {
    color: #fff;
    background: #f96800;
    border-color: #f96800
}

.btn-crusta:disabled, .btn-crusta:disabled:active, .btn-crusta:disabled:focus, .btn-crusta:disabled:hover {
    background-color: #ff9f5b;
    border-color: #ff9f5b;
    color: rgba(255, 255, 255, .6)
}

.btn-medium-purple {
    background: #994dd8;
    border: solid 1px #994dd8;
    color: #fff
}

.btn-medium-purple:focus {
    color: #fff;
    background: #994dd8;
    border: solid 1px #994dd8
}

.btn-medium-purple:hover {
    color: #fff;
    background: #7a3dac;
    border-color: #7a3dac
}

.btn-medium-purple:active {
    color: #fff;
    background: #5b2e81;
    border-color: #5b2e81
}

.btn-medium-purple:disabled, .btn-medium-purple:disabled:active, .btn-medium-purple:disabled:focus, .btn-medium-purple:disabled:hover {
    background-color: #ad70df;
    border-color: #ad70df;
    color: rgba(255, 255, 255, .6)
}

.btn-cerise-red {
    background: #e43e59;
    border: solid 1px #e43e59;
    color: #fff
}

.btn-cerise-red:focus {
    color: #fff;
    background: #e43e59;
    border: solid 1px #e43e59
}

.btn-cerise-red:hover {
    color: #fff;
    background: #b63147;
    border-color: #b63147
}

.btn-cerise-red:active {
    color: #fff;
    background: #882535;
    border-color: #882535
}

.btn-cerise-red:disabled, .btn-cerise-red:disabled:active, .btn-cerise-red:disabled:focus, .btn-cerise-red:disabled:hover {
    background-color: #e9647a;
    border-color: #e9647a;
    color: rgba(255, 255, 255, .6)
}

.btn-fuchsia-pink {
    background: #d149cc;
    border: solid 1px #d149cc;
    color: #fff
}

.btn-fuchsia-pink:focus {
    color: #fff;
    background: #d149cc;
    border: solid 1px #d149cc
}

.btn-fuchsia-pink:hover {
    color: #fff;
    background: #a73aa3;
    border-color: #a73aa3
}

.btn-fuchsia-pink:active {
    color: #fff;
    background: #7d2b7a;
    border-color: #7d2b7a
}

.btn-fuchsia-pink:disabled, .btn-fuchsia-pink:disabled:active, .btn-fuchsia-pink:disabled:focus, .btn-fuchsia-pink:disabled:hover {
    background-color: #da6dd6;
    border-color: #da6dd6;
    color: rgba(255, 255, 255, .6)
}

.btn.bg-none {
    background-color: transparent
}

body {
    font-family: DIN Next LT Arabic, sans-serif;
    font-size: 14px;
    color: #333;
}
.mce-text, .mce-txt, .mce-title ,.mce-label ,.mce-tab{
    font-family: DIN Next LT Arabic, sans-serif !important;
}

.mce-open{
    float: left !important;
    border-right: 0!important;
    height: 28px!important;
}



*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

video {
    max-width: 100%;
    height: auto
}

a, button, label {
    outline: 0 !important
}

a:focus, a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: DIN Next LT Arabic, sans-serif;
    color: #333
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.container-fluid > h1:first-child, .container-fluid > h2:first-child, .container-fluid > h3:first-child, .container-fluid > h4:first-child, .container-fluid > h5:first-child, .container-fluid > h6:first-child, [class*=col-] > h1:first-child, [class*=col-] > h2:first-child, [class*=col-] > h3:first-child, [class*=col-] > h4:first-child, [class*=col-] > h5:first-child, [class*=col-] > h6:first-child {
    margin-top: 0
}

.bold, b {
    font-weight: 500
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: 10px;
    margin-bottom: 20px
}

p.lead {
    font-size: 18px
}

mark {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(247, 202, 24, .3);
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block
}

a {
    color: #25628f
}

a.hover, a:hover {
    color: #25628f;
    text-decoration: none
}

code {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fdf0ed;
    color: #ef5350;
    position: relative;
    top: -1px
}

.blockquote {
    font-size: 17px;
    padding: .3rem 1rem;
    border-left-color: #8897c3
}

.blockquote .blockquote-footer {
    font-size: 13px;
    color: #999
}

iframe {
    border: none
}

.color-primary {
    color: #25628f
}

.bg-primary {
    background: #25628f
}

.color-success {
    color: #4caf50 !important
}

.color-info {
    color: #42a5f5 !important
}

.color-warning {
    color: #ffb300 !important
}

.color-danger {
    color: #ef5350 !important
}

.color-pink {
    color: rgba(209, 73, 208, .6) !important
}

.color-purple {
    color: #cb48bb !important
}

.bg-purple {
    background: #cb48bb !important
}

.color-brown {
    color: #a26363 !important
}

.color-gray, .text-gray {
    color: rgba(51, 51, 51, .6) !important
}

.text-bold {
    font-weight: 500
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-no-wrap {
    white-space: nowrap
}

.text-light {
    color: #858585 !important
}

pre[class*=language-] {
    margin: 0;
    text-shadow: none
}

pre[class*=language-] > code {
    font-size: 14px;
    text-shadow: none
}

pre[class*=language-] > code .tag {
    font-size: 14px;
    font-weight: 400;
    padding: 0
}

pre[class*=language-] + div, pre[class*=language-] + p {
    margin-top: 15px
}

pre[class*=language-] + h1, pre[class*=language-] + h2, pre[class*=language-] + h3, pre[class*=language-] + h4, pre[class*=language-] + h5, pre[class*=language-] + h6 {
    margin-top: 20px
}

.code-block {
    margin-top: 15px
}

.row + h1, .row + h2, .row + h3, .row + h4, .row + h5, .row + h6 {
    margin-top: 30px
}

.card + h4 {
    margin-top: 20px
}

.d-flex.align-items-center h1, .d-flex.align-items-center h2, .d-flex.align-items-center h3, .d-flex.align-items-center h4, .d-flex.align-items-center h5, .d-flex.align-items-center h6 {
    margin: 0
}

.bg-white {
    background-color: #fff !important
}

.bg-primary {
    background-color: #25628f !important
}

.bg-success {
    background-color: #4caf50 !important
}

.bg-info {
    background-color: #42a5f5 !important
}

.bg-danger {
    background-color: #ef5350 !important
}

.bg-warning {
    background-color: #ffb300 !important
}

.bg-cranberry {
    background-color: #df538b !important
}

.panel, .panel {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dee0e1;
    background: #fff
}

.panel .card-header, .panel .panel-heading, .panel .card-header, .panel .panel-heading {
    padding: 16px 20px;
    font-weight: 500;
    background: 0 0;
    border-bottom: solid 1px #dee0e1;
    margin: 0;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 14px
}

.panel .card-header + .card-block, .panel .card-header + .panel-body, .panel .panel-heading + .card-block, .panel .panel-heading + .panel-body, .panel .card-header + .card-block, .panel .card-header + .panel-body, .panel .panel-heading + .card-block, .panel .panel-heading + .panel-body {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.panel .card-header > .controls, .panel .panel-heading > .controls, .panel .card-header > .controls, .panel .panel-heading > .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-left: 10px;
    margin-top: -4px;
    position: relative;
    top: 3px
}

.panel .card-header > .controls > .control, .panel .panel-heading > .controls > .control, .panel .card-header > .controls > .control, .panel .panel-heading > .controls > .control {
    color: #b5beda;
    margin-right: 5px
}

.panel .card-header > .controls > .control > .icon, .panel .panel-heading > .controls > .control > .icon, .panel .card-header > .controls > .control > .icon, .panel .panel-heading > .controls > .control > .icon {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400
}

.panel .card-header > .controls > .control + .control, .panel .panel-heading > .controls > .control + .control, .panel .card-header > .controls > .control + .control, .panel .panel-heading > .controls > .control + .control {
    margin-left: 5px
}

.panel .card-header > .controls > .control:hover, .panel .panel-heading > .controls > .control:hover, .panel .card-header > .controls > .control:hover, .panel .panel-heading > .controls > .control:hover {
    color: #93a1c9
}

.panel .card-header > .controls > .control:last-child, .panel .panel-heading > .controls > .control:last-child, .panel .card-header > .controls > .control:last-child, .panel .panel-heading > .controls > .control:last-child {
    margin-right: 0
}

.panel .card-block, .panel .panel-body, .panel .card-block, .panel .panel-body {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.panel .card-block h1, .panel .card-block h2, .panel .card-block h3, .panel .card-block h4, .panel .card-block h5, .panel .card-block h6, .panel .panel-body h1, .panel .panel-body h2, .panel .panel-body h3, .panel .panel-body h4, .panel .panel-body h5, .panel .panel-body h6, .panel .card-block h1, .panel .card-block h2, .panel .card-block h3, .panel .card-block h4, .panel .card-block h5, .panel .card-block h6, .panel .panel-body h1, .panel .panel-body h2, .panel .panel-body h3, .panel .panel-body h4, .panel .panel-body h5, .panel .panel-body h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.panel .card-block .panel-separator, .panel .panel-body .panel-separator, .panel .card-block .panel-separator, .panel .panel-body .panel-separator {
    background: #c4cbe1;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px
}

.panel .panel-body, .panel .panel-body {
    padding: 1.25rem
}

.panel.solid.panel-default > .card-header, .panel.solid > .card-header, .panel.solid.panel-default > .card-header, .panel.solid > .card-header {
    border-bottom: none;
    padding: 30px 30px;
    background: 0 0
}

.panel.solid.panel-default > .card-header + .card-block, .panel.solid > .card-header + .card-block, .panel.solid.panel-default > .card-header + .card-block, .panel.solid > .card-header + .card-block {
    padding-top: 0
}

.panel.solid.panel-default > .card-block, .panel.solid > .card-block, .panel.solid.panel-default > .card-block, .panel.solid > .card-block {
    padding: 30px 30px 30px 30px;
    background: 0 0
}

.panel.solid.bg-light-gray, .panel.solid.panel-default.bg-light-gray, .panel.solid.bg-light-gray, .panel.solid.panel-default.bg-light-gray {
    background-color: rgba(57, 80, 155, .05)
}

.panel.information .card-header, .panel.information .card-header {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.panel.information .card-header:after, .panel.information .card-header:after {
    display: none
}

.panel.information .card-block, .panel.information .card-block {
    padding: 30px
}

.panel.simple, .panel.simple {
    position: relative
}

.panel.simple > .close, .panel.simple > .close {
    color: rgba(58, 82, 155, .4);
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 10px
}

.panel.simple > .card-block, .panel.simple > .card-block {
    padding: 30px
}

.panel.panel-default, .panel.panel-default {
    border: solid 1px #dee0e1
}

.panel.panel-default .card-header, .panel.panel-default .panel-heading, .panel.panel-default .card-header, .panel.panel-default .panel-heading {
    border-bottom: solid 1px #dee0e1
}

.panel.panel-default .card-block .panel-separator, .panel.panel-default .panel-body .panel-separator, .panel.panel-default .card-block .panel-separator, .panel.panel-default .panel-body .panel-separator {
    border: solid 1px #dee0e1
}

.panel.panel-default .card-header .control, .panel.panel-default .panel-heading .control, .panel.panel-default .card-header .control, .panel.panel-default .panel-heading .control {
    color: rgba(58, 82, 155, .4)
}

.panel.panel-default.header-gray .card-header {
    background-color: #dee0e1
}

.panel.panel-default.block-gray .card-block {
    background-color: #dee0e1
}

.panel.panel-gray .card-header {
    background-color: #dee0e1
}

.panel.panel-gray .card-block {
    background-color: #dee0e1
}

.panel.panel-primary {
    border: none
}

.panel.panel-primary .card-header {
    background-color: #25628f;
    color: #fff;
    border-top: solid 1px #25628f;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-primary .card-block {
    border: none;
    background-color: #25628f;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-primary .card-block h1, .panel.panel-primary .card-block h2, .panel.panel-primary .card-block h3, .panel.panel-primary .card-block h4, .panel.panel-primary .card-block h5, .panel.panel-primary .card-block h6 {
    color: #fff
}

.panel.panel-primary.header-default .card-header {
    background-color: transparent;
    border-top: solid 1px rgba(57, 81, 155, .3);
    border-left: solid 1px rgba(57, 81, 155, .3);
    border-right: solid 1px rgba(57, 81, 155, .3);
    border-bottom: none;
    color: #333
}

.panel.panel-primary.header-default .card-block {
    border: none;
    background-color: #25628f;
    border-top: 1px solid #25628f;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: rgba(255, 255, 255, .7)
}

.panel.panel-primary.block-default .card-header {
    background-color: #25628f;
    color: #fff;
    border-top: solid 1px #25628f;
    border-bottom: solid 1px #25628f
}

.panel.panel-primary.block-default .card-block {
    background-color: transparent;
    border-bottom: solid 1px rgba(57, 81, 155, .3);
    border-left: solid 1px rgba(57, 81, 155, .3);
    border-right: solid 1px rgba(57, 81, 155, .3);
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #333
}

.panel.panel-primary.block-default .card-block h1, .panel.panel-primary.block-default .card-block h2, .panel.panel-primary.block-default .card-block h3, .panel.panel-primary.block-default .card-block h4, .panel.panel-primary.block-default .card-block h5, .panel.panel-primary.block-default .card-block h6 {
    color: #333
}

.panel.panel-default.color-blue {
    border-color: #25628f
}

.panel.panel-default.color-blue .card-header {
    border-bottom-color: #25628f
}

.panel.panel-info {
    border: none
}

.panel.panel-info .card-header {
    background-color: #42a5f5;
    color: #fff;
    border-top: solid 1px #42a5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-info .card-block {
    border: none;
    background-color: #42a5f5;
    border-top: 1px solid #42a5f5;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-info .card-block h1, .panel.panel-info .card-block h2, .panel.panel-info .card-block h3, .panel.panel-info .card-block h4, .panel.panel-info .card-block h5, .panel.panel-info .card-block h6 {
    color: #fff
}

.panel.panel-default.color-cyan {
    border-color: #42a5f5
}

.panel.panel-default.color-cyan .card-header {
    border-bottom-color: #42a5f5
}

.panel.panel-success {
    border: none
}

.panel.panel-success .card-header {
    background-color: #4caf50;
    color: #fff;
    border-top: solid 1px #4caf50;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-success .card-block {
    border: none;
    background-color: #4caf50;
    border-top: 1px solid #4caf50;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-success .card-block h1, .panel.panel-success .card-block h2, .panel.panel-success .card-block h3, .panel.panel-success .card-block h4, .panel.panel-success .card-block h5, .panel.panel-success .card-block h6 {
    color: #fff
}

.panel.panel-default.panel-success {
    border-color: #4caf50
}

.panel.panel-default.panel-success .card-header {
    border-bottom-color: #4caf50
}

.panel.panel-orange {
    border: none
}

.panel.panel-orange .card-header {
    background-color: #ef5350;
    color: #fff;
    border-top: solid 1px #ef5350;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-orange .card-block {
    border: none;
    background-color: #ef5350;
    border-top: 1px solid #ef5350;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-orange .card-block h1, .panel.panel-orange .card-block h2, .panel.panel-orange .card-block h3, .panel.panel-orange .card-block h4, .panel.panel-orange .card-block h5, .panel.panel-orange .card-block h6 {
    color: #fff
}

.panel.panel-default.color-orange {
    border-color: #ef5350
}

.panel.panel-default.color-orange .card-header {
    border-bottom-color: #ef5350
}

.panel.panel-purple {
    border: none
}

.panel.panel-purple .card-header {
    background-color: #d149d0;
    color: #fff;
    border-top: solid 1px #d149d0;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-purple .card-block {
    border: none;
    background-color: #d149d0;
    border-top: 1px solid #d149d0;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-purple .card-block h1, .panel.panel-purple .card-block h2, .panel.panel-purple .card-block h3, .panel.panel-purple .card-block h4, .panel.panel-purple .card-block h5, .panel.panel-purple .card-block h6 {
    color: #fff
}

.panel.panel-default.color-purple {
    border-color: #d149d0
}

.panel.panel-default.color-purple .card-header {
    border-bottom-color: #d149d0
}

.panel.panel-yellow {
    border: none
}

.panel.panel-yellow .card-header {
    background-color: #ffb300;
    color: #fff;
    border-top: solid 1px #ffb300;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.panel.panel-yellow .card-block {
    border: none;
    background-color: #ffb300;
    border-top: 1px solid #ffb300;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff
}

.panel.panel-yellow .card-block h1, .panel.panel-yellow .card-block h2, .panel.panel-yellow .card-block h3, .panel.panel-yellow .card-block h4, .panel.panel-yellow .card-block h5, .panel.panel-yellow .card-block h6 {
    color: #fff
}

.panel.panel-default.color-yellow {
    border-color: #ffb300
}

.panel.panel-default.color-yellow .card-header {
    border-bottom-color: #ffb300
}

.panel form > .form-group:last-child {
    margin-bottom: 5px
}

.card {
    border-radius: 10px !important;
    border: solid 1px #dee0e1;
    margin: 0;
    box-shadow: 0px 0px 30px rgba(37, 98, 143, 0.12);

}

.card + .card {
    margin-top: 30px
}

.card.card-tabs .card-block {
    padding: 0
}

.card.card-tabs .tabs-container {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.card.card-tabs .tabs-container.tabs-vertical > .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card.card-tabs .tabs-container.tabs-vertical > .tab-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card.card-tabs .tabs-container.tabs-vertical .tab-content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card > .card-header {
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card > .card-header::after {
    display: none
}

.card > .card-header > .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-right: 10px
}

.card > .card-header > .controls > .control {
    color: #b5beda;
    margin-right: 5px
}

.card > .card-header > .controls > .control > .icon {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400
}

.card > .card-header > .controls > .control + .control {
    margin-left: 5px
}

.card > .card-header > .controls > .control:hover {
    color: #93a1c9
}

.card > .card-header > .controls > .control:last-child {
    margin-right: 0
}

.card > .card-block h1, .card > .card-block h2, .card > .card-block h3, .card > .card-block h4, .card > .card-block h5, .card > .card-block h6 {
    margin-top: 0;
    margin-bottom: 20px
}

.card > .card-block > .items-block + .items-block {
    margin-top: 20px
}

.card > .card-block > .items-block > .btn + .btn:not(.btn-block) {
    margin-left: 10px
}

.card > .card-block > .items-block > .btn-group + .btn-group {
    margin-left: 10px
}

.card > .card-block > .text-block {
    margin-bottom: 20px
}

.card > .card-block > .text-block:last-child {
    margin-bottom: 0
}

.card > .card-block > .text-block > .name {
    font-size: 10px;
    color: rgba(51, 51, 51, .6);
    margin-bottom: 10px;
    text-transform: uppercase
}

.card > .card-block > .text-block > .text {
    font-size: 12px
}

.card > .card-block > .text-block > .tags > .badge {
    margin-right: 5px
}

.card > .card-block > .text-block > .tags > .badge:last-child {
    margin-bottom: 0
}

.card.card-image {
    padding: 20px
}

.card.card-image > .header {
    margin-top: 0
}

.card.card-image > img {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.card.card-image > .info {
    margin-top: 15px
}

.card > .card-block.card-block-table {
    padding: 0
}

.card > .card-block.card-block-table > .card-title {
    padding: 20px;
    margin: 0
}

.card > .card-block.card-block-table > .table {
    margin: 0
}

.card.dashboard-widget-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0
}

.card.dashboard-widget-fullscreen [data-control-content-visible] {
    display: none
}

.card.dashboard-widget-content-hidden > .card-header {
    border-bottom: none
}

.card.dashboard-widget-content-hidden [data-control-fullscreen], .card.dashboard-widget-content-hidden [data-control-refresh] {
    display: none
}

.card-widget {
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.card-widget .card-header {
    margin: 0;
    background: #fff;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 30px 10px 30px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}

.card-widget .card-header > .control {
    margin-right: -9px
}

.card-widget .card-header > .control .icon {
    font-size: 28px;
    color: #b6ada1
}

.card-widget .card-header > .controls .control-link {
    font-size: 12px;
    color: #858585
}

.card-widget .card-header > .controls .control-icon {
    font-size: 28px;
    color: #b6ada1;
    line-height: 27px;
    margin-top: -6px;
    display: inline-block;
    margin-right: 25px
}

.card-widget .card-block {
    padding: 0 30px 30px 30px
}

.card-widget .card-widget-datetime {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.67;
    color: #858585
}

.card-widget .card-widget-datetime .text-bold {
    color: #333
}

.card-widget.card-widget-simple .card-header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 30px 0 30px
}

.card-widget.card-widget-simple .card-header > .control {
    margin-right: -20px
}

.card-header {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #dee0e1;
    font-size: 17px;
    line-height: 20px;
    margin: 0 !important
}

.card-header:first-child {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.card-header-pills {
    padding: 0;
    margin: -7px -13px
}

.card-header-pills .nav-link {
    padding: 7px 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.card-header-pills .nav-link.active {
    background: #25628f
}

.card-header-tabs {
    padding: 0;
    background: 0 0;
    margin: -7px -13px -16px -13px
}

.card-header-tabs .nav-link {
    padding: .65em 1em;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px
}

.card-header-tabs .nav-link :active, .card-header-tabs .nav-link :focus, .card-header-tabs .nav-link:hover:not(.active) {
    border-color: transparent !important
}

.card-block {
    padding: 16px 20px;
    font-size: 13px
}

.card-footer {
    border-top: 1px solid #dee0e1;
    background: #f9fafb;
    color: rgba(0, 0, 0, .4);
    font-size: 13px;
    line-height: 20px;
    padding: 15px 20px
}

.card-text {
    font-size: 13px
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-color: rgba(255, 255, 255, .15)
}

.card-primary {
    background-color: #25628f;
    border-color: #25628f
}

.card-secondary {
    background-color: #ebebeb;
    border-color: #ebebeb
}

.card-secondary .card-header {
    border-bottom-color: rgba(0, 0, 0, .1)
}

.card-secondary .card-block, .card-secondary .card-blockquote, .card-secondary .card-footer, .card-secondary .card-header, .card-secondary .card-text {
    color: #333
}

.card-success {
    background-color: #4caf50;
    border-color: #4caf50
}

.card-info {
    background-color: #42a5f5;
    border-color: #42a5f5
}

.card-warning {
    background-color: #ffb300;
    border-color: #ffb300
}

.card-danger {
    background-color: #ef5350;
    border-color: #ef5350
}

[class*=card-outline-] .card-header {
    background: 0 0
}

[class*=card-outline-] .card-header[class*=bg-] {
    color: #fff
}

.card-outline-primary {
    border-color: #25628f
}

.card-outline-primary .card-footer, .card-outline-primary .card-header {
    border-color: #25628f
}

.card-outline-secondary {
    border-color: #ebebeb
}

.card-outline-secondary .card-footer, .card-outline-secondary .card-header {
    color: #333 !important;
    border-color: #ebebeb
}

.card-outline-info {
    border-color: #42a5f5
}

.card-outline-info .card-footer, .card-outline-info .card-header {
    border-color: #42a5f5
}

.card-outline-success {
    border-color: #4caf50
}

.card-outline-success .card-footer, .card-outline-success .card-header {
    border-color: #4caf50
}

.card-outline-warning {
    border-color: #ffb300
}

.card-outline-warning .card-footer, .card-outline-warning .card-header {
    border-color: #ffb300
}

.card-outline-danger {
    border-color: #ef5350
}

.card-outline-danger .card-footer, .card-outline-danger .card-header {
    border-color: #ef5350
}

.card-solid {
    border: none;
    position: relative
}

.card-solid .card-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ccc;
    border-bottom: none
}

.card-accordion .card-header {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1rem
}

.card-accordion .card-title {
    margin-bottom: 0;
    font-size: 1rem
}

.card-accordion .card-title a {
    position: relative;
    top: 1px
}

.progress {
    width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 16px;
    background-color: rgba(57, 81, 155, .1);
    font-size: 12px
}

.progress.rounded {
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.progress.progress-sm {
    height: 10px
}

.progress.progress-xs {
    height: 6px
}

.progress > .progress-bar {
    background-color: #25628f
}

.progress.progress-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.progress.progress-inline > .amount {
    margin-left: 10px;
    font-size: 12px
}

.badge {
    display: inline-block;
    padding: 7px 6px 6px 6px;
    font-size: 10px;
    font-weight: 500;
    line-height: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: DIN Next LT Arabic, sans-serif;
}

.badge.badge-pill {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.badge.notify {
    padding: 0 4px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    line-height: 18px;
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    border: none
}

.badge.sm {
    padding: 3px 6px;
    font-size: 9px
}

.badge:empty {
    display: inline-block
}

.badge-default {
    background-color: #eff1fc;
    border: 1px solid #eff1fc;
    color: #333
}

.badge-default-outline {
    background-color: transparent;
    border: 1px solid #c4cbe1;
    color: #333
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #eff1fc
}

.badge-primary {
    background-color: #25628f;
    border: 1px solid #25628f;
    color: #fff
}

.badge-primary-outline {
    background-color: transparent;
    border: solid 1px #25628f;
    color: #25628f
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #25628f
}

.badge-success {
    background-color: #4caf50;
    border: solid 1px #4caf50;
    color: #fff
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #4caf50
}

.badge-success-outline {
    background-color: transparent;
    border: solid 1px #4caf50;
    color: #4caf50
}

.badge-mantis {
    background-color: #81c159;
    border: solid 1px #81c159;
    color: #fff
}

.badge-mantis[href]:focus, .badge-mantis[href]:hover {
    background-color: #81c159
}

.badge-mantis-outline {
    background-color: transparent;
    border: solid 1px #81c159;
    color: #81c159
}

.badge-info {
    border: solid 1px #42a5f5;
    background-color: #42a5f5;
    color: #fff
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #42a5f5
}

.badge-info-outline {
    background-color: transparent;
    border: solid 1px #42a5f5;
    color: #42a5f5
}

.badge-warning {
    background-color: #f7ca18;
    border: solid 1px #f7ca18;
    color: #fff
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #f7ca18
}

.badge-warning-outline {
    background-color: transparent;
    color: #f7ca18;
    border: solid 1px #f7ca18
}

.badge-danger {
    background-color: #ef5350;
    border: solid 1px #ef5350;
    color: #fff
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ef5350
}

.badge-danger-outline {
    background-color: transparent;
    color: #ef5350;
    border: solid 1px #ef5350
}

.badge-pink {
    background-color: #d149d0;
    border: solid 1px #d149d0;
    color: #fff
}

.badge-pink[href]:focus, .badge-pink[href]:hover {
    background-color: #d149d0
}

.badge-pink-outline {
    background-color: transparent;
    color: #d149d0;
    border: solid 1px #d149d0
}

.badge-cranberry {
    background-color: #df538b;
    border: solid 1px #df538b;
    color: #fff
}

.badge-cranberry[href]:focus, .badge-cranberry[href]:hover {
    background-color: #df538b
}

.badge-cranberry-outline {
    background-color: transparent;
    color: #df538b;
    border: solid 1px #df538b
}

.badge-grey {
    background-color: #858585;
    border: solid 1px #858585;
    color: #fff
}

.badge-grey[href]:focus, .badge-grey[href]:hover {
    background-color: #858585
}

.badge-grey-outline {
    background-color: transparent;
    color: #858585;
    border: solid 1px #858585
}

.badge-fuchsia-pink {
    background-color: #d149cc;
    border: solid 1px #d149cc;
    color: #fff
}

.badge-cerise-red {
    background-color: #e23e57;
    border: solid 1px #e23e57;
    color: #fff
}

.badge-crusta {
    background-color: #e79716;
    border: solid 1px #e79716;
    color: #fff
}

.badge-medium-purple {
    background-color: #9043d8;
    border: solid 1px #9043d8;
    color: #fff
}

.badge-royal-blue {
    background-color: #4160de;
    border: solid 1px #4160de;
    color: #fff
}

.badge-persian-green {
    background-color: #02a388;
    border: solid 1px #02a388;
    color: #fff
}

.badge-dark-tan {
    background-color: #630a10;
    border: solid 1px #630a10;
    color: #fff
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge {
    font-size: 75%
}

h1 .badge {
    padding: 5px 10px;
    line-height: 1.2
}

h2 .badge {
    line-height: 1
}

h4 .badge, h5 .badge {
    padding: 5px
}

h6 .badge {
    padding: 3px
}

.badge-circle {
    vertical-align: middle;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.badge.circle {
    padding: 0;
    background: 0 0;
    border: none;
    color: #333;
    text-transform: none;
    font-size: 12px;
    font-weight: 400
}

.badge.circle:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border: solid 3px transparent;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 2px
}

.badge.circle.badge-default:before {
    border-color: #ebeef5
}

.badge.circle.badge-primary:before {
    border-color: #25628f
}

.badge.circle.badge-success:before {
    border-color: #4caf50
}

.badge.circle.badge-info:before {
    border-color: #42a5f5
}

.badge.circle.badge-warning:before {
    border-color: #f7ca18
}

.badge.circle.badge-danger:before {
    border-color: #ef5350
}

.badge.circle.badge-purple:before {
    border-color: #d149d0
}

.popover {
    font-family: DIN Next LT Arabic, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #dee0e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff
}

.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #dee0e1;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #dee0e1;
    border-left-width: 0
}

.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #dee0e1
}

.popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #dee0e1
}

.popover-title {
    font-size: 14px;
    color: #333;
    padding: 12px 20px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #dee0e1;
    -webkit-border-radius: -.7rem -.7rem 0 0;
    border-radius: -.7rem -.7rem 0 0
}

.popover-content {
    padding: 20px
}

.tooltip {
    font-family: DIN Next LT Arabic, sans-serif;
    font-size: 13px;
    opacity: 1 !important
}

.tooltip.in {
    opacity: 1
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #333
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    border-right-color: #333
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #333
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    border-left-color: #333
}

.tooltip-inner {
    max-width: 220px;
    padding: 10px 21px;
    background-color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1 !important
}

.pagination {
    padding-left: 0;
    margin: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    color: #fff;
    background-color: #25628f;
    border-color: #25628f
}

.pagination-disabled .page-item .page-link, .pagination-disabled .page-item .page-link:focus, .pagination-disabled .page-item .page-link:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #d7dceb
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #d7dceb
}

.page-link {
    font-size: 13px;
    padding: 8px 14px;
    color: #25628f;
    background-color: #fff;
    border: 1px solid #c4cbe1
}

.page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #ebeef5;
    border-color: #c4cbe1;
    text-decoration: none
}

.pagination-lg .page-link {
    padding: 15px 21px;
    font-size: 18px
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination-sm .page-link {
    padding: 5px 11px;
    font-size: 12px
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pager {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.pager li + li {
    margin-left: 10px
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: solid 1px #25628f;
    color: #25628f;
    font-weight: 500
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #ebeef5
}

.pager.pager-disabled li > a, .pager.pager-disabled li > a:focus, .pager.pager-disabled li > a:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #c4cbe1
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #c4cbe1
}

.pager .disabled > span {
    color: #8997c3;
    background-color: #fff
}

.table td.checkbox {
    text-align: center;
    padding: 0 0 0 16px
}

.table td.checkbox > .custom-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    top: 1px
}

.table.no-main-row .st-head-row.st-head-row-main {
    display: none
}

.table thead th {
    border-bottom: 1px solid #dee0e1;
    color: #333;
    font-size: 13px;
    font-weight: bold !important;
}

.table td, .table th {
    border-top: 1px solid #dee0e1;
    padding: 10px 25px
}

.table td {
    color: #333;
    font-size: 13px
}

.table td .table-cell-header {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #858585
}

.table td .text-light, .table td.text-light {
    color: #858585
}

.table .table-row-separator td, .table .table-row-separator th, .table .thead-default td, .table .thead-default th, .table .thead-default td, .table .thead-default th {
    background-color: #ebeef5
}

.table.text-light td, .table.text-light td {
    color: #858585
}

.table .dl-horizontal {
    margin-left: -.9rem;
    margin-right: -.9rem
}

.table.table-hover tr:hover td {
    background: #f5f6fa
}

.table .checkbox-cell {
    padding: 10px 15px;
    vertical-align: top
}

.table .checkbox-cell > .custom-control {
    padding-left: 16px;
    margin: 0
}

.table .table-cell-block, .table .table-cell-block {
    overflow: hidden;
    height: auto;
    vertical-align: middle
}

.table .table-cell-block.image img, .table .table-cell-block.image img, .table .table-cell-block.image img, .table .table-cell-block.image img {
    width: 36px;
    height: 36px
}

.table .table-cell-block .image-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-text-container, .table .table-cell-block .status-block-container, .table .table-cell-block .text-block-container, .table .table-cell-block .image-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-text-container, .table .table-cell-block .status-block-container, .table .table-cell-block .text-block-container {
    float: left;
    vertical-align: middle
}

.table .table-cell-block .image-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-text-container, .table .table-cell-block .status-block-container, .table .table-cell-block .text-block-container, .table .table-cell-block .image-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-text-container, .table .table-cell-block .status-block-container, .table .table-cell-block .text-block-container {
    float: right;
    vertical-align: middle
}

.table .table-cell-block .image-block-container, .table .table-cell-block .image-block-container, .table .table-cell-block .image-block-container, .table .table-cell-block .image-block-container {
    margin-left: 12px
}

.table .table-cell-block .progress-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-block-container, .table .table-cell-block .progress-block-container {
    width: 80px
}

.table .table-cell-block .progress-block-container .progress, .table .table-cell-block .progress-block-container .progress, .table .table-cell-block .progress-block-container .progress, .table .table-cell-block .progress-block-container .progress {
    margin-top: 4px;
    margin-bottom: 0
}

.table .table-cell-block .progress-text-container, .table .table-cell-block .progress-text-container {
    margin-right: 14px;
    vertical-align: middle
}

.table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block, .table .table-cell-block .status-block-container .status-block {
    vertical-align: middle;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: 7px
}

.table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info, .table .table-cell-block .status-block-container .status-block.status-block-info {
    border-color: #42a5f5
}

.table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success, .table .table-cell-block .status-block-container .status-block.status-block-success {
    border-color: #4caf50
}

.table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink, .table .table-cell-block .status-block-container .status-block.status-block-pink {
    border-color: #d149d0
}

.table .table-cell-block.block-danger, .table .table-cell-block.block-danger, .table .table-cell-block.block-danger, .table .table-cell-block.block-danger {
    vertical-align: middle;
    padding: 9px;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fdf0ed
}

.table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text, .table .table-cell-block.block-danger .text-block-sub-text {
    color: #ef5350
}

.table .text-block-container, .table .text-block-container {
    vertical-align: middle
}

.table .text-block-container .text-block-sub-text, .table .text-block-container .text-block-sub-text, .table .text-block-container .text-block-sub-text, .table .text-block-container .text-block-sub-text {
    vertical-align: middle;
    font-size: 11px;
    color: #858585
}

.table .table-actions {
    width: 43px;
    padding: 0
}

.table .table-actions .btn-link {
    color: #8897c3;
    font-size: 18px;
    padding: 0;
    margin: 0;
    display: block
}

.table .table-actions .dropdown.open .btn-link {
    color: #333
}

.table .table-actions .dropdown.open .dropdown-menu {
    margin-right: 4px
}

.table .table-actions .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border: solid 1px #c4cbe1;
    margin: 4px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.table .table-actions .dropdown-menu .dropdown-item {
    color: #474747;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #c4cbe1
}

.table .table-actions .dropdown-menu .dropdown-item:hover {
    background-color: #ebeef5;
    color: #333
}

.table .table-actions .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.table .table-actions .dropdown-menu .dropdown-item .icon, .table .table-actions .dropdown-menu .dropdown-item .icon {
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 1px
}

.table .table-actions .dropdown-menu .dropdown-divider {
    display: none
}

.table .row-checked td, .table .row-checked th {
    background-color: rgba(57, 81, 155, .05)
}

.table.cells-vertical-align-middle td, .table.cells-vertical-align-middle th, .table.vertical-align-middle td, .table.vertical-align-middle th {
    vertical-align: middle
}

.table.tbale-sm td, .table.tbale-sm th, .table.table-sm td, .table.table-sm th {
    padding: 7px 20px
}

.table-bordered {
    border: 1px solid #dee0e1
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee0e1
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6fa
}

.card.panel-table .card-block, .card.panel-table .card-block {
    padding: 0
}

.card.panel-table .card-block .table, .card.panel-table .card-block .table {
    margin-bottom: 0
}

.card.panel-table .card-block .table thead th, .card.panel-table .card-block .table thead th {
    border-top: none
}

.card.panel-table .card-block .table tr:first-child td, .card.panel-table .card-block .table tr:first-child th, .card.panel-table .card-block .table tr:first-child td, .card.panel-table .card-block .table tr:first-child th {
    border-top: none
}

.card.panel-table .card-block .table-bordered, .card.panel-table .card-block .table-bordered {
    border: none
}

.card.panel-table .card-block .table-bordered thead tr:last-child td, .card.panel-table .card-block .table-bordered thead tr:last-child th, .card.panel-table .card-block .table-bordered thead tr:last-child td, .card.panel-table .card-block .table-bordered thead tr:last-child th {
    border-bottom: 1px solid #dee0e1
}

.card.panel-table .card-block .table-bordered tr:first-child td, .card.panel-table .card-block .table-bordered tr:first-child th, .card.panel-table .card-block .table-bordered tr:first-child td, .card.panel-table .card-block .table-bordered tr:first-child th {
    border-top: none
}

.card.panel-table .card-block .table-bordered td:first-child, .card.panel-table .card-block .table-bordered th:first-child, .card.panel-table .card-block .table-bordered td:first-child, .card.panel-table .card-block .table-bordered th:first-child {
    border-left: none
}

.card.panel-table .card-block .table-bordered td:last-child, .card.panel-table .card-block .table-bordered th:last-child, .card.panel-table .card-block .table-bordered td:last-child, .card.panel-table .card-block .table-bordered th:last-child {
    border-right: none
}

.card.panel-table .card-block .table-bordered tr:last-child td, .card.panel-table .card-block .table-bordered tr:last-child th, .card.panel-table .card-block .table-bordered tr:last-child td, .card.panel-table .card-block .table-bordered tr:last-child th {
    border-bottom: none
}

.log-table > .header {
    font-weight: 400;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.log-table > .header.xs {
    font-size: 14px;
    font-weight: 500
}

.log-table > .header a {
    font-size: 14px
}

.log-table > .table thead th {
    background-color: #f5f6fa
}

.log-table > .table td, .log-table > .table th {
    border: none
}

.log-table > .table td {
    padding: 15px 20px
}

.log-table > .table .icon {
    font-size: 19px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 2px
}

.log-table > .table .download {
    width: 140px
}

.table-info tr td {
    vertical-align: middle;
    padding-bottom: 10px
}

.table-info tr:last-child td {
    padding-bottom: 0
}

.table-info .icon {
    font-size: 16px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -1px
}

.table-details {
    width: 100%
}

.table-details td {
    width: 50%;
    padding-bottom: 20px
}

.table-details td > .header {
    font-size: 10px;
    font-weight: 500;
    color: #858585;
    text-transform: uppercase;
    margin-bottom: 5px
}

.table-details td > .body > .icon {
    font-size: 16px;
    display: inline-block;
    margin-right: 4px
}

.table-details td > .body .btn {
    margin-top: 10px
}

.table-details td > .body .user {
    color: #333
}

.table-details td > .body .user > .avatar {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px
}

.table-cells-vertical-align-middle td {
    vertical-align: middle
}

.tabs-page-container {
    background: #f5f6fa;
    padding: 0
}

.tabs-page-container .tabs-container-description {
    padding: 30px
}

.tabs-page-container .tabs-container-description > h3 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}

.tabs-page-container .tabs-container-description > p {
    color: #858585;
    margin-top: 5px;
    margin-bottom: 0
}

.tabs-page-container > .tab-content {
    background: #fff
}

.tabs-page-container > .tab-content > .tab-pane {
    padding: 30px
}

.tabs-page-container > .nav-tabs .nav-item:first-child {
    margin-left: 30px
}

.nav.nav-tabs {
    border-bottom: 1px solid #d7dceb;
    border-color: #d7dceb;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav.nav-tabs.tabs-page-default .nav-link {
    position: relative;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #d7dceb;
    border-top: 1px solid #d7dceb;
    border-right: none;
    border-bottom: none
}

.nav.nav-tabs.tabs-page-default .nav-link > .badge {
    padding: 3px 6px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-left: 6px;
    line-height: 11px
}

.nav.nav-tabs.tabs-page-default .nav-link.active {
    font-weight: 500;
    background: #fff
}

.nav.nav-tabs.tabs-page-default .nav-link.active::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    display: block;
    background: #25628f;
    z-index: 1
}

.nav.nav-tabs.tabs-page-default .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #fff;
    z-index: 1
}

.nav.nav-tabs.tabs-page-default .nav-item + .nav-item {
    margin-left: 0
}

.nav.nav-tabs.tabs-page-default .nav-item:last-child .nav-link {
    border-right: 1px solid #d7dceb
}

.nav.nav-tabs .nav-item.dropdown .dropdown-menu {
    margin: 0;
    margin-top: 4px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav.nav-tabs .nav-item.dropdown.show > .nav-link, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover {
    position: relative
}

.nav.nav-tabs .nav-item.dropdown.show > .nav-link::before, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    display: block;
    background: #42a5f5;
    z-index: 1
}

.tabs-container .tab-content .tab-pane {
    padding: 20px
}

.tabs-container.tabs-primary .nav-link.active {
    position: relative
}

.tabs-container.tabs-primary .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: auto;
    left: -1px;
    right: -1px;
    top: -1px;
    height: 4px;
    display: block;
    background: #25628f;
    z-index: 1
}

.tabs-container.tabs-info .nav-link.active {
    position: relative
}

.tabs-container.tabs-info .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: auto;
    left: -1px;
    right: -1px;
    top: -1px;
    height: 4px;
    display: block;
    background: #42a5f5;
    z-index: 1
}

.tabs-container .nav-tabs .nav-item + .nav-item {
    margin-left: 0
}

.tabs-container .nav-tabs .nav-item .nav-link .icon {
    display: inline-block;
    margin-right: 7px;
    font-size: 23px;
    position: relative;
    top: 3px;
    line-height: 11px
}

.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link > .icon {
    margin: 0;
    margin-bottom: 10px;
    top: 0
}

.tabs-container.tabs-icons .nav-tabs .nav-item .nav-link .icon {
    margin-right: 0
}

.tabs-container.tabs-default {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #d7dceb
}

.tabs-container.tabs-default .nav-link {
    color: #333;
    line-height: 14px;
    position: relative;
    font-size: 14px;
    padding: 18px 20px
}

.tabs-container.tabs-default .nav-link.active {
    font-weight: 500
}

.tabs-container.tabs-default .nav-link:focus {
    color: #333
}

.tabs-container.tabs-default.tabs-header-default .nav-tabs {
    background: #f5f6fa
}

.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link {
    border: none
}

.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    display: block;
    z-index: 1;
    background: #d3edfc
}

.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    display: block;
    background: #42a5f5;
    z-index: 1
}

.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-tabs {
    border-top: 1px solid #d7dceb;
    border-bottom: none
}

.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-item {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link {
    border: none
}

.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link:hover::before {
    bottom: auto;
    top: 0
}

.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active:hover::before {
    bottom: auto;
    top: 0
}

.tabs-container.tabs-default.tabs-with-separator .nav-link {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active {
    background: #fff;
    border-left: solid 1px #d7dceb;
    border-right: solid 1px #d7dceb
}

.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #fff;
    z-index: 1
}

.tabs-container.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
    /*border-left: none;*/
    border-right: solid 1px #d7dceb
}

.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-tabs {
    border-top: 1px solid #d7dceb;
    border-bottom: none
}

.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item > .nav-link.active::after {
    display: none
}

.tabs-container.tabs-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.tabs-container.tabs-vertical.center-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-container.tabs-vertical.center-content .tab-content {
    text-align: center
}

.tabs-container.tabs-vertical .nav-item + .nav-item {
    margin-top: 0
}

.tabs-container.tabs-vertical .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-right: 1px solid #d7dceb
}

.tabs-container.tabs-vertical .nav-tabs .nav-item {
    margin-right: -1px;
    white-space: nowrap
}

.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item {
    text-align: center
}

.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item .icon {
    font-size: 23px;
    font-weight: 400;
    color: #25628f;
    width: 21px;
    margin-right: 0;
    position: relative;
    top: 3px;
    line-height: 11px
}

.tabs-container.tabs-vertical .tab-content {
    width: 100%
}

.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs {
    border: none;
    border-left: 1px solid #d7dceb
}

.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs.nav-tabs-icons .nav-item .nav-link .icon {
    margin-left: 0
}

.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-item {
    margin-right: 0;
    margin-left: -1px
}

.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link {
    padding-top: 18px
}

.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link:hover::before {
    content: '';
    height: 100%;
    width: 4px;
    display: block;
    z-index: 1;
    right: 0;
    left: auto;
    background: #d3edfc
}

.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active:hover::before {
    content: '';
    height: 100%;
    width: 4px;
    display: block;
    background: #42a5f5;
    z-index: 1;
    right: 0;
    left: auto
}

.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active:hover::before {
    right: auto;
    left: 0
}

.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link:hover::before {
    right: auto;
    left: 0
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link {
    border-right: 1px solid #d7dceb
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active {
    border: none;
    border-top: 1px solid #d7dceb;
    border-bottom: 1px solid #d7dceb
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active:after {
    display: none
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
    border-top: none
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:last-child .nav-link.active {
    border-bottom: none
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link {
    border-right: none;
    border-left: 1px solid #d7dceb
}

.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link.active {
    border: none;
    border-top: 1px solid #d7dceb;
    border-bottom: 1px solid #d7dceb
}

.tabs-container.tabs-pills .nav-pills .nav-item {
    margin-left: 10px
}

.tabs-container.tabs-pills .nav-pills .nav-item:first-child {
    margin-left: 0
}

.tabs-container.tabs-pills .nav-pills .nav-link {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.tabs-container.tabs-pills .nav-pills .nav-link:hover {
    background-color: #e9f6fe
}

.tabs-container.tabs-pills .nav-pills .nav-link .active:focus, .tabs-container.tabs-pills .nav-pills .nav-link .active:hover, .tabs-container.tabs-pills .nav-pills .nav-link.active {
    color: #fff;
    background-color: #42a5f5;
    font-weight: 500
}

.tabs-container.tabs-pills .tab-content {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #d7dceb;
    margin-top: 10px
}

.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link {
    border-right: 1px solid #d7dceb
}

.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link.active {
    border-left: none
}

.tabs-container.full {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tabs-container.full .nav-tabs {
    padding-left: 30px;
    padding-right: 30px;
    border-color: rgba(57, 80, 155, .2)
}

.tabs-container.full.light > .nav-tabs .nav-link:not(.active) {
    color: #858585
}

.tabs-container.full > .nav-tabs > .nav-item > .nav-link {
    font-size: 14px;
    padding: 20px 18px
}

.tabs-container.full .tab-pane {
    padding: 30px
}

@media screen and (max-width: 992px) {
    .tabs-page-container [class*=col-] .tabs-container {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 580px) {
    .tabs-page-container .nav.nav-tabs.tabs-full-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item {
        margin: 0
    }

    .tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item > .nav-link.active {
        border-bottom: 1px solid #d7dceb
    }
}

.modal .modal-content {
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.modal .modal-body {
    padding: 20px
}

.modal .modal-body p:last-child {
    margin-bottom: 0
}

.modal .modal-header {
    padding: 16px 20px 14px 20px;
    border-bottom: 1px solid #dee0e1
}

.modal .modal-header .close {
    margin-top: 2px;
    font-size: 16px;
    color: #8997c3;
    opacity: .8
}

.modal .modal-header .close:hover {
    opacity: 1
}

.modal .modal-header h5 {
    margin: 0
}

.modal .modal-footer {
    padding: 15px 20px;
    text-align: right;
    border-top: 1px solid #dee0e1
}

.alert {
    padding: 17px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .1);
    font-size: 12px;
    font-weight: 400;
    color: #333;
    position: relative
}

.alert > ul {
    margin: 0;
    padding-left: 30px
}

.alert > .icon {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.alert > .close {
    position: relative;
    top: -8px;
    right: -8px;
    text-shadow: none
}

.alert > .close > span {
    font-size: 16px;
    font-weight: 700
}

.alert > .actions .btn + .btn {
    margin-left: 10px
}

.alert > .inline-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.alert > .inline-image-block > .image {
    margin-right: 15px
}

.alert > .alert-heading {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0
}

.alert > .image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.alert > .image-block > .image {
    width: 36px;
    height: 36px;
    margin-right: 10px
}

.alert > .image-block > .info > .name {
    font-weight: 500;
    display: block;
    margin-bottom: 3px
}

.alert > .image-block > .info > .text {
    color: rgba(51, 51, 51, .8);
    display: block
}

.alert::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background: 0 0;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.alert.solid {
    border: none;
    color: #fff
}

.alert.solid::before {
    left: 0;
    top: 0;
    bottom: 0
}

.alert.solid > .alert-heading {
    color: #fff
}

.alert.solid > .close {
    opacity: .5
}

.alert.solid > .close:hover {
    opacity: .9
}

.alert.solid > .close > span {
    color: #fff
}

.alert.solid > .image-block > .info > .text {
    color: #fff
}

.alert.solid > .actions > .cancel {
    color: #fff;
    background: 0 0;
    border: solid 1px rgba(255, 255, 255, .2)
}

.alert.solid-light > .actions > .cancel {
    background: 0 0
}

.alert.active-border::before {
    background: #e5e5e5
}

.alert.alert-primary {
    border-color: #d0d4e7
}

.alert.alert-primary.active-border::before {
    background: #d0d4e7
}

.alert.alert-primary.solid {
    background: #25628f
}

.alert.alert-primary.solid.active-border::before {
    background: #18415e
}

.alert.alert-primary.solid > .actions > .approve {
    background: #18415e;
    border-color: #18415e
}

.alert.alert-primary.solid-light {
    background: #f5f6fa
}

.alert.alert-danger {
    border-color: #fbe0db
}

.alert.alert-danger.active-border::before {
    background: #fbe0db
}

.alert.alert-danger.solid {
    background: #ef5350
}

.alert.alert-danger.solid.active-border::before {
    background: #e53935
}

.alert.alert-danger.solid > .actions > .approve {
    background: #e53935;
    border-color: #e53935
}

.alert.alert-danger.solid-light {
    background: #fdefed
}

.alert.alert-info {
    border-color: #d3edfc
}

.alert.alert-info.active-border::before {
    background: #d3edfc
}

.alert.alert-info.solid {
    background: #42a5f5
}

.alert.alert-info.solid.active-border::before {
    background: #1e88e5
}

.alert.alert-info.solid > .actions > .approve {
    background: #1e88e5;
    border-color: #1e88e5
}

.alert.alert-info.solid-light {
    background: #e8f6fd
}

.alert.alert-success {
    border-color: #c0f0d4
}

.alert.alert-success.active-border::before {
    background: #c0f0d4
}

.alert.alert-success.solid {
    background: #4caf50
}

.alert.alert-success.solid.active-border::before {
    background: #388e3c
}

.alert.alert-success.solid > .actions > .approve {
    background: #388e3c;
    border-color: #388e3c
}

.alert.alert-success.solid-light {
    background: #eaf9f0
}

.alert.alert-warning {
    border-color: #f5ebb6
}

.alert.alert-warning.active-border::before {
    background: #f5ebb6
}

.alert.alert-warning.solid {
    background: #ffb300
}

.alert.alert-warning.solid.active-border::before {
    background: #ff8f00
}

.alert.alert-warning.solid > .actions > .approve {
    background: #ff8f00;
    border-color: #ff8f00
}

.alert.alert-warning.solid-light {
    background: #fbf8e6
}

.breadcrumb-item{
    float: right !important;
}

.breadcrumb.default {
    padding: 0;
    margin: 0;
    background: 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dee0e1
}

.breadcrumb.default > .breadcrumb-item {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 400;
    color: #858585
}

.breadcrumb.default > .breadcrumb-item:after, .breadcrumb.default > .breadcrumb-item:before {
    display: none
}

.breadcrumb.default > .breadcrumb-item.active {
    color: rgba(133, 133, 133, .6)
}

.breadcrumb.default > .breadcrumb-item + .breadcrumb-item {
    border-right: 1px solid #dee0e1
}

.breadcrumb.default > .breadcrumb-icon {
    padding: 5px 6px
}

.breadcrumb.default > .breadcrumb-icon > .icon {
    font-size: 16px;
    line-height: 14px;
    color: #858585;
    position: relative;
    top: 2px
}

.color-preview {
    height: 100px;
    color: #fff
}

.color-preview-active, .color-preview-default {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.color-preview-default {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.color-preview-active {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.color-preview-primary .color-preview-default {
    background: #25628f
}

.color-preview-primary .color-preview-active {
    background: #1d4c6f
}

.color-preview-info .color-preview-default {
    background: #42a5f5
}

.color-preview-info .color-preview-active {
    background: #1e88e5
}

.color-preview-success .color-preview-default {
    background: #4caf50
}

.color-preview-success .color-preview-active {
    background: #388e3c
}

.color-preview-warning .color-preview-default {
    background: #ffb300
}

.color-preview-warning .color-preview-active {
    background: #ff8f00
}

.color-preview-danger .color-preview-default {
    background: #ef5350
}

.color-preview-danger .color-preview-active {
    background: #e53935
}

.color-preview-secondary {
    color: #333
}

.color-preview-secondary .color-preview-default {
    background: #ebebeb
}

.color-preview-secondary .color-preview-active {
    background: #d7d7d7
}

.color-preview-cinnabar .color-preview-default {
    background: #e74c3c
}

.color-preview-cinnabar .color-preview-active {
    background: #dc3125
}

.color-preview-zest .color-preview-default {
    background: #e67e22
}

.color-preview-zest .color-preview-active {
    background: #da5e13
}

.color-preview-supernova .color-preview-default {
    background: #ffcd02
}

.color-preview-supernova .color-preview-active {
    background: #ffb901
}

.color-preview-pavlova .color-preview-default {
    background: #d5c295
}

.color-preview-pavlova .color-preview-active {
    background: #c3ab76
}

.color-preview-pickled-bluewood .color-preview-default {
    background: #34495e
}

.color-preview-pickled-bluewood .color-preview-active {
    background: #1f2f40
}

.color-preview-mine-shaft .color-preview-default {
    background: #2b2b2b
}

.color-preview-mine-shaft .color-preview-active {
    background: #191919
}

.color-preview-wisteria .color-preview-default {
    background: #9b59b6
}

.color-preview-wisteria .color-preview-active {
    background: #7c3c9c
}

.color-preview-ming .color-preview-default {
    background: #3a6f81
}

.color-preview-ming .color-preview-active {
    background: #1f2f40
}

.color-preview-curious-blue .color-preview-default {
    background: #3498db
}

.color-preview-curious-blue .color-preview-active {
    background: #1f79cb
}

.color-preview-shamrock .color-preview-default {
    background: #2ecc71
}

.color-preview-shamrock .color-preview-active {
    background: #1bb751
}

.color-preview-mountain-meadow .color-preview-default {
    background: #1abc9c
}

.color-preview-mountain-meadow .color-preview-active {
    background: #0ea37d
}

.color-preview-porcelain {
    color: #000
}

.color-preview-porcelain .color-preview-default {
    background: #ecf0f1
}

.color-preview-porcelain .color-preview-active {
    background: #e3e9ea
}

.color-preview-cascade .color-preview-default {
    background: #95a5a6
}

.color-preview-cascade .color-preview-active {
    background: #768889
}

.color-preview-killarney .color-preview-default {
    background: #345f41
}

.color-preview-killarney .color-preview-active {
    background: #1f4129
}

.color-preview-blue-marguerite .color-preview-default {
    background: #745ec5
}

.color-preview-blue-marguerite .color-preview-active {
    background: #5440ae
}

.color-preview-millbrook .color-preview-default {
    background: #5e4534
}

.color-preview-millbrook .color-preview-active {
    background: #402c1f
}

.color-preview-cosmic .color-preview-default {
    background: #5e345e
}

.color-preview-cosmic .color-preview-active {
    background: #401f40
}

.color-preview-flory .color-preview-default {
    background: #ef717a
}

.color-preview-flory .color-preview-active {
    background: #e7515a
}

.color-preview-atlantis .color-preview-default {
    background: #a5c63b
}

.color-preview-atlantis .color-preview-active {
    background: #88b024
}

.color-preview-persian-pink .color-preview-default {
    background: #f47cc3
}

.color-preview-persian-pink .color-preview-active {
    background: #ee5cac
}

.color-preview-nutmeg .color-preview-default {
    background: #79302a
}

.color-preview-nutmeg .color-preview-active {
    background: #591c18
}

.color-preview-donkey-brown .color-preview-default {
    background: #a38671
}

.color-preview-donkey-brown .color-preview-active {
    background: #856651
}

.color-preview-perano .color-preview-default {
    background: #b8c9f1
}

.color-preview-perano .color-preview-active {
    background: #9eb3ea
}

.color-preview-kashmir-blue .color-preview-default {
    background: #5065a1
}

.color-preview-kashmir-blue .color-preview-active {
    background: #344683
}

.color-preview-dark-tan .color-preview-default {
    background: #630a10
}

.color-preview-dark-tan .color-preview-active {
    background: #42060f
}

.color-preview-persian-green .color-preview-default {
    background: #02a388
}

.color-preview-persian-green .color-preview-active {
    background: #006758
}

.color-preview-royal-blue .color-preview-default {
    background: #4160de
}

.color-preview-royal-blue .color-preview-active {
    background: #2a4085
}

.color-preview-crusta .color-preview-default {
    background: #e79716
}

.color-preview-crusta .color-preview-active {
    background: #f96800
}

.color-preview-medium-purple .color-preview-default {
    background: #9043d8
}

.color-preview-medium-purple .color-preview-active {
    background: #5b2e81
}

.color-preview-cerise-red .color-preview-default {
    background: #e23e57
}

.color-preview-cerise-red .color-preview-active {
    background: #882535
}

.navbar {
    height: 60px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.navbar .dropdown .dropdown-menu {
    min-width: 220px;
    overflow: visible
}

.navbar .dropdown .dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 229px
}

.navbar .dropdown.open > .dropdown-menu {
    display: block
}

.navbar .nav-item {
    padding: 0;
    margin: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.navbar .nav-item + .nav-item {
    margin: 0;
    border-left: none
}

.navbar .nav-item.show .dropdown-menu {
    margin: 0;
    width: 200px;
    border: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.navbar .nav-item.show .dropdown-menu.primary .dropdown-item.active:before {
    background: #25628f
}

.navbar .nav-item.show .dropdown-menu.info .dropdown-item.active:before {
    background: #42a5f5
}

.navbar .nav-item.show .dropdown-menu.success .dropdown-item.active:before {
    background: #4caf50
}

.navbar .nav-item.show .dropdown-menu.warning .dropdown-item.active:before {
    background: #ffb300
}

.navbar .nav-item.show .dropdown-menu.danger .dropdown-item.active:before {
    background: #ef5350
}

.navbar .nav-item.show .dropdown-menu.fuchsia-pink .dropdown-item.active:before {
    background: #d149cc
}

.navbar .nav-item.show .dropdown-menu.cerise-red .dropdown-item.active:before {
    background: #e23e57
}

.navbar .nav-item.show .dropdown-menu.crusta .dropdown-item.active:before {
    background: #e79716
}

.navbar .nav-item.show .dropdown-menu.medium-purple .dropdown-item.active:before {
    background: #9043d8
}

.navbar .nav-item.show .dropdown-menu.royal-blue .dropdown-item.active:before {
    background: #4160de
}

.navbar .nav-item.show .dropdown-menu.persian-green .dropdown-item.active:before {
    background: #02a388
}

.navbar .nav-item.show .dropdown-menu.dark-tan .dropdown-item.active:before {
    background: #630a10
}

.navbar .nav-item.show .dropdown-menu .dropdown-item {
    border: none;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    position: relative
}

.navbar .nav-item.show .dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    width: 4px;
    background: 0 0
}

.navbar .nav-item.show .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.navbar .nav-item.show .dropdown-menu .dropdown-item > .nav-link {
    border-bottom: none
}

.navbar .nav-item.show .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
    height: 11px
}

.navbar .nav-item.show .dropdown-menu .dropdown-item > .icon {
    font-size: 21px;
    line-height: 21px;
    margin-left: 15px
}

.navbar .nav-item.show .dropdown-menu .dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar .nav-item.show .dropdown-menu .dropdown > .dropdown-toggle {
    font-weight: 400;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .nav-link {
    margin: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    border-left:0 ;
}

.navbar .nav-link.dropdown-toggle:after {
    height: 15px;
    margin-right: 11px
}

.navbar .navbar-brand {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    padding: 0 25px;
    margin: 0
}

.navbar .navbar-brand .logo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 29px
}

.navbar .navbar-brand .sidebar-mobile-toggle, .navbar .navbar-brand .sidebar-toggle {
    margin-left: 14px;
    font-size: 21px;
    line-height: 21px;
    position: relative
}

.navbar .navbar-brand .sidebar-mobile-toggle > .icon, .navbar .navbar-brand .sidebar-toggle > .icon {
    font-weight: 700
}

.navbar .navbar-brand .sidebar-mobile-toggle {
    display: none
}

.navbar .navbar-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.navbar > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.navbar > .wrapper > .nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar > .wrapper > .nav > .navbar-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form {
    padding: 0 30px
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control {
    width: 265px;
    height: 36px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control::-moz-placeholder {
    font-size: 12px;
    font-weight: 400
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control::placeholder {
    font-size: 12px;
    font-weight: 400
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .icon-addon > .icon {
    font-size: 18px;
    position: relative;
    top: 1px
}

.navbar > .wrapper > .nav > .navbar-menu > .search-form .search-close, .navbar > .wrapper > .nav > .navbar-menu > .search-form .search-open {
    display: none
}

.navbar > .wrapper > .nav > .navbar-menu > .btn-action {
    border-right: none
}
.btn-live {
    padding: 10px 20px 10px 25px;
}
.btn-live span {
    position: relative;
    top: -5px;
    right: 5px;
    font-size: 14px;
}

.btn-live svg path#on-air-out {
    animation: on-air-out 2s infinite;
}

.btn-live svg path#on-air-in {
    animation: on-air-in 2s infinite;
}

@keyframes on-air-circle {
    0% {
        opacity: .1;
        transform: scale(1);
    }
    25%  { opacity: 1;
        transform: scale(2.4);}
    50%  { opacity: 1;}
    75%  { opacity: 1;
        transform: scale(1)}
    100% { opacity: .3; }
}

@keyframes on-air-in {
    0%   { opacity: .3; }
    25%  { opacity: .3; }
    50%  { opacity: 1; }
    75%  { opacity: 1; }
    100% { opacity: .3; }
}

@keyframes on-air-out {
    0%   { opacity: .3; }
    50%  { opacity: .3; }
    75%  { opacity: 1; }
    100% { opacity: .3; }
}

.navbar > .wrapper > .nav > .navbar-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-left: 30px
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block {
    border-right: none;
    padding: 0;
    height: 60px
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block:hover {
    background: 0 0
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block > .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block > .btn > span {
    display: block
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block > .btn > span:first-child {
    margin-top: 2px;
    margin-bottom: 4px
}

.navbar > .wrapper > .nav > .navbar-actions > .btn-action-block > .btn > span:last-child {
    font-size: 14px;
    line-height: 30px;
}


.navbar > .wrapper > .nav > .navbar-actions > .languages.show > .dropdown-menu {
    width: 336px;
    min-width: 336px;
    height: 300px;
    margin: 0
}

.navbar > .wrapper > .nav > .navbar-actions > .languages .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navbar > .wrapper > .nav > .navbar-actions > .languages .wrapper > .language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 168px;
    list-style: none;
    font-weight: 500;
    padding: 0 24px
}

.navbar > .wrapper > .nav > .navbar-actions > .languages .wrapper > .language > .icon {
    font-size: 16px;
    line-height: 14px
}

.navbar > .wrapper > .nav > .navbar-actions > .languages .wrapper > .language > .text {
    margin-left: 20px;
    font-weight: 400
}

.navbar > .wrapper > .nav > .navbar-actions > .languages .wrapper > .language.selected {
    opacity: .6
}

.navbar > .wrapper > .nav > .navbar-actions > .languages > .nav-link > .text {
    display: none
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .nav-link {
    padding: 0 24px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .nav-link > .icon {
    position: relative;
    font-size: 22px;
    line-height: 22px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .nav-link > .icon > .badge {
    position: absolute;
    right: -7px;
    top: -6px;
    min-width: 18px;
    min-height: 18px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 0 5px 0 6px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .nav-link > .text {
    display: none
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .nav-link:after {
    display: none
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu {
    width: 360px;
    height: 342px;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tabs-actions {
    position: absolute;
    top: 15px;
    right: 0
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tabs-actions > a > .icon {
    font-size: 21px;
    line-height: 21px;
    margin-right: 14px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tabs-actions > a > .icon.fa-plus {
    position: relative;
    top: 1px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tabs-actions > a > .icon.fa-search {
    font-size: 15px;
    line-height: 15px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs {
    height: 48px;
    min-height: 48px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs > .nav-item {
    height: 47px;
    padding: 0;
    font-size: 13px;
    border: none;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 85px;
    text-align: center;
    position: relative;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs > .nav-item > .nav-link {
    padding: 0;
    height: 47px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #858585;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active {
    color: #333;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: 0 0
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs > .nav-item:hover {
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.primary > .nav-item > .nav-link.active:after {
    background: #25628f
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.info > .nav-item > .nav-link.active:after {
    background: #42a5f5
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.success > .nav-item > .nav-link.active:after {
    background: #4caf50
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.danger > .nav-item > .nav-link.active:after {
    background: #ef5350
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.warning > .nav-item > .nav-link.active:after {
    background: #ffb300
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.fuchsia-pink > .nav-item > .nav-link.active:after {
    background: #d149cc
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.cerise-red > .nav-item > .nav-link.active:after {
    background: #e23e57
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.crusta > .nav-item > .nav-link.active:after {
    background: #e79716
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.medium-purple > .nav-item > .nav-link.active:after {
    background: #9043d8
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.royal-blue > .nav-item > .nav-link.active:after {
    background: #4160de
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.persian-green > .nav-item > .nav-link.active:after {
    background: #02a388
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .nav-tabs.dark-tan > .nav-item > .nav-link.active:after {
    background: #630a10
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane {
    height: 300px;
    max-height: 300px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper {
    height: 251px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper .message {
    padding: 12px 20px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper .message > .avatar {
    margin-top: 3px;
    margin-left: 12px;
    width: 36px;
    height: 36px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper .message > .info > .user-name {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper .message > .info > .text {
    color: #333;
    margin-bottom: 5px
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .wrapper .message > .info > .datetime {
    font-size: 11px;
    color: #858585
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane > .view-all {
    border-top: 1px solid rgba(57, 81, 155, .2);
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 13px;
    font-weight: 500
}

.navbar > .wrapper > .nav > .navbar-actions > .messages > .dropdown-menu > .tab-content > .tab-pane.active.empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .nav-link {
    padding: 0 24px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .nav-link > .icon {
    position: relative;
    font-size: 22px;
    line-height: 22px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .nav-link > .icon > .badge {
    position: absolute;
    right: -7px;
    top: -6px;
    min-width: 18px;
    min-height: 18px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 0 5px 0 6px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .nav-link > .text {
    display: none
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .nav-link:after {
    display: none
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu {
    width: 300px;
    height: 342px;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs {
    height: 48px;
    min-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs > .nav-item {
    width: 33.33%;
    height: 47px;
    padding: 0;
    font-size: 13px;
    border: none;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    position: relative;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link {
    padding: 0;
    height: 47px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #858585;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active {
    color: #333;
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: 0 0
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs > .nav-item:hover {
    background: #fff
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.primary > .nav-item > .nav-link.active:after {
    background: #25628f
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.info > .nav-item > .nav-link.active:after {
    background: #42a5f5
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.success > .nav-item > .nav-link.active:after {
    background: #4caf50
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.danger > .nav-item > .nav-link.active:after {
    background: #ef5350
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.warning > .nav-item > .nav-link.active:after {
    background: #ffb300
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.fuchsia-pink > .nav-item > .nav-link.active:after {
    background: #d149cc
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.cerise-red > .nav-item > .nav-link.active:after {
    background: #e23e57
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.crusta > .nav-item > .nav-link.active:after {
    background: #e79716
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.medium-purple > .nav-item > .nav-link.active:after {
    background: #9043d8
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.royal-blue > .nav-item > .nav-link.active:after {
    background: #4160de
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.persian-green > .nav-item > .nav-link.active:after {
    background: #02a388
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .nav-tabs.dark-tan > .nav-item > .nav-link.active:after {
    background: #630a10
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane {
    height: 300px;
    max-height: 300px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper {
    height: 251px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification {
    padding: 12px 20px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .avatar {
    margin-top: 3px;
    margin-left: 12px;
    width: 36px;
    height: 36px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .action {
    margin-top: 3px;
    margin-left: 12px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .action > span {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .action > span > .icon {
    font-size: 21px;
    line-height: 21px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .info > .user-name {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .info > .user-name > .description {
    font-weight: 500
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .info > .text {
    color: #333;
    margin-bottom: 5px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .info > .text > .icon {
    font-size: 20px;
    display: inline-block;
    margin-right: 1px;
    position: relative;
    top: 1px
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .wrapper .notification > .info > .datetime {
    font-size: 11px;
    color: #858585
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane > .view-all {
    border-top: 1px solid rgba(57, 81, 155, .2);
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 13px;
    font-weight: 500
}

.navbar > .wrapper > .nav > .navbar-actions > .notifications > .dropdown-menu > .tab-content > .tab-pane.active.empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar > .wrapper > .nav > .navbar-actions > .user > .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar > .wrapper > .nav > .navbar-actions > .user > .dropdown-toggle > .avatar {
    width: 36px;
    height: 36px
}

.navbar > .wrapper > .nav > .navbar-actions > .user > .dropdown-toggle > .info {
    margin-left: 12px
}

.navbar > .wrapper > .nav > .navbar-actions > .user > .dropdown-toggle > .info > .name {
    display: block
}

.navbar > .wrapper > .nav > .navbar-actions > .user > .dropdown-toggle > .info > .description {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 12px
}

.navbar > .wrapper > .navbar-actions-toggle, .navbar > .wrapper > .navbar-menu-toggle {
    width: auto;
    display: none;
    height: 60px
}

.navbar > .wrapper > .navbar-actions-toggle > a, .navbar > .wrapper > .navbar-menu-toggle > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar > .wrapper > .navbar-actions-toggle > a > span, .navbar > .wrapper > .navbar-menu-toggle > a > span {
    font-size: 24px;
    line-height: 24px
}

.navbar > .sidebar-mobile-toggle {
    display: none;
    padding: 0
}

.navbar .dropdown-grid {
    margin-left: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar .dropdown-grid > .dropdown-toggle {
    padding: 8px;
    height: auto
}

.navbar .dropdown-grid > .dropdown-toggle:after {
    margin-left: 0
}

.navbar .dropdown-grid.show > .dropdown-menu {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
    width: 360px;
    min-width: 360px
}

.navbar .dropdown-grid.show > .dropdown-menu .scroll-wrapper {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .dropdown-grid.show > .dropdown-menu .scroll-wrapper > .grid-item {
    width: 110px;
    height: 80px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar .dropdown-grid.show > .dropdown-menu .scroll-wrapper > .grid-item > .icon {
    font-size: 26px;
    margin-bottom: 10px
}

.navbar .dropdown-grid.show > .dropdown-menu .scroll-wrapper > .grid-item > .text {
    font-weight: 400
}

.navbar .dropdown-grid-images {
    margin-left: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar .dropdown-grid-images > .dropdown-toggle {
    padding: 8px;
    height: auto
}

.navbar .dropdown-grid-images > .dropdown-toggle:after {
    margin-left: 0
}

.navbar .dropdown-grid-images.show > .dropdown-menu {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
    width: 270px;
    min-width: 270px
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper > .grid-item {
    padding: 15px 20px;
    min-width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid transparent
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper > .grid-item > .icon {
    margin-bottom: 10px
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper > .grid-item > .text {
    font-weight: 400;
    color: #858585
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper > .grid-item:hover {
    border: 1px solid #dee0e1;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.navbar .dropdown-grid-images.show > .dropdown-menu .scroll-wrapper > .grid-item:hover > .text {
    color: #333
}

body.navbar-fixed {
    padding-top: 60px
}

body.navbar-fixed > .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6
}

body.sidebar-iconbar > .navbar .navbar-brand {
    width: 130px
}

body.sidebar-iconbar_compact > .navbar .navbar-brand {
    width: 150px
}

@media only screen and (max-width: 1610px) {
    .navbar > .wrapper > .nav > .navbar-menu > .search-form .form-control {
        width: 200px
    }

    .navbar > .wrapper > .nav > .navbar-actions > .user .info {
        display: none
    }
}

@media only screen and (max-width: 1500px) {
    .navbar > .wrapper > .nav .navbar-menu .search-form {
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 20px
    }

    .navbar > .wrapper > .nav .navbar-menu .search-form .search-open {
        display: inline-block;
        font-size: 20px;
        position: relative;
        top: 1px
    }

    .navbar > .wrapper > .nav .navbar-menu .search-form .search-close {
        display: none;
        font-size: 20px;
        position: relative;
        top: 0
    }

    .navbar > .wrapper > .nav .navbar-menu .search-form .wrapper {
        display: none
    }

    .navbar > .wrapper > .nav .navbar-menu.open {
        position: relative
    }

    .navbar > .wrapper > .nav .navbar-menu.open .nav-item {
        visibility: hidden
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        padding-right: 0
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form .search-open {
        display: none
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form .search-close {
        display: block;
        margin-right: 10px
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form .wrapper {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form .wrapper .input-icon {
        width: 100%
    }

    .navbar > .wrapper > .nav .navbar-menu.open .search-form .wrapper .form-control {
        width: 100%
    }
}

@media only screen and (max-width: 1440px) {
    .navbar .navbar-brand {
        width: auto
    }

    .navbar .navbar-brand > .sidebar-toggle {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .navbar > .navbar-brand > .sidebar-toggle {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .navbar .navbar-brand > .sidebar-mobile-toggle {
        display: block
    }
}

@media only screen and (max-width: 1225px) {
    .navbar {
        padding-right: 0
    }

    .navbar > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .navbar > .wrapper > .nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .navbar > .wrapper > .navbar-menu-toggle {
        display: block;
        text-align: center
    }

    .navbar > .wrapper > .navbar-menu-toggle .icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        text-align: center
    }

    .navbar > .wrapper > .navbar-menu-toggle .icon.open {
        display: block
    }

    .navbar > .wrapper > .navbar-menu-toggle .icon.close {
        display: none
    }

    .navbar > .wrapper > .navbar-menu-toggle.open .icon.open {
        display: none
    }

    .navbar > .wrapper > .navbar-menu-toggle.open .icon.close {
        display: block
    }

    .navbar > .wrapper > .navbar-menu-toggle > .nav-link {
        border: none
    }

    .navbar > .wrapper > .navbar-menu-toggle > .nav-link:hover {
        border: none
    }

    .navbar > .wrapper > .nav > .navbar-menu {
        position: fixed;
        right: -230px;
        height: 100%;
        z-index: 6;
        width: 230px;
        top: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar > .wrapper > .nav > .navbar-menu.open {
        position: fixed;
        -webkit-transition: right .2s ease;
        transition: right .2s ease;
        right: 0
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .search-form {
        position: static;
        padding: 15px
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .search-form > .wrapper > .input-icon > .form-control {
        width: 100%;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .search-form > .wrapper > .search-close {
        display: none
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .nav-item {
        visibility: visible;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: none;
        position: relative
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .nav-item:hover {
        background: 0 0
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .nav-item > .nav-link {
        visibility: visible;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 60px
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .nav-item > .nav-link:hover {
        background: 0 0
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
        height: auto
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown > .nav-link {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown.show {
        position: relative
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu {
        position: static;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu .dropdown-item, .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu .nav-link {
        height: 60px
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu .dropdown-item.active:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu .dropdown-item.dropdown.show {
        padding: 0;
        height: auto
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .dropdown .dropdown-menu .dropdown-item.dropdown.show > .nav-link {
        height: 61px;
        padding: 0 24px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar > .wrapper > .nav > .navbar-menu.open > .btn-action > .btn {
        width: 100%
    }

    .navbar > .wrapper > .nav > .navbar-actions {
        padding-right: 0
    }
}

@media only screen and (max-width: 780px) {
    .navbar > .wrapper > .navbar-actions-toggle {
        display: block
    }

    .navbar > .wrapper > .navbar-actions-toggle > .nav-item > .icon.open {
        display: block
    }

    .navbar > .wrapper > .navbar-actions-toggle > .nav-item > .icon.close {
        display: none
    }

    .navbar > .wrapper > .navbar-actions-toggle.open > .nav-item .icon.open {
        display: none
    }

    .navbar > .wrapper > .navbar-actions-toggle.open > .nav-item .icon.close {
        display: block
    }

    .navbar > .wrapper > .nav > .navbar-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        position: fixed;
        width: 230px;
        height: 100%;
        z-index: 6;
        right: -230px;
        top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar > .wrapper > .nav > .navbar-actions.open {
        -webkit-transition: right .2s ease;
        transition: right .2s ease;
        position: fixed;
        right: 0
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item {
        border: none
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item:hover {
        background: 0 0
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.languages > .nav-link > .text, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.messages > .nav-link > .text, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.notifications > .nav-link > .text {
        display: block;
        margin-left: 27px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.languages > .nav-link:after, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.messages > .nav-link:after, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.notifications > .nav-link:after {
        display: block
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.languages > .nav-link .badge, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.messages > .nav-link .badge, .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.notifications > .nav-link .badge {
        padding-top: 2px
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.languages > .nav-link {
        padding-left: 26px;
        padding-right: 24px
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item > .nav-link {
        visibility: visible;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 60px;
        border: none
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.user {
        border-right: none
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.user .info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item.user .avatar {
        margin-right: 5px
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item:not(.languages):not(.messages):not(.notifications).show .dropdown-menu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

    .navbar > .wrapper > .nav > .navbar-actions.open > .nav-item:not(.languages):not(.messages):not(.notifications).show .dropdown-menu .dropdown-item:not(.dropdown) {
        height: 60px
    }
}

@media only screen and (max-width: 580px) {
    body.sidebar-empty .navbar .dropdown-grid.show > .dropdown-menu {
        margin-left: -98px
    }

    body:not(.sidebar-empty) .navbar .dropdown-grid.show > .dropdown-menu {
        margin-left: -132px
    }
}

.navbar-horizontal {
    padding-left: 30px;
    padding-right: 30px;
    height: 50px
}

.navbar-horizontal .nav-item {
    margin: 0;
    padding: 0
}

.navbar-horizontal .nav-item + .nav-item {
    margin: 0
}

.navbar-horizontal .nav-item > .nav-link {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.navbar-horizontal .nav-item.show .dropdown-menu {
    margin: 0;
    margin-top: 1px;
    width: 229px;
    background: #fff;
    border: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item {
    border: none;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 13px;
    font-weight: 400;
    padding: 0 24px;
    position: relative
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    width: 5px;
    z-index: 1
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link {
    border-bottom: none
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link > .text {
    white-space: nowrap
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
    height: 11px
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .icon {
    font-size: 16px;
    line-height: 16px;
    margin-right: 20px
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .icon:not(.fa-sign-out) {
    position: relative;
    top: -1px
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar-horizontal .nav-item.show .dropdown-menu .dropdown > .dropdown-toggle {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-horizontal .nav-item .nav-link {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 16px 20px 14px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    white-space: nowrap
}

.navbar-horizontal .nav-item .nav-link.dropdown-toggle {
    padding-right: 40px
}

.navbar-horizontal .nav-item .nav-link.dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px
}

.navbar-horizontal .nav-item .nav-link.active {
    position: relative
}

.navbar-horizontal .nav-item .nav-link.active::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px
}

.navbar-horizontal .nav-item .nav-link > .badge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-horizontal .nav-item .nav-link > .icon {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    position: relative
}

.navbar-horizontal .nav-item .nav-link > .icon > .badge {
    position: absolute;
    top: -7px;
    right: -12px
}

.navbar-horizontal .nav-item .nav-link > .icon.notify {
    margin-right: 11px
}

.navbar-horizontal.icons-top {
    height: 70px
}

.navbar-horizontal.icons-top .nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center
}

.navbar-horizontal.icons-top .nav-link.dropdown-toggle {
    padding-right: 40px
}

.navbar-horizontal.icons-top .nav-link.dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 27px
}

.navbar-horizontal.icons-top .nav-link .icon {
    height: 16px;
    display: inline-block;
    margin-bottom: 7px;
    position: relative;
    margin-right: 0;
    font-size: 20px
}

.navbar-horizontal.icons-top .nav-link .icon > .badge {
    position: absolute;
    top: -7px;
    right: -2px
}

.navbar-horizontal.icons-top .nav-link > .text::before {
    content: '';
    display: block
}

.navbar-horizontal.icons-top .nav-link.disabled > .text, .navbar-horizontal.icons-top .nav-link.disabled > .text {
    position: relative;
    bottom: -2px
}

.navbar-horizontal.icons-top .nav-link .notify {
    margin-right: 0 !important
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive {
    display: none
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive > .nav-link {
    height: 100%
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive > .nav-link > .icon {
    font-size: 16px;
    position: relative;
    top: 2px
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item {
    padding: 0
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item.show {
    height: auto
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item.show > .nav-link {
    height: 50px
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item, .navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link {
    padding: 0 24px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-bottom: none
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link:before {
    display: none
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-horizontal > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-menu .dropdown-item {
    height: 50px
}

.navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive > .nav-link > .icon {
    font-size: 20px;
    top: 13px
}

.navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item, .navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item.dropdown-toggle:after, .navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
    top: 20px
}

.navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item > .icon, .navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link > .icon {
    position: relative;
    top: 5px;
    margin-right: 15px
}

.navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item > .text, .navbar-horizontal.icons-top > .nav > .navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link > .text {
    position: relative;
    top: 2px
}

.navbar-horizontal.primary .dropdown-item.active, .navbar-horizontal.primary .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.primary .dropdown-item.active:before, .navbar-horizontal.primary .dropdown-item.active:before {
    background: #25628f
}

.navbar-horizontal.primary .dropdown-item:not(.active):not(.active):hover:before {
    background: #72aedb
}

.navbar-horizontal.primary .nav-item .nav-link.active::before {
    background: #25628f
}

.navbar-horizontal.info .dropdown-item.active, .navbar-horizontal.info .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.info .dropdown-item.active:before, .navbar-horizontal.info .dropdown-item.active:before {
    background: #42a5f5
}

.navbar-horizontal.info .dropdown-item:not(.active):not(.active):hover:before {
    background: #d3edfc
}

.navbar-horizontal.info .nav-item .nav-link.active::before {
    background: #42a5f5
}

.navbar-horizontal.success .dropdown-item.active, .navbar-horizontal.success .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.success .dropdown-item.active:before, .navbar-horizontal.success .dropdown-item.active:before {
    background: #4caf50
}

.navbar-horizontal.success .dropdown-item:not(.active):not(.active):hover:before {
    background: #b5dfb7
}

.navbar-horizontal.success .nav-item .nav-link.active::before {
    background: #4caf50
}

.navbar-horizontal.warning .dropdown-item.active, .navbar-horizontal.warning .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.warning .dropdown-item.active:before, .navbar-horizontal.warning .dropdown-item.active:before {
    background: #ffb300
}

.navbar-horizontal.warning .dropdown-item:not(.active):not(.active):hover:before {
    background: #ffe199
}

.navbar-horizontal.warning .nav-item .nav-link.active::before {
    background: #ffb300
}

.navbar-horizontal.danger .dropdown-item.active, .navbar-horizontal.danger .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.danger .dropdown-item.active:before, .navbar-horizontal.danger .dropdown-item.active:before {
    background: #ef5350
}

.navbar-horizontal.danger .dropdown-item:not(.active):not(.active):hover:before {
    background: #fcdddc
}

.navbar-horizontal.danger .nav-item .nav-link.active::before {
    background: #ef5350
}

.navbar-horizontal.fuchsia-pink .dropdown-item.active, .navbar-horizontal.fuchsia-pink .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.fuchsia-pink .dropdown-item.active:before, .navbar-horizontal.fuchsia-pink .dropdown-item.active:before {
    background: #d149cc
}

.navbar-horizontal.fuchsia-pink .dropdown-item:not(.active):not(.active):hover:before {
    background: #f0c3ee
}

.navbar-horizontal.fuchsia-pink .nav-item .nav-link.active::before {
    background: #d149cc
}

.navbar-horizontal.cerise-red .dropdown-item.active, .navbar-horizontal.cerise-red .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.cerise-red .dropdown-item.active:before, .navbar-horizontal.cerise-red .dropdown-item.active:before {
    background: #e23e57
}

.navbar-horizontal.cerise-red .dropdown-item:not(.active):not(.active):hover:before {
    background: #f6c3cb
}

.navbar-horizontal.cerise-red .nav-item .nav-link.active::before {
    background: #e23e57
}

.navbar-horizontal.crusta .dropdown-item.active, .navbar-horizontal.crusta .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.crusta .dropdown-item.active:before, .navbar-horizontal.crusta .dropdown-item.active:before {
    background: #e79716
}

.navbar-horizontal.crusta .dropdown-item:not(.active):not(.active):hover:before {
    background: #f6d5a0
}

.navbar-horizontal.crusta .nav-item .nav-link.active::before {
    background: #e79716
}

.navbar-horizontal.medium-purple .dropdown-item.active, .navbar-horizontal.medium-purple .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.medium-purple .dropdown-item.active:before, .navbar-horizontal.medium-purple .dropdown-item.active:before {
    background: #9043d8
}

.navbar-horizontal.medium-purple .dropdown-item:not(.active):not(.active):hover:before {
    background: #dbc2f2
}

.navbar-horizontal.medium-purple .nav-item .nav-link.active::before {
    background: #9043d8
}

.navbar-horizontal.royal-blue .dropdown-item.active, .navbar-horizontal.royal-blue .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.royal-blue .dropdown-item.active:before, .navbar-horizontal.royal-blue .dropdown-item.active:before {
    background: #4160de
}

.navbar-horizontal.royal-blue .dropdown-item:not(.active):not(.active):hover:before {
    background: #c3cdf5
}

.navbar-horizontal.royal-blue .nav-item .nav-link.active::before {
    background: #4160de
}

.navbar-horizontal.persian-green .dropdown-item.active, .navbar-horizontal.persian-green .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.persian-green .dropdown-item.active:before, .navbar-horizontal.persian-green .dropdown-item.active:before {
    background: #02a388
}

.navbar-horizontal.persian-green .dropdown-item:not(.active):not(.active):hover:before {
    background: #03d5b2
}

.navbar-horizontal.persian-green .nav-item .nav-link.active::before {
    background: #02a388
}

.navbar-horizontal.dark-tan .dropdown-item.active, .navbar-horizontal.dark-tan .dropdown-item.active {
    background: #fff
}

.navbar-horizontal.dark-tan .dropdown-item.active:before, .navbar-horizontal.dark-tan .dropdown-item.active:before {
    background: #630a10
}

.navbar-horizontal.dark-tan .dropdown-item:not(.active):not(.active):hover:before {
    background: #f27a82
}

.navbar-horizontal.dark-tan .nav-item .nav-link.active::before {
    background: #630a10
}

.navbar-horizontal + .page-container .dashboard-tabbed-sidebar-sidebar {
    top: 170px
}

.navbar-horizontal.icons-top + .page-container .dashboard-tabbed-sidebar-sidebar {
    top: 190px
}

body.navbar-fixed .navbar-horizontal {
    position: fixed;
    z-index: 3;
    top: 60px;
    width: 100%
}

body.navbar-fixed .navbar-horizontal + .container, body.navbar-fixed .navbar-horizontal + .page-container {
    padding-top: 50px
}

body.navbar-fixed .navbar-horizontal + .container .page > .content > .content-nav > .nav, body.navbar-fixed .navbar-horizontal + .page-container .page > .content > .content-nav > .nav {
    top: 170px
}

body.navbar-fixed .navbar-horizontal.icons-top + .container, body.navbar-fixed .navbar-horizontal.icons-top + .page-container {
    padding-top: 70px
}

body.navbar-fixed .navbar-horizontal.icons-top + .container .page > .header, body.navbar-fixed .navbar-horizontal.icons-top + .page-container .page > .header {
    top: 130px
}

body.navbar-fixed .navbar-horizontal.icons-top + .container .page > .content > .content-nav > .nav, body.navbar-fixed .navbar-horizontal.icons-top + .page-container .page > .content > .content-nav > .nav {
    top: 190px
}

.sidebar {
    width: 260px
}

.sidebar > .wrapper .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar > .wrapper .nav .nav-item {
    position: relative;
    margin: 0;
    visibility: visible
}

.sidebar > .wrapper .nav .nav-item:hover > .nav-link, .sidebar > .wrapper .nav .nav-item:hover > .nav-link:active {
    background: rgba(255, 255, 255, .5)
}

.sidebar > .wrapper .nav .nav-item.user > .nav-link > .avatar {
    margin-right: 12px;
    margin-left: -9px
}

.sidebar > .wrapper .nav .nav-item.user > .nav-link > .info > .name {
    margin-bottom: 2px;
    margin-top: 2px
}

.sidebar > .wrapper .nav .nav-item.user > .nav-link > .info > .text {
    font-size: 12px
}

.sidebar > .wrapper .nav .nav-item .dropdown-menu {
    display: block;
    max-height: 0
}

.sidebar > .wrapper .nav .nav-item .nav-item .nav-link, .sidebar > .wrapper .nav .nav-item.open .nav-link {
    cursor: pointer
}

.sidebar > .wrapper .nav .nav-item .nav-item .dropdown-menu, .sidebar > .wrapper .nav .nav-item.open .dropdown-menu {
    position: static;
    width: auto;
    min-width: 0
}

.sidebar > .wrapper .nav .nav-item.open > .dropdown-menu {
    max-height: 1000px;
    -webkit-transition: max-height .5s linear;
    transition: max-height .5s linear
}

.sidebar > .wrapper .nav .nav-item.open > .dropdown-menu .dropdown-toggle {
    font-weight: 400
}

.sidebar > .wrapper .nav .nav-item.open > .dropdown-menu .dropdown-toggle::after {
    font-weight: 500
}

.sidebar > .wrapper .nav .nav-item.open .dropdown-item {
    font-weight: 400
}

.sidebar > .wrapper .nav .nav-item.open .dropdown-item.active {
    font-weight: 500
}

.sidebar > .wrapper .nav .dropdown-item, .sidebar > .wrapper .nav .dropdown-menu, .sidebar > .wrapper .nav .nav-link {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0
}

.sidebar > .wrapper .nav .dropdown-item::before, .sidebar > .wrapper .nav .dropdown-menu::before, .sidebar > .wrapper .nav .nav-link::before {
    content: '';
    width: 4px;
    min-height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.sidebar > .wrapper .nav .dropdown-item::after, .sidebar > .wrapper .nav .dropdown-menu::after, .sidebar > .wrapper .nav .nav-link::after {
    position: absolute;
    left: 24px;
    top: 24px;
    height: 15px
}

.sidebar > .wrapper .nav.nav-pills .nav-link.active, .sidebar > .wrapper .nav.nav-pills .nav-link:active, .sidebar > .wrapper .nav.nav-pills .nav-link:focus {
    background: 0 0
}

.sidebar > .wrapper .nav .dropdown-item, .sidebar > .wrapper .nav .nav-link {
    /*padding-left: 27px;*/
    padding-right: 24px;
    height: 60px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    font-size: 13px
}

.sidebar > .wrapper .nav .dropdown-item > .icon, .sidebar > .wrapper .nav .nav-link > .icon {
    font-size: 20px;
    line-height: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    position: relative;
    top: 1px;
    right: -18px
}

.sidebar > .wrapper .nav .dropdown-item > .icon > .label, .sidebar > .wrapper .nav .nav-link > .icon > .label {
    position: absolute;
    left: 8px;
    top: -8px;
    padding: 0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    border: none;
    padding-left: 4px;
    padding-right: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2px
}

.sidebar > .wrapper .nav .dropdown-menu {
    position: relative;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: none
}

.sidebar > .wrapper .nav .dropdown-menu .dropdown-toggle {
    padding-left: 66px
}

.sidebar > .wrapper .nav .dropdown-menu .dropdown-item {
    padding-left: 66px;
    padding-right: 24px;
    height: 60px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.sidebar > .wrapper .nav .dropdown-menu .dropdown-item > .icon {
    font-size: 16px;
    line-height: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    position: relative
}

.sidebar > .wrapper .nav .dropdown-menu .dropdown-menu .dropdown-item {
    padding-left: 90px
}

.sidebar .sidebar-extras-block {
    margin-top: -50px;
    padding: 27px;
    margin-bottom: 40px
}

.sidebar .sidebar-extras-block .extras-block-item {
    margin-bottom: 30px
}

.sidebar .sidebar-extras-block .extras-block-item > .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px
}

.sidebar .sidebar-extras-block .extras-block-item > .progress .progress {
    margin-bottom: 7px
}

.sidebar .sidebar-extras-block .extras-block-item > .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    font-size: 11px
}

.sidebar .sidebar-extras-block .extras-block-item > .description > .amount {
    font-weight: 500;
    margin-right: 7px
}

.sidebar .sidebar-extras-block .extras-block-item > .description > .text {
    color: #858585
}

.sidebar .sidebar-copyright {
    margin-top: 40px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 30px
}

.sidebar.iconbar, .sidebar.iconbar-compact {
    width: 129px;
    max-width: 129px
}

.sidebar.iconbar .nav > .nav-item > .nav-link, .sidebar.iconbar-compact .nav > .nav-item > .nav-link {
    padding: 0;
    text-align: center;
    height: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar.iconbar .nav > .nav-item > .nav-link::after, .sidebar.iconbar-compact .nav > .nav-item > .nav-link::after {
    display: none
}

.sidebar.iconbar .nav > .nav-item > .nav-link span.icon, .sidebar.iconbar-compact .nav > .nav-item > .nav-link span.icon {
    margin-right: 0;
    width: auto;
    height: auto;
    font-size: 34px;
    margin-bottom: 13px;
    left: 1px
}

.sidebar.iconbar .nav > .nav-item > .nav-link span.icon > .label, .sidebar.iconbar-compact .nav > .nav-item > .nav-link span.icon > .label {
    left: auto;
    right: -6px;
    top: -2px
}

.sidebar.iconbar .nav > .nav-item > .nav-link span.text, .sidebar.iconbar-compact .nav > .nav-item > .nav-link span.text {
    display: block
}

.sidebar.iconbar .nav > .nav-item.open > .dropdown-menu, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu {
    position: absolute;
    min-width: 129px;
    left: 129px;
    top: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
    box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3)
}

.sidebar.iconbar .nav > .nav-item.open > .dropdown-menu .dropdown-menu, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-menu {
    position: relative;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar.iconbar .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown:before, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown:before {
    width: 0
}

.sidebar.iconbar .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link::after, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link::after {
    display: block
}

.sidebar.iconbar .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link span, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link span {
    display: inline-block
}

.sidebar.iconbar .nav > .nav-item.user-item > .nav-link > .name, .sidebar.iconbar-compact .nav > .nav-item.user-item > .nav-link > .name {
    margin-top: 6px
}

.sidebar.iconbar .nav > .nav-item.user-item > .nav-link > .description, .sidebar.iconbar-compact .nav > .nav-item.user-item > .nav-link > .description {
    margin-top: 0;
    font-size: 12px;
    color: rgba(58, 82, 155, .6)
}

.sidebar.iconbar-compact.fixed .nav, .sidebar.iconbar.fixed .nav {
    width: 129px;
    max-width: 129px
}

.sidebar.iconbar-compact.fixed .nav > .nav-item.open > .dropdown-menu, .sidebar.iconbar.fixed .nav > .nav-item.open > .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar.iconbar-compact {
    width: 149px;
    max-width: 149px
}

.sidebar.iconbar-compact .nav > .nav-item > .nav-link {
    height: 70px
}

.sidebar.iconbar-compact .nav > .nav-item > .nav-link span.icon {
    margin-right: 0;
    width: auto;
    height: auto;
    font-size: 24px;
    margin-bottom: 9px
}

.sidebar.iconbar-compact .nav > .nav-item > .nav-link span.icon > .label {
    left: 14px;
    top: -4px
}

.sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-item, .sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-toggle {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px
}

.sidebar.iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown::before {
    width: 4px;
    top: -1px;
    bottom: -1px
}

.sidebar.iconbar-compact .nav > .nav-item.user-item > .nav-link {
    height: 106px
}

.sidebar.primary .nav .nav-item .nav-item .dropdown-item::before, .sidebar.primary .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.primary .nav .nav-item .nav-item .nav-link::before, .sidebar.primary .nav .nav-item.open .dropdown-item::before, .sidebar.primary .nav .nav-item.open .dropdown-menu::before, .sidebar.primary .nav .nav-item.open .nav-link::before {
    background: #25628f
}

.sidebar.primary .nav .nav-item:hover > .nav-link::before {
    background: #25628f
}

.sidebar.info .nav .nav-item .nav-item .dropdown-item::before, .sidebar.info .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.info .nav .nav-item .nav-item .nav-link::before, .sidebar.info .nav .nav-item.open .dropdown-item::before, .sidebar.info .nav .nav-item.open .dropdown-menu::before, .sidebar.info .nav .nav-item.open .nav-link::before {
    background: #42a5f5
}

.sidebar.info .nav .nav-item:hover > .nav-link::before {
    background: #42a5f5
}

.sidebar.success .nav .nav-item .nav-item .dropdown-item::before, .sidebar.success .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.success .nav .nav-item .nav-item .nav-link::before, .sidebar.success .nav .nav-item.open .dropdown-item::before, .sidebar.success .nav .nav-item.open .dropdown-menu::before, .sidebar.success .nav .nav-item.open .nav-link::before {
    background: #4caf50
}

.sidebar.success .nav .nav-item:hover > .nav-link::before {
    background: #4caf50
}

.sidebar.warning .nav .nav-item .nav-item .dropdown-item::before, .sidebar.warning .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.warning .nav .nav-item .nav-item .nav-link::before, .sidebar.warning .nav .nav-item.open .dropdown-item::before, .sidebar.warning .nav .nav-item.open .dropdown-menu::before, .sidebar.warning .nav .nav-item.open .nav-link::before {
    background: #ffb300
}

.sidebar.warning .nav .nav-item:hover > .nav-link::before {
    background: #ffb300
}

.sidebar.danger .nav .nav-item .nav-item .dropdown-item::before, .sidebar.danger .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.danger .nav .nav-item .nav-item .nav-link::before, .sidebar.danger .nav .nav-item.open .dropdown-item::before, .sidebar.danger .nav .nav-item.open .dropdown-menu::before, .sidebar.danger .nav .nav-item.open .nav-link::before {
    background: #ef5350
}

.sidebar.danger .nav .nav-item:hover > .nav-link::before {
    background: #ef5350
}

.sidebar.fuchsia-pink .nav .nav-item .nav-item .dropdown-item::before, .sidebar.fuchsia-pink .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.fuchsia-pink .nav .nav-item .nav-item .nav-link::before, .sidebar.fuchsia-pink .nav .nav-item.open .dropdown-item::before, .sidebar.fuchsia-pink .nav .nav-item.open .dropdown-menu::before, .sidebar.fuchsia-pink .nav .nav-item.open .nav-link::before {
    background: #d149cc
}

.sidebar.fuchsia-pink .nav .nav-item:hover > .nav-link::before {
    background: #d149cc
}

.sidebar.cerise-red .nav .nav-item .nav-item .dropdown-item::before, .sidebar.cerise-red .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.cerise-red .nav .nav-item .nav-item .nav-link::before, .sidebar.cerise-red .nav .nav-item.open .dropdown-item::before, .sidebar.cerise-red .nav .nav-item.open .dropdown-menu::before, .sidebar.cerise-red .nav .nav-item.open .nav-link::before {
    background: #e23e57
}

.sidebar.cerise-red .nav .nav-item:hover > .nav-link::before {
    background: #e23e57
}

.sidebar.crusta .nav .nav-item .nav-item .dropdown-item::before, .sidebar.crusta .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.crusta .nav .nav-item .nav-item .nav-link::before, .sidebar.crusta .nav .nav-item.open .dropdown-item::before, .sidebar.crusta .nav .nav-item.open .dropdown-menu::before, .sidebar.crusta .nav .nav-item.open .nav-link::before {
    background: #e79716
}

.sidebar.crusta .nav .nav-item:hover > .nav-link::before {
    background: #e79716
}

.sidebar.medium-purple .nav .nav-item .nav-item .dropdown-item::before, .sidebar.medium-purple .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.medium-purple .nav .nav-item .nav-item .nav-link::before, .sidebar.medium-purple .nav .nav-item.open .dropdown-item::before, .sidebar.medium-purple .nav .nav-item.open .dropdown-menu::before, .sidebar.medium-purple .nav .nav-item.open .nav-link::before {
    background: #9043d8
}

.sidebar.medium-purple .nav .nav-item:hover > .nav-link::before {
    background: #9043d8
}

.sidebar.royal-blue .nav .nav-item .nav-item .dropdown-item::before, .sidebar.royal-blue .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.royal-blue .nav .nav-item .nav-item .nav-link::before, .sidebar.royal-blue .nav .nav-item.open .dropdown-item::before, .sidebar.royal-blue .nav .nav-item.open .dropdown-menu::before, .sidebar.royal-blue .nav .nav-item.open .nav-link::before {
    background: #4160de
}

.sidebar.royal-blue .nav .nav-item:hover > .nav-link::before {
    background: #4160de
}

.sidebar.persian-green .nav .nav-item .nav-item .dropdown-item::before, .sidebar.persian-green .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.persian-green .nav .nav-item .nav-item .nav-link::before, .sidebar.persian-green .nav .nav-item.open .dropdown-item::before, .sidebar.persian-green .nav .nav-item.open .dropdown-menu::before, .sidebar.persian-green .nav .nav-item.open .nav-link::before {
    background: #02a388
}

.sidebar.persian-green .nav .nav-item:hover > .nav-link::before {
    background: #02a388
}

.sidebar.dark-tan .nav .nav-item .nav-item .dropdown-item::before, .sidebar.dark-tan .nav .nav-item .nav-item .dropdown-menu::before, .sidebar.dark-tan .nav .nav-item .nav-item .nav-link::before, .sidebar.dark-tan .nav .nav-item.open .dropdown-item::before, .sidebar.dark-tan .nav .nav-item.open .dropdown-menu::before, .sidebar.dark-tan .nav .nav-item.open .nav-link::before {
    background: #630a10
}

.sidebar.dark-tan .nav .nav-item:hover > .nav-link::before {
    background: #630a10
}

body.sidebar-position-fixed .page-container .sidebar, body.sidebar-position-fixed > .container .sidebar {
    border: none
}

body.sidebar-position-fixed .page-container .sidebar > .wrapper, body.sidebar-position-fixed > .container .sidebar > .wrapper {
    width: 260px;
    border-right: 1px solid #d7dceb;
    position: fixed;
    z-index: 5;
    height: 100%
}

body.sidebar-position-fixed .page-container .sidebar > .wrapper .nav, body.sidebar-position-fixed > .container .sidebar > .wrapper .nav {
    margin-bottom: 60px
}

body.sidebar-position-fixed .page-container .sidebar.iconbar > .wrapper, body.sidebar-position-fixed > .container .sidebar.iconbar > .wrapper {
    width: 129px;
    min-width: 129px
}

body.sidebar-position-fixed .page-container .sidebar.iconbar-compact > .wrapper, body.sidebar-position-fixed > .container .sidebar.iconbar-compact > .wrapper {
    width: 149px;
    min-width: 149px
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-iconbar):not(.sidebar-iconbar_compact):not(.sidebar-sections) .sidebar {
    width: 71px;
    max-width: 71px
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-iconbar):not(.sidebar-iconbar_compact):not(.sidebar-sections).sidebar-position-fixed .sidebar {
    min-width: 71px
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-iconbar):not(.sidebar-iconbar_compact):not(.sidebar-sections).sidebar-position-fixed .sidebar > .wrapper {
    width: 71px;
    max-width: 71px;
    min-width: 71px
}

body.sidebar-compact:not(.sidebar-default):not(.sidebar-iconbar):not(.sidebar-iconbar_compact):not(.sidebar-sections).sidebar-position-fixed .sidebar > .wrapper .dropdown-toggle::after {
    display: none
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar {
    width: 71px;
    max-width: 71px
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.user > .nav-link > .info {
    display: none
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item > .nav-link {
    min-height: 60px;
    line-height: 16px;
    text-align: center
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item > .nav-link::after {
    display: none
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item > .nav-link span {
    display: none
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item > .nav-link span.icon {
    display: inline-block
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item > .nav-link span.icon > .label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu {
    position: absolute;
    min-width: 240px;
    left: 71px;
    top: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
    box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
    z-index: 5
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu .dropdown-menu {
    position: relative;
    left: 0
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu .dropdown-menu.open {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu .nav-item.dropdown:before {
    width: 0
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu .nav-item > .nav-link::after {
    display: block
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact) .sidebar > .wrapper .nav-item.open > .dropdown-menu .nav-item > .nav-link span {
    display: inline-block
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact).sidebar-position-fixed .sidebar {
    min-width: 71px
}

body.sidebar-compact:not(.sidebar-compact-open):not(.sidebar-iconbar):not(.sidebar-iconbar_compact).sidebar-position-fixed .sidebar > .wrapper {
    width: 71px;
    max-width: 71px;
    min-width: 71px
}

body.sidebar-sections .page-container .sidebar .wrapper, body.sidebar-sections > .container .sidebar .wrapper {
    margin-top: -60px
}

body.sidebar-sections .page-container .sidebar .wrapper section:first-child, body.sidebar-sections > .container .sidebar .wrapper section:first-child {
    margin-top: 75px
}

body.sidebar-sections .page-container .sidebar .wrapper section + section, body.sidebar-sections > .container .sidebar .wrapper section + section {
    margin-top: 15px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .header, body.sidebar-sections > .container .sidebar .wrapper section > .header {
    font-size: 10px;
    font-weight: 500;
    padding: 10px 27px 5px 27px;
    text-transform: uppercase;
    color: #858585
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav, body.sidebar-sections > .container .sidebar .wrapper section > .nav {
    width: 100%;
    margin-bottom: 0
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item {
    min-height: 50px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-item, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .nav-link, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-item, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .nav-link {
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    min-height: 50px;
    /*padding-top: 12px;*/
    /*padding-bottom: 12px*/
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-item > .icon, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .nav-link > .icon, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-item > .icon, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .nav-link > .icon {
    font-size: 20px;
    margin-left: 0;
    position: relative;
    top: -1px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-item > .icon .label, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .nav-link > .icon .label, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-item > .icon .label, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .nav-link > .icon .label {
    padding-top: 1px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-item:before, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .nav-link:before, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-item:before, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .nav-link:before {
    min-height: 50px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-item:after, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .nav-link:after, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-item:after, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .nav-link:after {
    top: 16px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu > .nav-item > .nav-link, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu > .nav-item > .nav-link {
    padding-left: 64px
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown-item, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown-item {
    background: 0 0;
    padding-left: 64px;
    font-weight: 400
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown {
    padding-left: 0
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item:before, body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .nav-link:before, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item:before, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .nav-link:before {
    display: none
}

body.sidebar-sections .page-container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item, body.sidebar-sections > .container .sidebar .wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item {
    padding-left: 80px
}

body.sidebar-sections .page-container .sidebar .wrapper .sidebar-extras-block, body.sidebar-sections > .container .sidebar .wrapper .sidebar-extras-block {
    margin-top: 0;
    margin-bottom: 0
}

body.sidebar-sections .page-container .sidebar .wrapper .sidebar-extras-block .sidebar-copyright, body.sidebar-sections > .container .sidebar .wrapper .sidebar-extras-block .sidebar-copyright {
    margin-bottom: 0
}

body.sidebar-compact.sidebar-default .wrapper .sidebar-extras-block, body.sidebar-compact.sidebar-sections .wrapper .sidebar-extras-block {
    display: none
}

body.sidebar-compact.sidebar-default.sidebar-compact-open .sidebar, body.sidebar-compact.sidebar-sections.sidebar-compact-open .sidebar {
    width: 71px;
    max-width: 71px;
    min-width: 71px
}

body.sidebar-compact.sidebar-default.sidebar-compact-open .sidebar > .wrapper, body.sidebar-compact.sidebar-sections.sidebar-compact-open .sidebar > .wrapper {
    min-width: 71px;
    width: 260px;
    max-width: 260px
}

body.sidebar-compact.sidebar-default.sidebar-compact-open .sidebar > .wrapper .sidebar-extras-block, body.sidebar-compact.sidebar-sections.sidebar-compact-open .sidebar > .wrapper .sidebar-extras-block {
    display: block
}

body.sidebar-collapsed .sidebar {
    display: block;
    height: 100%;
    position: fixed;
    top: 60px;
    right: -260px
}

body.sidebar-collapsed .sidebar.open {
    right: 0;
    z-index: 5;
    -webkit-transition: right .2s linear;
    transition: right .2s linear
}

body.sidebar-none .sidebar {
    display: none
}

body.sidebar-compact:not(.sidebar-compact-open).sidebar-sections .page-container .sidebar .wrapper section > .header, body.sidebar-compact:not(.sidebar-compact-open).sidebar-sections > .container .sidebar .wrapper section > .header {
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

body.sidebar-compact:not(.sidebar-compact-open).sidebar-sections .page-container .sidebar .wrapper section .nav-item > .nav-link, body.sidebar-compact:not(.sidebar-compact-open).sidebar-sections > .container .sidebar .wrapper section .nav-item > .nav-link {
    min-height: 50px
}

.error-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page > .error-code {
    font-size: 144px;
    color: #25628f;
    font-weight: 300;
    line-height: 104px;
    margin-bottom: 40px
}

.error-page > .error-description {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 40px
}

/*brecking modal*/
.iziModal .iziModal-header-icon{
    float: right !important;
    padding: 0 0 0 15px !important;
}
.iziModal .iziModal-button-close{
    left: 10px;
    right: auto !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{
    font-size: 28px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: DIN Next LT Arabic, sans-serif;

}