.customizer, html body .content {
    -webkit-backface-visibility: hidden
}

    .app-content.center-layout, html body .content.app-content {
        overflow: hidden
    }

.main-menu a, .select2-container--classic:focus, .select2-container--default:focus {
    outline: 0
}

html {
    font-size: 14px;
    width: 100%;
    height: 100%
}

    html body {
        height: 100%;
        background-color: #e5edf7;
        direction: ltr
    }

        html body.fixed-navbar {
            padding-top: 5rem
        }

        html body a {
            color: #6967ce
        }

            html body a:hover {
                color: #4340c2
            }

        html body.blank-page .content-wrapper-before {
            height: 0 !important
        }

        html body .content {
            position: relative;
            min-height: -webkit-calc(100% - 32px);
            min-height: -moz-calc(100% - 32px);
            min-height: calc(100% - 32px);
            padding: 0;
            -webkit-transition: .3s ease all;
            -moz-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden
        }

            html body .content .content-wrapper {
                padding: 2.2rem
            }

                html body .content .content-wrapper .content-header-title {
                    font-weight: 700;
                    letter-spacing: 1px;
                    color: #fff
                }

                html body .content .content-wrapper .content-wrapper-before {
                    position: absolute;
                    z-index: 0;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 120px;
                    -webkit-transition: .3s ease all;
                    -moz-transition: .3s ease all;
                    -o-transition: .3s ease all;
                    transition: .3s ease all
                }

        html body.chat-application .content .content-wrapper .content-wrapper-before {
            z-index: -1
        }

        html body .la {
            font-size: 1.4rem
        }

        html body[data-col='1-column']:not(.vertical-content-menu) .content, html body[data-col='1-column']:not(.vertical-content-menu) .footer {
            margin-left: 0 !important
        }

        html body[data-col='1-column'].horizontal-layout .content, html body[data-col='1-column'].horizontal-layout .footer {
            margin: 0 auto !important
        }

        html body[data-col='1-column'].vertical-content-menu .content-body {
            margin-left: 0 !important
        }

        html body.boxed-layout {
            padding-right: 0;
            padding-left: 0
        }

        html body.bg-full-screen-image {
            background: url(../../img/loginimg/bg1a.jpg) center center no-repeat fixed;
            -webkit-background-size: cover;
            background-size: cover
        }

        html body .pace .pace-progress {
            background: #fa626b
        }

.blank-page .content-wrapper {
    padding: 0 !important
}

    .blank-page .content-wrapper .flexbox-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width:767.98px) {
    html body .content .content-wrapper {
        padding: 1rem
    }

    html body footer {
        text-align: center
    }
}

@media (min-width:992px) {
    body .content-right {
        float: right;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px)
    }

    body .content-left {
        float: left;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px)
    }

    body .content-detached {
        width: 100%
    }

        body .content-detached.content-right {
            float: right;
            margin-left: -300px
        }

            body .content-detached.content-right .content-body {
                margin-left: 320px
            }

        body .content-detached.content-left {
            float: left;
            margin-right: -300px
        }

            body .content-detached.content-left .content-body {
                margin-right: 320px
            }

    .sidebar-right.sidebar-sticky {
        float: right !important;
        width: 300px !important;
        margin-left: -300px
    }

    .sidebar-left.sidebar-sticky {
        float: left !important;
        width: 300px !important;
        margin-right: -300px
    }

    [data-col=content-left-sidebar] .sticky-wrapper {
        float: left
    }

    .vertical-content-menu .content .sidebar-left {
        margin-left: 288px
    }

    .vertical-content-menu .content .content-detached.content-right {
        float: right;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        margin-left: -300px
    }

        .vertical-content-menu .content .content-detached.content-right .content-body {
            margin-left: 295px
        }

    .vertical-content-menu .content .content-detached.content-left {
        float: left;
        width: 100%;
        margin-right: -300px
    }

        .vertical-content-menu .content .content-detached.content-left .content-body {
            margin-right: 320px
        }
}

@media screen and (min-device-width:1441px) and (max-device-width:2000px) {
    p {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: .2px
    }
}

.chartist-tooltip {
    top: 0
}

.sidebar {
    position: relative;
    z-index: 9;
    width: 100%
}

.sidebar-fixed {
    position: fixed;
    overflow: scroll;
    height: 100%
}

@media (min-width:992px) {
    .sidebar {
        width: 300px;
        vertical-align: top
    }

    .sidebar-left {
        float: left
    }

    .sidebar-right {
        float: right
    }
}

.horizontal-layout .horizontal-menu-padding .header-navbar .navbar-container {
    padding: 0
}

.horizontal-layout .header-navbar .navbar-container {
    width: 100%;
    height: auto
}

footer.footer {
    padding: .8rem
}

footer.navbar-shadow {
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.1);
    box-shadow: 1px 0 20px rgba(0,0,0,.1)
}

footer.navbar-border {
    border-top: 1px solid #e4e7ed
}

footer.footer-transparent {
    border: none
}

footer.footer-light {
    background: #fff
}

footer.footer-dark {
    color: #fff;
    background: #2c303b
}

.main-menu {
    position: absolute;
    z-index: 1051;
    display: table-cell
}

    .main-menu.menu-light {
        color: #00428c;
        border-right: 1px solid #00428c;
        background: #00428c
    }

        .main-menu.menu-light .main-menu-header {
            padding: 20px
        }

            .main-menu.menu-light .main-menu-header .menu-search {
                padding: .5rem 1rem;
                color: #1b213c;
                background: #e6e6e6
            }

                .main-menu.menu-light .main-menu-header .menu-search:focus {
                    border-color: #d9d9d9
                }

        .main-menu.menu-light .navigation .navigation-header {
            padding: 30px 20px 8px;
            color: #2b345f
        }

            .main-menu.menu-light .navigation .navigation-header span {
                font-weight: 500
            }

        .main-menu.menu-light .navigation li a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            color: #2b345f
        }

            .main-menu.menu-light .navigation li a span {
                display: inline-block
            }

                .main-menu.menu-light .navigation li a span.menu-sub-title {
                    color: #6877bb
                }

        .main-menu.menu-light .navigation li.active > a, .main-menu.menu-light .navigation li.hover > a, .main-menu.menu-light .navigation li.open > a {
            color: #fff
        }

        .main-menu.menu-light .navigation > li.active > a, .main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li.open > a, .main-menu.menu-light .navigation > li:hover > a {
            color: #fa626b
        }

        .main-menu.menu-light .navigation > li {
            line-height: 2.5rem;
            padding: 0
        }

            .main-menu.menu-light .navigation > li > a {
                padding: 12px 36px 12px 18px
            }

                .main-menu.menu-light .navigation > li > a .label {
                    margin-top: 4px;
                    margin-right: 5px
                }

                .main-menu.menu-light .navigation > li > a i {
                    position: relative
                }

            .main-menu.menu-light .navigation > li.open .hover > a {
                -webkit-transform: translateX(-4px);
                -moz-transform: translateX(-4px);
                -ms-transform: translateX(-4px);
                -o-transform: translateX(-4px);
                transform: translateX(-4px)
            }

                .main-menu.menu-light .navigation > li.open .hover > a:before {
                    position: absolute;
                    top: 50%;
                    left: 75px;
                    display: block;
                    width: 7px;
                    height: 7px;
                    content: '';
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease;
                    -webkit-transform: translate(-10px,-50%);
                    -moz-transform: translate(-10px,-50%);
                    -ms-transform: translate(-10px,-50%);
                    -o-transform: translate(-10px,-50%);
                    transform: translate(-10px,-50%);
                    opacity: 1;
                    border-color: #fa626b;
                    border-radius: 50%;
                    background-color: #fa626b
                }

            .main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul, .main-menu.menu-light .navigation > li:not(.open) > ul {
                display: none
            }

            .main-menu.menu-light .navigation > li.active > a > span, .main-menu.menu-light .navigation > li.hover > a > span, .main-menu.menu-light .navigation > li:hover > a > span {
                -webkit-transform: translateX(4px);
                -moz-transform: translateX(4px);
                -ms-transform: translateX(4px);
                -o-transform: translateX(4px);
                transform: translateX(4px)
            }

            .main-menu.menu-light .navigation > li ul .active > a:before, .main-menu.menu-light ul.menu-popout li.hover > a:before, .main-menu.menu-light ul.menu-popout li.open > a:before, .main-menu.menu-light ul.menu-popout li:hover > a:before {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                -webkit-transform: translate(-10px,-50%);
                -moz-transform: translate(-10px,-50%);
                -ms-transform: translate(-10px,-50%);
                -o-transform: translate(-10px,-50%);
                content: '';
                opacity: 1;
                border-color: #fa626b;
                position: absolute;
                top: 50%;
                border-radius: 50%
            }

            .main-menu.menu-light .navigation > li.active > a.mm-next, .main-menu.menu-light .navigation > li.hover > a.mm-next, .main-menu.menu-light .navigation > li:hover > a.mm-next {
                background-color: inherit
            }

            .main-menu.menu-light .navigation > li.active > a {
                font-weight: 700;
                color: #2b345f;
                background: #f0f0f0
            }

            .main-menu.menu-light .navigation > li .active {
                background: #f0f0f0
            }

                .main-menu.menu-light .navigation > li .active > a {
                    font-weight: 700;
                    color: #fa626b
                }

                .main-menu.menu-light .navigation > li .active .hover > a {
                    background: #f5f5f5
                }

            .main-menu.menu-light .navigation > li ul {
                font-size: .94rem;
                margin: 0;
                padding: 0
            }

                .main-menu.menu-light .navigation > li ul li {
                    color: #2b345f;
                    background: 0 0
                }

                    .main-menu.menu-light .navigation > li ul li > a {
                        padding: 10px 18px 10px 90px
                    }

                .main-menu.menu-light .navigation > li ul .open > a {
                    color: #2b345f
                }

                .main-menu.menu-light .navigation > li ul .open > ul {
                    display: block
                }

                    .main-menu.menu-light .navigation > li ul .open > ul li > a {
                        padding: 10px 18px 10px 100px
                    }

                    .main-menu.menu-light .navigation > li ul .open > ul .open > ul {
                        display: block
                    }

                        .main-menu.menu-light .navigation > li ul .open > ul .open > ul li > a {
                            padding: 10px 18px 10px 110px
                        }

                .main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
                    color: #313c6d
                }

                .main-menu.menu-light .navigation > li ul .active {
                    background: 0 0
                }

                    .main-menu.menu-light .navigation > li ul .active > a {
                        font-weight: 700;
                        color: #fa626b
                    }

                        .main-menu.menu-light .navigation > li ul .active > a:before {
                            left: 85px;
                            display: block;
                            width: 7px;
                            height: 7px;
                            transition: all .2s ease;
                            transform: translate(-10px,-50%);
                            background-color: #fa626b
                        }

                    .main-menu.menu-light .navigation > li ul .active .hover > a {
                        background-color: transparent
                    }

        .main-menu.menu-light ul.menu-popout {
            background: #fff
        }

            .main-menu.menu-light ul.menu-popout li a {
                color: #2b345f
            }

                .main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
                    color: #6877bb
                }

            .main-menu.menu-light ul.menu-popout li.hover > a:before, .main-menu.menu-light ul.menu-popout li.open > a:before, .main-menu.menu-light ul.menu-popout li:hover > a:before {
                left: 14px;
                display: block;
                width: 8px;
                height: 8px;
                transition: all .2s ease;
                transform: translate(-10px,-50%);
                background-color: #fa626b
            }

            .main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
                display: none
            }

            .main-menu.menu-light ul.menu-popout .open > a {
                color: #2b345f
            }

            .main-menu.menu-light ul.menu-popout .open > ul {
                display: block
            }

                .main-menu.menu-light ul.menu-popout .open > ul .open {
                    background: #e8e8e8
                }

                    .main-menu.menu-light ul.menu-popout .open > ul .open > ul {
                        display: block;
                        background: #e8e8e8
                    }

            .main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
                color: #313c6d
            }

            .main-menu.menu-light ul.menu-popout .active > a {
                color: #3b4782
            }

                .main-menu.menu-light ul.menu-popout .active > a:before {
                    position: absolute;
                    top: 50%;
                    left: 14px;
                    display: block;
                    width: 8px;
                    height: 8px;
                    content: '';
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease;
                    -webkit-transform: translate(-10px,-50%);
                    -moz-transform: translate(-10px,-50%);
                    -ms-transform: translate(-10px,-50%);
                    -o-transform: translate(-10px,-50%);
                    transform: translate(-10px,-50%);
                    opacity: 1;
                    border-color: #fa626b;
                    border-radius: 50%;
                    background-color: #fa626b
                }

            .main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
                background-color: transparent
            }

        .main-menu.menu-light .navigation-background:after {
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            content: ' ';
            opacity: .88;
            background: #fff
        }

    .main-menu.menu-dark {
        /*  color: #dcdcdc;
        background: #2c303b*/
        color: #00428c;
        border-right: 1px solid #00428c;
        background: #00428c;
    }

        .main-menu.menu-dark .main-menu-header {
            padding: 20px
        }

            .main-menu.menu-dark .main-menu-header .menu-search {
                padding: .5rem 1rem;
                color: #c3c3c3;
                background: #16181e
            }

                .main-menu.menu-dark .main-menu-header .menu-search:focus {
                    border-color: #0b0c0f
                }

        .main-menu.menu-dark .navigation .navigation-header {
            padding: 30px 20px 8px;
            color: #dcdcdc
        }

            .main-menu.menu-dark .navigation .navigation-header span {
                font-weight: 500
            }

        .main-menu.menu-dark .navigation li a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            color: #dcdcdc
        }

            .main-menu.menu-dark .navigation li a span {
                display: inline-block
            }

                .main-menu.menu-dark .navigation li a span.menu-sub-title, .main-menu.menu-dark .navigation li.active > a, .main-menu.menu-dark .navigation li.hover > a, .main-menu.menu-dark .navigation li.open > a {
                    color: #fff
                }

        .main-menu.menu-dark .navigation > li.active > a, .main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li.open > a, .main-menu.menu-dark .navigation > li:hover > a {
            /*color: #fa626b*/
            color: #28b3ec;
        }

        .main-menu.menu-dark .navigation > li {
            line-height: 2.5rem;
            padding: 0
        }

            .main-menu.menu-dark .navigation > li > a {
                padding: 12px 36px 12px 18px
            }

                .main-menu.menu-dark .navigation > li > a .label {
                    margin-top: 4px;
                    margin-right: 5px
                }

                .main-menu.menu-dark .navigation > li > a i {
                    position: relative
                }

            .main-menu.menu-dark .navigation > li.open .hover > a {
                -webkit-transform: translateX(-4px);
                -moz-transform: translateX(-4px);
                -ms-transform: translateX(-4px);
                -o-transform: translateX(-4px);
                transform: translateX(-4px)
            }

                .main-menu.menu-dark .navigation > li.open .hover > a:before {
                    position: absolute;
                    top: 50%;
                    left: 75px;
                    display: block;
                    width: 7px;
                    height: 7px;
                    content: '';
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease;
                    -webkit-transform: translate(-10px,-50%);
                    -moz-transform: translate(-10px,-50%);
                    -ms-transform: translate(-10px,-50%);
                    -o-transform: translate(-10px,-50%);
                    transform: translate(-10px,-50%);
                    opacity: 1;
                    border-color: #fa626b;
                    border-radius: 50%;
                    background-color: #fa626b
                }

            .main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul, .main-menu.menu-dark .navigation > li:not(.open) > ul {
                display: none
            }

            .main-menu.menu-dark .navigation > li.active > a > span, .main-menu.menu-dark .navigation > li.hover > a > span, .main-menu.menu-dark .navigation > li:hover > a > span {
                -webkit-transform: translateX(4px);
                -moz-transform: translateX(4px);
                -ms-transform: translateX(4px);
                -o-transform: translateX(4px);
                transform: translateX(4px)
            }

            .main-menu.menu-dark .navigation > li ul .active > a:before, .main-menu.menu-dark ul.menu-popout li.hover > a:before, .main-menu.menu-dark ul.menu-popout li.open > a:before, .main-menu.menu-dark ul.menu-popout li:hover > a:before {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                -webkit-transform: translate(-10px,-50%);
                -moz-transform: translate(-10px,-50%);
                -ms-transform: translate(-10px,-50%);
                -o-transform: translate(-10px,-50%);
                top: 50%;
                content: '';
                opacity: 1;
                border-color: #fa626b;
                border-radius: 50%;
                position: absolute
            }

            .main-menu.menu-dark .navigation > li.active > a.mm-next, .main-menu.menu-dark .navigation > li.hover > a.mm-next, .main-menu.menu-dark .navigation > li:hover > a.mm-next {
                background-color: inherit
            }

            .main-menu.menu-dark .navigation > li.active > a {
                font-weight: 700;
                color: #dcdcdc;
                background: #1f2229
            }

            .main-menu.menu-dark .navigation > li .active {
                background: #1f2229
            }

                .main-menu.menu-dark .navigation > li .active > a {
                    font-weight: 700;
                    color: #fa626b
                }

                .main-menu.menu-dark .navigation > li .active .hover > a {
                    background: #23262f
                }

            .main-menu.menu-dark .navigation > li ul {
                font-size: .94rem;
                margin: 0;
                padding: 0
            }

.navigation, .navigation .navigation-header {
    font-family: Comfortaa,cursive,'Times New Roman',Times,serif;
    font-size: 1rem
}

.main-menu.menu-dark .navigation > li ul li {
    color: #dcdcdc;
    background: 0 0
}

    .main-menu.menu-dark .navigation > li ul li > a {
        padding: 10px 18px 10px 90px
    }

.main-menu.menu-dark .navigation > li ul .open > a {
    color: #dcdcdc
}

.main-menu.menu-dark .navigation > li ul .open > ul {
    display: block
}

    .main-menu.menu-dark .navigation > li ul .open > ul li > a {
        padding: 10px 18px 10px 100px
    }

    .main-menu.menu-dark .navigation > li ul .open > ul .open > ul {
        display: block
    }

        .main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
            padding: 10px 18px 10px 110px
        }

.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
    color: #e6e6e6
}

.main-menu.menu-dark .navigation > li ul .active {
    background: 0 0
}

    .main-menu.menu-dark .navigation > li ul .active > a {
        font-weight: 700;
        color: #fa626b
    }

        .main-menu.menu-dark .navigation > li ul .active > a:before {
            left: 85px;
            display: block;
            width: 7px;
            height: 7px;
            transition: all .2s ease;
            transform: translate(-10px,-50%);
            background-color: #fa626b
        }

    .main-menu.menu-dark .navigation > li ul .active .hover > a {
        background-color: transparent
    }

.main-menu.menu-dark ul.menu-popout {
    background: #2c303b
}

    .main-menu.menu-dark ul.menu-popout li a {
        color: #dcdcdc
    }

        .main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
            color: #fff
        }

    .main-menu.menu-dark ul.menu-popout li.hover > a:before, .main-menu.menu-dark ul.menu-popout li.open > a:before, .main-menu.menu-dark ul.menu-popout li:hover > a:before {
        left: 14px;
        display: block;
        width: 8px;
        height: 8px;
        transition: all .2s ease;
        transform: translate(-10px,-50%);
        background-color: #fa626b
    }

    .main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
        display: none
    }

    .main-menu.menu-dark ul.menu-popout .open > a {
        color: #dcdcdc
    }

    .main-menu.menu-dark ul.menu-popout .open > ul {
        display: block
    }

        .main-menu.menu-dark ul.menu-popout .open > ul .open {
            background: #181b21
        }

            .main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
                display: block;
                background: #181b21
            }

    .main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
        color: #e6e6e6
    }

    .main-menu.menu-dark ul.menu-popout .active > a {
        color: #f6f6f6
    }

        .main-menu.menu-dark ul.menu-popout .active > a:before {
            position: absolute;
            top: 50%;
            left: 14px;
            display: block;
            width: 8px;
            height: 8px;
            content: '';
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            -webkit-transform: translate(-10px,-50%);
            -moz-transform: translate(-10px,-50%);
            -ms-transform: translate(-10px,-50%);
            -o-transform: translate(-10px,-50%);
            transform: translate(-10px,-50%);
            opacity: 1;
            border-color: #fa626b;
            border-radius: 50%;
            background-color: #fa626b
        }

    .main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
        background-color: transparent
    }

.main-menu.menu-dark .brand-text, .main-menu.menu-dark .toggle-icon {
    color: #fff
}

.main-menu.menu-dark .navigation-background:after {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .88;
    background: #2c303b
}

.main-menu.menu-fixed {
    position: fixed;
    z-index: 1051;
    top: 0;
    height: 100%
}

    .main-menu.menu-fixed .main-menu-footer {
        position: fixed
    }

.main-menu.menu-static {
    margin-top: -5rem
}

.main-menu.menu-shadow {
    -webkit-box-shadow: 1px 0 30px rgba(0,0,0,.1);
    box-shadow: 1px 0 30px rgba(0,0,0,.1)
}

.main-menu.menu-border {
    border-right: 1px solid #e4e7ed
}

.main-menu.menu-native-scroll .main-menu-content {
    overflow-y: scroll
}

.main-menu.menu-bordered.menu-light .navigation > li {
    border-top: 1px solid #e4e7ed
}

.main-menu.menu-bordered.menu-dark .navigation > li {
    border-top: 1px solid rgba(255,255,255,.1)
}

.main-menu .navigation-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
  
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.main-menu .main-menu-content {
    position: relative;
    clear: both;
    height: -webkit-calc(100% - 5rem);
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem)
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .main-menu ul.navigation-main {
        overflow-x: hidden
    }

.main-menu a:focus, .main-menu a:hover {
    text-decoration: none
}

.main-menu .badge {
    padding: .5em .6em .4em
}

.navigation {
    font-weight: 700;
    overflow-y: hidden;
    padding-bottom: 20px;
    letter-spacing: .2px
}

    .navigation .navigation-header {
        font-weight: 400;
        line-height: 1.2;
        padding: 12px 22px
    }

    .navigation li {
        position: relative;
        white-space: nowrap
    }

        .navigation li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .menu-popout li.disabled a, .navigation li.disabled a {
            cursor: not-allowed
        }

.dropdown-notification .notification-text {
    margin-bottom: .5rem
}

.dropdown-notification .notification-tag {
    position: relative;
    top: -28px;
    right: 20px
}

.main-menu-header .user-content {
    padding: 20px
}

    .main-menu-header .user-content .media {
        overflow: inherit
    }

    .main-menu-header .user-content .media-body {
        width: 150px;
        -webkit-transition: all .3s ease .15s;
        -moz-transition: all .3s ease .15s;
        -o-transition: all .3s ease .15s;
        transition: all .3s ease .15s;
        vertical-align: bottom;
        white-space: nowrap;
        opacity: 1
    }

.main-menu-footer {
    position: relative;
    z-index: 1000;
    bottom: 0;
    display: block;
    overflow: hidden;
    color: #c5c9d4;
    background-color: #16181e
}

    .main-menu-footer.footer-open {
        max-height: 500px;
        -webkit-transition: max-height .2s ease-in-out;
        -moz-transition: max-height .2s ease-in-out;
        -o-transition: max-height .2s ease-in-out;
        transition: max-height .2s ease-in-out
    }

    .main-menu-footer.footer-close {
        max-height: 15px;
        -webkit-transition: max-height .2s ease-in-out;
        -moz-transition: max-height .2s ease-in-out;
        -o-transition: max-height .2s ease-in-out;
        transition: max-height .2s ease-in-out
    }

    .main-menu-footer a {
        color: #a8aebe
    }

        .main-menu-footer a:focus, .main-menu-footer a:hover {
            color: #fff
        }

    .main-menu-footer .header {
        height: 19px;
        border-bottom: 1px solid #21242c
    }

    .main-menu-footer .toggle {
        transition: -webkit-transform .2s ease-in-out;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .main-menu-footer .content {
        padding: 0
    }

        .main-menu-footer .content .actions > a {
            display: block;
            float: left;
            width: 33.33333%;
            padding: 1rem 0;
            text-align: center;
            color: #a8aebe;
            border-top: 1px solid #21242c;
            border-left: 1px solid #21242c
        }

            .main-menu-footer .content .actions > a > span {
                font-size: 1.35rem
            }

            .main-menu-footer .content .actions > a:focus, .main-menu-footer .content .actions > a:hover {
                color: #fff
            }

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
    margin-left: 0
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a:after, .vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after, .vertical-overlay-menu .menu-icon-right ul.navigation li > a:after {
    right: initial !important;
    left: 8px
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li.has-sub > a:not(.mm-next):after, .vertical-layout.menu-expanded .menu-icon-right ul.navigation li.has-sub > a:not(.mm-next):after, .vertical-overlay-menu .menu-icon-right ul.navigation li.has-sub > a:not(.mm-next):after {
    left: 20px
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > i, .vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > i, .vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
    float: right !important;
    margin: 0 -12px 0 0 !important
}

.vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > span, .vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > span, .vertical-overlay-menu .menu-icon-right ul.navigation li > a > span {
    margin-left: 30px
}

    .vertical-layout.menu-collapsed .menu-icon-right ul.navigation li > a > span.badge, .vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > span.badge, .vertical-overlay-menu .menu-icon-right ul.navigation li > a > span.badge {
        right: 60px !important
    }

.horizontal-layout .navbar-icon-right ul.nav > li > a:after {
    position: relative;
    top: 27px;
    left: -16px;
    float: left
}

.horizontal-layout .navbar-icon-right ul.nav > li > a > i {
    float: right;
    margin: 0 4px 0 8px
}

.horizontal-layout .navbar-fixed {
    z-index: 999 !important
}

@media (max-width:767.98px) {
    .menu-hide .main-menu, .menu-open .main-menu {
        -webkit-transition: top .35s,height .35s,-webkit-transform .25s;
        -moz-transition: transform .25s,top .35s,height .35s,-moz-transform .25s;
        -o-transition: top .35s,height .35s,-o-transform .25s;
        transition: top .35s,height .35s,-webkit-transform .25s;
        transition: transform .25s,top .35s,height .35s;
        transition: transform .25s,top .35s,height .35s,-webkit-transform .25s,-moz-transform .25s,-o-transform .25s
    }

    .main-menu {
        -webkit-transform: translate3d(-240px,0,0);
        -moz-transform: translate3d(-240px,0,0);
        transform: translate3d(-240px,0,0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }

    .menu-open .main-menu {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@media (max-width:991.98px) {
    .horizontal-layout.vertical-overlay-menu .main-menu-content, .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu > li {
        padding: 0
    }

        .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
            width: 100%;
            margin: 0
        }

    .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
        margin-left: 0
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,4% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,6% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -moz-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -moz-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        -o-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    12%,4% {
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14%,6% {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -moz-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        -o-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -moz-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        -o-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.bell-shake {
    display: inline-block;
    -webkit-animation: ring 6s ease infinite;
    -moz-animation: ring 6s ease infinite;
    -o-animation: ring 6s ease infinite;
    animation: ring 6s ease infinite
}

.ps .ps__rail-x, .ps .ps__rail-y {
    z-index: 9
}

.display-inline {
    display: inline !important
}

.display-block {
    display: block !important
}

.display-inline-block {
    display: inline-block !important
}

.display-hidden {
    display: none !important
}

.display-table-cell {
    display: table-cell !important
}

.avatar, .spinner, .spinner-reverse {
    display: inline-block
}

.position-top-0 {
    top: 0
}

.position-right-0 {
    right: 0
}

.position-bottom-0 {
    bottom: 0
}

.position-left-0 {
    left: 0
}

.zindex-1 {
    z-index: 1 !important
}

.zindex-2 {
    z-index: 2 !important
}

.zindex-3 {
    z-index: 3 !important
}

.zindex-4 {
    z-index: 4 !important
}

.zindex-0 {
    z-index: 0 !important
}

.zindex-minus-1 {
    z-index: -1 !important
}

.zindex-minus-2 {
    z-index: -2 !important
}

.zindex-minus-3 {
    z-index: -3 !important
}

.zindex-minus-4 {
    z-index: -4 !important
}

.no-edge-top {
    top: 0 !important
}

.no-edge-bottom {
    bottom: 0 !important
}

.no-edge-left {
    left: 0 !important
}

.no-edge-right {
    right: 0 !important
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.cursor-default {
    cursor: default
}

.cursor-progress {
    cursor: progress
}

.cursor-not-allowed {
    cursor: not-allowed
}

.navbar-color-option:hover, .sidebar-color-option:hover, .sidiebar-bg-img:hover, td.details-control {
    cursor: pointer
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-auto {
    overflow: auto
}

.overflow-scroll, .overflow-x-scroll, .overflow-y-scroll {
    overflow: scroll
}

.bullets-inside {
    list-style: inside
}

.list-style-circle {
    list-style: circle !important
}

.list-style-square {
    list-style: square
}

.list-style-icons {
    margin-left: 0;
    padding-left: 10px;
    list-style: none
}

    .list-style-icons > li i {
        float: left;
        width: 1em;
        margin: 0 6px 0 0
    }

.border {
    border: 1px solid
}

.no-border-top-left-radius, .no-border-top-radius {
    border-top-left-radius: 0 !important
}

.no-border-top-radius, .no-border-top-right-radius {
    border-top-right-radius: 0 !important
}

.no-border-bottom-left-radius, .no-border-bottom-radius {
    border-bottom-left-radius: 0 !important
}

.no-border-bottom-radius, .no-border-bottom-right-radius {
    border-bottom-right-radius: 0 !important
}

.border-top {
    border-top: 1px solid
}

.border-bottom {
    border-bottom: 1px solid
}

.border-left {
    border-left: 1px solid
}

.border-right {
    border-right: 1px solid
}

.border-2 {
    border-width: 2px !important
}

.border-top-2 {
    border-top-width: 2px !important
}

.border-bottom-2 {
    border-bottom-width: 2px !important
}

.border-left-2 {
    border-left-width: 2px !important
}

.border-right-2 {
    border-right-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-top-3 {
    border-top-width: 3px !important
}

.border-bottom-3 {
    border-bottom-width: 3px !important
}

.border-left-3 {
    border-left-width: 3px !important
}

.border-right-3 {
    border-right-width: 3px !important
}

.box-shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.box-shadow-1 {
    -webkit-box-shadow: 0 7px 12px 0 rgba(62,57,107,.16);
    box-shadow: 0 7px 12px 0 rgba(62,57,107,.16)
}

.box-shadow-2 {
    -webkit-box-shadow: 0 10px 18px 0 rgba(62,57,107,.2);
    box-shadow: 0 10px 18px 0 rgba(62,57,107,.2)
}

.box-shadow-3 {
    -webkit-box-shadow: 0 14px 24px 0 rgba(62,57,107,.26);
    box-shadow: 0 14px 24px 0 rgba(62,57,107,.26)
}

.box-shadow-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(62,57,107,.3);
    box-shadow: 0 16px 28px 0 rgba(62,57,107,.3)
}

.box-shadow-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(62,57,107,.36);
    box-shadow: 0 27px 24px 0 rgba(62,57,107,.36)
}

.fit {
    max-width: 100% !important
}

.half-width {
    width: 50% !important
}

.full-width {
    width: 100% !important
}

.full-height {
    height: 100% !important
}

.width-50 {
    width: 50px !important
}

.width-100 {
    width: 100px !important
}

.width-150 {
    width: 150px !important
}

.width-200 {
    width: 200px !important
}

.width-250 {
    width: 250px !important
}

.width-300 {
    width: 300px !important
}

.width-350 {
    width: 350px !important
}

.width-400 {
    width: 400px !important
}

.width-450 {
    width: 450px !important
}

.width-500 {
    width: 500px !important
}

.width-550 {
    width: 550px !important
}

.width-600 {
    width: 600px !important
}

.width-650 {
    width: 650px !important
}

.width-700 {
    width: 700px !important
}

.width-750 {
    width: 750px !important
}

.width-800 {
    width: 800px !important
}

.width-5-per {
    width: 5% !important
}

.width-10-per {
    width: 10% !important
}

.width-15-per {
    width: 15% !important
}

.width-20-per {
    width: 20% !important
}

.width-25-per {
    width: 25% !important
}

.width-30-per {
    width: 30% !important
}

.width-35-per {
    width: 35% !important
}

.width-40-per {
    width: 40% !important
}

.width-45-per {
    width: 45% !important
}

.width-50-per {
    width: 50% !important
}

.width-55-per {
    width: 55% !important
}

.width-60-per {
    width: 60% !important
}

.width-65-per {
    width: 65% !important
}

.width-70-per {
    width: 70% !important
}

.width-75-per {
    width: 75% !important
}

.width-80-per {
    width: 80% !important
}

.width-90-per {
    width: 90% !important
}

.width-95-per {
    width: 95% !important
}

.height-50 {
    height: 50px !important
}

.height-75 {
    height: 75px !important
}

.height-100 {
    height: 100px !important
}

.height-150 {
    height: 150px !important
}

.height-175 {
    height: 175px !important
}

.height-180 {
    height: 180px !important
}

.height-200 {
    height: 200px !important
}

.height-250 {
    height: 250px !important
}

.height-300 {
    height: 300px !important
}

.height-350 {
    height: 350px !important
}

.height-400 {
    height: 400px !important
}

.height-450 {
    height: 450px !important
}

.height-500 {
    height: 500px !important
}

.height-550 {
    height: 550px !important
}

.height-600 {
    height: 600px !important
}

.height-650 {
    height: 650px !important
}

.height-700 {
    height: 700px !important
}

.height-750 {
    height: 750px !important
}

.height-800 {
    height: 800px !important
}

.height-5-per {
    height: 5% !important
}

.height-10-per {
    height: 10% !important
}

.height-15-per {
    height: 15% !important
}

.height-20-per {
    height: 20% !important
}

.height-25-per {
    height: 25% !important
}

.height-30-per {
    height: 30% !important
}

.height-35-per {
    height: 35% !important
}

.height-40-per {
    height: 40% !important
}

.height-45-per {
    height: 45% !important
}

.height-50-per {
    height: 50% !important
}

.height-55-per {
    height: 55% !important
}

.height-60-per {
    height: 60% !important
}

.height-65-per {
    height: 65% !important
}

.height-70-per {
    height: 70% !important
}

.height-75-per {
    height: 75% !important
}

.height-80-per {
    height: 80% !important
}

.full-height-vh-with-nav {
    height: -webkit-calc(100vh - 5rem - 4rem);
    height: -moz-calc(100vh - 5rem - 4rem);
    height: calc(100vh - 5rem - 4rem)
}

.full-height-vh {
    height: 100vh
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-2 {
    line-height: 2 !important
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-45-inverse {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-90 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90-inverse {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-180 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-180-inverse {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pull-up {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

    .pull-up:hover {
        z-index: 999;
        -webkit-transform: translateY(-4px) scale(1.02);
        -moz-transform: translateY(-4px) scale(1.02);
        -ms-transform: translateY(-4px) scale(1.02);
        -o-transform: translateY(-4px) scale(1.02);
        transform: translateY(-4px) scale(1.02);
        -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);
        box-shadow: 0 14px 24px rgba(62,57,107,.2)
    }

.spinner {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-reverse {
    -webkit-animation: spin-reverse 2s linear infinite;
    -moz-animation: spin-reverse 2s linear infinite;
    -o-animation: spin-reverse 2s linear infinite;
    animation: spin-reverse 2s linear infinite
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spin-reverse {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-o-keyframes spin-reverse {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.bg-cover {
    -webkit-background-size: cover !important;
    background-size: cover !important
}

.background-repeat {
    background-repeat: repeat !important
}

.background-no-repeat {
    background-repeat: no-repeat !important
}

.img-xl {
    width: 64px !important;
    height: 64px !important
}

.img-lg {
    width: 44px !important;
    height: 44px !important
}

.img-sm {
    width: 36px !important;
    height: 36px !important
}

.img-xs {
    width: 32px !important;
    height: 32px !important
}

.bg-hexagons {
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'26\' viewBox=\'0 0 32 26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z\' fill=\'%23f3f3f3\' fill-opacity=\'1\' fill-rule=\'evenodd\'/%3E%3C/svg%3E')
}

.bg-hexagons-danger {
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'26\' viewBox=\'0 0 32 26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z\' fill=\'%23ff6576\' fill-opacity=\'1\' fill-rule=\'evenodd\'/%3E%3C/svg%3E')
}

.avatar {
    position: relative;
    width: 30px;
    vertical-align: bottom;
    white-space: nowrap;
    border-radius: 1000px
}

    .avatar i {
        position: absolute;
        right: -7px;
        bottom: 2px;
        width: 8px;
        height: 8px;
        border-radius: 100%
    }

    .avatar span.text-circle {
        font-size: 1.2rem;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background: #babfc7
    }

    .avatar img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border: 0;
        border-radius: 1000px
    }

    .avatar .badge-up {
        top: -8px;
        right: -11px
    }

.avatar-online i {
    background-color: #5ed84f
}

.avatar-off i {
    background-color: #babfc7
}

.avatar-busy i {
    background-color: #fa626b
}

.avatar-away i {
    background-color: #fdb901
}

.avatar-100 {
    width: 100px
}

    .avatar-100 span.text-circle {
        width: 100px;
        height: 100px
    }

    .avatar-100 i {
        width: 20px;
        height: 20px
    }

.avatar-50 {
    width: 50px
}

    .avatar-50 span.text-circle {
        width: 50px;
        height: 50px
    }

    .avatar-50 i {
        width: 10px;
        height: 10px
    }

.avatar-lg {
    width: 144px
}

    .avatar-lg span.text-circle {
        width: 144px;
        height: 144px
    }

    .avatar-lg i {
        right: 0;
        bottom: 0;
        width: 20px;
        height: 20px
    }

.avatar-md {
    width: 40px
}

    .avatar-md span.text-circle {
        width: 40px;
        height: 40px
    }

    .avatar-md i {
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px
    }

.avatar-sm {
    width: 32px
}

    .avatar-sm span.text-circle {
        width: 32px;
        height: 32px
    }

    .avatar-sm i {
        width: 8px;
        height: 8px
    }

.avatar-xs {
    width: 24px
}

    .avatar-xs span.text-circle {
        width: 24px;
        height: 24px
    }

    .avatar-xs i {
        width: 7px;
        height: 7px
    }

.navbar-container a.nav-link-search {
    float: left
}

.navbar-container .search-input {
    float: left;
    width: 0;
    padding-top: 1.2rem
}

    .navbar-container .search-input .input {
        line-height: 16px;
        width: 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        border: none;
        background: 0 0
    }

    .navbar-container .search-input.open .input {
        width: 200px;
        padding: 5px 10px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        outline: 0;
        background: 0 0
    }

.navbar-light .search-input .input, .navbar-semi-dark .search-input .input {
    color: #2c303b
}

    .navbar-light .search-input .input::-webkit-input-placeholder, .navbar-semi-dark .search-input .input::-webkit-input-placeholder {
        color: #2c303b
    }

    .navbar-light .search-input .input:-moz-placeholder, .navbar-semi-dark .search-input .input:-moz-placeholder {
        color: #2c303b
    }

    .navbar-light .search-input .input::-moz-placeholder, .navbar-semi-dark .search-input .input::-moz-placeholder {
        color: #2c303b
    }

    .navbar-light .search-input .input:-ms-input-placeholder, .navbar-semi-dark .search-input .input:-ms-input-placeholder {
        color: #2c303b
    }

    .navbar-light .search-input .input::placeholder, .navbar-semi-dark .search-input .input::placeholder {
        color: #2c303b
    }

.navbar-light .search-input.open .input, .navbar-semi-dark .search-input.open .input {
    color: #2c303b;
    border-bottom: 1px solid #2c303b
}

.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
    color: #f9fafd
}

    .navbar-dark .search-input .input::-webkit-input-placeholder, .navbar-semi-light .search-input .input::-webkit-input-placeholder {
        color: #f9fafd
    }

    .navbar-dark .search-input .input:-moz-placeholder, .navbar-semi-light .search-input .input:-moz-placeholder {
        color: #f9fafd
    }

    .navbar-dark .search-input .input::-moz-placeholder, .navbar-semi-light .search-input .input::-moz-placeholder {
        color: #f9fafd
    }

    .navbar-dark .search-input .input:-ms-input-placeholder, .navbar-semi-light .search-input .input:-ms-input-placeholder {
        color: #f9fafd
    }

    .navbar-dark .search-input .input::placeholder, .navbar-semi-light .search-input .input::placeholder {
        color: #f9fafd
    }

.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
    color: #f9fafd;
    border-bottom: 1px solid #f9fafd
}

@media (max-width:991.98px) {
    #navbar-mobile .search-input.open .input {
        position: relative;
        z-index: 1;
        top: -5px;
        overflow: hidden;
        width: 180px;
        padding: 10px;
        color: #2c303b;
        border-bottom: 1px solid #2c303b;
        background: #fff
    }
}

.chart, .chart-container {
    position: relative;
    width: 100%
}

.btn-adn, .btn-adn.disabled, .btn-adn:disabled, .btn-adn:hover {
    background-color: #d87a68;
    color: #fff
}

@media (max-width:768px) {
    .chart-container {
        max-width: 100%
    }
}

.chart {
    display: block
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=bs-callout] p {
    letter-spacing: .6px
}

[class*=bs-callout] .media {
    border-radius: .25rem !important
}

[class*=bs-callout].callout-bordered {
    border: 1px solid #ddd
}

[class*=bs-callout] .callout-arrow-left:before, [class*=bs-callout] .callout-arrow-right:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: ''
}

[class*=bs-callout].callout-border-left {
    border-left: 5px solid
}

[class*=bs-callout].callout-border-right {
    border-right: 5px solid
}

[class*=bs-callout] .callout-arrow-left {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

    [class*=bs-callout] .callout-arrow-left:before {
        right: -11%;
        border-left: 8px solid;
        border-left-color: inherit
    }

[class*=bs-callout] .callout-arrow-right {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

    [class*=bs-callout] .callout-arrow-right:before {
        left: -11%;
        border-right: 8px solid;
        border-right-color: inherit;
        border-left: 0;
        border-left-color: inherit
    }

[class*=bs-callout].callout-round {
    border-radius: 5rem !important
}

    [class*=bs-callout].callout-round .media-left {
        border-top-left-radius: 5rem;
        border-bottom-left-radius: 5rem
    }

    [class*=bs-callout].callout-round .media-right {
        border-top-right-radius: 5rem;
        border-bottom-right-radius: 5rem
    }

[class*=bs-callout].callout-square, [class*=bs-callout].callout-square .callout-arrow-left, [class*=bs-callout].callout-square .callout-arrow-right, [class*=bs-callout].callout-square .media {
    border-radius: 0 !important
}

.btn-social, .btn-social-icon {
    position: relative;
    overflow: hidden;
    padding-left: 4.45rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .btn-social-icon > :first-child, .btn-social > :first-child {
        font-size: 1.6em;
        line-height: 2.7rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2.95rem;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2)
    }

.navbar-color-option.active, .scroll-example, .sidebar-color-option.active {
    position: relative
}

.btn-lg.btn-social-icon, .btn-social.btn-lg {
    padding-left: 4rem
}

    .btn-lg.btn-social-icon > :first-child, .btn-social.btn-lg > :first-child {
        font-size: 1.8em;
        line-height: 3.7rem;
        width: 3rem
    }

.btn-sm.btn-social-icon, .btn-social.btn-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem
}

    .btn-sm.btn-social-icon > :first-child, .btn-social.btn-sm > :first-child {
        font-size: 1.4em;
        line-height: 2.2rem;
        width: 3rem
    }

.btn-social.btn-xs, .btn-xs.btn-social-icon {
    font-size: .75rem;
    line-height: .2rem;
    padding-left: 2.5rem
}

    .btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
        font-size: 1.2em;
        line-height: 2rem;
        width: 1.8rem
    }

.btn-social-icon {
    width: 2.95rem;
    height: 2.95rem;
    padding: 0
}

    .btn-social-icon > :first-child {
        width: 100% !important;
        text-align: center;
        border: none
    }

    .btn-social-icon.btn-lg {
        width: 4rem;
        height: 4rem;
        padding-right: 0;
        padding-left: 0
    }

    .btn-social-icon.btn-sm {
        width: 2.5rem;
        height: 2.5rem;
        padding-right: 0;
        padding-left: 0
    }

    .btn-social-icon.btn-xs {
        width: 2rem;
        height: 2rem;
        padding-right: 0;
        padding-left: 0
    }

.btn-adn {
    border-color: #fff
}

    .btn-adn:hover {
        border-color: #d87a68
    }

    .btn-adn.focus, .btn-adn:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-adn.disabled, .btn-adn:disabled {
        border-color: #fff
    }

    .btn-adn:not(:disabled):not(.disabled).active, .btn-adn:not(:disabled):not(.disabled):active, .show > .btn-adn.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #ce563f
    }

.btn-bitbucket, .btn-bitbucket:hover {
    background-color: #205081;
    color: #fff
}

.btn-adn:not(:disabled):not(.disabled).active:focus, .btn-adn:not(:disabled):not(.disabled):active:focus, .show > .btn-adn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-bitbucket {
    border-color: #fff
}

    .btn-bitbucket:hover {
        border-color: #205081
    }

    .btn-bitbucket.focus, .btn-bitbucket:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-bitbucket.disabled, .btn-bitbucket:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #205081
    }

    .btn-bitbucket:not(:disabled):not(.disabled).active, .btn-bitbucket:not(:disabled):not(.disabled):active, .show > .btn-bitbucket.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #163758
    }

.btn-dropbox, .btn-dropbox:hover {
    background-color: #1087dd;
    color: #fff
}

.btn-bitbucket:not(:disabled):not(.disabled).active:focus, .btn-bitbucket:not(:disabled):not(.disabled):active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-dropbox {
    border-color: #fff
}

    .btn-dropbox:hover {
        border-color: #1087dd
    }

    .btn-dropbox.focus, .btn-dropbox:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-dropbox.disabled, .btn-dropbox:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #1087dd
    }

    .btn-dropbox:not(:disabled):not(.disabled).active, .btn-dropbox:not(:disabled):not(.disabled):active, .show > .btn-dropbox.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #0d6aad
    }

.btn-facebook, .btn-facebook:hover {
    background-color: #3b5998;
    color: #fff
}

.btn-dropbox:not(:disabled):not(.disabled).active:focus, .btn-dropbox:not(:disabled):not(.disabled):active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-facebook {
    border-color: #fff
}

    .btn-facebook:hover {
        border-color: #3b5998
    }

    .btn-facebook.focus, .btn-facebook:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled, .btn-facebook:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #3b5998
    }

    .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:not(:disabled):not(.disabled):active, .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #2d4373
    }

.btn-flickr, .btn-flickr:hover {
    background-color: #ff0084;
    color: #fff
}

.btn-facebook:not(:disabled):not(.disabled).active:focus, .btn-facebook:not(:disabled):not(.disabled):active:focus, .show > .btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-flickr {
    border-color: #fff
}

    .btn-flickr:hover {
        border-color: #ff0084
    }

    .btn-flickr.focus, .btn-flickr:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-flickr.disabled, .btn-flickr:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #ff0084
    }

    .btn-flickr:not(:disabled):not(.disabled).active, .btn-flickr:not(:disabled):not(.disabled):active, .show > .btn-flickr.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #cc006a
    }

        .btn-flickr:not(:disabled):not(.disabled).active:focus, .btn-flickr:not(:disabled):not(.disabled):active:focus, .show > .btn-flickr.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-foursquare {
    color: #fff;
    border-color: #fff;
    background-color: #f94877
}

    .btn-foursquare:hover {
        color: #fff;
        border-color: #f94877;
        background-color: #f94877
    }

    .btn-foursquare.focus, .btn-foursquare:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-foursquare.disabled, .btn-foursquare:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #f94877
    }

    .btn-foursquare:not(:disabled):not(.disabled).active, .btn-foursquare:not(:disabled):not(.disabled):active, .show > .btn-foursquare.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #f71752
    }

.btn-github, .btn-github:hover {
    background-color: #444;
    color: #fff
}

.btn-foursquare:not(:disabled):not(.disabled).active:focus, .btn-foursquare:not(:disabled):not(.disabled):active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-github {
    border-color: #fff
}

    .btn-github:hover {
        border-color: #444
    }

    .btn-github.focus, .btn-github:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-github.disabled, .btn-github:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #444
    }

    .btn-github:not(:disabled):not(.disabled).active, .btn-github:not(:disabled):not(.disabled):active, .show > .btn-github.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #2b2b2b
    }

.btn-google, .btn-google:hover {
    background-color: #dd4b39;
    color: #fff
}

.btn-github:not(:disabled):not(.disabled).active:focus, .btn-github:not(:disabled):not(.disabled):active:focus, .show > .btn-github.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-google {
    border-color: #fff
}

    .btn-google:hover {
        border-color: #dd4b39
    }

    .btn-google.focus, .btn-google:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled, .btn-google:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #dd4b39
    }

    .btn-google:not(:disabled):not(.disabled).active, .btn-google:not(:disabled):not(.disabled):active, .show > .btn-google.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #c23321
    }

.btn-instagram, .btn-instagram:hover {
    background-color: #3f729b;
    color: #fff
}

.btn-google:not(:disabled):not(.disabled).active:focus, .btn-google:not(:disabled):not(.disabled):active:focus, .show > .btn-google.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-instagram {
    border-color: #fff
}

    .btn-instagram:hover {
        border-color: #3f729b
    }

    .btn-instagram.focus, .btn-instagram:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-instagram.disabled, .btn-instagram:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #3f729b
    }

    .btn-instagram:not(:disabled):not(.disabled).active, .btn-instagram:not(:disabled):not(.disabled):active, .show > .btn-instagram.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #305777
    }

.btn-linkedin, .btn-linkedin:hover {
    background-color: #007bb6;
    color: #fff
}

.btn-instagram:not(:disabled):not(.disabled).active:focus, .btn-instagram:not(:disabled):not(.disabled):active:focus, .show > .btn-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-linkedin {
    border-color: #fff
}

    .btn-linkedin:hover {
        border-color: #007bb6
    }

    .btn-linkedin.focus, .btn-linkedin:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-linkedin.disabled, .btn-linkedin:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #007bb6
    }

    .btn-linkedin:not(:disabled):not(.disabled).active, .btn-linkedin:not(:disabled):not(.disabled):active, .show > .btn-linkedin.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #005983
    }

.btn-microsoft, .btn-microsoft:hover {
    background-color: #2672ec;
    color: #fff
}

.btn-linkedin:not(:disabled):not(.disabled).active:focus, .btn-linkedin:not(:disabled):not(.disabled):active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-microsoft {
    border-color: #fff
}

    .btn-microsoft:hover {
        border-color: #2672ec
    }

    .btn-microsoft.focus, .btn-microsoft:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-microsoft.disabled, .btn-microsoft:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #2672ec
    }

    .btn-microsoft:not(:disabled):not(.disabled).active, .btn-microsoft:not(:disabled):not(.disabled):active, .show > .btn-microsoft.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #125acd
    }

        .btn-microsoft:not(:disabled):not(.disabled).active:focus, .btn-microsoft:not(:disabled):not(.disabled):active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-odnoklassniki {
    color: #fff;
    border-color: #fff;
    background-color: #f4731c
}

    .btn-odnoklassniki:hover {
        color: #fff;
        border-color: #f4731c;
        background-color: #f4731c
    }

    .btn-odnoklassniki.focus, .btn-odnoklassniki:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #f4731c
    }

    .btn-odnoklassniki:not(:disabled):not(.disabled).active, .btn-odnoklassniki:not(:disabled):not(.disabled):active, .show > .btn-odnoklassniki.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #d35b0a
    }

.btn-openid, .btn-openid:hover {
    color: #2a2e30;
    background-color: #f7931e
}

.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-openid {
    border-color: #fff
}

    .btn-openid:hover {
        border-color: #f7931e
    }

    .btn-openid.focus, .btn-openid:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,224,.5);
        box-shadow: 0 0 0 .2rem rgba(223,224,224,.5)
    }

    .btn-openid.disabled, .btn-openid:disabled {
        color: #2a2e30;
        border-color: #fff;
        background-color: #f7931e
    }

    .btn-openid:not(:disabled):not(.disabled).active, .btn-openid:not(:disabled):not(.disabled):active, .show > .btn-openid.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #da7908
    }

.btn-pinterest, .btn-pinterest:hover {
    background-color: #cb2027;
    color: #fff
}

.btn-openid:not(:disabled):not(.disabled).active:focus, .btn-openid:not(:disabled):not(.disabled):active:focus, .show > .btn-openid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,224,.5);
    box-shadow: 0 0 0 .2rem rgba(223,224,224,.5)
}

.btn-pinterest {
    border-color: #fff
}

    .btn-pinterest:hover {
        border-color: #cb2027
    }

    .btn-pinterest.focus, .btn-pinterest:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-pinterest.disabled, .btn-pinterest:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #cb2027
    }

    .btn-pinterest:not(:disabled):not(.disabled).active, .btn-pinterest:not(:disabled):not(.disabled):active, .show > .btn-pinterest.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #9f191f
    }

        .btn-pinterest:not(:disabled):not(.disabled).active:focus, .btn-pinterest:not(:disabled):not(.disabled):active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-reddit {
    color: #2a2e30;
    border-color: #000;
    background-color: #eff7ff
}

    .btn-reddit:hover {
        color: #fff;
        border-color: #000;
        background-color: #000
    }

    .btn-reddit.focus, .btn-reddit:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(6,7,7,.5);
        box-shadow: 0 0 0 .2rem rgba(6,7,7,.5)
    }

    .btn-reddit.disabled, .btn-reddit:disabled {
        color: #2a2e30;
        border-color: #000;
        background-color: #eff7ff
    }

    .btn-reddit:not(:disabled):not(.disabled).active, .btn-reddit:not(:disabled):not(.disabled):active, .show > .btn-reddit.dropdown-toggle {
        color: #2a2e30;
        border-color: #000;
        background-color: #bcdeff
    }

        .btn-reddit:not(:disabled):not(.disabled).active:focus, .btn-reddit:not(:disabled):not(.disabled):active:focus, .show > .btn-reddit.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(6,7,7,.5);
            box-shadow: 0 0 0 .2rem rgba(6,7,7,.5)
        }

.btn-soundcloud {
    color: #fff;
    border-color: #fff;
    background-color: #f50
}

    .btn-soundcloud:hover {
        color: #fff;
        border-color: #f50;
        background-color: #f50
    }

    .btn-soundcloud.focus, .btn-soundcloud:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-soundcloud.disabled, .btn-soundcloud:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #f50
    }

    .btn-soundcloud:not(:disabled):not(.disabled).active, .btn-soundcloud:not(:disabled):not(.disabled):active, .show > .btn-soundcloud.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #c40
    }

.btn-tumblr, .btn-tumblr:hover {
    background-color: #2c4762;
    color: #fff
}

.btn-soundcloud:not(:disabled):not(.disabled).active:focus, .btn-soundcloud:not(:disabled):not(.disabled):active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-tumblr {
    border-color: #fff
}

    .btn-tumblr:hover {
        border-color: #2c4762
    }

    .btn-tumblr.focus, .btn-tumblr:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-tumblr.disabled, .btn-tumblr:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #2c4762
    }

    .btn-tumblr:not(:disabled):not(.disabled).active, .btn-tumblr:not(:disabled):not(.disabled):active, .show > .btn-tumblr.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #1c2e3f
    }

        .btn-tumblr:not(:disabled):not(.disabled).active:focus, .btn-tumblr:not(:disabled):not(.disabled):active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-twitter {
    color: #fff !important;
    border-color: #fff;
    background-color: #55acee
}

    .btn-twitter:hover {
        color: #2a2e30;
        border-color: #55acee;
        background-color: #55acee
    }

    .btn-twitter.focus, .btn-twitter:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,224,.5);
        box-shadow: 0 0 0 .2rem rgba(223,224,224,.5)
    }

    .btn-twitter.disabled, .btn-twitter:disabled {
        color: #2a2e30;
        border-color: #fff;
        background-color: #55acee
    }

    .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:not(:disabled):not(.disabled):active, .show > .btn-twitter.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #2795e9
    }

.btn-vimeo, .btn-vimeo:hover {
    background-color: #1ab7ea;
    color: #fff
}

.btn-twitter:not(:disabled):not(.disabled).active:focus, .btn-twitter:not(:disabled):not(.disabled):active:focus, .show > .btn-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,224,.5);
    box-shadow: 0 0 0 .2rem rgba(223,224,224,.5)
}

.btn-vimeo {
    border-color: #fff
}

    .btn-vimeo:hover {
        border-color: #1ab7ea
    }

    .btn-vimeo.focus, .btn-vimeo:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-vimeo.disabled, .btn-vimeo:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #1ab7ea
    }

    .btn-vimeo:not(:disabled):not(.disabled).active, .btn-vimeo:not(:disabled):not(.disabled):active, .show > .btn-vimeo.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #1295bf
    }

.btn-vk, .btn-vk.disabled, .btn-vk:disabled, .btn-vk:hover {
    background-color: #587ea3;
    color: #fff
}

.btn-vimeo:not(:disabled):not(.disabled).active:focus, .btn-vimeo:not(:disabled):not(.disabled):active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-vk {
    border-color: #fff
}

    .btn-vk:hover {
        border-color: #587ea3
    }

    .btn-vk.focus, .btn-vk:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-vk.disabled, .btn-vk:disabled {
        border-color: #fff
    }

    .btn-vk:not(:disabled):not(.disabled).active, .btn-vk:not(:disabled):not(.disabled):active, .show > .btn-vk.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #466482
    }

.btn-yahoo, .btn-yahoo:hover {
    background-color: #720e9e;
    color: #fff
}

.btn-vk:not(:disabled):not(.disabled).active:focus, .btn-vk:not(:disabled):not(.disabled):active:focus, .show > .btn-vk.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}

.btn-yahoo {
    border-color: #fff
}

    .btn-yahoo:hover {
        border-color: #720e9e
    }

    .btn-yahoo.focus, .btn-yahoo:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-yahoo.disabled, .btn-yahoo:disabled {
        color: #fff;
        border-color: #fff;
        background-color: #720e9e
    }

    .btn-yahoo:not(:disabled):not(.disabled).active, .btn-yahoo:not(:disabled):not(.disabled):active, .show > .btn-yahoo.dropdown-toggle {
        color: #fff;
        border-color: #dfdfdf;
        background-color: #500a6f
    }

        .btn-yahoo:not(:disabled):not(.disabled).active:focus, .btn-yahoo:not(:disabled):not(.disabled):active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-outline-adn {
    color: #d87a68;
    border: 1px solid #d87a68 !important
}

.btn-outline-bitbucket {
    color: #205081;
    border: 1px solid #205081 !important
}

.btn-outline-dropbox {
    color: #1087dd;
    border: 1px solid #1087dd !important
}

.btn-outline-facebook {
    color: #3b5998;
    border: 1px solid #3b5998 !important
}

.btn-outline-flickr {
    color: #ff0084;
    border: 1px solid #ff0084 !important
}

.btn-outline-foursquare {
    color: #f94877;
    border: 1px solid #f94877 !important
}

.btn-outline-github {
    color: #444;
    border: 1px solid #444 !important
}

.btn-outline-google {
    color: #dd4b39;
    border: 1px solid #dd4b39 !important
}

.btn-outline-instagram {
    color: #3f729b;
    border: 1px solid #3f729b !important
}

.btn-outline-linkedin {
    color: #007bb6;
    border: 1px solid #007bb6 !important
}

.btn-outline-microsoft {
    color: #2672ec;
    border: 1px solid #2672ec !important
}

.btn-outline-odnoklassniki {
    color: #f4731c;
    border: 1px solid #f4731c !important
}

.btn-outline-openid {
    color: #f7931e;
    border: 1px solid #f7931e !important
}

.btn-outline-pinterest {
    color: #cb2027;
    border: 1px solid #cb2027 !important
}

.btn-outline-reddit {
    color: #ff4500;
    border: 1px solid #ff4500 !important
}

.btn-outline-soundcloud {
    color: #f50;
    border: 1px solid #f50 !important
}

.btn-outline-tumblr {
    color: #2c4762;
    border: 1px solid #2c4762 !important
}

.btn-outline-twitter {
    color: #55acee;
    border: 1px solid #55acee !important
}

.btn-outline-vimeo {
    color: #1ab7ea;
    border: 1px solid #1ab7ea !important
}

.btn-outline-vk {
    color: #587ea3;
    border: 1px solid #587ea3 !important
}

.btn-outline-yahoo {
    color: #720e9e;
    border: 1px solid #720e9e !important
}

.btn-outline-adn:hover {
    color: #ad412d;
    border: 1px solid #ad412d !important
}

.btn-outline-bitbucket:hover {
    color: #0c1d2f;
    border: 1px solid #0c1d2f !important
}

.btn-outline-dropbox:hover {
    color: #094d7e;
    border: 1px solid #094d7e !important
}

.btn-outline-facebook:hover {
    color: #1e2e4f;
    border: 1px solid #1e2e4f !important
}

.btn-outline-flickr:hover {
    color: #99004f;
    border: 1px solid #99004f !important
}

.btn-outline-foursquare:hover {
    color: #d4073d;
    border: 1px solid #d4073d !important
}

.btn-outline-github:hover {
    color: #111;
    border: 1px solid #111 !important
}

.btn-outline-google:hover {
    color: #96271a;
    border: 1px solid #96271a !important
}

.btn-outline-instagram:hover {
    color: #223d52;
    border: 1px solid #223d52 !important
}

.btn-outline-linkedin:hover {
    color: #003650;
    border: 1px solid #003650 !important
}

.btn-outline-microsoft:hover {
    color: #0e459e;
    border: 1px solid #0e459e !important
}

.btn-outline-odnoklassniki:hover {
    color: #a24608;
    border: 1px solid #a24608 !important
}

.btn-outline-openid:hover {
    color: #a95e06;
    border: 1px solid #a95e06 !important
}

.btn-outline-pinterest:hover {
    color: #731216;
    border: 1px solid #731216 !important
}

.btn-outline-reddit:hover {
    color: #992900;
    border: 1px solid #992900 !important
}

.btn-outline-soundcloud:hover {
    color: #930;
    border: 1px solid #930 !important
}

.btn-outline-tumblr:hover {
    color: #0c141c;
    border: 1px solid #0c141c !important
}

.btn-outline-twitter:hover {
    color: #147bc9;
    border: 1px solid #147bc9 !important
}

.btn-outline-vimeo:hover {
    color: #0d7091;
    border: 1px solid #0d7091 !important
}

.btn-outline-vk:hover {
    color: #344b61;
    border: 1px solid #344b61 !important
}

.btn-outline-yahoo:hover {
    color: #2e0640;
    border: 1px solid #2e0640 !important
}

.bg-adn {
    background-color: #d87a68
}

.bg-bitbucket {
    background-color: #205081
}

.bg-dropbox {
    background-color: #1087dd
}

.bg-facebook {
    background-color: #3b5998
}

.bg-flickr {
    background-color: #ff0084
}

.bg-foursquare {
    background-color: #f94877
}

.bg-github {
    background-color: #444
}

.bg-google {
    background-color: #dd4b39
}

.bg-instagram {
    background-color: #3f729b
}

.bg-linkedin {
    background-color: #007bb6
}

.bg-microsoft {
    background-color: #2672ec
}

.bg-odnoklassniki {
    background-color: #f4731c
}

.bg-openid {
    background-color: #f7931e
}

.bg-pinterest {
    background-color: #cb2027
}

.bg-reddit {
    background-color: #ff4500
}

.bg-soundcloud {
    background-color: #f50
}

.bg-tumblr {
    background-color: #2c4762
}

.bg-twitter {
    background-color: #55acee
}

.bg-vimeo {
    background-color: #1ab7ea
}

.bg-vk {
    background-color: #587ea3
}

.bg-yahoo {
    background-color: #720e9e
}

.fonticon-container > .fonticon-wrap {
    line-height: 4.8rem;
    float: left;
    margin-right: 1.75rem;
    margin-bottom: 1.75rem;
    text-align: center
}

    .fonticon-container > .fonticon-wrap > i {
        font-size: 2.28rem;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .fonticon-container > .fonticon-wrap.youtube {
        width: 100px
    }

.fonticon-container:hover i {
    color: #6967ce
}

.fonticon-container > .fonticon-classname, .fonticon-container > .fonticon-unit {
    font-size: 1.5rem;
    line-height: 1.2;
    display: block
}

.fonticon-container > .fonticon-unit {
    font-size: 1rem;
    font-style: italic
}

.scroll-example {
    overflow: auto;
    padding: .5rem;
    border: 2px solid #d1d5ea
}

    .scroll-example .horz-scroll-content {
        width: 1200px
    }

.browser {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 12rem;
    margin: 0 0 10px;
    padding-top: 20px;
    border: 4px solid #e0e0e0;
    background: #e0e0e0
}

    .browser iframe {
        width: 100%;
        height: 100%;
        border: 0;
        background: #fff
    }

.loader-wrapper {
    height: 8em
}

.maintenance-icon {
    font-size: 4rem
}

.animationIcon {
    right: 30px;
    bottom: 10px
}

.navbar-color-option, .sidebar-color-option {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 1.6rem;
    border-radius: .35rem
}

    .navbar-color-option.active:before, .sidebar-color-option.active:before {
        position: absolute;
        top: -5px;
        left: -5px;
        padding: 19px;
        content: '';
        border: 2px solid #767575;
        border-radius: 12%
    }

.sidiebar-bg-img {
    border: 2px solid #c3c3c3
}

    .sidiebar-bg-img.selected {
        border: 2px solid #000
    }

.btn-try-builder {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 40px
}

.customizer {
    position: fixed;
    z-index: 1051;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 400px;
    height: 100vh;
    padding: 0;
    -webkit-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -moz-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    -o-transition: right .4s cubic-bezier(.05,.74,.2,.99);
    transition: right .4s cubic-bezier(.05,.74,.2,.99);
    border-left: 1px solid rgba(0,0,0,.05);
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

    .customizer.open {
        right: 0
    }

    .customizer .customizer-content {
        position: relative;
        overflow-y: scroll;
        height: 100%
    }

    .customizer a.customizer-toggle {
        display: block;
        color: #6967ce;
        border-radius: 8px 0 0 8px;
        background: #fff
    }

.note-popover.popover, .note-toolbar .dropdown-toggle::after, [data-usn-if], body:after {
    display: none
}

.customizer a.customizer-close {
    color: #000
}

.customizer .customizer-close {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    width: auto;
    padding: 7px
}

.customizer .customizer-toggle {
    line-height: 56px;
    position: absolute;
    top: 35%;
    left: -54px;
    width: 54px;
    height: 50px;
    cursor: pointer;
    text-align: center
}

.customizer .color-options a {
    white-space: pre
}

.customizer .customizer-sidebar-options .active {
    color: #fff;
    border-color: #6967ce;
    background-color: #6967ce
}

@media screen and (min-width:0) {
    head {
        font-family: 'xs 0px'
    }

    body:after {
        content: 'xs - min-width: 0px'
    }
}

@media screen and (min-width:544px) {
    head {
        font-family: 'sm 544px'
    }

    body:after {
        content: 'sm - min-width: 544px'
    }
}

@media screen and (min-width:768px) {
    head {
        font-family: 'md 768px'
    }

    body:after {
        content: 'md - min-width: 768px'
    }
}

@media screen and (min-width:992px) {
    head {
        font-family: 'lg 992px'
    }

    body:after {
        content: 'lg - min-width: 992px'
    }
}

@media screen and (min-width:1200px) {
    head {
        font-family: 'xl 1200px'
    }

    body:after {
        content: 'xl - min-width: 1200px'
    }
}

head {
    clear: both
}

    head title {
        font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'
    }

#cke_ckeditor-inline {
    max-width: 68%
}

.note-editor.note-frame {
    border-radius: .3rem
}

.note-toolbar.panel-heading {
    padding: .25rem 1rem .55rem !important;
    color: #333;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9
}

.note-toolbar button.note-btn {
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    background-color: transparent
}

.content {
    position: relative;
    overflow: visible;
    width: auto;
    min-height: auto;
    margin-left: 0;
    padding: inherit
}

.mce-tinymce-inline {
    max-width: 80% !important
}

.mce-container-body {
    overflow: auto
}

.ace_editor, select[multiple=multiple] {
    overflow: hidden
}

.CodeMirror {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

    .CodeMirror .CodeMirror-selected {
        background-color: #87ceeb !important
    }

    .CodeMirror .CodeMirror-selectedtext {
        color: #fff
    }

    .CodeMirror .styled-background {
        background-color: #ff7
    }

    .CodeMirror .cm-matchhighlight {
        background-color: #90ee90
    }

    .CodeMirror .CodeMirror-selection-highlight-scrollbar {
        background-color: green
    }

#codemirror-tabs + .CodeMirror .cm-tab {
    background: url(../../app-assets/images/icons/img.png) right no-repeat
}

iframe#preview {
    width: 100%;
    height: 300px;
    border: 1px solid #000
}

.ace_editor {
    position: relative;
    height: 320px
}

.ql-editor, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-toolbar {
    font-family: Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size: 1rem
}

.group-area {
    margin-bottom: 3rem
}

.block {
    display: block;
    width: 100%
}

.has-icon-left .form-control {
    padding-left: 2.5rem
}

.form-control-position {
    line-height: 3.2rem;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center
}

input.form-control.input-xl, select.form-control:not([size]):not([multiple]).input-xl {
    font-size: 1.5rem;
    line-height: 1.45;
    height: 3.75rem;
    padding: .5rem 1rem;
    border-radius: .35rem
}

input.form-control.form-group-xl .form-control, select.form-control:not([size]):not([multiple]).form-group-xl .form-control {
    font-size: 1.5rem;
    line-height: 1.45;
    height: 3.75rem;
    padding: .5rem;
    border-radius: .35rem
}

input.form-control.form-group-xl .form-control-static, select.form-control:not([size]):not([multiple]).form-group-xl .form-control-static {
    font-size: 1.5rem;
    line-height: 1.7;
    height: 3.55rem;
    padding: .5rem
}

input.form-control.input-lg, select.form-control:not([size]):not([multiple]).input-lg {
    font-size: 1.25rem;
    line-height: 1.45;
    height: 3rem;
    padding: .75rem 1.5rem;
    border-radius: .35rem
}

input.form-control.form-group-lg .form-control, select.form-control:not([size]):not([multiple]).form-group-lg .form-control {
    font-size: 1.25rem;
    line-height: 1.25;
    height: 3rem;
    padding: 1rem 2rem;
    border-radius: .35rem
}

input.form-control.form-group-lg select.form-control, select.form-control:not([size]):not([multiple]).form-group-lg select.form-control {
    line-height: -webkit-calc(3.5625rem + 2px);
    line-height: -moz-calc(3.5625rem + 2px);
    line-height: calc(3.5625rem + 2px);
    height: -webkit-calc(3.5625rem + 2px);
    height: -moz-calc(3.5625rem + 2px);
    height: calc(3.5625rem + 2px)
}

input.form-control.form-group-lg select[multiple].form-control, input.form-control.form-group-lg textarea.form-control, select.form-control:not([size]):not([multiple]).form-group-lg select[multiple].form-control, select.form-control:not([size]):not([multiple]).form-group-lg textarea.form-control {
    height: auto
}

input.form-control.form-group-lg .form-control-static, select.form-control:not([size]):not([multiple]).form-group-lg .form-control-static {
    font-size: 1.25rem;
    line-height: 1.25;
    height: -webkit-calc(3.5625rem + 2px);
    height: -moz-calc(3.5625rem + 2px);
    height: calc(3.5625rem + 2px);
    min-height: 2.7rem;
    padding: 2rem
}

input.form-control.input-sm, select.form-control:not([size]):not([multiple]).input-sm {
    font-size: .975rem;
    line-height: 1.45;
    height: 2rem;
    padding: .95rem 1.2rem;
    border-radius: .21rem
}

input.form-control.form-group-sm .form-control, select.form-control:not([size]):not([multiple]).form-group-sm .form-control {
    font-size: .875rem;
    line-height: 1.45;
    height: -webkit-calc(1.875rem + 2px + 10);
    height: -moz-calc(1.875rem + 2px + 10);
    height: calc(1.875rem + 2px + 10);
    padding: .5rem 1rem;
    border-radius: .21rem
}

input.form-control.form-group-sm .form-control-static, select.form-control:not([size]):not([multiple]).form-group-sm .form-control-static {
    font-size: .875rem;
    line-height: 1
}

input.form-control.input-xs, select.form-control:not([size]):not([multiple]).input-xs {
    font-size: .75rem;
    line-height: 1.45;
    height: 1.525rem;
    padding: .1rem .525rem;
    border-radius: .12rem
}

input.form-control.form-group-xs .form-control, select.form-control:not([size]):not([multiple]).form-group-xs .form-control {
    font-size: .75rem;
    line-height: 1.45;
    height: 1.525rem;
    padding: .2rem .275rem;
    border-radius: .12rem
}

input.form-control.form-group-xs .form-control-static, select.form-control:not([size]):not([multiple]).form-group-xs .form-control-static {
    font-size: .75rem;
    line-height: 1.5;
    height: 1.525rem;
    padding: .2rem .275rem
}

input.form-control.form-group-xl > .form-control-position, input.form-control.input-xl + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xl > .form-control-position, select.form-control:not([size]):not([multiple]).input-xl + .form-control-position {
    line-height: 3.55rem;
    top: 4px;
    width: 3.55rem;
    height: 3.55rem
}

input.form-control.form-group-lg > .form-control-position, input.form-control.input-lg + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-lg > .form-control-position, select.form-control:not([size]):not([multiple]).input-lg + .form-control-position {
    line-height: 3rem;
    top: 4px;
    width: 3rem;
    height: 3rem
}

input.form-control.form-group-sm > .form-control-position, input.form-control.input-sm + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-sm > .form-control-position, select.form-control:not([size]):not([multiple]).input-sm + .form-control-position {
    line-height: -webkit-calc(1.875rem + 2px + 10);
    line-height: -moz-calc(1.875rem + 2px + 10);
    line-height: calc(1.875rem + 2px + 10);
    top: 2px;
    width: -webkit-calc(1.875rem + 2px + 10);
    width: -moz-calc(1.875rem + 2px + 10);
    width: calc(1.875rem + 2px + 10);
    height: -webkit-calc(1.875rem + 2px + 10);
    height: -moz-calc(1.875rem + 2px + 10);
    height: calc(1.875rem + 2px + 10)
}

input.form-control.form-group-xs > .form-control-position, input.form-control.input-xs + .form-control-position, select.form-control:not([size]):not([multiple]).form-group-xs > .form-control-position, select.form-control:not([size]):not([multiple]).input-xs + .form-control-position {
    line-height: 1.525rem;
    top: 0;
    width: 1.525rem;
    height: 1.525rem
}

.position-relative .form-control {
    padding-right: -webkit-calc(2.75rem + 2px);
    padding-right: -moz-calc(2.75rem + 2px);
    padding-right: calc(2.75rem + 2px)
}

    .position-relative .form-control.input-xl {
        padding-right: 3.55rem
    }

    .position-relative .form-control.input-lg {
        padding-right: -webkit-calc(3.5625rem + 2px);
        padding-right: -moz-calc(3.5625rem + 2px);
        padding-right: calc(3.5625rem + 2px)
    }

    .position-relative .form-control.input-sm {
        padding-right: -webkit-calc(1.875rem + 2px + 10);
        padding-right: -moz-calc(1.875rem + 2px + 10);
        padding-right: calc(1.875rem + 2px + 10)
    }

    .position-relative .form-control.input-xs {
        padding-right: 1.525rem
    }

.has-icon-left .form-control {
    padding-right: 1.5rem;
    padding-left: -webkit-calc(2.75rem + 2px);
    padding-left: -moz-calc(2.75rem + 2px);
    padding-left: calc(2.75rem + 2px)
}

    .has-icon-left .form-control.input-xl {
        padding-right: .5rem;
        padding-left: 3.55rem
    }

    .has-icon-left .form-control.input-lg {
        padding-right: 2rem;
        padding-left: -webkit-calc(3.5625rem + 2px);
        padding-left: -moz-calc(3.5625rem + 2px);
        padding-left: calc(3.5625rem + 2px)
    }

    .has-icon-left .form-control.input-sm {
        padding-right: 1rem;
        padding-left: 1.7rem
    }

    .has-icon-left .form-control.input-xs {
        padding-right: .275rem;
        padding-left: 1.525rem
    }

.has-icon-left .form-control-position {
    right: auto;
    left: 3px
}

input[type=color] {
    height: -webkit-calc(2.75rem + 2px);
    height: -moz-calc(2.75rem + 2px);
    height: calc(2.75rem + 2px)
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.45
}

.font-size-large {
    font-size: 1.25rem
}

.font-size-base {
    font-size: 1rem
}

.font-size-small {
    font-size: .875rem
}

.font-size-xsmall {
    font-size: .75rem
}

.input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn > button {
    font-size: .725rem;
    line-height: 1.677777;
    padding: .175rem .5rem;
    border-top-left-radius: .175rem;
    border-bottom-left-radius: .175rem
}

.input-group-xs .input-group-btn > button {
    border-radius: .175rem
}

.input-group-addon {
    padding: .75rem
}

.floating-label-form-group-with-focus label, .floating-label-form-group-with-value label {
    font-weight: 400;
    text-transform: uppercase;
    color: #6967ce !important
}

.select2-container--classic .img-flag, .select2-container--default .img-flag {
    width: 18px;
    height: 15px
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 44px !important;
    padding: 9px;
    border-color: #d9d9d9 !important
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ccc !important;
    outline: 0
}

.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered i {
    margin-right: .5rem
}

.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
    outline: 0
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    padding: 5px 8px !important;
    border-color: #d9d9d9 !important
}

    .select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 0 !important;
        margin-right: 8px !important;
        margin-bottom: 2px;
        padding: 2px 6px !important;
        color: #fff;
        border-color: #27b3ec !important;
        background-color: #27b3ec !important;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        display: block !important;
        padding: 0 !important
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        float: right;
        margin-left: .5rem;
        color: #fff !important
    }

    .select2-container--classic .select2-selection--multiple i, .select2-container--default .select2-selection--multiple i {
        position: relative;
        top: 1px;
        margin-right: .5rem;
        padding-left: 1px
    }

    .select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice, .select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
        border-color: rgba(0,0,0,.2) !important;
        background-color: rgba(0,0,0,.15) !important
    }

.select2-container--classic .select2-results__options .select2-results__option i, .select2-container--default .select2-results__options .select2-results__option i {
    margin-right: .5rem
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    color: #fff !important;
    background-color: #27b3ec !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #424242 !important;
    background-color: #e0e0e0 !important
}

.select2-container--classic .select2-result-repository .select2-result-repository__avatar, .select2-container--default .select2-result-repository .select2-result-repository__avatar {
    float: left;
    width: 22%
}

    .select2-container--classic .select2-result-repository .select2-result-repository__avatar img, .select2-container--default .select2-result-repository .select2-result-repository__avatar img {
        width: 75px
    }

.select2-container--classic .select2-result-repository .select2-result-repository__meta, .select2-container--default .select2-result-repository .select2-result-repository__meta {
    float: right;
    width: 78%
}

    .select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__title, .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__title {
        font-size: 1.35rem;
        font-weight: 700;
        text-transform: capitalize
    }

    .select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div, .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div {
        display: inline;
        margin-right: 1rem
    }

.select2-container--classic .select-lg, .select2-container--default .select-lg {
    font-size: 1.25rem;
    height: -webkit-calc(3.5625rem + 2px) .55 !important;
    height: -moz-calc(3.5625rem + 2px) .55 !important;
    height: calc(3.5625rem + 2px) .55 !important;
    margin-bottom: 0 !important;
    padding: .75rem 0
}

    .select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
        line-height: 1;
        padding-top: .1rem;
        padding-right: 6rem;
        padding-left: 1.25rem
    }

    .select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
        top: .75rem !important
    }

    .select2-container--classic .select-lg.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__choice {
        font-size: 1.25rem;
        padding: .2rem 1rem !important
    }

    .select2-container--classic .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
        font-size: 1.25rem;
        padding: 0
    }

.select2-container--classic .select-sm, .select2-container--default .select-sm {
    font-size: .875rem;
    height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10) + .5rem) !important;
    height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + .5rem) !important;
    height: calc(calc(1.875rem + 2px + 10) + .5rem) !important;
    margin-bottom: 0 !important;
    padding: .35rem .2rem
}

    .select2-container--classic .select-sm.select2-selection--single .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--single .select2-selection__rendered {
        padding-right: 6rem
    }

    .select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
        top: .5rem !important
    }

    .select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
        min-height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10) + .5rem) !important;
        min-height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + .5rem) !important;
        min-height: calc(calc(1.875rem + 2px + 10) + .5rem) !important;
        padding: .25rem .75rem !important
    }

        .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
            font-size: .875rem;
            padding: 0 .75rem !important
        }

        .select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
            margin-top: 0;
            padding: .35rem 0
        }

.select2-container--classic .select-xs, .select2-container--default .select-xs {
    font-size: .75rem;
    line-height: 1.5;
    height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10)) !important;
    height: -moz-calc(-moz-calc(1.875rem + 2px + 10)) !important;
    height: calc(calc(1.875rem + 2px + 10)) !important;
    margin-bottom: 0 !important;
    padding: 0 .2rem
}

    .select2-container--classic .select-xs.select2-selection--single .select2-selection__rendered, .select2-container--default .select-xs.select2-selection--single .select2-selection__rendered {
        padding-right: 4.55rem;
        padding-left: .525rem
    }

    .select2-container--classic .select-xs.select2-selection--single .select2-selection__arrow, .select2-container--default .select-xs.select2-selection--single .select2-selection__arrow {
        top: .175rem !important
    }

    .select2-container--classic .select-xs.select2-selection--multiple, .select2-container--default .select-xs.select2-selection--multiple {
        min-height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10) + .2rem) !important;
        min-height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + .2rem) !important;
        min-height: calc(calc(1.875rem + 2px + 10) + .2rem) !important;
        padding: 4px 6px !important
    }

        .select2-container--classic .select-xs.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-xs.select2-selection--multiple .select2-selection__choice {
            font-size: .75rem;
            padding: 0 .4rem !important
        }

        .select2-container--classic .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
            font-size: .75rem;
            margin-top: 0;
            padding: 0
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 6px !important
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 1px !important;
    right: 2px !important;
    height: 96% !important
}

table.dataTable {
    border-spacing: 0
}

.content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 10px;
    left: 10px;
    border-radius: 0;
    background-color: #6967ce;
    -webkit-box-shadow: 0 0 2px #444;
    box-shadow: 0 0 2px #444
}

.content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #fa626b
}

@media (max-width:991.98px) {
    .dataTables_wrapper table {
        display: block;
        width: 100%;
        min-height: .01%
    }
}

.DTFC_LeftBodyLiner {
    top: -1px !important
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto
}

    div.dataTables_wrapper div.dataTables_filter label {
        margin-top: 1rem
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 10px 0
    }

td.highlight {
    font-weight: 700;
    color: #6967ce;
    background-color: #f5f5f5 !important
}

tr.group, tr.group:hover {
    background-color: #ededed !important
}

th {
    white-space: nowrap
}

.toolbar {
    float: left
}

.no-style tfoot > tr > th, .no-style thead > tr > th {
    border-bottom: 1px solid #e3ebf3
}

table.dataTable.compact tbody td {
    padding: 4px
}

.table-striped tbody tr.even.selected, .table-striped tbody tr.odd.selected {
    color: #fff;
    background-color: #6967ce
}

table.dataTable tbody > tr > .selected {
    background-color: #6967ce
}

a.dt-button.red {
    color: red
}

a.dt-button.orange {
    color: orange
}

a.dt-button.green {
    color: green
}

.dataex-css-row tr {
    height: 55px
}

.dataex-key-customstyling td.focus {
    outline: #ac1212 solid 1px;
    outline-offset: -3px;
    background-color: #e3ebf3 !important
}

.dt-events-log {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #888;
    background: #f7f7f7
}

.dataTables_wrapper tfoot input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

td.details-control {
    background: url(../images/datatables/resources/details_open.png) center center no-repeat
}

tr.shown td.details-control {
    background: url(../images/datatables/resources/details_close.png) center center no-repeat
}

.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
    background: #fff
}

.pagination li a.no-border {
    padding: .5rem 1rem
}

.pagination.pagination-round li a.page-link:hover.no-border {
    border-width: 1px;
    border-radius: 2rem
}

.pagination.pagination-round li:first-child a {
    padding-left: 1.2rem;
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important
}

.pagination.pagination-round li:last-child a {
    padding-right: 1.2rem;
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important
}

.pagination.pagination-round li.active a.no-border, .pagination.pagination-round li.active a.no-border:hover {
    padding: .5rem 1rem;
    border-width: 1px;
    border-radius: 2rem
}
