@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-300.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 300;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-300italic.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 600;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600italic.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 700;
    src: url(../../app/assets/fonts/source-sans-3-v15-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700italic.woff2) format('woff2')
}

:root {
    --timing: 0.3s ease;
    --all: all var(--timing);
    --border-interactive: #0ab7c5;
    --border-subtle: #e0e0e0;
    --border-subtle-alt: #c6c6c6;
    --border-subtle-selected: #c6c6c6;
    --border-strong: #8d8d8d;
    --border-tile: #c6c6c6;
    --border-tile-alt: #a8a8a8;
    --border-inverse: #161616;
    --border-disabled: #c6c6c6;
    --layer: #f4f4f4;
    --layer-alt: #ffffff;
    --layer-hover: #e8e8e8;
    --layer-active: #c6c6c6;
    --layer-selected: #e0e0e0;
    --layer-selected-hover: #cacaca;
    --layer-selected-inverse: #161616;
    --layer-selected-disabled: #8d8d8d;
    --icon-primary: #161616;
    --icon-secondary: #525252;
    --icon-on-color: #ffffff;
    --icon-on-color-disabled: #8d8d8d;
    --icon-interactive: #0ab7c5;
    --icon-inverse: #ffffff;
    --icon-disabled: rgba(22, 22, 22, 0.25)
}

@media (prefers-reduced-motion:reduce) {
    :root {
        --timing: 0
    }
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    overflow-y: scroll
}

body>#app-wrapper {
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%
}

.sidebar-left-open {
    overflow: hidden
}

.sidebar-left-open body>section#app-wrapper {
    overflow-x: hidden
}

@media (min-width:768px) {
    body {
        overflow-x: hidden
    }
}

@media (min-width:970px) {
    .modal {
        overflow-y: auto
    }

    .modal-open {
        overflow: auto
    }
}

.csstransforms3d.sidebar-open-ltr #app-header.navbar {
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-ltr #app-header.navbar {
    left: 230px
}

.csstransforms3d.sidebar-open-rtl #app-header.navbar {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-rtl #app-header.navbar {
    left: -230px;
    right: 230px
}

#app-header.navbar {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    float: left;
    z-index: 1005;
    min-height: 60px;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05)
}

.header-fixed #app-header.navbar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .15), 0 1px 0 rgba(0, 0, 0, .03)
}

.header-fixed #app-header.navbar~#app-content>.content-body {
    padding-top: 60px
}

#app-header.navbar .navbar-nocollapse:before,
#app-header.navbar .navbar-nocollapse:after {
    display: table;
    content: " "
}

#app-header.navbar .navbar-nocollapse:after {
    clear: both
}

#app-header.navbar .navbar-nocollapse .navbar-header {
    height: 60px
}

#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle {
    display: inline-block;
    float: left;
    margin: 0;
    border-width: 0;
    padding: 24px 15px
}

#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle .icon-bar {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, .6);
    height: 2px;
    width: 18px;
    border-radius: 0
}

#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px
}

#app-header.navbar .navbar-nocollapse .navbar-nav {
    float: left;
    margin: 0
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li {
    float: left
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a {
    color: rgba(0, 0, 0, .6);
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:before,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:after {
    display: table;
    content: " "
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:after {
    clear: both
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a .sli {
    top: 1px
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>img,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.img-wrapper {
    --width: 28px;
    border-radius: 100%;
    width: var(--width);
    height: var(--width);
    display: inline-block;
    margin-top: -8px;
    margin-bottom: -8px
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.user .info {
    transform: translateY(-6%);
    position: relative;
    transition: transform 0.3s ease
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.user .info>.position {
    opacity: 0
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.user:hover .info {
    transform: translateY(-20%)
}

@keyframes slideDown {
    from {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(-5px)
    }
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.user:hover .info>.position {
    display: flex;
    animation: fadeIn 0.5s ease-in-out forwards, slideDown 0.5s ease-in-out forwards
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.user>.text {
    line-height: 14px
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.badge,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.label {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 8px;
    font-size: 10px;
    padding: 0 4px;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.badge.pull-right,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.label.pull-right {
    left: auto;
    right: 4px
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.bullet {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 15px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.bullet.pull-right {
    left: auto;
    right: 4px
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:hover {
    color: rgba(0, 0, 0, .7);
    background-color: transparent
}

#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:active,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:focus,
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a.active {
    color: rgba(0, 0, 0, .7);
    background-color: #f5f5f5;
    outline: 0
}

#app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom {
    position: static
}

#app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom .dropdown-menu {
    width: 320px;
    overflow: hidden
}

@media (max-width:480px) {
    #app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom .dropdown-menu {
        width: auto !important;
        left: 15px !important;
        right: 15px !important
    }
}

#app-header.navbar .navbar-nocollapse .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 15px;
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

#app-header.navbar .navbar-nocollapse .navbar-nav .open>a {
    color: rgba(0, 0, 0, .7);
    background-color: #f5f5f5
}

#app-header.navbar .navbar-nocollapse .navbar-nav .open>a:hover,
#app-header.navbar .navbar-nocollapse .navbar-nav .open>a:focus {
    color: rgba(0, 0, 0, .7);
    background-color: #f5f5f5
}

#app-header.navbar .navbar-nocollapse .navbar-nav .open>a>.badge,
#app-header.navbar .navbar-nocollapse .navbar-nav .open>a>.bullet,
#app-header.navbar .navbar-nocollapse .navbar-nav .open>a>.label {
    -webkit-box-shadow: 0 0 0 2px #f5f5f5;
    box-shadow: 0 0 0 2px #f5f5f5
}

#app-header.navbar .navbar-nocollapse .navbar-form {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    top: -100%;
    left: 0;
    right: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease
}

#app-header.navbar .navbar-nocollapse .navbar-form.open {
    top: 0;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-group,
#app-header.navbar .navbar-nocollapse .navbar-form .input-group {
    margin-top: 14px;
    margin-bottom: 14px
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-group .fa,
#app-header.navbar .navbar-nocollapse .navbar-form .input-group .fa {
    color: rgba(0, 0, 0, .6)
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-control {
    background-color: rgba(0, 0, 0, .08);
    border-color: transparent
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

#app-header.navbar .navbar-nocollapse .navbar-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

#app-header.navbar .navbar-nocollapse .navbar-left {
    float: left !important
}

#app-header.navbar .navbar-nocollapse .navbar-left .open .dropdown-menu {
    left: 0;
    right: auto
}

#app-header.navbar .navbar-nocollapse .navbar-left .open.dropdown-custom .dropdown-menu {
    left: 15px;
    right: auto
}

#app-header.navbar .navbar-nocollapse .navbar-right {
    float: right !important
}

#app-header.navbar .navbar-nocollapse .navbar-right .open>a:after {
    z-index: 1003;
    bottom: -7px;
    margin-left: -8px;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
    position: absolute;
    content: "";
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid
}

#app-header.navbar .navbar-nocollapse .navbar-right .open>a:before {
    z-index: 1002;
    bottom: -6px;
    margin-left: -9px;
    border-width: 0 9px 9px;
    border-color: transparent transparent rgba(0, 0, 0, .06);
    position: absolute;
    content: "";
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid
}

#app-header.navbar .navbar-nocollapse .navbar-right .open .dropdown-menu {
    left: auto;
    right: 0
}

#app-header.navbar .navbar-nocollapse .navbar-right .open.dropdown-custom .dropdown-menu {
    left: auto;
    right: 15px
}

@media (min-width:768px) {
    .header-fixed #app-header.navbar~.app-sidebar {
        padding-top: 60px
    }

    .sidebar-minimized #app-header.navbar {
        left: 60px !important
    }

    #app-header.navbar .navbar-nocollapse .navbar-form {
        position: static;
        float: left
    }
}

.csstransforms3d.sidebar-open-ltr .app-sidebar.sidebar-left {
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-ltr .app-sidebar.sidebar-left {
    left: 0
}

.csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-right {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0)
}

.csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-left {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-right {
    right: 0
}

.no-csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-left {
    left: -230px
}

.app-sidebar {
    position: fixed;
    z-index: 990;
    top: 0;
    bottom: 0
}

.app-sidebar.sidebar-left {
    width: 230px;
    left: -230px;
    background-color: #1d232b;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .05);
    color: rgba(255, 255, 255, .55);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.app-sidebar.sidebar-left .sidebar-header,
.app-sidebar.sidebar-left .sidebar-footer {
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    width: 230px;
    background-color: #17b7c4
}

.app-sidebar.sidebar-left .sidebar-header>.mautic-brand>.mautic-logo-text {
    opacity: 1;
    margin-left: 3px;
    -webkit-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    -o-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    transition: opacity .3s ease .1s, margin-left 0s ease .2s
}

.app-sidebar.sidebar-left .sidebar-header>.mautic-brand {
    -webkit-transition: padding-left 0.3s ease;
    -o-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease
}

.app-sidebar.sidebar-left .sidebar-header.minimized {
    padding-left: 3px;
    padding-right: 3px
}

.app-sidebar.sidebar-left .sidebar-content {
    padding-right: 1px
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li.nav-group:after {
    content: '';
    position: absolute;
    right: 0;
    left: 50px;
    bottom: 0;
    border-bottom: 1px solid #202830
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>a {
    color: rgba(255, 255, 255, .5)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>a:hover,
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>a:focus {
    background-color: #1d232b;
    color: rgba(255, 255, 255, .75)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li.active>a,
.app-sidebar.sidebar-left .nav-sidebar>.nav>li.open>a {
    background-color: #1d232b;
    color: rgba(255, 255, 255, .75)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li.active>.nav-submenu,
.app-sidebar.sidebar-left .nav-sidebar>.nav>li.open>.nav-submenu {
    background-color: #171c22
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu {
    background-color: #1a2026
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu:after {
    background-color: #212831
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li:after {
    background-color: #222a32;
    box-shadow: 0 0 0 2px #1a2026
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li>a {
    color: rgba(255, 255, 255, .5)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li>a:hover,
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li>a:focus {
    color: rgba(255, 255, 255, .8)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li.active>a,
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li.open>a {
    color: rgba(255, 255, 255, .8)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav .nav-heading {
    color: rgba(255, 255, 255, .25)
}

.app-sidebar.sidebar-left .nav-sidebar>.nav .nav-divider {
    background-color: rgba(255, 255, 255, .06)
}

.app-sidebar.sidebar-left .nav.sidebar-left-dark,
.app-sidebar.sidebar-left .nav.sidebar-left-dark>li>a:hover {
    background: #0c0f12
}

.app-sidebar.sidebar-right {
    width: 230px;
    right: -230px;
    background-color: #1d232b;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .05);
    color: rgba(255, 255, 255, .55);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.app-sidebar.sidebar-right .sidebar-header,
.app-sidebar.sidebar-right .sidebar-footer {
    width: 230px;
    background-color: #232b34
}

.app-sidebar.sidebar-right .sidebar-content {
    padding-left: 1px;
    top: 60px
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li.nav-group:after {
    content: '';
    position: absolute;
    right: 0;
    left: 50px;
    bottom: 0;
    border-bottom: 1px solid #202830
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>a {
    color: rgba(255, 255, 255, .5)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>a:hover,
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>a:focus {
    background-color: #1d232b;
    color: rgba(255, 255, 255, .75)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li.active>a,
.app-sidebar.sidebar-right .nav-sidebar>.nav>li.open>a {
    background-color: #1d232b;
    color: rgba(255, 255, 255, .75)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li.active>.nav-submenu,
.app-sidebar.sidebar-right .nav-sidebar>.nav>li.open>.nav-submenu {
    background-color: #171c22
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu {
    background-color: #1a2026
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu:after {
    background-color: #212831
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li:after {
    background-color: #222a32;
    box-shadow: 0 0 0 2px #1a2026
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li>a {
    color: rgba(255, 255, 255, .5)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li>a:hover,
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li>a:focus {
    color: rgba(255, 255, 255, .8)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li.active>a,
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li.open>a {
    color: rgba(255, 255, 255, .8)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav .nav-heading {
    color: rgba(255, 255, 255, .25)
}

.app-sidebar.sidebar-right .nav-sidebar>.nav .nav-divider {
    background-color: rgba(255, 255, 255, .06)
}

.app-sidebar .sidebar-header {
    z-index: 100;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px
}

.header-fixed .app-sidebar .sidebar-header {
    position: absolute;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06)
}

.app-sidebar .sidebar-header~.sidebar-content {
    top: 60px
}

.app-sidebar .sidebar-footer {
    position: absolute;
    bottom: 0;
    z-index: 9;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07)
}

.app-sidebar .sidebar-footer .form-control {
    color: #999
}

.app-sidebar .sidebar-footer~.sidebar-content {
    bottom: 46px
}

.app-sidebar .sidebar-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

.app-sidebar .sidebar-content .nav.nav-tabs {
    border-bottom: 1px solid #1b2128;
    box-shadow: none
}

.app-sidebar .sidebar-content .nav.nav-tabs>li {
    margin-bottom: 0
}

.app-sidebar .sidebar-content .nav.nav-tabs>li>a {
    border-width: 0;
    border-radius: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(255, 255, 255, .45);
    background-color: transparent
}

.app-sidebar .sidebar-content .nav.nav-tabs>li>a:hover,
.app-sidebar .sidebar-content .nav.nav-tabs>li>a:focus {
    color: rgba(255, 255, 255, .85);
    background-color: transparent
}

.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a {
    overflow: visible
}

.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a,
.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a:hover,
.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a:focus {
    color: rgba(255, 255, 255, .85);
    background-color: rgba(0, 0, 0, .06)
}

.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a:after {
    top: auto;
    bottom: -1px;
    height: 1px
}

.app-sidebar .nav-sidebar>.nav>li>a {
    overflow: hidden;
    padding: 12px 20px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.app-sidebar .nav-sidebar>.nav>li>a .text {
    -webkit-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    -o-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    opacity: 1;
    margin-left: 0;
    position: relative;
    top: -1px;
    display: block
}

.app-sidebar .nav-sidebar>.nav>li>a .icon {
    font-weight: 400;
    font-size: 14px;
    min-width: 26px;
    display: block
}

.app-sidebar .nav-sidebar>.nav>li>a .arrow {
    -webkit-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    -o-transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    transition: opacity .3s ease .1s, margin-left 0s ease .2s;
    opacity: 1;
    margin-left: 0;
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
    display: block
}

.app-sidebar .nav-sidebar>.nav>li>a .arrow:after {
    content: "\f0da"
}

.app-sidebar .nav-sidebar>.nav>li.open>a .arrow:after,
.app-sidebar .nav-sidebar>.nav>li.active>a .arrow:after {
    content: "\f0d7"
}

.app-sidebar .nav-sidebar>.nav>li.open>a .icon,
.app-sidebar .nav-sidebar>.nav>li.active>a .icon {
    color: #FDB933
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu {
    position: relative;
    padding-left: 50px
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26px;
    z-index: 1;
    width: 1px
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li {
    position: relative;
    list-style: none
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 11px;
    left: -27px;
    width: 7px;
    height: 7px;
    border-radius: 7px
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li.active:after {
    background-color: #FDB933 !important
}

.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li>a {
    display: block;
    padding: 5px 20px 5px 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.app-sidebar .nav-sidebar>.nav .nav-heading {
    text-transform: uppercase;
    padding: 10px 18px
}

.app-sidebar .nav-sidebar>.nav .nav-heading:first-child {
    padding-top: 20px
}

.app-sidebar .nav-sidebar .sidebar-minimizer>.direction:after {
    font-family: 'remixicon';
    font-size: 18px;
    content: '\EA64'
}

.app-sidebar .nav-sidebar .sidebar-minimizer.active .direction:after {
    content: '\EA6E'
}

@media (min-width:768px) {
    .app-sidebar.sidebar-left {
        left: 0
    }

    .app-sidebar.sidebar-left~#app-header.navbar {
        left: 230px
    }

    .app-sidebar.sidebar-left~#app-content {
        margin-left: 230px
    }

    .sidebar-left-collapse .app-sidebar.sidebar-left~#app-content {
        margin-left: 60px
    }

    .app-sidebar.sidebar-left~#app-footer {
        margin-left: 230px
    }

    .sidebar-left-collapse .app-sidebar.sidebar-left~#app-footer {
        margin-left: 60px
    }

    .sidebar-minimized .app-sidebar.sidebar-left {
        width: 60px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar {
        margin-top: 10px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li.nav-heading,
    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a .arrow,
    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a .badge,
    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a .text,
    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a .label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin-left: -500px;
        opacity: 0
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a .icon {
        min-width: 0;
        width: 100%
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu {
        display: none;
        height: auto !important;
        position: absolute;
        z-index: -1;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        min-width: 180px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu:after {
        left: 16px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li:after {
        left: -17px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li.hover>.nav-submenu {
        display: block;
        left: 60px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-content>.scroll-wrapper,
    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-content>.scroll-wrapper>.scroll-content {
        overflow: visible !important
    }

    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-content>.scroll-wrapper>.scroll-bar {
        display: none !important
    }

    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-header {
        width: 60px
    }

    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-header>.mautic-brand>.mautic-logo-text {
        opacity: 0;
        margin-left: -500px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .sidebar-minimized .app-sidebar.sidebar-left .sidebar-header>.mautic-brand {
        padding: 0
    }
}

.csstransforms3d.sidebar-open-ltr #app-content {
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-ltr #app-content {
    left: 230px
}

.csstransforms3d.sidebar-open-rtl #app-content {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-rtl #app-content {
    left: -230px
}

#app-content {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#app-content:before,
#app-content:after {
    display: table;
    content: " "
}

#app-content:after {
    clear: both
}

#app-content>.content-body {
    width: 100%;
    float: left
}

#app-content>.content-body .container-fluid.container-xs {
    padding-left: 5px;
    padding-right: 5px
}

#app-content>.content-body .container-fluid.container-sm {
    padding-left: 10px;
    padding-right: 10px
}

#app-content>.content-body .container-fluid.container-md {
    padding-left: 15px;
    padding-right: 15px
}

#app-content>.content-body .container-fluid.container-lg {
    padding-left: 20px;
    padding-right: 20px
}

#app-content.content-only {
    width: 100%
}

#app-content.content-only .page-header {
    padding-top: 30px;
    padding-left: 30px;
    margin: -15px -15px 0 -15px
}

#app-content.content-only.container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #app-content {
        position: static
    }

    .sidebar-minimized #app-content {
        margin-left: 60px !important
    }
}

.csstransforms3d.sidebar-open-ltr #app-footer {
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-ltr #app-footer {
    left: 230px
}

.csstransforms3d.sidebar-open-rtl #app-footer {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0)
}

.no-csstransforms3d.sidebar-open-rtl #app-footer {
    left: -230px;
    right: 230px
}

#app-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: 46px;
    line-height: 46px;
    background-color: #fbfbfb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#app-footer~#app-content>.content-body {
    padding-bottom: 46px
}

#app-footer:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -1px;
    height: inherit;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

@media (min-width:768px) {
    .sidebar-minimized #app-footer {
        margin-left: 60px !important
    }
}

hr,
.hr-expand {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 0
}

hr.hr-w-2,
.hr-expand.hr-w-2 {
    border-width: 2px
}

hr.hr-w-3,
.hr-expand.hr-w-3 {
    border-width: 3px
}

.hr-expand a.arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    z-index: 1;
    background-color: #f8f8f8;
    padding: 0 15px;
    margin: 0 15px;
    border: 1px solid #ebedf0;
    border-top-width: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03);
    font-size: 9px;
    line-height: 22px;
    text-transform: uppercase
}

.hr-expand a.arrow>.caret {
    margin-left: 0;
    border-top: 0;
    border-bottom: 4px solid
}

.hr-expand a.collapsed>.caret {
    border-top: 4px solid;
    border-bottom: 0
}

.hr-expand.hr-w-2 a.arrow {
    top: -2px
}

.hr-expand.hr-w-3 a.arrow {
    top: -3px
}

a {
    transition: var(--all)
}

a:hover {
    cursor: pointer
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fs-base {
    font-size: 13px
}

.fs-2 {
    font-size: 2px !important
}

.fs-4 {
    font-size: 4px !important
}

.fs-6 {
    font-size: 6px !important
}

.fs-8 {
    font-size: 8px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-46 {
    font-size: 46px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-50 {
    font-size: 50px !important
}

.fs-52 {
    font-size: 52px !important
}

.fs-54 {
    font-size: 54px !important
}

.fs-56 {
    font-size: 56px !important
}

.page-header {
    background-color: #fbfbfb;
    padding: 15px;
    margin: 0;
    border-bottom: 0;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0 -1px 0 0 #e5e8eb
}

.page-header .breadcrumb {
    padding: 5px 0;
    background-color: inherit;
    border-radius: 0
}

.container .page-header {
    margin: -15px -15px 15px -15px
}

.container.container-xs .page-header {
    margin: -5px -5px 5px -5px
}

.container.container-sm .page-header {
    margin: -10px -10px 10px -10px
}

.container.container-md .page-header {
    margin: -15px -15px 15px -15px
}

.container.container-lg .page-header {
    margin: -20px -20px 20px -20px
}

.fw-b {
    font-weight: 700
}

.fw-sb {
    font-weight: 600
}

.fw-n {
    font-weight: 400
}

.fw-t {
    font-weight: 300
}

.tt-u {
    text-transform: uppercase
}

.text-muted {
    color: #5d6c7c
}

a.text-muted:hover,
a.text-muted:focus {
    color: #47535f
}

.text-white {
    color: #fff
}

a.text-white:hover {
    color: #e6e6e6
}

.text-white.light-xs {
    color: #fff
}

a.text-white.light-xs:hover {
    color: #fff
}

.text-white.dark-xs {
    color: #d9d9d9
}

a.text-white.dark-xs:hover {
    color: #ccc
}

.text-white.dark-sm {
    color: #b3b3b3
}

a.text-white.dark-sm:hover {
    color: #a6a6a6
}

.text-white.dark-md {
    color: #8c8c8c
}

a.text-white.dark-md:hover {
    color: gray
}

.text-white.dark-lg {
    color: #666
}

a.text-white.dark-lg:hover {
    color: #595959
}

.text-primary {
    color: #17b7c4
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1195a1
}

.text-success {
    color: #00B49C
}

a.text-success:hover {
    color: #008170
}

.text-success.light-xs {
    color: #01ffdd
}

a.text-success.light-xs:hover {
    color: #00e7c8
}

.text-success.dark-xs {
    color: #00685a
}

a.text-success.dark-xs:hover {
    color: #004e44
}

.text-success.dark-sm {
    color: #001b17
}

a.text-success.dark-sm:hover {
    color: #000201
}

.text-success.dark-md {
    color: #000
}

a.text-success.dark-md:hover {
    color: #000
}

.text-success.dark-lg {
    color: #000
}

a.text-success.dark-lg:hover {
    color: #000
}

.text-warning {
    color: #FDB933
}

a.text-warning:hover,
a.text-warning:focus {
    color: #fba702
}

.text-danger {
    color: #F86B4F
}

a.text-danger:hover,
a.text-danger:focus {
    color: #f6421e
}

.text-info {
    color: #35B4B9
}

a.text-info:hover,
a.text-info:focus {
    color: #2a8d91
}

.text-twitter {
    color: #55acee
}

a.text-twitter:hover,
a.text-twitter:focus {
    color: #2795e9
}

.text-facebook {
    color: #3b5998
}

a.text-facebook:hover,
a.text-facebook:focus {
    color: #2d4373
}

.text-google {
    color: #dd4b39
}

a.text-google:hover,
a.text-google:focus {
    color: #c23321
}

blockquote {
    padding-left: 40px;
    border-width: 0
}

blockquote>p {
    position: relative;
    font-style: italic;
    font-size: 18px !important
}

blockquote>p:before {
    position: absolute;
    top: -1px;
    margin-left: -25px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f10d";
    color: #ebedf0
}

blockquote>p:after {
    position: absolute;
    bottom: -1px;
    margin-left: 5px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f10e";
    color: #ebedf0
}

.blockquote-reverse {
    padding-left: 20px;
    padding-right: 40px;
    border-width: 0
}

.touchevents .scroll-content {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.no-touchevents .scroll-wrapper,
.no-touchevents .scroll-wrapper>.scroll-content {
    height: 100%
}

.no-touchevents .scroll-wrapper>.scroll-rail {
    display: none !important
}

.no-touchevents .scroll-wrapper>.scroll-bar {
    background-color: gray !important;
    right: 3px !important
}

.btn {
    transition: var(--all)
}

.btn,
.btn:active {
    outline: 0
}

.btn .fa {
    min-width: 13px
}

.btn [class^="ri-"],
.btn [class*=" ri-"] {
    font-size: 12px;
    vertical-align: -.05em
}

.btn>.caret {
    margin-top: -1px
}

.btn.btn-rounded {
    border-radius: 32px;
    padding-left: 16px;
    padding-right: 16px
}

.btn.btn-circle {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%
}

.btn.btn-circle.btn-lg {
    width: 43px
}

.btn.btn-circle.btn-sm {
    width: 27px
}

.btn.btn-circle.btn-xs {
    width: 19px
}

.btn.btn-outline {
    background-color: transparent;
    border-width: 1px
}

.btn.btn-outline.btn-primary {
    color: #17b7c4
}

.btn.btn-outline.btn-success {
    color: #00B49C
}

.btn.btn-outline.btn-warning {
    color: #FDB933
}

.btn.btn-outline.btn-danger {
    color: #F86B4F
}

.btn.btn-outline.btn-info {
    color: #35B4B9
}

.btn-link {
    font-weight: 600
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none
}

.btn-info {
    color: #3c4650
}

.btn-info:hover {
    color: #3c4650
}

.btn-group .btn~.btn,
.btn-group .btn~.btn-group,
.btn-group .btn-group~.btn,
.btn-group .btn-group~.btn-group {
    margin-left: -1px
}

.alert-dismissible .close,
.alert-dismissible .close {
    top: -1px
}

.alert-primary {
    background: #aeb6d7
}

.alert-secondary {
    background: #feedcb
}

.alert-tertiary {
    background: #a3e2e4
}

.alert-growl {
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    border-radius: 0;
    border-left: 4px solid #0ab7c5;
    border-top: none;
    border-right: none;
    border-bottom: none
}

.alert-growl a {
    font-weight: 700;
    color: #6a79b5
}

.alert-growl a:hover {
    color: #aeb6d7
}

.alert-growl--warning {
    border-left-color: #FDB933
}

.alert-growl--warning a {
    color: #FDB933
}

.alert-growl--warning a:hover {
    color: #fedc98
}

.alert-growl--error {
    border-left-color: #F86B4F
}

.alert-growl--error a {
    color: #F86B4F
}

.alert-growl--error a:hover {
    color: #fcbdb1
}

.alert-growl-container {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100000
}

.alert-growl-container.alert-offset {
    top: 50px
}

.alert-growl-container .alert-growl {
    margin-bottom: 5px
}

.alert-growl-buttons {
    margin-top: 10px
}

.alert-growl-buttons .btn+.btn {
    margin-left: 5px
}

.alert-growl .close {
    font-size: 13px;
    color: #fff;
    margin-left: 10px
}

.alert .close {
    font-size: 13px;
    margin-left: 10px
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #0ab7c5;
    box-shadow: #495894 0 1px 3px 0 inset
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #fdb933 !important
}

.content-body .cke_chrome {
    background: #f8f8f8;
    border: 1px solid #f0f0f0
}

.content-body .cke_bottom,
.content-body .cke_top {
    background: #f8f8f8
}

.ck-mentions span.custom-item {
    color: #000
}

.ck-mentions span.custom-item.ck-on,
.ck-mentions span.custom-item.ck-on span.custom-item-id {
    color: #fff
}

.ck-mentions span.custom-item span.custom-item-id {
    margin-left: 10px;
    font-size: smaller;
    color: #ccc
}

.ck.ck-dropdown__panel {
    max-height: 180px;
    overflow-y: auto
}

.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 200px
}

.ck.ck-balloon-panel.ck-balloon-panel_caret_se.ck-balloon-panel_visible {
    z-index: 99999 !important
}

.ck-body-wrapper {
    position: fixed;
    z-index: 99999
}

a.media {
    display: block
}

.media>a {
    display: block
}

.media.read {
    opacity: .8
}

.media.read a {
    color: #313942
}

.media.new {
    background-color: #f6f7f8
}

.notification .media-body {
    display: table-cell
}

.media-body {
    display: block
}

.media-heading {
    display: block
}

.media-heading>.bullet {
    margin-top: -1px
}

.media-list.media-list-feed {
    position: relative
}

.media-list.media-list-feed .media {
    overflow: visible
}

.media-list.media-list-feed .media>.media-object {
    position: relative;
    width: 28px;
    text-align: center
}

.media-list.media-list-feed .media>.media-object:before {
    content: '';
    position: absolute;
    top: -200%;
    bottom: -200%;
    width: 1px;
    left: 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%)
}

.media-list.media-list-feed .media>.media-object>.figure {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    background-color: #dce0e5
}

.media-list.media-list-feed .media>.media-object>.figure.featured {
    width: 20px;
    height: 20px;
    line-height: 19px
}

.media-list.media-list-feed .media:first-child>.media-object:before {
    top: 0
}

.media-list.media-list-contact>.media-heading {
    padding: 15px 15px 5px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0
}

.media-list.media-list-contact>.media {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.media-list.media-list-contact>.media a {
    padding: 10px 15px
}

.media-list.media-list-contact>.media a:hover,
.media-list.media-list-contact>.media a:focus {
    background-color: transparent
}

.media-list.media-list-bubble>.media {
    padding: 15px
}

.media-list.media-list-bubble>.media:after {
    display: none
}

.media-list.media-list-bubble>.media .media-object {
    position: relative;
    float: left;
    margin-right: 15px
}

.media-list.media-list-bubble>.media .media-object:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f3f3f3 transparent transparent
}

.media-list.media-list-bubble>.media .media-body .media-text {
    display: inline-block;
    padding: 8px;
    color: #313942;
    background-color: #f3f3f3;
    border-radius: 3px
}

.media-list.media-list-bubble>.media.media-right .media-object {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.media-list.media-list-bubble>.media.media-right .media-object:after {
    left: -18px;
    right: auto;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #17b7c4
}

.media-list.media-list-bubble>.media.media-right .media-body {
    text-align: right
}

.media-list.media-list-bubble>.media.media-right .media-body .media-text {
    color: #f2f2f2;
    background-color: #17b7c4
}

.extra-menu {
    height: 60px;
    padding-top: 20px;
    position: absolute;
    right: 15px
}

.extra-menu a {
    font-size: 1.1em;
    color: rgba(255, 255, 255, .55)
}

.extra-menu a:hover {
    color: #fff
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

[class*="col-"] {
    display: flex;
    flex-direction: column
}

[class*="col-"] label {
    align-self: start
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.list-group-item>a {
    position: relative;
    z-index: 1;
    display: block
}

a.list-group-item:hover,
a.list-group-item:focus {
    z-index: 2
}

label.list-group-item {
    color: #555
}

label.list-group-item .list-group-item-heading {
    color: #333
}

label.list-group-item:hover,
label.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.ds-list-group {
    counter-reset: item;
    list-style-type: none;
    padding-inline-start: 35px
}

.ds-list-group>li {
    counter-increment: item;
    position: relative;
    padding: 10px 0
}

.ds-list-group>li:not(:first-child) {
    border-top: 1px solid var(--border-subtle)
}

.ds-list-group>li:before {
    position: absolute;
    background: var(--layer);
    border-radius: 50%;
    left: -35px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: calc(16px - 5px);
    color: var(--icon-secondary);
    transition: var(--all);
    top: 11.8px;
    vertical-align: middle
}

.ds-list-group>li:hover:before {
    transform: scale(1.2)
}

.ds-list-alphabet>li:before {
    content: counter(item, upper-alpha)
}

.ds-list-check>li:before {
    content: "\EB7B";
    font-family: 'remixicon'
}

.ds-list-none {
    padding-inline-start: 0
}

.ds-list-bullet {
    list-style-type: disc;
    padding-inline-start: 18px
}

.caret {
    margin-top: -1px
}

.dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.dropdown-menu .divider {
    margin: 5px 0
}

.dropdown-menu .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-width: 0;
    margin-bottom: 0;
    margin-top: -5px;
    margin-bottom: -5px
}

.dropdown-menu .panel .panel-heading {
    border-radius: 0
}

.dropdown-menu>li>a {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 5px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.dropdown-menu>li>a .fa {
    min-width: 15px
}

.dropdown-menu>li>a [class^="ri-"],
.dropdown-menu>li>a [class*=" ri-"] {
    font-size: 1.25em;
    vertical-align: -.05em;
    line-height: 0;
    padding-right: 3px
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    z-index: 2;
    border-color: #f3f3f3
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #596776;
    background-color: #f0f0f0
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden
}

ul.dropdown-menu-form {
    padding: 0 5px 0 30px;
    max-height: 300px;
    overflow-y: auto
}

.nav>li>a {
    font-weight: 400
}

.nav>li>a .text,
.nav>li>a .icon,
.nav>li>a .arrow {
    line-height: 18px
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent
}

.nav .nav-divider {
    background-color: rgba(0, 0, 0, .05)
}

.nav .nav-heading {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 18px;
    padding-bottom: 5px;
    color: #a0acb8
}

.nav-tabs {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    text-wrap: nowrap
}

.nav-tabs>li>a {
    line-height: 20px
}

.nav-tabs>li.active>a {
    overflow: hidden;
    border-top-color: transparent
}

.nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #17b7c4
}

@media (min-width:1200px) {
    .nav-tabs {
        flex-wrap: nowrap
    }
}

.stats-menu__content.tab-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.stats-menu__content.tab-content>.tab-pane {
    width: 100%
}

.nav-pills>li+li {
    margin-left: 5px
}

.stats-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.stats-menu.stats-menu .date-range {
    padding: 5px;
    background-color: #fff;
    border-top-left-radius: 3px
}

.stats-menu.stats-menu+div {
    min-height: 410px
}

.notes {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0;
    list-style-type: none
}

.notes li>.panel>.panel-body {
    display: block !important;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0
}

.notes li>.panel>.panel-body [class*=" icon"],
.notes li>.panel>.panel-body [class^="icon"] {
    position: static;
    padding: 0
}

.notes li>.panel>.panel-body [class*=" icon"].height-auto:before,
.notes li>.panel>.panel-body [class^="icon"].height-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit
}

.notes li>.panel>.panel-body [class*=" icon"].bdr-l.height-auto:before,
.notes li>.panel>.panel-body [class^="icon"].bdr-l.height-auto:before {
    margin-left: -1px
}

.notes li>.panel>.panel-body [class*=" icon"].bdr-r.height-auto:before,
.notes li>.panel>.panel-body [class^="icon"].bdr-r.height-auto:before {
    margin-right: -1px
}

.notes li>.panel>.panel-body>.col-xs-1 {
    vertical-align: middle
}

.notes li>.panel>.panel-body>.col-xs-2,
.notes li>.panel>.panel-body>.col-xs-3,
.notes li>.panel>.panel-body>.col-xs-4,
.notes li>.panel>.panel-body>.col-xs-5,
.notes li>.panel>.panel-body>.col-xs-6,
.notes li>.panel>.panel-body>.col-xs-7,
.notes li>.panel>.panel-body>.col-xs-8,
.notes li>.panel>.panel-body>.col-xs-9,
.notes li>.panel>.panel-body>.col-xs-10,
.notes li>.panel>.panel-body>.col-xs-11,
.notes li>.panel>.panel-body>.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none
}

.notes li>.panel>.panel-body>.cell {
    width: 100%
}

@media (min-width:768px) {

    .notes li>.panel>.panel-body>.col-sm-1,
    .notes li>.panel>.panel-body>.col-sm-2,
    .notes li>.panel>.panel-body>.col-sm-3,
    .notes li>.panel>.panel-body>.col-sm-4,
    .notes li>.panel>.panel-body>.col-sm-5,
    .notes li>.panel>.panel-body>.col-sm-6,
    .notes li>.panel>.panel-body>.col-sm-7,
    .notes li>.panel>.panel-body>.col-sm-8,
    .notes li>.panel>.panel-body>.col-sm-9,
    .notes li>.panel>.panel-body>.col-sm-10,
    .notes li>.panel>.panel-body>.col-sm-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

@media (min-width:992px) {

    .notes li>.panel>.panel-body>.col-md-1,
    .notes li>.panel>.panel-body>.col-md-2,
    .notes li>.panel>.panel-body>.col-md-3,
    .notes li>.panel>.panel-body>.col-md-4,
    .notes li>.panel>.panel-body>.col-md-5,
    .notes li>.panel>.panel-body>.col-md-6,
    .notes li>.panel>.panel-body>.col-md-7,
    .notes li>.panel>.panel-body>.col-md-8,
    .notes li>.panel>.panel-body>.col-md-9,
    .notes li>.panel>.panel-body>.col-md-10,
    .notes li>.panel>.panel-body>.col-md-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

@media (min-width:1200px) {

    .notes li>.panel>.panel-body>.col-lg-1,
    .notes li>.panel>.panel-body>.col-lg-2,
    .notes li>.panel>.panel-body>.col-lg-3,
    .notes li>.panel>.panel-body>.col-lg-4,
    .notes li>.panel>.panel-body>.col-lg-5,
    .notes li>.panel>.panel-body>.col-lg-6,
    .notes li>.panel>.panel-body>.col-lg-7,
    .notes li>.panel>.panel-body>.col-lg-8,
    .notes li>.panel>.panel-body>.col-lg-9,
    .notes li>.panel>.panel-body>.col-lg-10,
    .notes li>.panel>.panel-body>.col-lg-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

.bullet {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a0acb8
}

.bullet.bullet-primary {
    background-color: #17b7c4
}

.bullet.bullet-success {
    background-color: #00B49C
}

.bullet.bullet-info {
    background-color: #35B4B9
}

.bullet.bullet-warning {
    background-color: #FDB933
}

.bullet.bullet-danger {
    background-color: #F86B4F
}

.label {
    display: inline-block;
    line-height: 1.5;
    padding: .25em .6em .15em .6em;
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
}

.label i {
    padding: 2px;
    line-height: 12px;
    top: 1px;
    position: relative
}

.badge {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
}

.mautic-brand {
    display: block;
    height: 60px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    overflow: hidden
}

.mautic-brand.pull-left {
    width: 75%
}

.mautic-brand.minimized {
    background-size: contain
}

.mautic-brand>svg.mautic-logo-figure {
    width: 25px;
    height: 60px
}

.mautic-brand>svg.mautic-logo-figure .circle {
    fill: #fff
}

.mautic-brand>svg.mautic-logo-figure .m,
.mautic-brand>svg.mautic-logo-figure .m-arrow {
    fill: #FDB933
}

.mautic-brand>svg.mautic-logo-text {
    height: 60px;
    width: 150px
}

.mautic-brand>svg.mautic-logo-text .m,
.mautic-brand>svg.mautic-logo-text .a,
.mautic-brand>svg.mautic-logo-text .u,
.mautic-brand>svg.mautic-logo-text .t,
.mautic-brand>svg.mautic-logo-text .i,
.mautic-brand>svg.mautic-logo-text .c {
    fill: #fff
}

label {
    font-weight: 600
}

.label-tag {
    white-space: normal;
    text-align: left
}

.control-label.text-left {
    text-align: left
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.form-control.form-control-rounded {
    border-radius: 32px
}

.form-stack .form-control {
    position: relative;
    border-radius: 0
}

.form-stack .form-control:focus {
    z-index: 1
}

.form-stack .form-control+.form-control {
    margin-top: -1px
}

.form-stack .form-control:first-child {
    border-radius: 3px 3px 0 0
}

.form-stack .form-control:last-child {
    border-radius: 0 0 3px 3px
}

.form-stack .form-control.input-lg:first-child {
    border-radius: 4px 4px 0 0
}

.form-stack .form-control.input-lg:last-child {
    border-radius: 0 0 4px 4px
}

.form-stack .form-control.input-sm:first-child {
    border-radius: 2px 2px 0 0
}

.form-stack .form-control.input-sm:last-child {
    border-radius: 0 0 2px 2px
}

.form-stack .form-control-icon:first-child>.form-control {
    border-radius: 3px 3px 0 0
}

.form-stack .form-control-icon:first-child>.form-control.input-lg {
    border-radius: 4px 4px 0 0
}

.form-stack .form-control-icon:first-child>.form-control.input-sm {
    border-radius: 2px 2px 0 0
}

.form-stack .form-control-icon:last-child>.form-control {
    border-radius: 0 0 3px 3px
}

.form-stack .form-control-icon:last-child>.form-control.input-lg {
    border-radius: 0 0 4px 4px
}

.form-stack .form-control-icon:last-child>.form-control.input-sm {
    border-radius: 0 0 2px 2px
}

.form-stack .form-control-icon+.form-control-icon {
    margin-top: -1px
}

.form-control-icon {
    position: relative
}

.form-control-icon .form-control {
    padding-left: 32px
}

.form-control-icon .form-control.input-lg {
    padding-left: 42px
}

.form-control-icon .form-control.input-lg+.the-icon {
    font-size: 16px;
    line-height: 42px;
    width: 42px
}

.form-control-icon .form-control.input-sm {
    padding-left: 28px
}

.form-control-icon .form-control.input-sm+.the-icon {
    font-size: 11px;
    line-height: 28px;
    width: 28px
}

.form-control-icon .the-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    line-height: 31px;
    width: 32px;
    text-align: center
}

.form-control-icon.form-control-icon-right .the-icon {
    right: 0;
    left: auto
}

.form-control-icon.form-control-icon-right .form-control {
    padding-left: 12px;
    padding-right: 32px
}

.form-control-icon.form-control-icon-right .form-control.input-lg {
    padding-left: 16px;
    padding-right: 42px
}

.form-control-icon.form-control-icon-right .form-control.input-sm {
    padding-left: 10px;
    padding-right: 28px
}

.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: 999px;
    text-align: right;
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
    font-weight: 400
}

.checkbox[class*=" custom"],
.radio[class*=" custom"],
.checkbox-inline[class*=" custom"],
.radio-inline[class*=" custom"],
.checkbox[class^="custom"],
.radio[class^="custom"],
.checkbox-inline[class^="custom"],
.radio-inline[class^="custom"] {
    position: relative
}

.checkbox[class*=" custom"] label,
.radio[class*=" custom"] label,
.checkbox-inline[class*=" custom"] label,
.radio-inline[class*=" custom"] label,
.checkbox[class^="custom"] label,
.radio[class^="custom"] label,
.checkbox-inline[class^="custom"] label,
.radio-inline[class^="custom"] label {
    padding-left: 24px
}

.checkbox[class*=" custom"] label input,
.radio[class*=" custom"] label input,
.checkbox-inline[class*=" custom"] label input,
.radio-inline[class*=" custom"] label input,
.checkbox[class^="custom"] label input,
.radio[class^="custom"] label input,
.checkbox-inline[class^="custom"] label input,
.radio-inline[class^="custom"] label input {
    position: absolute;
    opacity: 0
}

.checkbox[class*=" custom"] label input+span,
.radio[class*=" custom"] label input+span,
.checkbox-inline[class*=" custom"] label input+span,
.radio-inline[class*=" custom"] label input+span,
.checkbox[class^="custom"] label input+span,
.radio[class^="custom"] label input+span,
.checkbox-inline[class^="custom"] label input+span,
.radio-inline[class^="custom"] label input+span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: -25px;
    margin-right: 4px;
    margin-top: 1px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.checkbox[class*=" custom"] label input+span:after,
.radio[class*=" custom"] label input+span:after,
.checkbox-inline[class*=" custom"] label input+span:after,
.radio-inline[class*=" custom"] label input+span:after,
.checkbox[class^="custom"] label input+span:after,
.radio[class^="custom"] label input+span:after,
.checkbox-inline[class^="custom"] label input+span:after,
.radio-inline[class^="custom"] label input+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #3c4650;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.checkbox[class*=" custom"] label input:disabled+span,
.radio[class*=" custom"] label input:disabled+span,
.checkbox-inline[class*=" custom"] label input:disabled+span,
.radio-inline[class*=" custom"] label input:disabled+span,
.checkbox[class^="custom"] label input:disabled+span,
.radio[class^="custom"] label input:disabled+span,
.checkbox-inline[class^="custom"] label input:disabled+span,
.radio-inline[class^="custom"] label input:disabled+span {
    opacity: .4
}

.checkbox[class*=" custom"] label input:disabled+span:hover,
.radio[class*=" custom"] label input:disabled+span:hover,
.checkbox-inline[class*=" custom"] label input:disabled+span:hover,
.radio-inline[class*=" custom"] label input:disabled+span:hover,
.checkbox[class^="custom"] label input:disabled+span:hover,
.radio[class^="custom"] label input:disabled+span:hover,
.checkbox-inline[class^="custom"] label input:disabled+span:hover,
.radio-inline[class^="custom"] label input:disabled+span:hover {
    cursor: not-allowed
}

.checkbox[class*=" custom"] label input:checked+span,
.radio[class*=" custom"] label input:checked+span,
.checkbox-inline[class*=" custom"] label input:checked+span,
.radio-inline[class*=" custom"] label input:checked+span,
.checkbox[class^="custom"] label input:checked+span,
.radio[class^="custom"] label input:checked+span,
.checkbox-inline[class^="custom"] label input:checked+span,
.radio-inline[class^="custom"] label input:checked+span {
    border: 1px solid #3c4650
}

.checkbox[class*=" custom"] label input:checked+span:after,
.radio[class*=" custom"] label input:checked+span:after,
.checkbox-inline[class*=" custom"] label input:checked+span:after,
.radio-inline[class*=" custom"] label input:checked+span:after,
.checkbox[class^="custom"] label input:checked+span:after,
.radio[class^="custom"] label input:checked+span:after,
.checkbox-inline[class^="custom"] label input:checked+span:after,
.radio-inline[class^="custom"] label input:checked+span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.checkbox[class*=" custom"] label:hover input+span,
.radio[class*=" custom"] label:hover input+span,
.checkbox-inline[class*=" custom"] label:hover input+span,
.radio-inline[class*=" custom"] label:hover input+span,
.checkbox[class^="custom"] label:hover input+span,
.radio[class^="custom"] label:hover input+span,
.checkbox-inline[class^="custom"] label:hover input+span,
.radio-inline[class^="custom"] label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox[class*=" custom"] label:hover input:checked+span,
.radio[class*=" custom"] label:hover input:checked+span,
.checkbox-inline[class*=" custom"] label:hover input:checked+span,
.radio-inline[class*=" custom"] label:hover input:checked+span,
.checkbox[class^="custom"] label:hover input:checked+span,
.radio[class^="custom"] label:hover input:checked+span,
.checkbox-inline[class^="custom"] label:hover input:checked+span,
.radio-inline[class^="custom"] label:hover input:checked+span {
    border: 1px solid #3c4650
}

.checkbox.custom-primary label input+span:after,
.radio.custom-primary label input+span:after,
.checkbox-inline.custom-primary label input+span:after,
.radio-inline.custom-primary label input+span:after {
    background-color: #17b7c4
}

.checkbox.custom-primary label input:checked+span,
.radio.custom-primary label input:checked+span,
.checkbox-inline.custom-primary label input:checked+span,
.radio-inline.custom-primary label input:checked+span {
    border: 1px solid #17b7c4
}

.checkbox.custom-primary label:hover input+span,
.radio.custom-primary label:hover input+span,
.checkbox-inline.custom-primary label:hover input+span,
.radio-inline.custom-primary label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox.custom-primary label:hover input:checked+span,
.radio.custom-primary label:hover input:checked+span,
.checkbox-inline.custom-primary label:hover input:checked+span,
.radio-inline.custom-primary label:hover input:checked+span {
    border: 1px solid #17b7c4
}

.checkbox.custom-info label input+span:after,
.radio.custom-info label input+span:after,
.checkbox-inline.custom-info label input+span:after,
.radio-inline.custom-info label input+span:after {
    background-color: #35B4B9
}

.checkbox.custom-info label input:checked+span,
.radio.custom-info label input:checked+span,
.checkbox-inline.custom-info label input:checked+span,
.radio-inline.custom-info label input:checked+span {
    border: 1px solid #35B4B9
}

.checkbox.custom-info label:hover input+span,
.radio.custom-info label:hover input+span,
.checkbox-inline.custom-info label:hover input+span,
.radio-inline.custom-info label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox.custom-info label:hover input:checked+span,
.radio.custom-info label:hover input:checked+span,
.checkbox-inline.custom-info label:hover input:checked+span,
.radio-inline.custom-info label:hover input:checked+span {
    border: 1px solid #35B4B9
}

.checkbox.custom-success label input+span:after,
.radio.custom-success label input+span:after,
.checkbox-inline.custom-success label input+span:after,
.radio-inline.custom-success label input+span:after {
    background-color: #00B49C
}

.checkbox.custom-success label input:checked+span,
.radio.custom-success label input:checked+span,
.checkbox-inline.custom-success label input:checked+span,
.radio-inline.custom-success label input:checked+span {
    border: 1px solid #00B49C
}

.checkbox.custom-success label:hover input+span,
.radio.custom-success label:hover input+span,
.checkbox-inline.custom-success label:hover input+span,
.radio-inline.custom-success label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox.custom-success label:hover input:checked+span,
.radio.custom-success label:hover input:checked+span,
.checkbox-inline.custom-success label:hover input:checked+span,
.radio-inline.custom-success label:hover input:checked+span {
    border: 1px solid #00B49C
}

.checkbox.custom-warning label input+span:after,
.radio.custom-warning label input+span:after,
.checkbox-inline.custom-warning label input+span:after,
.radio-inline.custom-warning label input+span:after {
    background-color: #FDB933
}

.checkbox.custom-warning label input:checked+span,
.radio.custom-warning label input:checked+span,
.checkbox-inline.custom-warning label input:checked+span,
.radio-inline.custom-warning label input:checked+span {
    border: 1px solid #FDB933
}

.checkbox.custom-warning label:hover input+span,
.radio.custom-warning label:hover input+span,
.checkbox-inline.custom-warning label:hover input+span,
.radio-inline.custom-warning label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox.custom-warning label:hover input:checked+span,
.radio.custom-warning label:hover input:checked+span,
.checkbox-inline.custom-warning label:hover input:checked+span,
.radio-inline.custom-warning label:hover input:checked+span {
    border: 1px solid #FDB933
}

.checkbox.custom-danger label input+span:after,
.radio.custom-danger label input+span:after,
.checkbox-inline.custom-danger label input+span:after,
.radio-inline.custom-danger label input+span:after {
    background-color: #F86B4F
}

.checkbox.custom-danger label input:checked+span,
.radio.custom-danger label input:checked+span,
.checkbox-inline.custom-danger label input:checked+span,
.radio-inline.custom-danger label input:checked+span {
    border: 1px solid #F86B4F
}

.checkbox.custom-danger label:hover input+span,
.radio.custom-danger label:hover input+span,
.checkbox-inline.custom-danger label:hover input+span,
.radio-inline.custom-danger label:hover input+span {
    border: 1px solid rgba(0, 0, 0, .3)
}

.checkbox.custom-danger label:hover input:checked+span,
.radio.custom-danger label:hover input:checked+span,
.checkbox-inline.custom-danger label:hover input:checked+span,
.radio-inline.custom-danger label:hover input:checked+span {
    border: 1px solid #F86B4F
}

.radio-inline[class*=" custom"] label input+span,
.radio[class*=" custom"] label input+span,
.radio-inline[class^="custom"] label input+span,
.radio[class^="custom"] label input+span,
.radio-inline[class*=" custom"] label input+span:after,
.radio[class*=" custom"] label input+span:after,
.radio-inline[class^="custom"] label input+span:after,
.radio[class^="custom"] label input+span:after {
    border-radius: 50%
}

.checkbox-inline[class*=" custom"] label,
.radio-inline[class*=" custom"] label,
.checkbox-inline[class^="custom"] label,
.radio-inline[class^="custom"] label {
    padding-left: 4px
}

.time-input select {
    margin: 0 3px 0 3px
}

.legend-container {
    position: relative
}

.bar-legend,
.line-legend {
    list-style: none;
    position: absolute;
    top: 0
}

.bar-legend li,
.line-legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 0 8px 2px 18px;
    font-size: 11px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out
}

.bar-legend li:hover,
.line-legend li:hover {
    background-color: #fafafa
}

.bar-legend li span,
.line-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 5px
}

ul.line-legend {
    margin: 0;
    padding: 0;
    position: relative
}

ul.line-legend li {
    display: inline
}

.input-group .input-group-btn+.form-control {
    margin-left: -1px
}

.img-wrapper {
    display: inline-block;
    position: relative
}

.img-wrapper+.img-wrapper {
    margin-left: 3px
}

.img-wrapper.pull-right+.img-wrapper {
    margin-right: 3px;
    margin-left: 0
}

.img-wrapper:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .3)
}

.img-wrapper img {
    border-radius: inherit;
    display: block;
    max-width: 100%;
    height: auto
}

.img-wrapper>.label,
.img-wrapper>.badge {
    position: absolute;
    z-index: 5;
    top: -10px;
    right: -10px
}

.img-rounded {
    border-radius: 3px
}

.contact-avatar {
    width: 100%
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ebedf0
}

.table-responsive-force {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebedf0;
    -webkit-overflow-scrolling: touch
}

.table-responsive-force>.table {
    margin-bottom: 0
}

.table-responsive-force>.table>thead>tr>th,
.table-responsive-force>.table>tbody>tr>th,
.table-responsive-force>.table>tfoot>tr>th,
.table-responsive-force>.table>thead>tr>td,
.table-responsive-force>.table>tbody>tr>td,
.table-responsive-force>.table>tfoot>tr>td {
    white-space: nowrap
}

.table-responsive-force>.table-bordered {
    border: 0
}

.table-responsive-force>.table-bordered>thead>tr>th:first-child,
.table-responsive-force>.table-bordered>tbody>tr>th:first-child,
.table-responsive-force>.table-bordered>tfoot>tr>th:first-child,
.table-responsive-force>.table-bordered>thead>tr>td:first-child,
.table-responsive-force>.table-bordered>tbody>tr>td:first-child,
.table-responsive-force>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.table-responsive-force>.table-bordered>thead>tr>th:last-child,
.table-responsive-force>.table-bordered>tbody>tr>th:last-child,
.table-responsive-force>.table-bordered>tfoot>tr>th:last-child,
.table-responsive-force>.table-bordered>thead>tr>td:last-child,
.table-responsive-force>.table-bordered>tbody>tr>td:last-child,
.table-responsive-force>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.table-responsive-force>.table-bordered>tbody>tr:last-child>th,
.table-responsive-force>.table-bordered>tfoot>tr:last-child>th,
.table-responsive-force>.table-bordered>tbody>tr:last-child>td,
.table-responsive-force>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}

.table-hover>tbody>tr:hover {
    transition: var(--all)
}

.progress {
    background-color: #ebedf0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress.progress-md {
    height: 12px;
    border-radius: 2px
}

.progress.progress-sm {
    height: 8px;
    border-radius: 2px;
    margin-top: 2px
}

.progress.progress-xs {
    height: 4px;
    border-radius: 2px
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 4s ease;
    -o-transition: width 4s ease;
    transition: width 4s ease
}

.progress-bar-success {
    background-color: #00B49C
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #35B4B9
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #FDB933
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #F86B4F
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.app-sidebar .progress {
    background-color: #232b34
}

.panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    border: 1px solid #ebedf0;
    -webkit-box-shadow: 0 1px 1px #f3f3f3;
    box-shadow: 0 1px 1px #f3f3f3
}

.panel-heading {
    padding: 0 15px
}

.panel-heading:before,
.panel-heading:after {
    display: table;
    content: " "
}

.panel-heading:after {
    clear: both
}

.panel-heading .panel-title {
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600
}

.panel-heading .panel-toolbar {
    display: table-cell;
    width: 1%;
    vertical-align: middle
}

.panel-body {
    flex-grow: 1
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-footer {
    overflow: hidden;
    background-color: #fbfbfb
}

.panel-toolbar-wrapper {
    display: block;
    background-color: #fbfbfb;
    border-bottom: 1px solid #cfd9db;
    padding: 0 15px
}

.box-layout {
    display: table !important;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0
}

.box-layout>[class*=" col-"],
.box-layout>[class^="col-"] {
    position: static;
    padding: 0
}

.box-layout>[class*=" col-"]>.panel-body,
.box-layout>[class^="col-"]>.panel-body {
    white-space: nowrap;
    overflow: hidden
}

.box-layout>[class*=" col-"].bdr-l.height-auto:before,
.box-layout>[class^="col-"].bdr-l.height-auto:before {
    margin-left: -1px
}

.box-layout>[class*=" col-"].bdr-r.height-auto:before,
.box-layout>[class^="col-"].bdr-r.height-auto:before {
    margin-right: -1px
}

.box-layout>.col-xs-1,
.box-layout>.col-xs-2,
.box-layout>.col-xs-3,
.box-layout>.col-xs-4,
.box-layout>.col-xs-5,
.box-layout>.col-xs-6,
.box-layout>.col-xs-7,
.box-layout>.col-xs-8,
.box-layout>.col-xs-9,
.box-layout>.col-xs-10,
.box-layout>.col-xs-11,
.box-layout>.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none
}

.box-layout>.cell {
    width: 100%
}

@media (min-width:768px) {

    .box-layout>.col-sm-1,
    .box-layout>.col-sm-2,
    .box-layout>.col-sm-3,
    .box-layout>.col-sm-4,
    .box-layout>.col-sm-5,
    .box-layout>.col-sm-6,
    .box-layout>.col-sm-7,
    .box-layout>.col-sm-8,
    .box-layout>.col-sm-9,
    .box-layout>.col-sm-10,
    .box-layout>.col-sm-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

@media (min-width:992px) {

    .box-layout>.col-md-1,
    .box-layout>.col-md-2,
    .box-layout>.col-md-3,
    .box-layout>.col-md-4,
    .box-layout>.col-md-5,
    .box-layout>.col-md-6,
    .box-layout>.col-md-7,
    .box-layout>.col-md-8,
    .box-layout>.col-md-9,
    .box-layout>.col-md-10,
    .box-layout>.col-md-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

@media (min-width:1200px) {

    .box-layout>.col-lg-1,
    .box-layout>.col-lg-2,
    .box-layout>.col-lg-3,
    .box-layout>.col-lg-4,
    .box-layout>.col-lg-5,
    .box-layout>.col-lg-6,
    .box-layout>.col-lg-7,
    .box-layout>.col-lg-8,
    .box-layout>.col-lg-9,
    .box-layout>.col-lg-10,
    .box-layout>.col-lg-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none
    }
}

.tab-pane .box-layout>[class*=" col-"].height-auto:before,
.tab-pane .box-layout>[class^="col-"].height-auto:before {
    top: auto
}

.modal .box-layout>[class*=" col-"].height-auto:before,
.modal .box-layout>[class^="col-"].height-auto:before {
    width: auto
}

.modal .box-layout .bg-auto {
    background-color: #f8f8f8 !important
}

.switch {
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

.switch input {
    position: absolute;
    opacity: 0
}

.switch input~.text {
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle
}

.switch input~.switch {
    font-size: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fafafa;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    cursor: pointer;
    height: 24px;
    width: 38.4px;
    border-radius: 28px;
    transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s
}

.switch input~.switch:after {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, .01), 0 2px 4px hsla(0, 0%, 0%, .05);
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s
}

.switch input:checked+.switch {
    border-color: #00B49C;
    box-shadow: inset 0 0 0 .6em #00B49C;
    transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s
}

.switch input:checked+.switch:after {
    border-color: #00B49C;
    left: .6em;
    right: 0;
    transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s
}

.switch.switch-primary input:checked+.switch {
    border-color: #17b7c4;
    box-shadow: inset 0 0 0 .6em #17b7c4
}

.switch.switch-primary input:checked+.switch:after {
    border-color: #17b7c4
}

.switch.switch-info input:checked+.switch {
    border-color: #35B4B9;
    box-shadow: inset 0 0 0 .6em #35B4B9
}

.switch.switch-info input:checked+.switch:after {
    border-color: #35B4B9
}

.switch.switch-success input:checked+.switch {
    border-color: #00B49C;
    box-shadow: inset 0 0 0 .6em #00B49C
}

.switch.switch-success input:checked+.switch:after {
    border-color: #00B49C
}

.switch.switch-warning input:checked+.switch {
    border-color: #FDB933;
    box-shadow: inset 0 0 0 .6em #FDB933
}

.switch.switch-warning input:checked+.switch:after {
    border-color: #FDB933
}

.switch.switch-danger input:checked+.switch {
    border-color: #F86B4F;
    box-shadow: inset 0 0 0 .6em #F86B4F
}

.switch.switch-danger input:checked+.switch:after {
    border-color: #F86B4F
}

.switch.switch-lg input~.text {
    line-height: 28px
}

.switch.switch-lg input~.switch {
    font-size: 28px;
    height: 28px;
    width: 44.8px;
    border-radius: 28px
}

.switch.switch-lg input~.switch:after {
    border-radius: 28px;
    height: 28px;
    width: 28px
}

.switch.switch-sm input~.text {
    line-height: 20px
}

.switch.switch-sm input~.switch {
    font-size: 20px;
    height: 20px;
    width: 32px;
    border-radius: 20px
}

.switch.switch-sm input~.switch:after {
    border-radius: 20px;
    height: 20px;
    width: 20px
}

.switch.switch-xs input~.text {
    line-height: 16px
}

.switch.switch-xs input~.switch {
    font-size: 16px;
    height: 16px;
    width: 25.6px;
    border-radius: 16px
}

.switch.switch-xs input~.switch:after {
    border-radius: 16px;
    height: 16px;
    width: 16px
}

.step {
    padding: 0;
    margin: 0
}

.step>li {
    list-style: none
}

.step>li+li {
    margin-top: 15px
}

.step>li+li .steps:after {
    content: "";
    position: absolute;
    left: 32px / 2;
    top: -15px;
    height: 15px;
    width: 1px;
    background-color: #a0acb8
}

.step>li.active .steps {
    color: #262d33
}

.step>li.active .steps>.steps-figure {
    border-color: #262d33
}

.step>li.active a.steps:hover,
.step>li.active a.steps:focus {
    color: #262d33
}

.step>li.active a.steps:hover>.steps-figure,
.step>li.active a.steps:focus>.steps-figure {
    border-color: #262d33
}

.step>li a.steps:hover,
.step>li a.steps:focus {
    color: #8392a2
}

.step>li a.steps:hover>.steps-figure,
.step>li a.steps:focus>.steps-figure {
    border-color: #8392a2
}

.step .steps {
    position: relative;
    display: inline-block;
    color: #a0acb8
}

.step .steps>.steps-figure {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #a0acb8
}

.step .steps>.steps-figure+.steps-text {
    margin-left: 5px
}

.step .steps>.steps-text+.steps-figure {
    margin-left: 5px
}

.horizontal-step {
    padding: 0;
    margin: 0
}

.horizontal-step>li {
    list-style: none;
    display: inline
}

.horizontal-step>li+li {
    margin-left: 15px
}

.horizontal-step>li+li .steps:after {
    content: "";
    position: absolute;
    left: -18px;
    top: 32px / 2;
    height: 1px;
    width: 18px;
    background-color: #a0acb8
}

.horizontal-step>li.active .steps {
    color: #262d33
}

.horizontal-step>li.active .steps>.steps-figure {
    border-color: #262d33
}

.horizontal-step>li.active a.steps:hover,
.horizontal-step>li.active a.steps:focus {
    color: #262d33
}

.horizontal-step>li.active a.steps:hover>.steps-figure,
.horizontal-step>li.active a.steps:focus>.steps-figure {
    border-color: #262d33
}

.horizontal-step>li a.steps:hover,
.horizontal-step>li a.steps:focus {
    color: #8392a2
}

.horizontal-step>li a.steps:hover>.steps-figure,
.horizontal-step>li a.steps:focus>.steps-figure {
    border-color: #8392a2
}

.horizontal-step>li a.steps.disabled {
    color: #bdc5cd
}

.horizontal-step>li a.steps.disabled>.steps-figure {
    border-color: #bdc5cd
}

.horizontal-step>li a.steps.disabled:hover {
    color: #bdc5cd;
    cursor: not-allowed
}

.horizontal-step>li a.steps.disabled:hover>.steps-figure {
    border-color: #bdc5cd
}

.horizontal-step .steps {
    position: relative;
    display: inline-block;
    color: #a0acb8
}

.horizontal-step .steps>.steps-figure {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #a0acb8
}

.horizontal-step .steps>.steps-figure+.steps-text {
    margin-left: 5px
}

.horizontal-step .steps>.steps-text+.steps-figure {
    margin-left: 5px
}

.bg-white {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
    color: #262d33 !important
}

.bg-white.bg-light-xs,
.bg-white .bg-light-xs {
    background-color: #ffffff !important;
    border-color: #f7f7f7 !important
}

.bg-white.bg-light-sm,
.bg-white .bg-light-sm {
    background-color: #ffffff !important;
    border-color: #f7f7f7 !important
}

.bg-white.bg-light-md,
.bg-white .bg-light-md {
    background-color: #ffffff !important;
    border-color: #f7f7f7 !important
}

.bg-white.bg-light-lg,
.bg-white .bg-light-lg {
    background-color: #ffffff !important;
    border-color: #f7f7f7 !important
}

.bg-white.bg-dark-xs,
.bg-white .bg-dark-xs {
    background-color: #fcfcfc !important;
    border-color: #f7f7f7 !important
}

.bg-white.bg-dark-sm,
.bg-white .bg-dark-sm {
    background-color: #f7f7f7 !important;
    border-color: #f0f0f0 !important
}

.bg-white.bg-dark-md,
.bg-white .bg-dark-md {
    background-color: #f2f2f2 !important;
    border-color: #e8e8e8 !important
}

.bg-white.bg-dark-lg,
.bg-white .bg-dark-lg {
    background-color: #ededed !important;
    border-color: #e0e0e0 !important
}

.bg-auto {
    background-color: #f8f8f8 !important;
    border-color: #f0f0f0 !important;
    color: #262d33 !important
}

.bg-auto.bg-light-xs,
.bg-auto .bg-light-xs {
    background-color: #fbfbfb !important;
    border-color: #f0f0f0 !important
}

.bg-auto.bg-light-sm,
.bg-auto .bg-light-sm {
    background-color: #ffffff !important;
    border-color: #f0f0f0 !important
}

.bg-auto.bg-light-md,
.bg-auto .bg-light-md {
    background-color: #ffffff !important;
    border-color: #f0f0f0 !important
}

.bg-auto.bg-light-lg,
.bg-auto .bg-light-lg {
    background-color: #ffffff !important;
    border-color: #f0f0f0 !important
}

.bg-auto.bg-dark-xs,
.bg-auto .bg-dark-xs {
    background-color: #f5f5f5 !important;
    border-color: #f0f0f0 !important
}

.bg-auto.bg-dark-sm,
.bg-auto .bg-dark-sm {
    background-color: #f0f0f0 !important;
    border-color: #e9e9e9 !important
}

.bg-auto.bg-dark-md,
.bg-auto .bg-dark-md {
    background-color: #ebebeb !important;
    border-color: #e1e1e1 !important
}

.bg-auto.bg-dark-lg,
.bg-auto .bg-dark-lg {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important
}

.bg-transparent {
    background-color: transparent !important;
    color: #262d33
}

.bg-primary {
    background-color: #17b7c4 !important;
    border-color: #495793 !important;
    color: #fff !important
}

.bg-primary.bg-light-xs,
.bg-primary .bg-light-xs {
    background-color: #505fa0 !important;
    border-color: #495793 !important
}

.bg-primary.bg-light-sm,
.bg-primary .bg-light-sm {
    background-color: #5363a7 !important;
    border-color: #495793 !important
}

.bg-primary.bg-light-md,
.bg-primary .bg-light-md {
    background-color: #5868ac !important;
    border-color: #495793 !important
}

.bg-primary.bg-light-lg,
.bg-primary .bg-light-lg {
    background-color: #5f6eb0 !important;
    border-color: #495793 !important
}

.bg-primary.bg-dark-xs,
.bg-primary .bg-dark-xs {
    background-color: #4c5b9a !important;
    border-color: #495793 !important
}

.bg-primary.bg-dark-sm,
.bg-primary .bg-dark-sm {
    background-color: #495793 !important;
    border-color: #445189 !important
}

.bg-primary.bg-dark-md,
.bg-primary .bg-dark-md {
    background-color: #46538c !important;
    border-color: #3f4b7e !important
}

.bg-primary.bg-dark-lg,
.bg-primary .bg-dark-lg {
    background-color: #424f85 !important;
    border-color: #3a4574 !important
}

.bg-success {
    background-color: #00B49C !important;
    border-color: #00a58f !important;
    color: #fff !important
}

.bg-success.bg-light-xs,
.bg-success .bg-light-xs {
    background-color: #00b9a0 !important;
    border-color: #00a58f !important
}

.bg-success.bg-light-sm,
.bg-success .bg-light-sm {
    background-color: #00c3a9 !important;
    border-color: #00a58f !important
}

.bg-success.bg-light-md,
.bg-success .bg-light-md {
    background-color: #00ceb2 !important;
    border-color: #00a58f !important
}

.bg-success.bg-light-lg,
.bg-success .bg-light-lg {
    background-color: #00d8bb !important;
    border-color: #00a58f !important
}

.bg-success.bg-dark-xs,
.bg-success .bg-dark-xs {
    background-color: #00af98 !important;
    border-color: #00a58f !important
}

.bg-success.bg-dark-sm,
.bg-success .bg-dark-sm {
    background-color: #00a58f !important;
    border-color: #009581 !important
}

.bg-success.bg-dark-md,
.bg-success .bg-dark-md {
    background-color: #009b86 !important;
    border-color: #008674 !important
}

.bg-success.bg-dark-lg,
.bg-success .bg-dark-lg {
    background-color: #00907d !important;
    border-color: #007767 !important
}

.bg-info {
    background-color: #35B4B9 !important;
    border-color: #32a8ad !important;
    color: #fff !important
}

.bg-info.bg-light-xs,
.bg-info .bg-light-xs {
    background-color: #36b8bd !important;
    border-color: #32a8ad !important
}

.bg-info.bg-light-sm,
.bg-info .bg-light-sm {
    background-color: #38c0c5 !important;
    border-color: #32a8ad !important
}

.bg-info.bg-light-md,
.bg-info .bg-light-md {
    background-color: #3fc3c8 !important;
    border-color: #32a8ad !important
}

.bg-info.bg-light-lg,
.bg-info .bg-light-lg {
    background-color: #47c5ca !important;
    border-color: #32a8ad !important
}

.bg-info.bg-dark-xs,
.bg-info .bg-dark-xs {
    background-color: #34b0b5 !important;
    border-color: #32a8ad !important
}

.bg-info.bg-dark-sm,
.bg-info .bg-dark-sm {
    background-color: #32a8ad !important;
    border-color: #2e9da1 !important
}

.bg-info.bg-dark-md,
.bg-info .bg-dark-md {
    background-color: #2fa1a5 !important;
    border-color: #2b9195 !important
}

.bg-info.bg-dark-lg,
.bg-info .bg-dark-lg {
    background-color: #2d999d !important;
    border-color: #278689 !important
}

.bg-warning {
    background-color: #FDB933 !important;
    border-color: #fdb424 !important;
    color: #fff !important
}

.bg-warning.bg-light-xs,
.bg-warning .bg-light-xs {
    background-color: #fdbb38 !important;
    border-color: #fdb424 !important
}

.bg-warning.bg-light-sm,
.bg-warning .bg-light-sm {
    background-color: #fdbe42 !important;
    border-color: #fdb424 !important
}

.bg-warning.bg-light-md,
.bg-warning .bg-light-md {
    background-color: #fdc24c !important;
    border-color: #fdb424 !important
}

.bg-warning.bg-light-lg,
.bg-warning .bg-light-lg {
    background-color: #fdc556 !important;
    border-color: #fdb424 !important
}

.bg-warning.bg-dark-xs,
.bg-warning .bg-dark-xs {
    background-color: #fdb72e !important;
    border-color: #fdb424 !important
}

.bg-warning.bg-dark-sm,
.bg-warning .bg-dark-sm {
    background-color: #fdb424 !important;
    border-color: #fdaf15 !important
}

.bg-warning.bg-dark-md,
.bg-warning .bg-dark-md {
    background-color: #fdb01a !important;
    border-color: #fda906 !important
}

.bg-warning.bg-dark-lg,
.bg-warning .bg-dark-lg {
    background-color: #fdad10 !important;
    border-color: #f0a002 !important
}

.bg-danger {
    background-color: #F86B4F !important;
    border-color: #f75f40 !important;
    color: #fff !important
}

.bg-danger.bg-light-xs,
.bg-danger .bg-light-xs {
    background-color: #f86f54 !important;
    border-color: #f75f40 !important
}

.bg-danger.bg-light-sm,
.bg-danger .bg-light-sm {
    background-color: #f9775e !important;
    border-color: #f75f40 !important
}

.bg-danger.bg-light-md,
.bg-danger .bg-light-md {
    background-color: #f98068 !important;
    border-color: #f75f40 !important
}

.bg-danger.bg-light-lg,
.bg-danger .bg-light-lg {
    background-color: #f98871 !important;
    border-color: #f75f40 !important
}

.bg-danger.bg-dark-xs,
.bg-danger .bg-dark-xs {
    background-color: #f8674a !important;
    border-color: #f75f40 !important
}

.bg-danger.bg-dark-sm,
.bg-danger .bg-dark-sm {
    background-color: #f75f40 !important;
    border-color: #f75232 !important
}

.bg-danger.bg-dark-md,
.bg-danger .bg-dark-md {
    background-color: #f75636 !important;
    border-color: #f64623 !important
}

.bg-danger.bg-dark-lg,
.bg-danger .bg-dark-lg {
    background-color: #f74e2d !important;
    border-color: #f63a14 !important
}

.pagination,
.pager {
    margin: 0 0 15px 0
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%
    }

    10% {
        width: 30%;
        left: 100%
    }

    19.99% {
        width: 30%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    30% {
        width: 80%;
        left: 100%
    }

    30.01% {
        width: 0%;
        left: 0%
    }

    40% {
        width: 5%;
        left: 30%
    }

    50% {
        width: 50%;
        left: 100%
    }

    50.01% {
        width: 0%;
        left: 0%
    }

    60% {
        width: 60%;
        left: 20%
    }

    70% {
        width: 5%;
        left: 100%
    }

    70.01% {
        width: 0%;
        left: 0%
    }

    80% {
        width: 50%;
        left: 30%
    }

    90% {
        width: 10%;
        left: 80%
    }

    100% {
        width: 20%;
        left: 100%
    }
}

@-moz-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%
    }

    10% {
        width: 30%;
        left: 100%
    }

    19.99% {
        width: 30%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    30% {
        width: 80%;
        left: 100%
    }

    30.01% {
        width: 0%;
        left: 0%
    }

    40% {
        width: 5%;
        left: 30%
    }

    50% {
        width: 50%;
        left: 100%
    }

    50.01% {
        width: 0%;
        left: 0%
    }

    60% {
        width: 60%;
        left: 20%
    }

    70% {
        width: 5%;
        left: 100%
    }

    70.01% {
        width: 0%;
        left: 0%
    }

    80% {
        width: 50%;
        left: 30%
    }

    90% {
        width: 10%;
        left: 80%
    }

    100% {
        width: 20%;
        left: 100%
    }
}

@-o-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%
    }

    10% {
        width: 30%;
        left: 100%
    }

    19.99% {
        width: 30%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    30% {
        width: 80%;
        left: 100%
    }

    30.01% {
        width: 0%;
        left: 0%
    }

    40% {
        width: 5%;
        left: 30%
    }

    50% {
        width: 50%;
        left: 100%
    }

    50.01% {
        width: 0%;
        left: 0%
    }

    60% {
        width: 60%;
        left: 20%
    }

    70% {
        width: 5%;
        left: 100%
    }

    70.01% {
        width: 0%;
        left: 0%
    }

    80% {
        width: 50%;
        left: 30%
    }

    90% {
        width: 10%;
        left: 80%
    }

    100% {
        width: 20%;
        left: 100%
    }
}

@keyframes after-anim {
    0% {
        width: 0%;
        left: 0%
    }

    10% {
        width: 30%;
        left: 100%
    }

    19.99% {
        width: 30%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    30% {
        width: 80%;
        left: 100%
    }

    30.01% {
        width: 0%;
        left: 0%
    }

    40% {
        width: 5%;
        left: 30%
    }

    50% {
        width: 50%;
        left: 100%
    }

    50.01% {
        width: 0%;
        left: 0%
    }

    60% {
        width: 60%;
        left: 20%
    }

    70% {
        width: 5%;
        left: 100%
    }

    70.01% {
        width: 0%;
        left: 0%
    }

    80% {
        width: 50%;
        left: 30%
    }

    90% {
        width: 10%;
        left: 80%
    }

    100% {
        width: 20%;
        left: 100%
    }
}

lesshat-selector {
    -lh-property: 0
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%
    }

    0% {
        width: 60%
    }

    19.99% {
        width: 40%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    25% {
        width: 10%;
        left: 10%
    }

    30% {
        width: 40%;
        left: 30%
    }

    40% {
        width: 60%;
        left: 100%
    }

    40.01% {
        width: 0%;
        left: 0%
    }

    50% {
        width: 10%;
        left: 40%
    }

    60% {
        width: 30%;
        left: 100%
    }

    60.01% {
        width: 0%;
        left: 0%
    }

    70% {
        width: 10%;
        left: 40%
    }

    80% {
        width: 5%;
        left: 100%
    }

    80.01% {
        width: 0%;
        left: 0%
    }

    90% {
        width: 70%;
        left: 10%
    }

    100% {
        width: 10%;
        left: 100%
    }
}

@-moz-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%
    }

    0% {
        width: 60%
    }

    19.99% {
        width: 40%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    25% {
        width: 10%;
        left: 10%
    }

    30% {
        width: 40%;
        left: 30%
    }

    40% {
        width: 60%;
        left: 100%
    }

    40.01% {
        width: 0%;
        left: 0%
    }

    50% {
        width: 10%;
        left: 40%
    }

    60% {
        width: 30%;
        left: 100%
    }

    60.01% {
        width: 0%;
        left: 0%
    }

    70% {
        width: 10%;
        left: 40%
    }

    80% {
        width: 5%;
        left: 100%
    }

    80.01% {
        width: 0%;
        left: 0%
    }

    90% {
        width: 70%;
        left: 10%
    }

    100% {
        width: 10%;
        left: 100%
    }
}

@-o-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%
    }

    0% {
        width: 60%
    }

    19.99% {
        width: 40%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    25% {
        width: 10%;
        left: 10%
    }

    30% {
        width: 40%;
        left: 30%
    }

    40% {
        width: 60%;
        left: 100%
    }

    40.01% {
        width: 0%;
        left: 0%
    }

    50% {
        width: 10%;
        left: 40%
    }

    60% {
        width: 30%;
        left: 100%
    }

    60.01% {
        width: 0%;
        left: 0%
    }

    70% {
        width: 10%;
        left: 40%
    }

    80% {
        width: 5%;
        left: 100%
    }

    80.01% {
        width: 0%;
        left: 0%
    }

    90% {
        width: 70%;
        left: 10%
    }

    100% {
        width: 10%;
        left: 100%
    }
}

@keyframes before-anim {
    0% {
        width: 0%;
        left: 0%
    }

    0% {
        width: 60%
    }

    19.99% {
        width: 40%;
        left: 100%
    }

    20% {
        width: 0%;
        left: 0%
    }

    25% {
        width: 10%;
        left: 10%
    }

    30% {
        width: 40%;
        left: 30%
    }

    40% {
        width: 60%;
        left: 100%
    }

    40.01% {
        width: 0%;
        left: 0%
    }

    50% {
        width: 10%;
        left: 40%
    }

    60% {
        width: 30%;
        left: 100%
    }

    60.01% {
        width: 0%;
        left: 0%
    }

    70% {
        width: 10%;
        left: 40%
    }

    80% {
        width: 5%;
        left: 100%
    }

    80.01% {
        width: 0%;
        left: 0%
    }

    90% {
        width: 70%;
        left: 10%
    }

    100% {
        width: 10%;
        left: 100%
    }
}

lesshat-selector {
    -lh-property: 0
}

.loading-bar,
.canvas-loading-bar,
.modal-loading-bar {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #adb5d7;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.loading-bar:after,
.canvas-loading-bar:after,
.modal-loading-bar:after,
.loading-bar:before,
.canvas-loading-bar:before,
.modal-loading-bar:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #17b7c4
}

.loading-bar.active,
.canvas-loading-bar.active,
.modal-loading-bar.active {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.loading-bar.active:after,
.canvas-loading-bar.active:after,
.modal-loading-bar.active:after {
    left: 50%;
    width: 10%;
    -webkit-animation: after-anim 2.5s infinite linear;
    -moz-animation: after-anim 2.5s infinite linear;
    -o-animation: after-anim 2.5s infinite linear;
    animation: after-anim 2.5s infinite linear
}

.loading-bar.active:before,
.canvas-loading-bar.active:before,
.modal-loading-bar.active:before {
    left: 0%;
    width: 0%;
    -webkit-animation: before-anim 2.5s infinite linear;
    -moz-animation: before-anim 2.5s infinite linear;
    -o-animation: before-anim 2.5s infinite linear;
    animation: before-anim 2.5s infinite linear
}

.modal-loading-bar {
    bottom: auto;
    top: 0
}

.offcanvas-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.offcanvas-container .offcanvas-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.offcanvas-container .offcanvas-main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.offcanvas-container .offcanvas-left {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%
}

.offcanvas-container .offcanvas-right {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%
}

.offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
    left: 100%;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease
}

.offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
    left: -100%;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease
}

.csstransforms3d .offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.csstransforms3d .offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
    left: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.timeline {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0;
    list-style-type: none
}

.timeline:after {
    position: absolute;
    width: 1px;
    left: 50%;
    margin-left: -1px;
    top: 20px;
    bottom: 0;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%)
}

.timeline .panel {
    position: relative;
    z-index: 1
}

.timeline .header {
    position: relative;
    z-index: 10;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: inherit;
    font-size: 14px;
    font-weight: 600;
    max-width: 120px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    color: #17b7c4
}

.timeline .events {
    padding-left: 0;
    overflow: auto
}

.timeline .events .figure {
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-top: 10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dce0e5;
    font-size: 12px;
    color: #dce0e5
}

.timeline .events>.featured {
    list-style: none;
    width: 45%;
    clear: both;
    float: none !important;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.timeline .events>.featured>.panel:after,
.timeline .events>.featured>.panel:before {
    display: none
}

.timeline .events>.featured .figure {
    margin-top: -30px
}

.timeline .events>.wrapper {
    list-style: none;
    width: 46%;
    clear: both
}

.timeline .events>.wrapper:first-child {
    margin-top: 0 !important
}

.timeline .events>.wrapper:nth-of-type(odd) {
    float: left;
    margin-top: -30px
}

.timeline .events>.wrapper:nth-of-type(odd)>.panel {
    z-index: 5
}

.timeline .events>.wrapper:nth-of-type(odd)>.panel:after,
.timeline .events>.wrapper:nth-of-type(odd)>.panel:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.timeline .events>.wrapper:nth-of-type(odd)>.panel:after {
    right: -10px;
    top: 10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.timeline .events>.wrapper:nth-of-type(odd)>.panel:before {
    right: -11px;
    top: 10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebedf0
}

.timeline .events>.wrapper:nth-of-type(even) {
    float: right;
    margin-top: -30px
}

.timeline .events>.wrapper:nth-of-type(even)>.panel {
    z-index: 5
}

.timeline .events>.wrapper:nth-of-type(even)>.panel:after,
.timeline .events>.wrapper:nth-of-type(even)>.panel:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.timeline .events>.wrapper:nth-of-type(even)>.panel:after {
    left: -10px;
    top: 10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent
}

.timeline .events>.wrapper:nth-of-type(even)>.panel:before {
    left: -11px;
    top: 10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ebedf0 transparent transparent
}

@media (max-width:767px) {
    .timeline .events {
        padding-left: 0
    }

    .timeline .events>.wrapper {
        width: auto
    }

    .timeline .events>.wrapper:nth-of-type(odd),
    .timeline .events>.wrapper:nth-of-type(even) {
        float: none;
        clear: both;
        margin-top: 48px
    }

    .timeline .events>.wrapper:nth-of-type(odd)>.panel:after,
    .timeline .events>.wrapper:nth-of-type(even)>.panel:after,
    .timeline .events>.wrapper:nth-of-type(odd)>.panel:before,
    .timeline .events>.wrapper:nth-of-type(even)>.panel:before {
        display: none
    }

    .timeline .events>.wrapper>.figure {
        margin-top: -41px
    }
}

.va-t {
    vertical-align: top !important
}

.va-m {
    vertical-align: middle !important
}

.va-b {
    vertical-align: bottom !important
}

.pull-right-xs {
    float: right
}

.pull-left-xs {
    float: left
}

@media (min-width:768px) {
    .pull-right-sm {
        float: right
    }

    .pull-left-sm {
        float: left
    }

    .text-right-sm {
        text-align: right
    }

    .text-left-sm {
        text-align: left
    }

    .pull-right-xs {
        float: none
    }

    .pull-left-xs {
        float: none
    }
}

@media (min-width:992px) {
    .pull-right-md {
        float: right
    }

    .pull-left-md {
        float: left
    }

    .text-right-md {
        text-align: right
    }

    .text-left-md {
        text-align: left
    }

    .pull-right-xs {
        float: none
    }

    .pull-left-xs {
        float: none
    }
}

@media (min-width:1200px) {
    .pull-right-lg {
        float: right
    }

    .pull-left-lg {
        float: left
    }

    .text-right-lg {
        text-align: right
    }

    .text-left-lg {
        text-align: left
    }

    .pull-right-xs {
        float: none
    }

    .pull-left-xs {
        float: none
    }
}

.bdr-a {
    border: 1px solid #ebedf0 !important
}

.bdr-l {
    border-left: 1px solid #ebedf0 !important
}

.bdr-r {
    border-right: 1px solid #ebedf0 !important
}

.bdr-t {
    border-top: 1px solid #ebedf0 !important
}

.bdr-b {
    border-bottom: 1px solid #ebedf0 !important
}

.bdr-c-t {
    border-color: transparent !important
}

.bdr-w-0 {
    border-width: 0 !important
}

.bdr-l-wdh-0 {
    border-left-width: 0 !important
}

.bdr-r-wdh-0 {
    border-right-width: 0 !important
}

.bdr-t-wdh-0 {
    border-top-width: 0 !important
}

.bdr-b-wdh-0 {
    border-bottom-width: 0 !important
}

.bdr-rds-0 {
    border-radius: 0 !important
}

.bdr-rds {
    border-radius: 3px !important
}

.bdr-rds-lg {
    border-radius: 4px !important
}

.bdr-rds-sm {
    border-radius: 2px !important
}

@media (max-width:767px) {
    .bdr-l-xs {
        border-left: 1px solid #ebedf0
    }

    .bdr-r-xs {
        border-right: 1px solid #ebedf0
    }

    .bdr-t-xs {
        border-top: 1px solid #ebedf0
    }

    .bdr-b-xs {
        border-bottom: 1px solid #ebedf0
    }
}

@media (min-width:768px) {
    .bdr-l-sm {
        border-left: 1px solid #ebedf0
    }

    .bdr-r-sm {
        border-right: 1px solid #ebedf0
    }

    .bdr-t-sm {
        border-top: 1px solid #ebedf0
    }

    .bdr-b-sm {
        border-bottom: 1px solid #ebedf0
    }
}

@media (min-width:992px) {
    .bdr-l-md {
        border-left: 1px solid #ebedf0
    }

    .bdr-r-md {
        border-right: 1px solid #ebedf0
    }

    .bdr-t-md {
        border-top: 1px solid #ebedf0
    }

    .bdr-b-md {
        border-bottom: 1px solid #ebedf0
    }
}

@media (min-width:1200px) {
    .bdr-l-lg {
        border-left: 1px solid #ebedf0
    }

    .bdr-r-lg {
        border-right: 1px solid #ebedf0
    }

    .bdr-t-lg {
        border-top: 1px solid #ebedf0
    }

    .bdr-b-lg {
        border-bottom: 1px solid #ebedf0
    }
}

.bg-picture {
    position: relative;
    min-height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-picture>.bg-picture-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}

.bg-picture>.meta {
    position: absolute;
    left: 0;
    right: 0
}

.bg-picture>.meta.top {
    top: 0
}

.bg-picture>.meta.bottom {
    bottom: 0
}

.shd-0,
.shd-none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shd-sm {
    -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .05)
}

.csr-move {
    cursor: move !important
}

.ma-20,
.ma-lg {
    margin: 20px !important
}

.ma-15,
.ma-md {
    margin: 15px !important
}

.ma-10,
.ma-sm {
    margin: 10px !important
}

.ma-5,
.ma-xs {
    margin: 5px !important
}

.ma-4 {
    margin: 4px !important
}

.ma-3 {
    margin: 3px !important
}

.ma-2 {
    margin: 2px !important
}

.ma-1 {
    margin: 1px !important
}

.nm {
    margin: 0px !important
}

.mna-20,
.mna-lg {
    margin: -20px !important
}

.mna-15,
.mna-md {
    margin: -15px !important
}

.mna-10,
.mna-sm {
    margin: -10px !important
}

.mna-5,
.mna-xs {
    margin: -5px !important
}

.mna-4 {
    margin: -4px !important
}

.mna-3 {
    margin: -3px !important
}

.mna-2 {
    margin: -2px !important
}

.mna-1 {
    margin: -1px !important
}

.mt-20,
.mt-lg {
    margin-top: 20px !important
}

.mt-15,
.mt-md {
    margin-top: 15px !important
}

.mt-10,
.mt-sm {
    margin-top: 10px !important
}

.mt-5,
.mt-xs {
    margin-top: 5px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-0 {
    margin-top: 0px !important
}

.mnt-20,
.mnt-lg {
    margin-top: -20px !important
}

.mnt-15,
.mnt-md {
    margin-top: -15px !important
}

.mnt-10,
.mnt-sm {
    margin-top: -10px !important
}

.mnt-5,
.mnt-xs {
    margin-top: -5px !important
}

.mnt-4 {
    margin-top: -4px !important
}

.mnt-3 {
    margin-top: -3px !important
}

.mnt-2 {
    margin-top: -2px !important
}

.mnt-1 {
    margin-top: -1px !important
}

.mr-20,
.mr-lg {
    margin-right: 20px !important
}

.mr-15,
.mr-md {
    margin-right: 15px !important
}

.mr-10,
.mr-sm {
    margin-right: 10px !important
}

.mr-5,
.mr-xs {
    margin-right: 5px !important
}

.mr-4 {
    margin-right: 4px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-2 {
    margin-right: 2px !important
}

.mr-1 {
    margin-right: 1px !important
}

.mr-0 {
    margin-right: 0px !important
}

.mnr-20,
.mnr-lg {
    margin-right: -20px !important
}

.mnr-15,
.mnr-md {
    margin-right: -15px !important
}

.mnr-10,
.mnr-sm {
    margin-right: -10px !important
}

.mnr-5,
.mnr-xs {
    margin-right: -5px !important
}

.mnr-4 {
    margin-right: -4px !important
}

.mnr-3 {
    margin-right: -3px !important
}

.mnr-2 {
    margin-right: -2px !important
}

.mnr-1 {
    margin-right: -1px !important
}

.mb-20,
.mb-lg {
    margin-bottom: 20px !important
}

.mb-15,
.mb-md {
    margin-bottom: 15px !important
}

.mb-10,
.mb-sm {
    margin-bottom: 10px !important
}

.mb-5,
.mb-xs {
    margin-bottom: 5px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.mnb-20,
.mnb-lg {
    margin-bottom: -20px !important
}

.mnb-15,
.mnb-md {
    margin-bottom: -15px !important
}

.mnb-10,
.mnb-sm {
    margin-bottom: -10px !important
}

.mnb-5,
.mnb-xs {
    margin-bottom: -5px !important
}

.mnb-4 {
    margin-bottom: -4px !important
}

.mnb-3 {
    margin-bottom: -3px !important
}

.mnb-2 {
    margin-bottom: -2px !important
}

.mnb-1 {
    margin-bottom: -1px !important
}

.ml-20,
.ml-lg {
    margin-left: 20px !important
}

.ml-15,
.ml-md {
    margin-left: 15px !important
}

.ml-10,
.ml-sm {
    margin-left: 10px !important
}

.ml-5,
.ml-xs {
    margin-left: 5px !important
}

.ml-4 {
    margin-left: 4px !important
}

.ml-3 {
    margin-left: 3px !important
}

.ml-2 {
    margin-left: 2px !important
}

.ml-1 {
    margin-left: 1px !important
}

.ml-0 {
    margin-left: 0px !important
}

.mnl-20,
.mnl-lg {
    margin-left: -20px !important
}

.mnl-15,
.mnl-md {
    margin-left: -15px !important
}

.mnl-10,
.mnl-sm {
    margin-left: -10px !important
}

.mnl-5,
.mnl-xs {
    margin-left: -5px !important
}

.mnl-4 {
    margin-left: -4px !important
}

.mnl-3 {
    margin-left: -3px !important
}

.mnl-2 {
    margin-left: -2px !important
}

.mnl-1 {
    margin-left: -1px !important
}

.pa-20,
.pa-lg {
    padding: 20px !important
}

.pa-15,
.pa-md {
    padding: 15px !important
}

.pa-10,
.pa-sm {
    padding: 10px !important
}

.pa-5,
.pa-xs {
    padding: 5px !important
}

.pa-4 {
    padding: 4px !important
}

.pa-3 {
    padding: 3px !important
}

.pa-2 {
    padding: 2px !important
}

.pa-1 {
    padding: 1px !important
}

.np {
    padding: 0px !important
}

.pt-20,
.pt-lg {
    padding-top: 20px !important
}

.pt-15,
.pt-md {
    padding-top: 15px !important
}

.pt-10,
.pt-sm {
    padding-top: 10px !important
}

.pt-5,
.pt-xs {
    padding-top: 5px !important
}

.pt-4 {
    padding-top: 4px !important
}

.pt-3 {
    padding-top: 3px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pt-1 {
    padding-top: 1px !important
}

.pt-0 {
    padding-top: 0px !important
}

.pr-20,
.pr-lg {
    padding-right: 20px !important
}

.pr-15,
.pr-md {
    padding-right: 15px !important
}

.pr-10,
.pr-sm {
    padding-right: 10px !important
}

.pr-5,
.pr-xs {
    padding-right: 5px !important
}

.pr-4 {
    padding-right: 4px !important
}

.pr-3 {
    padding-right: 3px !important
}

.pr-2 {
    padding-right: 2px !important
}

.pr-1 {
    padding-right: 1px !important
}

.pr-0 {
    padding-right: 0px !important
}

.pb-20,
.pb-lg {
    padding-bottom: 20px !important
}

.pb-15,
.pb-md {
    padding-bottom: 15px !important
}

.pb-10,
.pb-sm {
    padding-bottom: 10px !important
}

.pb-5,
.pb-xs {
    padding-bottom: 5px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

.pb-3 {
    padding-bottom: 3px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.pb-1 {
    padding-bottom: 1px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.pl-20,
.pl-lg {
    padding-left: 20px !important
}

.pl-15,
.pl-md {
    padding-left: 15px !important
}

.pl-10,
.pl-sm {
    padding-left: 10px !important
}

.pl-5,
.pl-xs {
    padding-left: 5px !important
}

.pl-4 {
    padding-left: 4px !important
}

.pl-3 {
    padding-left: 3px !important
}

.pl-2 {
    padding-left: 2px !important
}

.pl-1 {
    padding-left: 1px !important
}

.pl-0 {
    padding-left: 0px !important
}

.w-44 {
    width: 44px
}

.no-focus.form-control,
.form-control .no-focus {
    border-color: transparent
}

.no-focus.form-control:focus,
.form-control .no-focus:focus {
    outline: 0
}

.ovf-h {
    overflow: hidden
}

.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.builder,
.builder-slot {
    position: relative
}

.builder [data-token],
.builder-slot [data-token] {
    cursor: pointer
}

.builder .btn-block.ui-draggable-dragging,
.builder-slot .btn-block.ui-draggable-dragging {
    width: 104px;
    height: 68px;
    margin: 6px 12px;
    white-space: normal
}

.builder .builder-panel-top,
.builder-slot .builder-panel-top {
    margin-bottom: 10px
}

.builder .template-dnd-help,
.builder-slot .template-dnd-help,
.builder .custom-dnd-help,
.builder-slot .custom-dnd-help {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.builder-active {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030
}

.builder-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    padding: 15px;
    background-color: #d5d4d4;
    overflow-y: auto
}

.builder-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%
}

.code-mode .builder-panel {
    width: 50%;
    position: fixed
}

.code-mode .builder-content {
    width: 50%
}

.builder-panel .panel a.btn {
    white-space: normal
}

.builder-active-slot {
    background-color: #fff;
    z-index: 1030
}

.builder-panel-slot {
    width: 50%;
    padding: 15px;
    background-color: #d5d4d4;
    overflow-y: auto
}

.builder-content-slot {
    left: 50%;
    width: 50%
}

.code-mode .builder-panel-slot {
    width: 50%
}

.code-mode .builder-content-slot {
    width: 50%
}

.builder-panel-slot .panel a.btn {
    white-space: normal
}

.ui-draggable-iframeFix {
    z-index: 9999 !important
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto
}

.CodeMirror-hints {
    position: absolute;
    z-index: 9999 !important;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
    border: 1px solid silver;
    background: #fff;
    font-size: 90%;
    font-family: monospace;
    max-height: 20em;
    overflow-y: auto
}

.CodeMirror-hint {
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    white-space: pre;
    color: #000;
    cursor: pointer
}

li.CodeMirror-hint-active {
    background: #08f;
    color: #fff
}

@media (max-width:767px) {
    .builder .builder-panel {
        width: 100%;
        bottom: 0;
        top: auto;
        height: 35%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-top: 1px solid #757575;
        position: fixed
    }

    .builder .builder-content {
        right: 0;
        width: 100%
    }

    .builder .builder-panel-top {
        position: relative;
        width: 100%
    }

    .builder .builder-tokens {
        margin-top: 10px
    }
}

.mautic-editable {
    min-height: 75px;
    width: 100%;
    border: dashed 1px #000;
    margin-top: 3px;
    margin-bottom: 3px
}

.mautic-editable.over-droppable {
    border: dashed 2px #0ab7c5;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .75);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .75)
}

.mautic-editable-placeholder {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 25px
}

div[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    padding: 5px;
    display: table-cell
}

.inline-token-list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-left: 0;
    width: 240px
}

.inline-token {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
    font-size: 12px
}

.inline-token:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.inline-token:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.inline-token {
    color: #000;
    text-decoration: none;
    font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
    line-height: 1.3856
}

a.inline-token:hover,
a.inline-token:focus {
    background-color: #DBDFEC
}

a.inline-token .text-muted {
    color: #8393a2
}

.map-options {
    margin-left: 10px;
    margin-bottom: 10px
}

.map-options h5 {
    color: #262d33;
    font-size: 13px
}

.map-options__cointainer {
    display: flex;
    flex-direction: row
}

.map-options__item.active,
.map-options__item.active:hover {
    color: #fff;
    background-color: #3a7e6f
}

.map-options__item:focus,
.map-options__item.focus,
.map-options__item:active,
.map-options__item.active.focus {
    color: #fff;
    background-color: #3a7e6f
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 10px;
    padding: 0;
    background-color: #5bc0de;
    border-radius: 4px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .04), 0 6px 12px 0 rgba(0, 0, 0, .16);
    font-size: 20px
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    background-color: #2390b0
}

.jvectormap-zoomin {
    top: 16px
}

.jvectormap-zoomout {
    top: 52px
}

.jvectormap-tip {
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    pointer-events: none
}

.jvectormap-legend-cnt {
    right: auto;
    left: 0
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    margin: 0 0 16px 10px;
    padding: 8px
}

.jvectormap-legend-cnt-h .jvectormap-legend-title {
    font-weight: 400
}

.jvectormap-legend .jvectormap-legend-inner {
    display: none
}

.map-options__item.btn,
.map-options__item.btn:active,
.map-options__item.btn.focus,
.map-options__item.btn:focus,
.map-options__item.btn.active,
.map-options__item.btn:active:focus,
.map-options__item.btn.active:focus {
    outline: 0 !important
}

@media (min-width:992px) {
    .modal-xl {
        width: 1140px
    }
}

.label-as-badge {
    border-radius: 9px !important
}

.media-list .media-body {
    width: auto
}

.media-list .media-object {
    padding-right: 0;
    margin-right: 10px
}

form[name="lead"] .media-body,
form[name="lead"] .contact-avatar {
    width: 100%
}

.bg-auto .tabs-left>li.active>a,
.bg-auto .tabs-left>li.active>a:hover,
.bg-auto .tabs-left>li.active>a:focus {
    border-left-width: 0
}

.bg-auto .tabs-left,
.bg-auto .tabs-right {
    -webkit-box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, .05)
}

.bg-auto .tabs-left li:last-child,
.bg-auto .tabs-right li:last-child {
    margin-bottom: -2px
}

.bg-auto .tabs-right>li.active>a,
.bg-auto .tabs-right>li.active>a:hover,
.bg-auto .tabs-right>li.active>a:focus {
    border-right-width: 0
}

.tab-button {
    border-bottom: 1px solid #ebedf0 !important
}

.modal-body.np .tabs-horizontal {
    margin-top: -1px
}

.modal-body.np .tabs-left li>a,
.modal-body.np .tabs-right li>a {
    border-radius: 0
}

.confirmation-modal .modal-content {
    width: 400px;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10% auto;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    text-align: center
}

.content-overlay {
    position: absolute;
    background: #fbfbfb;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-weight: 700
}

.stat-boxes .panel {
    height: 164px
}

.has-click-event {
    cursor: pointer
}

.mautibot-error {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

label.required:after {
    content: " *";
    color: #F86B4F
}

#app-header .nav>li>a {
    padding: 10px 12px
}

.search-container {
    position: relative;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.search-container .search {
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    width: 24px;
    height: 34px;
    padding: 0 0 0 32px;
    margin: 12px 0 0 5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.search-container a.search-button {
    color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 12px;
    z-index: 5
}

.search-container.active .search {
    width: 225px;
    border: 1px solid #d5d5d5
}

.search-container.active i {
    color: #17b7c4
}

.col-actions {
    width: 100px
}

.shuffle-item .card {
    height: 150px
}

.equal,
.equal>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto
}

.mautic-pleasewait {
    width: 200px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -100px;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    color: #eee;
    z-index: 9999
}

body.noscroll {
    overflow: hidden
}

.form-select-modal .panel-body {
    min-height: 150px
}

@media (max-width:768px) {
    .form-select-modal .panel-body {
        min-height: 0
    }
}

.table .input-group-sm>.input-group-addon {
    font-size: 10px;
    line-height: 1em;
    background-color: transparent;
    border: 0;
    padding: 0
}

.table .input-group-sm .dropdown-toggle {
    border: 0;
    background-color: transparent;
    padding: 5px 8px
}

.input-group .input-group-btn button {
    height: 32px
}

.theme-selected {
    border: 1px solid #0ab7c5;
    -webkit-box-shadow: 0 0 40px #f3f3f3;
    box-shadow: 0 0 40px #f3f3f3
}

#app-content.content-only .toolbar-form-buttons.pull-right {
    padding-right: 20px
}

.fr-toolbar {
    border-top: 2px solid #17b7c4
}

.modal-body-content iframe.fr-iframe {
    min-height: 300px
}

.CodeMirror {
    border: 1px solid #d5d5d5;
    border-radius: 3px
}

table.table>tbody>tr>td.long-text {
    max-width: 500px;
    min-width: 300px;
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal
}

.dynamicContentFilterContainer .btn-primary:hover {
    color: #5d6c7c
}

#dynamicContentContainer .remove-item {
    display: block
}

#dynamicContentContainer>.tab-pane>.panel>ul {
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

#dynamicContentContainer>.tab-pane>.panel>ul li {
    display: inline-block;
    vertical-align: top;
    float: none
}

div[data-filter-container] .in-group {
    margin-left: 20px
}

div[data-filter-container] .panel {
    margin-bottom: 0;
    margin-top: 20px
}

div[data-filter-container] .panel.in-group {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

td.col-id,
th.col-id {
    width: 75px
}

.badge-wrapper {
    float: right;
    vertical-align: middle;
    margin-right: -10px
}

span.slot-caption {
    font-size: 12px
}

.imagecard-caption,
figcaption {
    font-size: 16px
}

.imagecard {
    background-color: #ddd !important
}

.imagecard .imagecard-caption {
    background-color: #bbb !important
}

ul.media-list.media-list-feed div.media-body {
    width: auto
}

ul.media-list.media-list-feed div.media-object {
    padding: 0;
    margin: 10px
}

.ico-email:before {
    font-family: "FontAwesome";
    content: "\f1fa"
}

.ico-sms:before {
    font-family: "FontAwesome";
    content: "\f27b"
}

#globalSearchDropdown .list-group-item>a {
    padding-top: 10px
}

.characters-count {
    z-index: 100;
    float: right;
    position: relative
}

.ui-sortable-handle {
    cursor: grab
}

.ui-sortable-handle:active {
    cursor: grabbing
}

.flex-column-inline {
    display: inline-flex;
    flex-direction: column
}

.notification {
    width: inherit !important
}

.notification-title {
    display: block !important
}

.notification-empty {
    width: 100px;
    margin: 50px
}

.flip-vertically {
    transform: scaleY(-1)
}

.disabled-row {
    opacity: .6;
    pointer-events: none;
    background-color: #f2f2f2
}

.publishstatus_pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block
}

.publishstatus_pulse:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-animation: circle-pulse 2s infinite;
    animation: circle-pulse 3s infinite;
    border-radius: 50%;
    background-color: inherit
}

@keyframes circle-pulse {
    0% {
        -webkit-transform: scale(.55);
        transform: scale(1);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(1);
        opacity: 0
    }
}

.col-client-id {
    width: 75px
}

.thumbnail-preview img {
    height: 100px
}

.modal-body-content iframe,
.preview-detail iframe {
    height: 400px
}

.form-group.preview img {
    max-height: 260px
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.mdropzone,
.mdropzone * {
    box-sizing: border-box
}

.mdropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 30px 30px
}

.has-error .mdropzone {
    border: 2px solid #a94442
}

.is-success .mdropzone {
    border: 2px solid #00a08a
}

.mdropzone.dz-clickable {
    cursor: pointer
}

.mdropzone.dz-clickable * {
    cursor: default
}

.mdropzone.dz-clickable .dz-message,
.mdropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.mdropzone.dz-started .dz-message {
    display: none
}

.mdropzone.dz-drag-hover {
    border-style: solid
}

.mdropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.mdropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.mdropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.mdropzone .dz-preview:hover {
    z-index: 1000
}

.mdropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.mdropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.mdropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.mdropzone .dz-preview.dz-image-preview {
    background: #fff
}

.mdropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.mdropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.mdropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.mdropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.mdropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.mdropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.mdropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.mdropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.mdropzone .dz-preview .dz-details .dz-filename span,
.mdropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.mdropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.mdropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.mdropzone .dz-preview .dz-image img {
    display: block
}

.mdropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.mdropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.mdropzone .dz-preview .dz-success-mark,
.mdropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.mdropzone .dz-preview .dz-success-mark svg,
.mdropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.mdropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.mdropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.mdropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.mdropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.mdropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.mdropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.mdropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.mdropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.mdropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a94442
}

.mdropzone,
.mdropzone * {
    box-sizing: border-box
}

.mdropzone {
    position: relative
}

.mdropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: .5em
}

.mdropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa
}

.mdropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green
}

.mdropzone .dz-preview .dz-error-message {
    color: #fff;
    display: none
}

.mdropzone .dz-preview.dz-error .dz-error-message,
.mdropzone .dz-preview.dz-error .dz-error-mark {
    display: block
}

.mdropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}

.mdropzone .dz-preview .dz-error-mark,
.mdropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px
}

.col-campaign-id {
    width: 75px
}

.campaign-builder .btns-builder {
    position: fixed;
    top: 15px;
    right: 30px;
    z-index: 1040
}

.campaign-builder .builder-content {
    right: 0
}

.campaign-builder #builder-errors {
    position: fixed;
    top: 52px;
    right: 30px;
    z-index: 1040
}

#CampaignCanvas {
    height: 10000px;
    width: 10000px
}

#CampaignEvent_newsource_hide {
    display: none
}

#CampaignEventPanel {
    position: absolute;
    padding: 10px 20px;
    background-color: #ededed;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    z-index: 1035
}

#CampaignEventPanelLists .disabled-result {
    display: none
}

#CampaignEventPanelGroups .panel-body {
    height: 150px
}

#CampaignPasteContainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

#CampaignPasteContainer::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #00B49C, #17b7c4, #F86B4F);
    border-radius: 3px 3px 0 0
}

#CampaignPasteContainer .panel-body {
    height: auto
}

#CampaignPasteContainer .panel-body>div {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 296px
}

#CampaignEventPanelGroups.groups-enabled-2 #CampaignPasteContainer .panel-body>div {
    max-width: 164px
}

#CampaignPasteContainer .panel-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    min-width: 112px;
    height: auto;
    border-top: none;
    border-left: 1px solid #ebedf0
}

.jtk-endpoint {
    z-index: 1005
}

.jtk-label {
    background-color: #fff;
    opacity: .9;
    padding: .3em;
    border-radius: .5em;
    border: 1px solid #47535f;
    cursor: pointer;
    z-index: 1004;
    color: #47535f
}

.jtk-connector {
    z-index: 1000
}

.jtk-clickable_anchor {
    cursor: pointer;
    z-index: 1050
}

.jtk-endpoint svg text {
    display: none
}

.jtk-clickable_anchor svg text {
    display: block
}

.jtk-surface {
    overflow: hidden !important;
    position: relative;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    touch-action: none
}

.jtk-surface-nopan {
    overflow: scroll !important;
    cursor: default
}

.list-campaign-event,
.list-campaign-source {
    width: 200px;
    height: 45px;
    position: absolute;
    padding: 10px 15px;
    z-index: 1010;
    background: #FFF;
    border-radius: 3px
}

.live .list-campaign-event:hover,
.live .list-campaign-source:hover {
    border: 1px solid #123456
}

.campaign-event-buttons {
    position: absolute;
    top: -10px;
    right: -10px
}

.campaign-event-buttons .btn {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding: 0
}

.campaign-event-content {
    cursor: pointer;
    position: relative
}

.campaign-event-content .highlight-jump-target {
    position: absolute;
    bottom: -26px;
    left: 50%;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-left: -10px
}

.list-campaign-event .campaign-event-name {
    overflow: hidden;
    white-space: nowrap
}

.list-campaign-decision {
    border: solid 1px #00b49d
}

.list-campaign-condition {
    border: solid 1px #ffb79f
}

.list-campaign-action {
    border: solid 1px #9babeb
}

.list-campaign-leadsource {
    border: solid 1px #fdb933
}

#CampaignEventSelector_chosen .list-campaign-action,
#CampaignEventSelector_chosen .list-campaign-condition,
#CampaignEventSelector_chosen .list-campaign-decision,
#CampaignEventSelector_chosen .list-campaign-leadsource {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 5px
}

#CampaignEventSelector_chosen .disabled-result {
    display: none
}

.campaign-builder .list-group-item.ui-draggable-dragging {
    width: 206px;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px
}

.campaign-builder .builder-active {
    height: 10000px !important
}

.campaign-builder .builder-content {
    height: auto;
    width: auto;
    bottom: 0;
    overflow: auto
}

#CampaignCanvas {
    height: 10000px;
    width: 10000px;
    position: relative
}

.campaign-event-list .progress-bar {
    position: absolute;
    top: 0;
    height: 3px
}

.campaign-event-buttons .btn-edit,
.campaign-event-buttons .btn-clone {
    background: #337ab7
}

.stat-boxes .pie-legend li {
    display: inline
}

.preview .builder-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}

.preview .builder-active {
    width: 100%;
    height: auto;
    position: relative
}

.preview .list-campaign-event,
.preview .list-campaign-source {
    width: auto;
    height: 45px;
    position: absolute;
    padding: 10px 15px;
    z-index: 1010;
    background: #FFF;
    border-radius: 3px
}

.preview .list-campaign-event {
    height: 54px
}

.preview .list-campaign-source {
    height: 45px
}

.preview .jtk-endpoint {
    cursor: default
}

.preview .jtk-endpoint svg {
    display: none
}

.preview .list-campaign-event .campaign-event-name {
    line-height: 14px;
    overflow: visible
}

#preview-container {
    width: 100%;
    height: 500px;
    overflow: auto
}

.campaign-event-logic {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px
}

.list-campaign-decision .campaign-event-logic {
    color: #00b49d
}

.list-campaign-condition .campaign-event-logic {
    color: #ffb79f
}

.list-campaign-action .campaign-event-logic {
    color: #9babeb
}

#EventJumpOverlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 10000px;
    height: 10000px;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0
}

#leads-container .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px
}

.col-category-color {
    width: 50px
}

.input-group-addon label {
    margin-bottom: 0
}

.vector-map {
    height: 350px;
    color: transparent
}

.jvectormap-container {
    height: 100%;
    width: 100%
}

.dashboard-widgets .sortable-placeholder {
    background-color: #fff;
    border: 1px dashed #17b7c4;
    flex-grow: 0
}

.dashboard-widgets.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px
}

.dashboard-widgets .card {
    margin: 5px;
    background: #FEFEFE;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: background-color, box-shadow, -moz-transform;
    -o-transition-property: background-color, box-shadow, text-shadow, -o-transform;
    -webkit-transition-property: background-color, box-shadow, text-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, text-shadow, transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative
}

.dashboard-widgets .card-header h4 {
    padding: 10px 15px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab
}

.dashboard-widgets .card-header .dropdown {
    position: absolute;
    top: 6px;
    right: 3px
}

.dashboard-widgets .card-header .dropdown-toggle .ri-more-2-fill {
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    width: 30px;
    text-align: center;
    line-height: 30px
}

.dashboard-widgets .card-header h4 {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard-widgets .card table {
    table-layout: fixed
}

.dashboard-widgets .card table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard-widgets .card table td:last-child {
    width: 30px
}

.chart-wrapper {
    position: relative
}

.chart-wrapper .legend {
    background: #000;
    opacity: 0;
    position: absolute;
    bottom: -17px;
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out
}

.chart-wrapper:hover .legend {
    opacity: .8
}

.chart-wrapper .legend ul {
    list-style: none;
    margin: 0;
    padding: 5px 0
}

.chart-wrapper .legend li {
    margin: 0 10px;
    padding: 5px 0
}

.chart-wrapper .legend li span {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-right: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

@media (max-width:700px) {
    .dashboard-widgets .widget {
        width: 100% !important
    }
}

#dashboard-widgets .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px
}

.col-email-id {
    width: 75px
}

.email-builder .builder-panel .panel-body {
    padding: 5px 0
}

.table-bordered {
    border-left: 0
}

.table-bordered.email-list>thead>tr>th:first-child,
.table-bordered.email-list>tbody>tr>td:first-child,
.table-bordered.email-template>thead>tr>th:first-child,
.table-bordered.email-template>tbody>tr>td:first-child {
    border-left: 0
}

.table-bordered.email-list>thead>tr>th:last-child,
.table-bordered.email-list>tbody>tr>td:last-child,
.table-bordered.email-template>thead>tr>th:last-child,
.table-bordered.email-template>tbody>tr>td:last-child {
    border-right: 0
}

.clickable-stat a {
    color: #fff
}

.clickable-stat a:hover {
    color: #fff
}

#emailGraphStats .spinner,
#reads-map-container .spinner {
    text-align: center;
    font-size: 32px
}

@media (min-width:768px) {
    .modal-dialog-heatmap {
        width: 90%;
        max-width: 1200px
    }
}

.modal-heatmap-close {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #fff;
    z-index: 1080;
    float: none;
    opacity: .75
}

.modal-heatmap-close:hover,
.modal-heatmap-close:focus {
    opacity: 1;
    color: #fff
}

.heatmap-iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: 0;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .heatmap-iframe {
        height: 90vh
    }
}

body.heatmap-iframe-body a.heatmap-link {
    position: relative;
    z-index: 1010
}

.heatmap-label {
    position: absolute;
    z-index: 1050;
    box-shadow: 0 0 2px rgba(0, 0, 0, .45)
}

.heatmap-label>p {
    padding: 6px 6px 4px 6px !important;
    margin: 0 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #fff !important
}

.heatmap-legend {
    display: none;
    position: absolute;
    z-index: 1060;
    right: 20px;
    top: 30px;
    color: #fff;
    padding: 15px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 4px
}

@media (min-width:768px) {
    .heatmap-legend {
        display: block
    }
}

.heatmap-legend a {
    color: rgba(255, 255, 255, .6)
}

.heatmap-legend a.active,
.heatmap-legend a:focus,
.heatmap-legend a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline
}

.heatmap-legend>p:nth-child(1),
.heatmap-legend>p:nth-child(3) {
    color: #ccc;
    font-size: 18px;
    line-height: 1.1
}

.heatmap-legend>p:nth-child(1) {
    margin-top: 0
}

.heatmap-legend>p:nth-child(2) {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px
}

.heatmap-legend>p:nth-child(3) {
    margin-bottom: 5px
}

.heatmap-scale {
    display: flex
}

.heatmap-scale-header,
.heatmap-scale-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 12px
}

.heatmap-scale-footer {
    padding-bottom: 0
}

.heatmap-scale-bar {
    position: relative;
    width: 47px;
    height: 16px;
    background: #fff
}

.heatmap-scale-bar:nth-child(1) {
    background: linear-gradient(to right, #2c3bb6, #0a85ff);
    border-radius: 2px 0 0 2px
}

.heatmap-scale-bar:nth-child(2) {
    background: linear-gradient(to right, #0a85ff, #f0df42)
}

.heatmap-scale-bar:nth-child(3) {
    background: linear-gradient(to right, #f0df42, #f8c344)
}

.heatmap-scale-bar:nth-child(4) {
    background: linear-gradient(to right, #f8c344, #ff843a)
}

.heatmap-scale-bar:nth-child(5) {
    background: linear-gradient(to right, #ff843a, #f83834);
    border-radius: 0 2px 2px 0
}

.heatmap-scale-bar:nth-child(-n+4):after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: -4px;
    right: -1px;
    z-index: 1
}

.panel2 {
    border: 1px solid #ebedf0;
    -webkit-box-shadow: 0 1px 1px #f3f3f3;
    box-shadow: 0 1px 1px #f3f3f3;
    margin: 0 25px 25px 25px;
    zoom: .9
}

.panel2 label {
    font-size: 1em
}

.panel:hover,
.panel2:hover {
    border-color: #ccc
}

.form-submitaction-group-header {
    font-size: 1.1em;
    font-weight: 700
}

.form-field-wrapper {
    position: relative
}

.form-field-wrapper img {
    max-width: 100%
}

#mauticforms_actions .mauticform-row .action-label {
    font-size: 1.1em;
    font-weight: 700;
    display: block
}

#mauticforms_actions .mauticform-row .action-descr {
    font-size: .9em;
    display: block
}

@media (min-width:768px) {
    .form-buttons {
        top: 8px
    }
}

.form-buttons {
    position: absolute;
    right: 8px;
    bottom: 10px;
    z-index: 1
}

#mauticforms_fields .chosen-container-single .chosen-search input[type="text"] {
    width: 100%
}

#mauticforms_fields .panel-footer {
    padding: 3px 15px
}

#mauticforms_fields input[type="date"],
#mauticforms_fields input[type="time"],
#mauticforms_fields input[type="datetime-local"],
#mauticforms_fields input[type="month"] {
    line-height: inherit
}

#mauticforms_fields input.mauticform-radiogrp-radio {
    width: auto
}

textarea.form-html {
    height: 200px
}

.col-form-id,
.col-formresult-id {
    width: 75px
}

.col-form-submissions {
    width: 100px
}

.formresult-list th .input-group {
    margin-top: 10px
}

.formresult-list th:not(.col-formresult-id):not(.col-actions) {
    min-width: 125px
}

.formresult-list th.col-formresult-id {
    min-width: 125px
}

.inline-spacer {
    padding-right: 20px
}

.mauticform_wrapper {
    max-width: 600px;
    margin: 10px auto
}

.mauticform-name {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 3px
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px
}

.mauticform-error {
    margin-bottom: 10px;
    color: red
}

.mauticform-message {
    margin-bottom: 10px;
    color: green
}

.mauticform-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 60px;
    padding: 10px
}

.mauticform-label {
    font-size: 1.1em;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline
}

.mauticform-helpmessage {
    display: block;
    font-size: .9em;
    margin-bottom: 3px
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
    width: 75%;
    max-width: 500px;
    padding: .5em .5em;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box
}

.mauticform-checkboxgrp-row {
    display: flex;
    align-items: flex-start;
    gap: 5px
}

.mauticform-checkboxgrp-row input[type="radio"],
.mauticform-checkboxgrp-row input[type="checkbox"] {
    margin: 0
}

.mauticform-checkboxgrp-label {
    font-weight: 400;
    line-height: 1em
}

.mauticform-radiogrp-label {
    font-weight: 400
}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #5d6c7c;
    background-color: #fff;
    border-color: #ddd
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #fff;
    border-color: #ddd;
    opacity: .75;
    cursor: not-allowed
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline
}

.col-leadfield-id,
.col-leadlist-id,
.col-lead-id {
    width: 75px
}

.col-leadfield-statusicons,
.col-leadlist-leadcount {
    width: 100px
}

.col-leadfield-orderhandle {
    width: 25px
}

.col-leadfield-type {
    width: 125px
}

.leadfield-list .fa-asterisk:hover,
.leadfield-list .fa-eye:hover,
.leadfield-list .fa-lock:hover,
.leadfield-list .fa-list:hover {
    color: #7D5B71
}

.leadlist-filter a {
    text-decoration: none
}

.leadlist-filter:hover {
    background-color: #ecf0f1
}

.leadlist-filter {
    height: 40px;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.leadlist-filter-name {
    font-size: 1.1em
}

.available-filters .rounded-corners {
    height: 300px;
    overflow: auto
}

.selected-filters .rounded-corners {
    height: 300px;
    overflow: auto
}

.selected-filters .in-group {
    margin-left: 20px
}

.selected-filters .glue-select {
    margin-top: 2px
}

.selected-filters .panel {
    margin-bottom: 0;
    margin-top: 20px
}

.selected-filters .panel.in-group {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.col-leadpoints-date {
    width: 175px
}

.col-leadpoints-delta {
    width: 75px
}

.panel-foursquare .panel-heading {
    background: #0072b1;
    color: #FFF
}

.panel-facebook .panel-heading {
    background: #3b5998;
    color: #FFF
}

.panel-linkedin .panel-heding {
    background: #007bb6;
    color: #FFF
}

.panel-twitter .panel-heading {
    background: #00aced;
    color: #FFF
}

.panel-instagram .panel-heading {
    background: #517fa4;
    color: #FFF
}

.btn-leadnote-add {
    margin-left: 0 !important;
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important
}

ul.tag-cloud li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
    height: 35px
}

#social-container div.tab-pane {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden
}

.card.highlight {
    background-color: #faf2cc;
    border: 3px solid #17b7c4 !important
}

.lead-avatar-panel {
    position: relative
}

.lead-avatar-panel .avatar-collapser a.arrow {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 3px 0 0;
    padding: 0 10px
}

.lead-avatar-panel .img-responsive {
    min-width: 100%
}

.lead-merge-options {
    position: relative
}

.contact-cards .panel-body {
    max-height: 150px
}

.contact-cards .img {
    max-height: 115px
}

#lead_merge_lead_to_merge_chosen .chosen-search {
    display: none
}

.history-search {
    overflow: visible !important;
    min-height: 95px
}

.timeline-icon {
    width: 50px;
    text-align: center
}

.timeline-featured td,
.timeline-featured th {
    background: rgba(78, 94, 158, .1)
}

#contact-timeline td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

#contact-timeline .dl-horizontal dt {
    width: auto;
    text-align: left;
    margin-right: 10px
}

#contact-timeline .dl-horizontal dd {
    margin-left: 0
}

#contact-timeline tr.timeline-row-highlighted {
    background-color: #fafafa
}

#contact-timeline tr.timeline-details img {
    max-height: 200px
}

.frequency {
    width: 65px !important
}

.contact {
    display: inline !important
}

.frequency-table,
.frequency-table td {
    border-bottom: none !important;
    border-top: none !important
}

.frequency-values {
    padding-left: 10px;
    padding-top: 27px;
    padding-bottom: 15px
}

.frequency-select {
    width: 125px !important;
    float: right;
    padding-right: 5px
}

.frequency-label {
    padding: 8px
}

.frequency-date {
    width: 100px;
    float: left
}

.panel-companies .primary {
    color: #fdb933
}

.building::before {
    content: "\f1ad";
    font-family: "FontAwesome";
    padding-right: 3px
}

.user::before {
    content: "\f007";
    font-family: "FontAwesome";
    padding-right: 3px
}

#leads-container .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px
}

.segment-node {
    border: grey solid 1px;
    border-radius: 6px;
    text-align: center;
    margin: 20px;
    flex: 1 200px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
    flex-flow: column wrap;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.segment-node.has-message {
    border: red solid 4px
}

.segment-level {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.lead-stats-title {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

.lead-stats {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.lead-stats .lead-stats-name {
    display: block;
    color: #8393a2
}

.lead-stats .lead-stats-val {
    display: block;
    font-size: 21px
}

.col-page-id {
    width: 75px
}

.page-builder .builder-panel .panel-body {
    padding: 5px 0
}

.symbol-hashtag:before {
    content: '#'
}

.shuffle-item.integration {
    width: 100px
}

.integration-disabled img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden
}

.integration-disabled img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.field-selector {
    width: 500px
}

.col-centered {
    margin: 0 auto;
    float: none
}

.placeholder {
    position: relative
}

.placeholder::after {
    position: absolute;
    right: 3px;
    top: 19px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: .3;
    font-size: 9px
}

.integration-fields {
    font-size: 12px;
    padding-left: 7px
}

.col-point-id,
.col-pointtrigger-id {
    width: 75px
}

.trigger-event-group-header {
    font-size: 1.1em;
    font-weight: 700
}

#triggerEvents .trigger-event-row {
    padding: 20px;
    margin-bottom: 0 !important;
    border: 1px solid #ecf0f1
}

#triggerEvents .trigger-event-row .event-label {
    font-size: 1.1em;
    font-weight: 700;
    display: block
}

#triggerEvents .trigger-event-row .event-descr {
    font-size: .9em;
    display: block
}

#triggerEvents .trigger-event-row:hover {
    background-color: #ecf0f1
}

#triggerEvents .trigger-event-row.bg-danger:hover {
    background-color: #f2d4d2
}

#triggerEvents .form-buttons {
    float: right
}

.col-pointtrigger-color {
    width: 50px
}

.col-report-actions,
.col-report-count {
    width: 25px
}

#reportTable th:not(.col-report-count) {
    min-width: 125px
}

.columnSelectorButtons {
    padding-top: 40px
}

.columnSelectorButtons div:not(:last-child) {
    margin-bottom: 10px
}

#report_columns_chosen {
    width: 100% !important
}

#ms-report_groupBy ul {
    height: 115px
}

#report_filters .panel {
    margin-bottom: 0;
    margin-top: 20px
}

#report_filters>.in-group {
    margin-top: 5px
}

#report_filters .panel-heading {
    margin-bottom: 0;
    padding-top: 10px
}

#report_filters .panel-heading .form-group {
    margin: 0
}

#report_filters>.in-group:first-child>.panel-heading {
    display: none
}

#report_filters>.in-group:not(:first-child) {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 20px
}

#report_filters>.in-group:not(:first-child)>.panel-heading {
    display: block;
    padding-left: 10px
}

#report_filters>.in-group:not(:first-child)>.panel-body>.row>div {
    padding-left: 10px;
    padding-right: 10px
}

.profile-details {
    margin-bottom: 20px
}

.col-user-id,
.col-role-id {
    width: 75px
}

.col-user-avatar {
    width: 75px
}

.mautic-logo {
    width: 85px;
    margin: 0 auto;
    background: #fff
}

.mautic-logo>svg.mautic-logo-figure .circle {
    fill: #0ab7c5
}

.mautic-logo>svg.mautic-logo-figure .m,
.mautic-logo>svg.mautic-logo-figure .m-arrow {
    fill: #fdb933
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

span.input-group-addon i.fa {
    width: 20px
}

.inline-login .login-form {
    margin: 20px
}

.focus-builder .website-preview .viewport-switcher {
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 1025
}

.focus-builder .website-preview .viewport-switcher .btn-viewport {
    height: 50px;
    width: 50px;
    display: table
}

.focus-builder .website-preview .viewport-switcher .btn-viewport i {
    display: table-cell;
    vertical-align: middle
}

.focus-builder .website-preview .website-placeholder {
    z-index: 1020;
    margin-top: 10%
}

.focus-builder #websiteScreenshot {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0
}

.focus-builder #websiteScreenshot .screenshot-container {
    overflow: hidden
}

.focus-builder #websiteScreenshot.css-device .screenshot-container {
    height: 392px
}

.builder-panel-focus {
    overflow-y: scroll
}

.builder-panel-focus #focusFormContent {
    min-height: 1000px
}

.builder-panel-focus .panel-title a {
    display: block
}

.builder-panel-focus .nav>li>a {
    padding: 8px 16px
}

.builder-panel-focus .focus-hide {
    display: none
}

.builder-panel-focus .focus-style.list-group-item,
.builder-panel-focus .focus-type.list-group-item {
    background-color: #f5f5f5;
    color: #555;
    cursor: pointer
}

.builder-panel-focus .focus-style.list-group-item:not(.focus-active):not(.focus-hover) i.fa,
.builder-panel-focus .focus-type.list-group-item:not(.focus-active):not(.focus-hover) i.fa {
    color: #8393a2 !important
}

.builder-panel-focus .focus-active,
.builder-panel-focus .focus-hover {
    background-color: #ffffff !important
}

.builder-panel-focus .focus-type-form .visible-focus-type-form {
    display: block !important
}

.builder-panel-focus .focus-type-form .hidden-focus-type-form {
    display: none !important
}

.builder-panel-focus .focus-type-notice .visible-focus-type-notice {
    display: inherit !important
}

.builder-panel-focus .focus-type-notice .hidden-focus-type-notice {
    display: none !important
}

.builder-panel-focus .focus-type-link .visible-focus-type-link {
    display: inherit !important
}

.builder-panel-focus .focus-type-link .hidden-focus-type-link {
    display: none !important
}

.builder-panel-focus .focus-type-all .focus-type {
    display: block !important
}

.builder-panel-focus .focus-type-all .visible-focus-type-all {
    display: inherit !important
}

.builder-panel-focus .focus-type-all .hidden-focus-type-all {
    display: none !important
}

.builder-panel-focus .focus-style-bar .visible-focus-style-bar {
    display: block !important
}

.builder-panel-focus .focus-style-bar .hidden-focus-style-bar {
    display: none !important
}

.builder-panel-focus .focus-style-modal .visible-focus-style-modal {
    display: inherit !important
}

.builder-panel-focus .focus-style-modal .hidden-focus-style-modal {
    display: none !important
}

.builder-panel-focus .focus-style-notification .visible-focus-style-notification {
    display: inherit !important
}

.builder-panel-focus .focus-style-notification .hidden-focus-style-notification {
    display: none !important
}

.builder-panel-focus .focus-style-page .visible-focus-style-page {
    display: inherit !important
}

.builder-panel-focus .focus-style-page .hidden-focus-style-page {
    display: none !important
}

.builder-panel-focus .focus-style-all .focus-style {
    display: block !important
}

.builder-panel-focus .focus-style-all .visible-focus-style-all {
    display: inherit !important
}

.builder-panel-focus .focus-style-all .hidden-focus-style-all {
    display: none !important
}

.builder-panel-focus .label-site-color {
    width: 25px;
    height: 10px;
    display: block;
    float: left;
    margin-right: 3px;
    cursor: hand
}

.css-device {
    position: relative;
    margin: 0 auto
}

.css-device__image {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto
}

.css-device--mobile {
    width: 270px;
    height: 500px;
    border-top: solid 24px #ddd;
    border-left: solid 12px #ddd;
    border-right: solid 12px #ddd;
    border-bottom: solid 48px #ddd;
    border-radius: 12px
}

.css-device--mobile::before {
    display: block;
    position: absolute;
    top: 12px;
    left: -14px;
    width: 2px;
    height: 12px;
    background-color: #bbb;
    box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
    border-radius: 2px 0 0 2px;
    content: ""
}

.css-device--mobile::after {
    display: block;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background-color: #bbb;
    border-radius: 12px;
    content: ""
}

@media all and (min-width:720px) {
    .css-device--mobile {
        width: 270px;
        border-top: solid 36px #ddd;
        border-left: solid 18px #ddd;
        border-right: solid 18px #ddd;
        border-bottom: solid 72px #ddd;
        border-radius: 18px
    }

    .css-device--mobile::before {
        top: 18px;
        left: -21px;
        width: 3px;
        height: 18px;
        background-color: #bbb;
        box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
        border-radius: 3px 0 0 3px;
        content: ""
    }

    .css-device--mobile::after {
        bottom: -54px;
        margin-left: -18px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        content: ""
    }
}

.focus-builder .website-preview .website-placeholder.has-error input,
.focus-builder .website-preview .website-placeholder.has-error button {
    border-color: #a94442
}

#websiteScreenshot.mobile .screenshot-container {
    position: absolute;
    left: 50%;
    width: 320px;
    margin: 0;
    margin-top: 20px
}

#websiteScreenshot.mobile .preview-body,
#websiteScreenshot.mobile #websiteCanvas {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: -50%;
    width: 320px;
    height: 568px
}

#websiteScreenshot.mobile #websiteCanvas {
    z-index: 0;
    border: 1px solid #000
}

#websiteScreenshot.mobile #websiteCanvas iframe {
    height: 100%;
    width: 320px;
    border: 0
}