/*
transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;

font-family: 'Poppins', sans-serif;
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

body,
html {
    height: 100%
}

body {
    background: #edf1f5 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    overflow-x: hidden
}

    body .ks-page-container,
    body > .ks-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 100%;
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content;
        height: 100%
    }

        body .ks-page-container .ks-page,
        body > .ks-container .ks-page {
            width: 1px;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

            body .ks-page-container .ks-page > .ks-header,
            body > .ks-container .ks-page > .ks-header {
                background: #fff
            }

                body .ks-page-container .ks-page > .ks-header.ks-header-with-addon + .ks-content,
                body > .ks-container .ks-page > .ks-header.ks-header-with-addon + .ks-content {
                    margin-top: 0
                }

                body .ks-page-container .ks-page > .ks-header > .ks-title,
                body > .ks-container .ks-page > .ks-header > .ks-title {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    width: 100%;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    min-height: 60px;
                    height: 60px;
                    padding: 0 30px;
                    border-bottom: 1px solid #dee0e1;
                    position: relative;
                    background: #fff
                }

                    body .ks-page-container .ks-page > .ks-header > .ks-title h3,
                    body > .ks-container .ks-page > .ks-header > .ks-title h3 {
                        font-weight: 400;
                        font-size: 18px;
                        margin: 0;
                        line-height: 19px
                    }

                    body .ks-page-container .ks-page > .ks-header > .ks-title > .ks-controls,
                    body > .ks-container .ks-page > .ks-header > .ks-title > .ks-controls {
                        display: -webkit-inline-box;
                        display: -webkit-inline-flex;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        body .ks-page-container .ks-page > .ks-header > .ks-title > .ks-controls > .breadcrumb + .btn,
                        body > .ks-container .ks-page > .ks-header > .ks-title > .ks-controls > .breadcrumb + .btn {
                            margin-left: 10px
                        }

                        body .ks-page-container .ks-page > .ks-header > .ks-title > .ks-controls > .btn + .btn,
                        body > .ks-container .ks-page > .ks-header > .ks-title > .ks-controls > .btn + .btn {
                            margin-left: 10px
                        }

                body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle,
                body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    width: 100%;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    min-height: 60px;
                    height: 60px;
                    padding: 0 30px;
                    border-bottom: 1px solid #dee0e1;
                    position: relative;
                    background: #fff
                }

                    body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-title-block .ks-main-title,
                    body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-title-block .ks-main-title {
                        margin: 0;
                        margin-top: 2px;
                        font-weight: 400;
                        font-size: 17px;
                        line-height: 17px
                    }

                    body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-title-block .ks-sub-title,
                    body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-title-block .ks-sub-title {
                        margin-top: 3px;
                        color: #858585
                    }

                    body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls,
                    body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls {
                        display: -webkit-inline-box;
                        display: -webkit-inline-flex;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls > .breadcrumb + .btn,
                        body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls > .breadcrumb + .btn {
                            margin-left: 10px
                        }

                        body .ks-page-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls > .btn + .btn,
                        body > .ks-container .ks-page > .ks-header > .ks-title-and-subtitle .ks-controls > .btn + .btn {
                            margin-left: 10px
                        }

                body .ks-page-container .ks-page > .ks-header > .ks-addon,
                body > .ks-container .ks-page > .ks-header > .ks-addon {
                    min-height: 60px;
                    height: 60px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 0 30px;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    border-bottom: 1px solid #dee0e1;
                    font-weight: 400
                }

                    body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text,
                    body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text {
                        color: #8998c3;
                        display: inline-block;
                        margin-right: 15px;
                        position: relative;
                        top: 1px
                    }

                        body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text .ks-icon,
                        body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text .ks-icon {
                            font-size: 16px;
                            color: #b0bad7;
                            display: inline-block;
                            margin-right: 5px;
                            position: relative;
                            top: 1px
                        }

                    body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-actions,
                    body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-actions {
                        text-align: right
                    }

                        body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-actions > .btn + .btn,
                        body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-actions > .btn + .btn {
                            margin-left: 10px
                        }

            body .ks-page-container .ks-page > .ks-content,
            body > .ks-container .ks-page > .ks-content {
                margin-top: -80px;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1 1 0%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
            }

                body .ks-page-container .ks-page > .ks-content > .ks-body,
                body > .ks-container .ks-page > .ks-content > .ks-body {
                    margin-top: 0px;
                    padding-top: 0
                }

                    body .ks-page-container .ks-page > .ks-content > .ks-body > .container-fluid,
                    body .ks-page-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper > .container-fluid,
                    body > .ks-container .ks-page > .ks-content > .ks-body > .container-fluid,
                    body > .ks-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper > .container-fluid {
                        height: 100%;
                        padding: 30px !important
                    }

                        body .ks-page-container .ks-page > .ks-content > .ks-body > .container-fluid h4:first-child,
                        body .ks-page-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper > .container-fluid h4:first-child,
                        body > .ks-container .ks-page > .ks-content > .ks-body > .container-fluid h4:first-child,
                        body > .ks-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper > .container-fluid h4:first-child {
                            margin-top: 0
                        }

                    body .ks-page-container .ks-page > .ks-content > .ks-body .ks-nav-body-wrapper > .container-fluid,
                    body > .ks-container .ks-page > .ks-content > .ks-body .ks-nav-body-wrapper > .container-fluid {
                        padding: 0
                    }

    body.ks-content-solid-bg .ks-page-container .ks-page > .ks-content {
        background: rgba(0, 0, 0, .04)
    }

        body.ks-content-solid-bg .ks-page-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper {
            background: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            margin: 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            padding: 0 15px
        }

            body.ks-content-solid-bg .ks-page-container .ks-page > .ks-content > .ks-body > .ks-nav-body-wrapper > .container-fluid {
                padding: 30px;
                margin-left: -15px;
                margin-right: -15px
            }

    /*body.ks-page-loading > .ks-navbar {
        opacity: 0
    }

    body.ks-page-loading .ks-page-container,
    body.ks-page-loading > .ks-container {
        opacity: 0
    }*/

    body.ks-page-header-fixed .ks-page-container .ks-page > .ks-header,
    body.ks-page-header-fixed > .ks-container .ks-page > .ks-header {
        position: fixed;
        top: 80px;
        width: -webkit-calc(100% - 260px);
        width: calc(100% - 260px);
        z-index: 2
    }

    body.ks-page-header-fixed .ks-page-container .ks-page > .ks-content > .ks-body,
    body.ks-page-header-fixed > .ks-container .ks-page > .ks-content > .ks-body {
        padding-top: 80px
    }

.jspScrollable .jspVerticalBar {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.jspScrollable:hover .jspVerticalBar {
    opacity: 1
}

.jspScrollable {
    outline: 0
}

.jspDrag {
    background: #d1d1d1;
    -webkit-border-radius: 0;
    border-radius: 0
}

.dropdown-toggle::after {
    display: block;
    content: "\f105";
    border: none;
    font-family: FontAwesome;
    font-size: 18px;
    height: 12px;
    color: #bbbbbb;
    width: 10px;
    margin-left: 11px;
    padding: 0;
    margin-right: 0;
    position: relative;
    top: 1px;
    float: right;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.open > .dropdown-toggle::after,
.show > .dropdown-toggle::after {
    content: "\f107";
}

.btn-group .dropdown-menu.ks-dropdown-menu-icons {
    min-width: 208px
}

    .btn-group .dropdown-menu.ks-dropdown-menu-icons .dropdown-divider {
        display: block;
        margin: 0
    }

    .btn-group .dropdown-menu.ks-dropdown-menu-icons .dropdown-item {
        position: relative;
        border-bottom: none;
        color: #333;
        font-weight: 400;
        padding-left: 25px
    }

        .btn-group .dropdown-menu.ks-dropdown-menu-icons .dropdown-item span {
            font-size: 18px;
            color: #25628f;
            display: inline-block;
            width: 16px;
            margin-right: 12px;
            position: relative;
            top: 2px
        }

        .btn-group .dropdown-menu.ks-dropdown-menu-icons .dropdown-item:hover {
            background-color: rgba(57, 81, 155, .05)
        }

.btn-group .dropdown-menu.ks-dropdown-menu-sortable {
    min-width: 208px
}

    .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-divider {
        display: block;
        margin: 0
    }

    .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-item {
        position: relative;
        border-bottom: none;
        color: #333;
        font-weight: 400;
        padding-left: 25px
    }

        .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-item.dropdown-item-checked::after {
            font-family: LineAwesome;
            content: "\f17b";
            font-size: 14px;
            color: #25628f;
            position: absolute;
            right: 12px;
            top: 9px
        }

        .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-item:hover {
            background-color: rgba(57, 81, 155, .05)
        }

        .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-item input {
            display: none
        }

        .btn-group .dropdown-menu.ks-dropdown-menu-sortable .dropdown-item span.ks-sort-by-text {
            color: rgba(74, 104, 171, .8)
        }

.ks-editor > .ks-editor-body .form-control {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    resize: none;
    min-height: 77px
}

.ks-editor > .ks-editor-footer {
    background-color: rgba(57, 81, 155, .05);
    border: 1px solid #c4cbe1;
    border-top: none;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 10px 15px
}

    .ks-editor > .ks-editor-footer:after {
        content: "";
        display: table;
        clear: both
    }

    .ks-editor > .ks-editor-footer > .ks-controls .btn {
        margin-right: 10px
    }

        .ks-editor > .ks-editor-footer > .ks-controls .btn:last-child {
            margin-right: 0
        }

        .ks-editor > .ks-editor-footer > .ks-controls .btn .ks-icon {
            padding: 11px 13px
        }

.loadingoverlay .loadingoverlay_fontawesome {
    font-size: 30px
}

.loadingoverlay > div {
    color: #858585
}

.dropdown.open .btn-link {
    color: #25628f
}

.dropdown .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border: solid 1px #c4cbe1;
    margin: 4px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden
}

    .dropdown .dropdown-menu .dropdown-item {
        color: #474747;
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px solid #c4cbe1
    }

        .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #ebeef5;
            color: #333
        }

        .dropdown .dropdown-menu .dropdown-item:last-child {
            border-bottom: none
        }

        .dropdown .dropdown-menu .dropdown-item .ks-icon {
            font-size: 16px;
            display: inline-block;
            margin-right: 4px
        }

    .dropdown .dropdown-menu .dropdown-divider {
        display: none
    }

    .dropdown .dropdown-menu.ks-simple {
        min-width: 208px
    }

        .dropdown .dropdown-menu.ks-simple .dropdown-item {
            position: relative;
            border-bottom: none;
            color: #25628f;
            font-weight: 400;
            padding-left: 25px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 38px
        }

            .dropdown .dropdown-menu.ks-simple .dropdown-item > .ks-icon {
                font-size: 16px;
                line-height: 16px;
                margin-right: 12px;
                position: relative;
                top: -1px;
                width: 16px;
                height: 16px
            }

            .dropdown .dropdown-menu.ks-simple .dropdown-item > .ks-text {
                line-height: 13px
            }

.btn {
    padding: 5px 15px;
    height: 30px
}

    .btn[data-block-toggle] {
        position: fixed;
        right: -999999px
    }

[data-block-toggle] {
    position: fixed;
    right: -999999px
}

@media screen and (max-width: 850px) {
    .ks-title .ks-controls .breadcrumb {
        display: none
    }

    .btn.ks-header-addon-block-toggle {
        position: static
    }

    body .ks-page-container .ks-page > .ks-header > .ks-addon,
    body > .ks-container .ks-page > .ks-header > .ks-addon {
        background: #fff;
        position: fixed;
        top: -99999px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 30px;
        width: 100%
    }

        body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.btn-group > .btn,
        body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.btn-group > .btn {
            padding: 0 18px
        }

        body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block + .ks-addon-block,
        body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block + .ks-addon-block {
            margin-top: 15px
        }

        body .ks-page-container .ks-page > .ks-header > .ks-addon.ks-open,
        body > .ks-container .ks-page > .ks-header > .ks-addon.ks-open {
            top: 120px
        }

    body .ks-page-container .ks-page > .ks-header.ks-header-with-addon + .ks-content > .ks-body,
    body > .ks-container .ks-page > .ks-header.ks-header-with-addon + .ks-content > .ks-body {
        padding-top: 0
    }
}

@media screen and (max-width: 500px) {
    body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text,
    body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block > .ks-page-header-text {
        text-align: center
    }

    body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.btn-group > .btn,
    body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.btn-group > .btn {
        padding: 0 18px
    }

    body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.ks-addon-actions,
    body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.ks-addon-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        body .ks-page-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.ks-addon-actions .btn,
        body > .ks-container .ks-page > .ks-header > .ks-addon > .ks-addon-block.ks-addon-actions .btn {
            margin: 0;
            margin-top: 10px
        }

    body .ks-page-container .ks-page > .ks-content > .ks-body,
    body > .ks-container .ks-page > .ks-content > .ks-body {
        padding-left: 0;
        padding-right: 0
    }
}

body.ks-sidebar-compact .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-compact > .ks-container .ks-page > .ks-header {
    width: -webkit-calc(100% - 71px);
    width: calc(100% - 71px)
}

body.ks-sidebar-none .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-none > .ks-container .ks-page > .ks-header {
    width: 100%
}

body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-sections) > .ks-navbar > .navbar-brand,
body.ks-sidebar-empty > .ks-navbar > .navbar-brand,
body.ks-sidebar-none > .ks-navbar > .navbar-brand {
    width: auto
}

    body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-sections) > .ks-navbar > .navbar-brand > .ks-sidebar-mobile-toggle,
    body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-sections) > .ks-navbar > .navbar-brand > .ks-sidebar-toggle,
    body.ks-sidebar-empty > .ks-navbar > .navbar-brand > .ks-sidebar-mobile-toggle,
    body.ks-sidebar-empty > .ks-navbar > .navbar-brand > .ks-sidebar-toggle,
    body.ks-sidebar-none > .ks-navbar > .navbar-brand > .ks-sidebar-mobile-toggle,
    body.ks-sidebar-none > .ks-navbar > .navbar-brand > .ks-sidebar-toggle {
        display: none
    }

body.ks-sidebar-iconbar > .ks-navbar > .navbar-brand > .ks-sidebar-toggle {
    display: none
}

body.ks-sidebar-iconbar .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-iconbar > .ks-container .ks-page > .ks-header {
    width: -webkit-calc(100% - 129px);
    width: calc(100% - 129px)
}

body.ks-sidebar-iconbar_compact > .ks-navbar > .navbar-brand > .ks-sidebar-toggle {
    display: none
}

body.ks-sidebar-iconbar_compact .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-iconbar_compact > .ks-container .ks-page > .ks-header {
    width: -webkit-calc(100% - 149px);
    width: calc(100% - 149px)
}

body.ks-sidebar-collapsed .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-collapsed > .ks-container .ks-page > .ks-header,
body.ks-sidebar-empty .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-empty > .ks-container .ks-page > .ks-header {
    width: 100%
}

body.ks-sidebar-empty .ks-page-container .ks-page > .ks-header,
body.ks-sidebar-empty > .ks-container .ks-page > .ks-header {
    top: 110px
}

.ks-content-nav {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    background: #fff
}

    .ks-content-nav > .ks-nav {
        width: 300px;
        min-width: 300px;
        background: #fff;
        padding-top: 10px
    }

        .ks-content-nav > .ks-nav.ks-fixed {
            height: 100%;
            position: fixed;
            top: 120px
        }

            .ks-content-nav > .ks-nav.ks-fixed + .ks-nav-body {
                margin-left: 300px
            }

        .ks-content-nav > .ks-nav > .nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .ks-content-nav > .ks-nav .ks-separator {
            font-size: 11px;
            color: #858585;
            margin: 20px 30px 15px;
            text-transform: uppercase;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .ks-content-nav > .ks-nav .ks-scroll-wrapper > .nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .ks-content-nav > .ks-nav-body {
        background: #fff;
        border-left: 1px solid #dee0e1;
        width: 1px;
        padding: 30px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%
    }

        .ks-content-nav > .ks-nav-body > h1:first-of-type,
        .ks-content-nav > .ks-nav-body > h2:first-of-type,
        .ks-content-nav > .ks-nav-body > h3:first-of-type,
        .ks-content-nav > .ks-nav-body > h4:first-of-type,
        .ks-content-nav > .ks-nav-body > h5:first-of-type,
        .ks-content-nav > .ks-nav-body > h6:first-of-type {
            margin-top: 0
        }

.ks-nav .ks-scroll-wrapper > .nav,
.ks-nav > .nav {
    list-style: none;
    margin: 0;
    padding: 0
}

    .ks-nav .ks-scroll-wrapper > .nav .nav-item,
    .ks-nav > .nav .nav-item {
        display: block
    }

        .ks-nav .ks-scroll-wrapper > .nav .nav-item .nav-link,
        .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item,
        .ks-nav > .nav .nav-item .nav-link,
        .ks-nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
            display: block;
            padding: 11px 30px;
            font-size: 13px;
            color: #333;
            position: relative;
            font-weight: 400
        }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item .nav-link:not(.disabled):not(.active):hover,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(.disabled):not(.active):hover,
            .ks-nav > .nav .nav-item .nav-link:not(.disabled):not(.active):hover,
            .ks-nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(.disabled):not(.active):hover {
                text-decoration: none;
                background-color: rgba(57, 81, 155, .06)
            }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item .nav-link.disabled,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown .dropdown-menu .dropdown-item.disabled,
            .ks-nav > .nav .nav-item .nav-link.disabled,
            .ks-nav > .nav .nav-item.dropdown .dropdown-menu .dropdown-item.disabled {
                color: #858585
            }

        .ks-nav .ks-scroll-wrapper > .nav .nav-item .nav-link,
        .ks-nav > .nav .nav-item .nav-link {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item .nav-link .custom-control,
            .ks-nav > .nav .nav-item .nav-link .custom-control {
                margin: 0
            }

        .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown,
        .ks-nav .ks-scroll-wrapper > .nav .nav-item.show,
        .ks-nav > .nav .nav-item.dropdown,
        .ks-nav > .nav .nav-item.show {
            position: static
        }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown .dropdown-toggle:after,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.show .dropdown-toggle:after,
            .ks-nav > .nav .nav-item.dropdown .dropdown-toggle:after,
            .ks-nav > .nav .nav-item.show .dropdown-toggle:after {
                color: rgba(58, 82, 155, .5)
            }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active > .nav-link,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show > .nav-link,
            .ks-nav > .nav .nav-item.dropdown.active > .nav-link,
            .ks-nav > .nav .nav-item.dropdown.show > .nav-link,
            .ks-nav > .nav .nav-item.show.active > .nav-link,
            .ks-nav > .nav .nav-item.show.show > .nav-link {
                background-color: #ebeef5
            }

                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link:hover,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link:hover,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active > .nav-link:hover,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show > .nav-link:hover,
                .ks-nav > .nav .nav-item.dropdown.active > .nav-link:hover,
                .ks-nav > .nav .nav-item.dropdown.show > .nav-link:hover,
                .ks-nav > .nav .nav-item.show.active > .nav-link:hover,
                .ks-nav > .nav .nav-item.show.show > .nav-link:hover {
                    background-color: #ebeef5
                }

                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active > .nav-link::before,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show > .nav-link::before,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active > .nav-link::before,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show > .nav-link::before,
                .ks-nav > .nav .nav-item.dropdown.active > .nav-link::before,
                .ks-nav > .nav .nav-item.dropdown.show > .nav-link::before,
                .ks-nav > .nav .nav-item.show.active > .nav-link::before,
                .ks-nav > .nav .nav-item.show.show > .nav-link::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 4px;
                    height: 100%;
                    background: rgba(57, 81, 155, .1)
                }

            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active .dropdown-menu,
            .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show .dropdown-menu,
            .ks-nav > .nav .nav-item.dropdown.active .dropdown-menu,
            .ks-nav > .nav .nav-item.dropdown.show .dropdown-menu,
            .ks-nav > .nav .nav-item.show.active .dropdown-menu,
            .ks-nav > .nav .nav-item.show.show .dropdown-menu {
                position: static;
                float: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none;
                margin: 0
            }

                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item,
                .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item,
                .ks-nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item,
                .ks-nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item,
                .ks-nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item,
                .ks-nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item {
                    height: auto;
                    min-height: 0;
                    padding-left: 50px;
                    border: none
                }

                    .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active,
                    .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active,
                    .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active,
                    .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active,
                    .ks-nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active,
                    .ks-nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active,
                    .ks-nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active,
                    .ks-nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active {
                        background-color: rgba(57, 81, 155, .06)
                    }

                        .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active:before,
                        .ks-nav .ks-scroll-wrapper > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active:before,
                        .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active:before,
                        .ks-nav .ks-scroll-wrapper > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active:before,
                        .ks-nav > .nav .nav-item.dropdown.active .dropdown-menu .dropdown-item.active:before,
                        .ks-nav > .nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active:before,
                        .ks-nav > .nav .nav-item.show.active .dropdown-menu .dropdown-item.active:before,
                        .ks-nav > .nav .nav-item.show.show .dropdown-menu .dropdown-item.active:before {
                            display: none
                        }

.ks-menu {
    background: #fff
}

    .ks-menu > .nav {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid rgba(57, 80, 155, .2)
    }

        .ks-menu > .nav.nav-stacked {
            width: 263px;
            margin-right: 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .ks-menu > .nav > .nav-item {
            cursor: pointer;
            margin: 0
        }

            .ks-menu > .nav > .nav-item > .nav-link {
                color: #333
            }

                .ks-menu > .nav > .nav-item > .nav-link.active {
                    background: #fff
                }

                    .ks-menu > .nav > .nav-item > .nav-link.active::before,
                    .ks-menu > .nav > .nav-item > .nav-link.active:hover::before {
                        content: '';
                        position: absolute;
                        bottom: -1px;
                        left: -1px;
                        top: -1px;
                        width: 4px;
                        display: block;
                        background: #42a5f5;
                        z-index: 1
                    }

                    .ks-menu > .nav > .nav-item > .nav-link.active:hover {
                        color: #333
                    }

                .ks-menu > .nav > .nav-item > .nav-link:hover::before {
                    content: '';
                    position: absolute;
                    bottom: -1px;
                    left: -1px;
                    top: -1px;
                    width: 4px;
                    display: block;
                    z-index: 1;
                    background: #d3edfc
                }

            .ks-menu > .nav > .nav-item:first-child > .nav-link:before {
                -webkit-border-top-left-radius: 2px;
                border-top-left-radius: 2px
            }

            .ks-menu > .nav > .nav-item:last-child > .nav-link:before {
                -webkit-border-bottom-left-radius: 2px;
                border-bottom-left-radius: 2px
            }

.ks-avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .ks-avatar > img {
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.ks-offline:after,
.ks-online:after {
    content: '';
    width: 11px;
    height: 11px;
    border: solid 2px #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.ks-online:after {
    background-color: #4caf50
}

.ks-offline:after {
    background-color: #ccc
}

table {
    border-spacing: 0
}

.ks-editor > .form-control {
    resize: none;
    height: 80px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.ks-editor > .ks-actions {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border: solid 1px rgba(57, 81, 155, .3);
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

    .ks-editor > .ks-actions > .btn {
        margin-right: 10px
    }

        .ks-editor > .ks-actions > .btn:last-child {
            margin-right: 0
        }

.ks-mobile-overlay.ks-open {
    display: block;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.ks-navigation {
    background: #fff
}

    .ks-navigation.ks-browse {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: 249px;
        min-width: 249px;
        border-right: 1px solid rgba(57, 81, 155, .2)
    }

        .ks-navigation.ks-browse .ks-wrapper {
            height: 100%
        }

            .ks-navigation.ks-browse .ks-wrapper > .ks-separator {
                font-size: 11px;
                color: rgba(51, 51, 51, .6);
                margin: 0 30px 15px 30px;
                text-transform: uppercase;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .ks-navigation.ks-browse .ks-wrapper > .ks-separator:first-child {
                    padding-top: 25px
                }

                .ks-navigation.ks-browse .ks-wrapper > .ks-separator > .ks-add > .ks-control {
                    width: 15px;
                    height: 15px;
                    -webkit-border-radius: 12px;
                    border-radius: 12px;
                    line-height: 14px
                }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-separator > .ks-add > .ks-control > .ks-icon {
                        font-size: 14px;
                        line-height: 14px
                    }

            .ks-navigation.ks-browse .ks-wrapper > .ks-menu {
                list-style: none;
                margin: 0;
                padding: 0;
                margin-bottom: 35px
            }

                .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 11px 30px;
                    font-size: 13px;
                    color: #333;
                    position: relative
                }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item:hover {
                        text-decoration: none;
                        background-color: rgba(57, 81, 155, .06)
                    }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item > .ks-text > .ks-icon {
                        color: #25628f;
                        font-size: 20px;
                        display: inline-block;
                        margin-right: 15px;
                        position: relative;
                        top: 2px
                    }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item.ks-active {
                        background: #ebeef5
                    }

                        .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item.ks-active > .ks-text {
                            color: #333;
                            font-weight: 500
                        }

                        .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item.ks-active::before {
                            content: '';
                            width: 4px;
                            height: 100%;
                            background: #d7dceb;
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0
                        }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item > .badge-pill {
                        margin: 0;
                        padding: 0 6px;
                        -webkit-border-radius: 8px;
                        border-radius: 8px;
                        min-height: 18px;
                        line-height: 10px;
                        text-align: center;
                        display: -webkit-inline-box;
                        display: -webkit-inline-flex;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item > .ks-circle {
                        margin: 0
                    }

                        .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-menu-item > .ks-circle:before {
                            margin: 0
                        }

                .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-label-create {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border-top: 1px solid rgba(57, 81, 155, .2);
                    border-bottom: 1px solid rgba(57, 81, 155, .2);
                    padding: 0 30px;
                    height: 38px
                }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-label-create > .form-control {
                        -webkit-box-flex: 1;
                        -webkit-flex-grow: 1;
                        -ms-flex-positive: 1;
                        flex-grow: 1;
                        border: none;
                        height: 36px;
                        line-height: 36px;
                        padding: 0
                    }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-label-create > .ks-label-picker > .badge {
                        border: 1px solid rgba(57, 81, 155, .2);
                        padding: 3px 5px 5px 5px;
                        -webkit-border-radius: 2px;
                        border-radius: 2px;
                        cursor: pointer
                    }

                        .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-label-create > .ks-label-picker > .badge:before {
                            margin: 0
                        }

                    .ks-navigation.ks-browse .ks-wrapper > .ks-menu .ks-label-create > .ks-label-picker.open > .dropdown-menu {
                        width: 200px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        -js-display: flex;
                        display: flex;
                        padding: 20px 20px 10px 20px;
                        -webkit-flex-wrap: wrap;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        -webkit-box-pack: justify;
                        -webkit-justify-content: space-between;
                        -ms-flex-pack: justify;
                        justify-content: space-between
                    }

.ks-comments-section {
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    position: relative
}

    .ks-comments-section:before {
        left: -1px;
        top: -12px;
        display: block;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 0 14px;
        border-color: transparent transparent transparent #c4cbe1
    }

    .ks-comments-section:after {
        left: 0;
        top: -10px;
        display: block;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0 0 13px;
        border-color: transparent transparent transparent #fff
    }

    .ks-comments-section.ks-no-arrow::after,
    .ks-comments-section.ks-no-arrow::before {
        display: none
    }

    .ks-comments-section > .ks-comment {
        margin-bottom: 15px
    }

        .ks-comments-section > .ks-comment:last-child {
            margin-bottom: 0
        }

        .ks-comments-section > .ks-comment > .ks-body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex
        }

            .ks-comments-section > .ks-comment > .ks-body > .ks-avatar {
                margin-right: 12px;
                width: 36px;
                height: 36px
            }

            .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box {
                -webkit-box-flex: 1;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto
            }

                .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-name {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    margin-bottom: 3px
                }

                    .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-name > a {
                        color: #333;
                        font-size: 13px;
                        font-weight: 500
                    }

                    .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-name > .ks-time {
                        font-size: 10px;
                        text-transform: uppercase;
                        color: #858585
                    }

                .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-message {
                    font-size: 12px;
                    margin-bottom: 3px
                }

                    .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-message > .ks-reply-to {
                        color: #333;
                        font-weight: 500
                    }

                .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-controls > .ks-control {
                    color: #42a5f5;
                    font-size: 12px;
                    display: inline-block;
                    margin-right: 10px
                }

                    .ks-comments-section > .ks-comment > .ks-body > .ks-comment-box > .ks-controls > .ks-control:last-child {
                        margin-right: 0
                    }

        .ks-comments-section > .ks-comment > .ks-replies {
            margin-left: 48px;
            margin-top: 15px
        }

            .ks-comments-section > .ks-comment > .ks-replies > .ks-reply {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                margin-bottom: 15px
            }

                .ks-comments-section > .ks-comment > .ks-replies > .ks-reply:last-child {
                    margin-bottom: 0
                }

                .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-avatar {
                    margin-right: 12px;
                    width: 36px;
                    height: 36px
                }

                .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box {
                    -webkit-box-flex: 1;
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1 1 auto
                }

                    .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-name {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        -js-display: flex;
                        display: flex;
                        -webkit-box-pack: justify;
                        -webkit-justify-content: space-between;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        margin-bottom: 3px
                    }

                        .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-name > a {
                            color: #333;
                            font-size: 13px;
                            font-weight: 500
                        }

                        .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-name > .ks-time {
                            font-size: 10px;
                            text-transform: uppercase;
                            color: #858585
                        }

                    .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-message {
                        font-size: 12px;
                        margin-bottom: 3px
                    }

                        .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-message > .ks-reply-to {
                            color: #333;
                            font-weight: 500
                        }

                    .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-controls > .ks-control {
                        color: #42a5f5;
                        font-size: 12px;
                        display: inline-block;
                        margin-right: 10px
                    }

                        .ks-comments-section > .ks-comment > .ks-replies > .ks-reply > .ks-reply-box > .ks-controls > .ks-control:last-child {
                            margin-right: 0
                        }

    .ks-comments-section > .ks-new-comment > .form-control {
        resize: none
    }

.ks-collapse-block {
    margin-bottom: 20px
}

    .ks-collapse-block > .dropdown {
        display: block;
        margin-bottom: 20px
    }

        .ks-collapse-block > .dropdown > .dropdown-toggle {
            font-weight: 500;
            cursor: pointer;
            display: block
        }

.ks-settings-slide-block {
    position: fixed;
    top: 60px;
    display: none;
    right: -295px;
    width: 295px;
    height: 100%;
    background: #fff;
    border-left: solid 1px rgba(57, 81, 155, .2);
    z-index: 2;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    padding: 30px
}

    .ks-settings-slide-block.ks-open {
        right: 0
    }

    .ks-settings-slide-block > .ks-settings-slide-control {
        cursor: pointer;
        position: absolute;
        font-size: 21px;
        padding: 8px 10px;
        top: 30%;
        background: #fff;
        border: solid 1px rgba(57, 81, 155, .2);
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        left: -42px;
        border-right: none
    }

        .ks-settings-slide-block > .ks-settings-slide-control > .ks-icon {
            color: #333
        }

    .ks-settings-slide-block > .ks-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .ks-settings-slide-block > .ks-header > .ks-text {
            font-size: 14px;
            font-weight: 500
        }

        .ks-settings-slide-block > .ks-header > .ks-settings-slide-close-control {
            cursor: pointer
        }

            .ks-settings-slide-block > .ks-header > .ks-settings-slide-close-control > .ks-icon {
                position: relative;
                top: 2px;
                font-size: 18px;
                color: rgba(58, 82, 155, .6)
            }

                .ks-settings-slide-block > .ks-header > .ks-settings-slide-close-control > .ks-icon:hover {
                    color: rgba(58, 82, 155, .8)
                }

    .ks-settings-slide-block > .ks-themes-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }

        .ks-settings-slide-block > .ks-themes-list > .ks-theme {
            width: 36px;
            height: 36px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-top: 10px;
            position: relative;
            margin-right: 10px
        }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-active {
                text-align: center
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-active::before {
                    display: inline-block;
                    content: "\f17b";
                    font-family: LineAwesome;
                    font-size: 18px;
                    color: #fff;
                    position: relative;
                    top: -3px;
                    padding-top: 9px
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme::after {
                content: '';
                position: absolute;
                bottom: 4px;
                right: 4px;
                width: 7px;
                height: 7px;
                -webkit-border-radius: 4px;
                border-radius: 4px
            }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-primary {
                background: #25628f
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-primary::after {
                    background: #42a5f5
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-dark-primary {
                background: #2a3356
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-dark-primary::after {
                    background: #f35b25
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-info {
                background: #42a5f5
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-info::after {
                    background: #25628f
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-blink-pink-san-marino {
                background: #f85f73
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-blink-pink-san-marino::after {
                    background: #4159b8
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-bermuda-gray-malachite {
                background: #718ca1
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-bermuda-gray-malachite::after {
                    background: #1ec318
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-royal-blue-orchid {
                background: #6251da
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-royal-blue-orchid::after {
                    background: #d149d0
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-ebony-clay-cerise-red {
                background: #222831
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-ebony-clay-cerise-red::after {
                    background: #e23e57
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-international-klein-blue-dixie {
                background: #0139b0
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-international-klein-blue-dixie::after {
                    background: #e69616
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-jungle-green-chambray {
                background: #27ae61
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-jungle-green-chambray::after {
                    background: #25628f
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-voodoo-medium-purple {
                background: #4a304d
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-voodoo-medium-purple::after {
                    background: #9043d8
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-cornflower-blue-ecstasy {
                background: #4c6ef5
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-cornflower-blue-ecstasy::after {
                    background: #fd7e14
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-purple-mandy {
                background: #7950f2
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-purple-mandy::after {
                    background: #e64980
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-oslo-gray-royal-blue {
                background: #868e96
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-oslo-gray-royal-blue::after {
                    background: #4160de
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-astronaut-blue-persian-green {
                background: #00405d
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-astronaut-blue-persian-green::after {
                    background: #02a388
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-old-brick {
                background: #911f27
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-old-brick::after {
                    background: #630a10
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-old-brick {
                background: #911f27
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-old-brick::after {
                    background: #630a10
                }

            .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-white {
                background: #fff;
                border: 1px solid #dee0e1
            }

                .ks-settings-slide-block > .ks-themes-list > .ks-theme.ks-white::after {
                    background: #25628f
                }

    .ks-settings-slide-block > .ks-settings-list {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px
    }

        .ks-settings-slide-block > .ks-settings-list > li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .ks-settings-slide-block > .ks-settings-list > li + li {
                margin-top: 15px
            }

            .ks-settings-slide-block > .ks-settings-list > li > .ks-checkbox-slider {
                margin: 0
            }

.ks-rows-section > .row + .row {
    margin-top: 30px
}

.row + .row {
    margin-top: 30px
}

.ks-column-section > .row + .row {
    margin-top: 30px
}

.ks-column-section > .ks-tabs-container + .ks-tabs-container {
    margin-top: 30px
}

.ks-panels-column-section > .card + .card,
.ks-panels-column-section > .card + .ks-widget,
.ks-panels-column-section > .ks-widget + .card,
.ks-panels-column-section > .ks-widget + .ks-widget {
    margin-top: 30px
}

.ks-panels-row-section > .card + .card,
.ks-panels-row-section > .card + .ks-widget,
.ks-panels-row-section > .ks-widget + .card,
.ks-panels-row-section > .ks-widget + .ks-widget {
    margin-left: 30px
}

@media screen and (max-width: 910px) {
    .ks-amount-widgets-collection > div + div,
    .ks-widgets-collection > div + div {
        margin-top: 30px
    }
}

@media screen and (max-width: 910px) {
    .btn.ks-content-nav-toggle {
        position: static
    }

    .ks-content-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .ks-content-nav > .ks-nav {
            position: fixed;
            top: 120px;
            bottom: 0;
            left: -301px;
            z-index: 3;
            height: -webkit-calc(100% - 120px);
            height: calc(100% - 120px);
            border-right: 1px solid #dee0e1
        }

            .ks-content-nav > .ks-nav.ks-open {
                left: 0;
                -webkit-transition: left .2s ease;
                transition: left .2s ease
            }

            .ks-content-nav > .ks-nav.ks-fixed + .ks-nav-body {
                margin-left: 0
            }

        .ks-content-nav > .ks-nav-body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            margin-left: 0;
            border-left: none
        }
}

.card + .ks-dashboard-portlet-placeholder {
    margin-top: 30px
}

.ks-draggable-column > .card.ui-sortable-helper:first-child + .ks-dashboard-portlet-placeholder {
    margin-top: 0
}

.ks-dashboard-portlet-placeholder {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .035);
    border: 2px dashed #dee0e1
}

    .ks-dashboard-portlet-placeholder + .card {
        margin-top: 30px
    }

form > .row {
    margin-bottom: 20px
}

form.ks-uppercase .form-group label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

form.ks-light .form-group label {
    color: #858585
}

.form-check .form-check-label {
    position: relative;
    top: -2px
}

    .form-check .form-check-label .form-check-input {
        position: relative;
        top: 2px
    }

.ks-form > .ks-group {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee0e1
}

    .ks-form > .ks-group:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .ks-form > .ks-group > .ks-header {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px
    }

.ks-form > .ks-header {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400
}

    .ks-form > .ks-header + .ks-group {
        padding-top: 0
    }

.ks-form .ks-fh-control-position-fix {
    position: relative;
    top: 36px
}

.ks-form .ks-fg-header {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #858585
}

.form-control-label {
    padding-left: 0
}

.form-group.row .form-control-label {
    padding: .375rem .925rem;
    font-size: 13px;
    color: #333
}

.form-group > .form-text + .help-block {
    margin-top: 1px
}

.form-group > .help-block {
    margin-top: 5px;
    display: block
}

.form-group.has-success .form-control {
    border-color: #4caf50
}

.form-group.has-warning .form-control {
    border-color: #ffb300
}

.form-group.has-danger .form-control {
    border-color: #ef5350
}

.form-group.has-error > .help-block.form-error {
    color: #ef5350
}

.form-group > .btn + .btn {
    margin-left: 10px
}

.form-control:-moz-read-only {
    background-color: #fff;
}

.form-control:read-only {
    background-color: #fff;
}

input.form-control:-moz-read-only {
    cursor: not-allowed;
}

input.form-control:read-only {
    cursor: not-allowed;
}

.form-control:disabled,
.form-control:disabled:active,
.form-control:disabled:hover {
    background-color: #fafafa;
    border: solid 1px #e8e8e8
}

.form-control.ks-rounded {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.form-control.form-control-lg {
    font-size: 20px;
    padding: 12px 15px;
    height: 49px
}

.form-control.form-control-sm {
    font-size: 10px;
    padding: 7px 15px;
    height: 29px
}

.form-control.error {
    border-color: #ef5350;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control.error:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

select[multiple].form-control {
    height: auto
}

textarea.form-control {
    height: auto
}

.custom-select:focus {
    border-color: #fff
}

.custom-control {
    min-height: 16px
}

.custom-control-input:active ~ .custom-control-indicator {
    background-color: #fff
}

.custom-checkbox > .custom-control-indicator {
    top: 0;
    background-color: #fff;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dedede;
    font-size: 12px;
    color: #fff
}

.custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator {
    background: #fff;
    border-color: #ccc
}

    .custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        background-color: transparent;
        color: #25628f;
        content: "\f17b";
        font-weight: 700;
        font-family: LineAwesome;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 16px
    }

.custom-checkbox > .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.custom-checkbox .custom-control-description {
    margin-left: 5px
}

.custom-checkbox.ks-no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.custom-checkbox:hover > .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    border-color: #ccc
}

.custom-checkbox .custom-control-input:active:disabled ~ .custom-control-indicator {
    background: #eceeef
}

.custom-radio .custom-control-indicator {
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    border: solid 1px #dedede;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px
}

.custom-radio > .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #fff;
    border-color: #ccc
}

    .custom-radio > .custom-control-input:checked ~ .custom-control-indicator:before {
        content: "";
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #25628f;
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #fff;
        line-height: 16px;
        width: 16px;
        height: 16px
    }

.custom-radio > .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.custom-radio .custom-control-description {
    margin-left: 5px
}

.custom-radio.ks-no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

    .custom-radio.ks-no-description > .custom-control-indicator,
    .custom-radio.ks-no-description > .custom-control-input {
        width: 18px;
        height: 18px
    }

.custom-radio:hover > .custom-control-input:not(:disabled) ~ .custom-control-indicator {
    border-color: #ccc
}

.custom-radio .custom-control-input:active:disabled ~ .custom-control-indicator {
    background: #eceeef
}

.input-group .input-group-addon {
    min-width: 36px;
    background: #fff;
    border-color: #dedede;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .input-group .input-group-addon > .custom-control {
        position: relative;
        top: 1px
    }

.input-group.icon.icon-lg .input-group-addon,
.input-group.icon.ks-lg .input-group-addon,
.input-group.ks-icon.icon-lg .input-group-addon,
.input-group.ks-icon.ks-lg .input-group-addon {
    padding: 6px 11px;
    font-size: 18px
}

.input-group.icon.icon-color-primary .input-group-addon {
    color: #333
}

.input-group .form-control {
    z-index: 0
}

    .input-group .form-control:active,
    .input-group .form-control:focus,
    .input-group .form-control:hover {
        z-index: 0
    }

.input-group-btn .dropdown-menu {
    font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    margin-top: 4px;
    border: solid 1px #dedede
}

    .input-group-btn .dropdown-menu .dropdown-item {
        color: #474747;
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px solid #dedede
    }

        .input-group-btn .dropdown-menu .dropdown-item:hover {
            background-color: #ebeef5;
            color: #333
        }

        .input-group-btn .dropdown-menu .dropdown-item:last-child {
            border-bottom: none
        }

    .input-group-btn .dropdown-menu .dropdown-divider {
        padding: 0;
        margin: 0
    }

    .input-group-btn .dropdown-menu.dropdown-menu-right {
        margin-right: 1px
    }

.input-group-btn > .btn {
    z-index: 0
}

.input-icon {
    position: relative
}

    .input-icon .icon-addon {
        position: absolute;
        padding: 0;
        cursor: pointer;
        color: rgba(58, 82, 155, .6);
        font-size: 12px;
        width: 50px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .input-icon .icon-addon > span {
            margin: 0 auto;
            position: relative
        }

    .input-icon.icon-left input {
        padding-left: 38px
    }

    .input-icon.icon-left .icon-addon {
        top: 0;
        left: 0
    }

    .input-icon.icon-right input {
        padding-right: 50px
    }

    .input-icon.icon-right .icon-addon {
        top: 0;
        right: 0
    }

    .input-icon.icon-lg .icon-addon {
        font-size: 18px
    }

    .input-icon.icon-lg.icon-left .icon-addon {
        padding-left: 5px
    }

    .input-icon.icon-lg.icon-right .icon-addon {
        padding-right: 6px
    }

    .input-icon.icon-color-primary .icon-addon {
        color: #25628f
    }

.input-group-addon .custom-control {
    padding-left: 1rem
}

    .input-group-addon .custom-control.custom-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        top: -1px;
        left: 0
    }

.ks-btn-file {
    position: relative;
    overflow: hidden
}

    .ks-btn-file > input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        cursor: inherit;
        display: block
    }

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 0
}

.jquery-form-suggestions {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: solid 1px rgba(57, 81, 155, .3) !important;
    margin-top: 4px !important
}

    .jquery-form-suggestions .form-suggest-element {
        padding: 10px 24px !important;
        font-size: 12px !important
    }

        .jquery-form-suggestions .form-suggest-element:hover {
            background-color: rgba(57, 80, 155, .05)
        }

.ks-checkbox-slider-a {
    width: 40px;
    min-width: 40px;
    height: 10px;
    background: #555;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block
}

    .ks-checkbox-slider-a input[type=checkbox] {
        visibility: hidden
    }

        .ks-checkbox-slider-a input[type=checkbox]:checked + label {
            left: 27px
        }

    .ks-checkbox-slider-a > label {
        display: block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: -3px;
        left: -3px;
        background: #ccc
    }

.ks-checkbox-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 44px;
    min-width: 44px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    position: relative;
    cursor: pointer
}

    .ks-checkbox-slider > .ks-indicator {
        display: inline-block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(56, 81, 155, .3);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 3px;
        z-index: 1;
        left: 4px
    }

    .ks-checkbox-slider.ks-disabled {
        opacity: .4
    }

    .ks-checkbox-slider input[type=checkbox] {
        visibility: hidden
    }

        .ks-checkbox-slider input[type=checkbox]:checked + .ks-indicator {
            left: 22px
        }

        .ks-checkbox-slider input[type=checkbox]:checked + .ks-indicator {
            background: #25628f
        }

    .ks-checkbox-slider.ks-primary {
        border: solid 1px #25628f
    }

        .ks-checkbox-slider.ks-primary > .ks-indicator {
            background: rgba(56, 81, 155, .3)
        }

        .ks-checkbox-slider.ks-primary input[type=checkbox]:checked + .ks-indicator {
            background: #25628f
        }

    .ks-checkbox-slider.ks-success {
        border: solid 1px #4caf50
    }

        .ks-checkbox-slider.ks-success > .ks-indicator {
            background-color: rgba(46, 204, 113, .4)
        }

        .ks-checkbox-slider.ks-success input[type=checkbox]:checked + .ks-indicator {
            background: #4caf50
        }

    .ks-checkbox-slider.ks-info {
        border: solid 1px #42a5f5
    }

        .ks-checkbox-slider.ks-info > .ks-indicator {
            background-color: rgba(33, 166, 240, .4)
        }

        .ks-checkbox-slider.ks-info input[type=checkbox]:checked + .ks-indicator {
            background: #42a5f5
        }

    .ks-checkbox-slider.ks-warning {
        border: solid 1px #ffb300
    }

        .ks-checkbox-slider.ks-warning > .ks-indicator {
            background-color: rgba(222, 186, 12, .4)
        }

        .ks-checkbox-slider.ks-warning input[type=checkbox]:checked + .ks-indicator {
            background: #ffb300
        }

    .ks-checkbox-slider.ks-danger {
        border: solid 1px #ef5350
    }

        .ks-checkbox-slider.ks-danger > .ks-indicator {
            background-color: rgba(236, 100, 75, .4)
        }

        .ks-checkbox-slider.ks-danger input[type=checkbox]:checked + .ks-indicator {
            background: #ef5350
        }

    .ks-checkbox-slider.ks-on-off {
        width: 61px;
        min-width: 61px;
        position: relative
    }

        .ks-checkbox-slider.ks-on-off > .ks-off,
        .ks-checkbox-slider.ks-on-off > .ks-on {
            line-height: 23px;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 500;
            position: absolute
        }

        .ks-checkbox-slider.ks-on-off > .ks-on {
            display: none;
            left: 15px
        }

        .ks-checkbox-slider.ks-on-off > .ks-off {
            left: 27px
        }

        .ks-checkbox-slider.ks-on-off input[type=checkbox]:checked + .ks-indicator {
            left: 40px
        }

            .ks-checkbox-slider.ks-on-off input[type=checkbox]:checked + .ks-indicator + .ks-on {
                display: inline-block
            }

                .ks-checkbox-slider.ks-on-off input[type=checkbox]:checked + .ks-indicator + .ks-on + .ks-off {
                    display: none
                }

        .ks-checkbox-slider.ks-on-off.ks-solid > .ks-indicator {
            background: #fff
        }

        .ks-checkbox-slider.ks-on-off.ks-solid > .ks-off,
        .ks-checkbox-slider.ks-on-off.ks-solid > .ks-on {
            color: #fff
        }

        .ks-checkbox-slider.ks-on-off.ks-solid input[type=checkbox]:checked + .ks-indicator {
            background: #fff;
            left: 40px
        }

        .ks-checkbox-slider.ks-on-off.ks-solid.ks-primary {
            border: solid 1px #25628f;
            background: #25628f
        }

        .ks-checkbox-slider.ks-on-off.ks-solid.ks-success {
            border: solid 1px #4caf50;
            background: #4caf50
        }

        .ks-checkbox-slider.ks-on-off.ks-solid.ks-info {
            border: solid 1px #42a5f5;
            background: #42a5f5
        }

        .ks-checkbox-slider.ks-on-off.ks-solid.ks-warning {
            border: solid 1px #ffb300;
            background: #ffb300
        }

        .ks-checkbox-slider.ks-on-off.ks-solid.ks-danger {
            border: solid 1px #ef5350;
            background: #ef5350
        }

.ks-checkbox-text-slider > .ks-text {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px
}

.ks-checkbox-text-slider > .ks-checkbox-slider {
    margin-left: 6px;
    margin-right: 6px
}

.ks-checkbox-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 61px;
    min-width: 61px;
    height: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    position: relative
}

    .ks-checkbox-switch > .ks-wrapper {
        position: absolute;
        width: 61px;
        height: 24px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        z-index: 1;
        background: rgba(0, 0, 0, .3);
        left: 0
    }

    .ks-checkbox-switch > .ks-indicator {
        display: inline-block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 4px;
        left: 4px;
        z-index: 1
    }

    .ks-checkbox-switch.ks-disabled {
        opacity: .4
    }

    .ks-checkbox-switch > .ks-off,
    .ks-checkbox-switch > .ks-on {
        color: #fff;
        line-height: 25px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        position: absolute;
        z-index: 1
    }

    .ks-checkbox-switch > .ks-on {
        display: none;
        left: 15px
    }

    .ks-checkbox-switch > .ks-off {
        left: 27px
    }

    .ks-checkbox-switch input[type=checkbox] {
        visibility: hidden
    }

        .ks-checkbox-switch input[type=checkbox]:checked + .ks-wrapper {
            background: #25628f
        }

            .ks-checkbox-switch input[type=checkbox]:checked + .ks-wrapper + .ks-indicator {
                left: 40px
            }

                .ks-checkbox-switch input[type=checkbox]:checked + .ks-wrapper + .ks-indicator + .ks-on {
                    display: inline-block
                }

                    .ks-checkbox-switch input[type=checkbox]:checked + .ks-wrapper + .ks-indicator + .ks-on + .ks-off {
                        display: none
                    }

    .ks-checkbox-switch.ks-primary input[type=checkbox]:checked + .ks-wrapper {
        background: #25628f
    }

    .ks-checkbox-switch.ks-success input[type=checkbox]:checked + .ks-wrapper {
        background: #4caf50
    }

    .ks-checkbox-switch.ks-info input[type=checkbox]:checked + .ks-wrapper {
        background: #42a5f5
    }

    .ks-checkbox-switch.ks-warning input[type=checkbox]:checked + .ks-wrapper {
        background: #ffb300
    }

    .ks-checkbox-switch.ks-danger input[type=checkbox]:checked + .ks-wrapper {
        background: #ef5350
    }

.ks-checkbox.ks-no-description > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

    .ks-checkbox.ks-no-description > .custom-control-input:checked ~ .custom-control-indicator:before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        font-size: 14px
    }

.ks-checkbox.ks-circle > .custom-control-input ~ .custom-control-indicator {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

    .ks-checkbox.ks-circle > .custom-control-input ~ .custom-control-indicator:before {
        -webkit-border-radius: 18px;
        border-radius: 18px;
        font-size: 14px
    }

.ks-checkbox.ks-circle.ks-no-description > .custom-control-input ~ .custom-control-indicator:before {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 1px;
    left: 0
}

.ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

    .ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        font-size: 14px;
        height: 17px
    }

    .ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #25628f;
        color: #fff
    }

.ks-checkbox.ks-checkbox-primary > .custom-control-input:checked ~ .custom-control-indicator {
    background: #25628f;
    border-color: #25628f
}

    .ks-checkbox.ks-checkbox-primary > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #25628f
    }

.ks-checkbox.ks-checkbox-success > .custom-control-input:checked ~ .custom-control-indicator {
    background: #4caf50;
    border-color: #4caf50
}

    .ks-checkbox.ks-checkbox-success > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #4caf50
    }

.ks-checkbox.ks-checkbox-danger > .custom-control-input:checked ~ .custom-control-indicator {
    background: #ef5350;
    border-color: #ef5350
}

    .ks-checkbox.ks-checkbox-danger > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #ef5350
    }

.ks-checkbox.ks-checkbox-info > .custom-control-input:checked ~ .custom-control-indicator {
    background: #42a5f5;
    border-color: #42a5f5
}

    .ks-checkbox.ks-checkbox-info > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #42a5f5
    }

.ks-checkbox.ks-checkbox-warning > .custom-control-input:checked ~ .custom-control-indicator {
    background: #ffb300;
    border-color: #ffb300
}

    .ks-checkbox.ks-checkbox-warning > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #ffb300
    }

.ks-checkbox > .custom-control-input:disabled ~ .custom-control-indicator {
    opacity: .65
}

.ks-checkbox.ks-no-description {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

    .ks-checkbox.ks-no-description > .custom-control-indicator,
    .ks-checkbox.ks-no-description > .custom-control-input {
        width: 18px;
        height: 18px
    }

    .ks-checkbox.ks-no-description.ks-circle {
        width: 18px;
        height: 18px
    }

        .ks-checkbox.ks-no-description.ks-circle > .custom-control-indicator,
        .ks-checkbox.ks-no-description.ks-circle > .custom-control-input {
            width: 18px;
            height: 18px
        }

.ks-radio.ks-primary > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #25628f
}

.ks-radio.ks-success > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #4caf50
}

.ks-radio.ks-info > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #42a5f5
}

.ks-radio.ks-purple > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #d149d0
}

.ks-radio.ks-warning > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ffb300
}

.ks-radio.ks-danger > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #ef5350
}

.ks-radio.ks-as-checkbox {
    padding-left: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    text-align: center
}

    .ks-radio.ks-as-checkbox > .custom-control-indicator {
        width: 18px;
        height: 18px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: none
    }

    .ks-radio.ks-as-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        content: "\f17b";
        display: block;
        font-size: 14px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        border: none;
        position: relative;
        font-family: LineAwesome;
        text-align: center;
        line-height: 18px;
        font-weight: 700;
        top: 1px;
        left: 1px
    }

    .ks-radio.ks-as-checkbox.ks-lg {
        width: 24px;
        height: 24px
    }

        .ks-radio.ks-as-checkbox.ks-lg > .custom-control-indicator {
            width: 24px;
            height: 24px
        }

        .ks-radio.ks-as-checkbox.ks-lg > .custom-control-input:checked ~ .custom-control-indicator:before {
            width: 24px;
            height: 24px;
            line-height: 24px
        }

    .ks-radio.ks-as-checkbox.ks-primary > .custom-control-indicator {
        background: #25628f
    }

    .ks-radio.ks-as-checkbox.ks-primary > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #25628f
    }

    .ks-radio.ks-as-checkbox.ks-success > .custom-control-indicator {
        background: #4caf50
    }

    .ks-radio.ks-as-checkbox.ks-success > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #4caf50
    }

    .ks-radio.ks-as-checkbox.ks-info > .custom-control-indicator {
        background: #42a5f5
    }

    .ks-radio.ks-as-checkbox.ks-info > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #42a5f5
    }

    .ks-radio.ks-as-checkbox.ks-purple > .custom-control-indicator {
        background: #d149d0
    }

    .ks-radio.ks-as-checkbox.ks-purple > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #d149d0
    }

    .ks-radio.ks-as-checkbox.ks-warning > .custom-control-indicator {
        background: #ffb300
    }

    .ks-radio.ks-as-checkbox.ks-warning > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #ffb300
    }

    .ks-radio.ks-as-checkbox.ks-danger > .custom-control-indicator {
        background: #ef5350
    }

    .ks-radio.ks-as-checkbox.ks-danger > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #ef5350
    }

.btn {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    height: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none
}

    .btn:disabled {
        opacity: .9
    }

    .btn.focus,
    .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn.ks-rounded {
        -webkit-border-radius: 18px;
        border-radius: 18px
    }

    .btn.btn-lg {
        font-size: 18px;
        padding: 12px 30px;
        height: 51px
    }

    .btn.btn-sm {
        font-size: 12px;
        padding: 5px 15px;
        height: 27px
    }

        .btn.btn-sm.ks-split {
            padding: 0
        }

            .btn.btn-sm.ks-split > .ks-text {
                line-height: 27px;
                margin-right: 34px;
                margin-left: 12px
            }

            .btn.btn-sm.ks-split > .ks-split-content {
                padding-left: 8px;
                padding-right: 8px
            }

    .btn > .ks-icon {
        margin: 0;
        font-size: 21px;
        position: absolute;
        top: 0;
        left: 0;
        height: 37px;
        width: 36px;
        margin-left: 3px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .btn > .ks-icon + .ks-text {
            padding-left: 21px;
            padding-right: 0 !important
        }

        .btn > .ks-icon.ks-sm {
            font-size: 14px;
            line-height: 16px
        }

    .btn > .ks-text {
        padding-right: 21px
    }

        .btn > .ks-text + .ks-icon {
            padding: 0;
            margin: 0;
            left: auto;
            right: 0;
            margin-right: 3px
        }

    .btn.ks-split {
        padding: 0 25px;
        position: relative
    }

        .btn.ks-split > .ks-icon {
            margin: 0;
            border-right: 1px solid rgba(0, 0, 0, .2);
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: 37px;
            width: 37px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .btn.ks-split > .ks-icon + .ks-text {
                padding-left: 37px;
                padding-right: 0 !important
            }

        .btn.ks-split > .ks-text {
            padding-right: 37px
        }

            .btn.ks-split > .ks-text + .ks-icon {
                border-left: 1px solid rgba(0, 0, 0, .2);
                border-right: none;
                padding: 0;
                margin: 0
            }

        .btn.ks-split > .ks-split-content {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .btn.ks-no-text {
        width: 38px;
        padding: 0
    }

        .btn.ks-no-text > .ks-icon {
            margin: 0;
            position: static
        }

        .btn.ks-no-text[data-toggle=dropdown] {
            width: 58px;
            padding: 0 !important
        }

        .btn.ks-no-text.ks-no-arrow[data-toggle=dropdown] {
            width: 38px
        }

    .btn:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .btn.ks-icon-block {
        position: relative;
        height: 59px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

        .btn.ks-icon-block > .ks-icon {
            width: auto;
            height: auto;
            position: static;
            display: block;
            font-size: 21px;
            margin: 0;
            margin-top: 2px
        }

            .btn.ks-icon-block > .ks-icon + .ks-text {
                margin-top: 7px;
                margin-bottom: 5px;
                padding: 0
            }

        .btn.ks-icon-block > .ks-text {
            display: block
        }

        .btn.ks-icon-block > .ks-label {
            position: absolute;
            top: -8px;
            right: -8px
        }

.btn-group .btn {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .btn-group .btn.dropdown-toggle {
        padding-right: 40px
    }

        .btn-group .btn.dropdown-toggle:after {
            position: absolute;
            right: 11px;
            float: none;
            top: 50%;
            margin-top: -2px;
            height: 5px;
            line-height: 5px
        }

    .btn-group .btn + .btn.dropdown-toggle {
        padding-left: 21px;
        padding-right: 10px
    }

.btn-group .btn-primary.active,
.btn-group .btn-primary:active {
    background-color: #18415e;
    border-color: #18415e
}

.btn-group .btn-primary-outline.active,
.btn-group .btn-primary-outline.focus,
.btn-group .btn-primary-outline:active {
    background-color: #25628f;
    color: #fff
}

.btn-group .btn-primary-outline.ks-light {
    border: solid 1px #d7dceb
}

    .btn-group .btn-primary-outline.ks-light.ks-hover,
    .btn-group .btn-primary-outline.ks-light:hover {
        border: solid 1px #d7dceb
    }

    .btn-group .btn-primary-outline.ks-light.active,
    .btn-group .btn-primary-outline.ks-light.focus,
    .btn-group .btn-primary-outline.ks-light:active {
        background-color: #ebeef5;
        border: solid 1px #d7dceb;
        color: #18415e
    }

.btn-group.btn-group-icon .btn {
    padding: 9px 14px;
    font-size: 14px
}

.btn-group .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border: solid 1px #c4cbe1;
    margin: 4px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

    .btn-group .dropdown-menu .dropdown-item {
        color: #474747;
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px solid #c4cbe1
    }

        .btn-group .dropdown-menu .dropdown-item:hover {
            background-color: #ebeef5;
            color: #333
        }

        .btn-group .dropdown-menu .dropdown-item:last-child {
            border-bottom: none
        }

    .btn-group .dropdown-menu .dropdown-divider {
        display: none
    }

.btn-group.dropup .dropdown-toggle::after {
    border: none
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 0;
    padding-right: 10px
}

.btn-group.show > .btn-primary.dropdown-toggle {
    background-color: #1d4c6f;
    border-color: #1d4c6f;
    color: #fff
}

.btn-group.show > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #2e417b;
    border: solid 1px #2e417b
}

.btn-group.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #43a047;
    border-color: #43a047
}

.btn-group.show > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #24a35a;
    border: solid 1px #24a35a
}

.btn-group.show > .btn-info.dropdown-toggle {
    background-color: #14648f;
    border-color: #14648f
}

.btn-group.show > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #1b85bf;
    border: solid 1px #1b85bf
}

.btn-group.show > .btn-warning.dropdown-toggle {
    background-color: #857007;
    border-color: #857007
}

.btn-group.show > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #b19509;
    border: solid 1px #b19509
}

.btn-group.show > .btn-danger.dropdown-toggle {
    background-color: #bc4f3b;
    border-color: #bc4f3b;
    color: #fff
}

.btn-group.show > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #bc4f3b;
    border: solid 1px #bc4f3b
}

.input-group .input-group-addon.btn-primary {
    color: #fff;
    background-color: #25628f;
    border: solid 1px #25628f
}

.btn-default,
.btn-secondary {
    background: #fff;
    border: solid 1px #c2c2c2;
    color: #333
}

    .btn-default:focus,
    .btn-secondary:focus {
        background: #fff;
        border: solid 1px #c2c2c2
    }

    .btn-default:hover,
    .btn-secondary:hover {
        background: #ebebeb;
        border-color: #ebebeb
    }

    .btn-default:active,
    .btn-secondary:active {
        background: #d6d6d6;
        border-color: #d6d6d6
    }

.btn-secondary-outline {
    background: #fff;
    border: solid 1px #c2c2c2;
    color: #333
}

    .btn-secondary-outline:focus {
        border: solid 1px #c2c2c2
    }

    .btn-secondary-outline:hover {
        border-color: #adadad
    }

    .btn-secondary-outline:active {
        border-color: #858585
    }

    .btn-secondary-outline:disabled,
    .btn-secondary-outline:disabled:active,
    .btn-secondary-outline:disabled:hover {
        border-color: #c2c2c2;
        color: #858585
    }

    .btn-secondary-outline.ks-light {
        border: solid 1px #dedede
    }

        .btn-secondary-outline.ks-light:focus {
            border: solid 1px #ccc
        }

.btn-white-outline {
    background: 0 0;
    border: solid 1px #fff;
    color: #fff
}

    .btn-white-outline:focus {
        border: solid 1px #fff
    }

    .btn-white-outline:hover {
        border-color: #fff
    }

    .btn-white-outline:active {
        border-color: #fff
    }

    .btn-white-outline:disabled,
    .btn-white-outline:disabled:active,
    .btn-white-outline:disabled:hover {
        border-color: #fff;
        color: #fff;
        opacity: .8
    }

.btn-primary {
    background-color: #25628f;
    border: solid 1px #25628f
}

    .btn-primary:focus {
        color: #fff;
        background-color: #25628f;
        border-color: #25628f
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #1d4c6f;
        border-color: #1d4c6f
    }

    .btn-primary:active {
        color: #fff;
        background-color: #18415e;
        border-color: #18415e
    }

    .btn-primary:disabled,
    .btn-primary:disabled:active,
    .btn-primary:disabled:focus,
    .btn-primary:disabled:hover {
        background-color: #9fa8da;
        border-color: #9fa8da
    }

    .btn-primary.ks-light {
        border-color: #ebeef5;
        background-color: rgba(57, 81, 155, .1);
        color: #25628f
    }

        .btn-primary.ks-light:focus {
            background-color: rgba(57, 81, 155, .1);
            color: #25628f;
            border-color: #ebeef5
        }

        .btn-primary.ks-light:hover {
            background-color: #25628f;
            color: #fff;
            border-color: #25628f;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .btn-primary.ks-light:active {
            color: #fff;
            background-color: #18415e;
            border-color: #18415e
        }

        .btn-primary.ks-light:disabled,
        .btn-primary.ks-light:disabled:active,
        .btn-primary.ks-light:disabled:focus,
        .btn-primary.ks-light:disabled:hover {
            background-color: rgba(57, 81, 155, .1);
            color: rgba(58, 82, 155, .6);
            border-color: #ebeef5
        }

.btn-primary-outline {
    color: #25628f;
    border: solid 1px #25628f;
    background: #fff
}

    .btn-primary-outline:focus {
        color: #25628f;
        border: solid 1px #25628f
    }

    .btn-primary-outline:hover {
        color: #25628f;
        border: solid 1px #25628f
    }

    .btn-primary-outline:active {
        color: #18415e;
        border: solid 1px #18415e
    }

    .btn-primary-outline:disabled,
    .btn-primary-outline:disabled:active,
    .btn-primary-outline:disabled:focus,
    .btn-primary-outline:disabled:hover {
        background-color: transparent;
        color: rgba(58, 82, 155, .6);
        border: solid 1px #c4cbe1
    }

    .btn-primary-outline.ks-split > .ks-icon {
        border-right: 1px solid #25628f
    }

    .btn-primary-outline.ks-split > .ks-text + .ks-icon {
        border-left: 1px solid #25628f
    }

    .btn-primary-outline.ks-light {
        color: #25628f;
        border: solid 1px #c4cbe1;
        background: #fff
    }

        .btn-primary-outline.ks-light .ks-btn-text-lighter {
            color: #a5b4d5
        }

        .btn-primary-outline.ks-light:focus {
            color: #25628f;
            border: solid 1px #c4cbe1
        }

        .btn-primary-outline.ks-light:hover {
            border-color: #b0b9d7;
            color: #1d4c6f
        }

        .btn-primary-outline.ks-light:active {
            border: 1px solid #8897c3;
            color: #18415e
        }

        .btn-primary-outline.ks-light:disabled,
        .btn-primary-outline.ks-light:disabled:active,
        .btn-primary-outline.ks-light:disabled:focus,
        .btn-primary-outline.ks-light:disabled:hover {
            background-color: transparent;
            border: solid 1px #c4cbe1;
            color: rgba(58, 82, 155, .6)
        }

        .btn-primary-outline.ks-light.ks-split > .ks-text + .ks-split-content {
            border-left: 1px solid rgba(57, 81, 155, .3)
        }

    .btn-primary-outline.ks-solid {
        color: #25628f;
        border: solid 1px #25628f;
        background: #fff
    }

        .btn-primary-outline.ks-solid:focus {
            background-color: transparent;
            color: #25628f;
            border: solid 1px #25628f
        }

        .btn-primary-outline.ks-solid:hover {
            background-color: #25628f;
            color: #fff;
            border: solid 1px #25628f
        }

        .btn-primary-outline.ks-solid:active {
            color: #fff;
            background-color: #18415e;
            border: solid 1px #18415e
        }

        .btn-primary-outline.ks-solid:disabled,
        .btn-primary-outline.ks-solid:disabled:active,
        .btn-primary-outline.ks-solid:disabled:focus,
        .btn-primary-outline.ks-solid:disabled:hover {
            background-color: transparent;
            color: rgba(58, 82, 155, .6);
            border: solid 1px rgba(57, 81, 155, .3)
        }

        .btn-primary-outline.ks-solid.ks-split > .ks-icon {
            border-right: 1px solid #2e417b
        }

        .btn-primary-outline.ks-solid.ks-split > .ks-text + .ks-icon {
            border-left: 1px solid #2e417b
        }

        .btn-primary-outline.ks-solid.ks-light {
            color: #25628f;
            border: solid 1px #c4cbe1
        }

            .btn-primary-outline.ks-solid.ks-light .ks-btn-text-lighter {
                color: #a5b4d5
            }

            .btn-primary-outline.ks-solid.ks-light:focus {
                background-color: transparent;
                color: #25628f;
                border: solid 1px #c4cbe1
            }

            .btn-primary-outline.ks-solid.ks-light:hover {
                background-color: #ebeef5;
                border-color: #ebeef5;
                color: #25628f
            }

            .btn-primary-outline.ks-solid.ks-light:active {
                background-color: #d7dceb;
                border: 1px solid #d7dceb;
                color: #25628f
            }

            .btn-primary-outline.ks-solid.ks-light:disabled,
            .btn-primary-outline.ks-solid.ks-light:disabled:active,
            .btn-primary-outline.ks-solid.ks-light:disabled:focus,
            .btn-primary-outline.ks-solid.ks-light:disabled:hover {
                background-color: transparent;
                border: solid 1px #c4cbe1;
                color: rgba(58, 82, 155, .6)
            }

            .btn-primary-outline.ks-solid.ks-light.ks-split > .ks-text + .ks-split-content {
                border-left: 1px solid #c4cbe1
            }

.btn-success {
    background-color: #4caf50;
    border: solid 1px #4caf50
}

    .btn-success:focus {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50
    }

    .btn-success:hover {
        color: #fff;
        background-color: #43a047;
        border-color: #43a047
    }

    .btn-success:active {
        color: #fff;
        background-color: #388e3c;
        border-color: #388e3c
    }

    .btn-success:disabled,
    .btn-success:disabled:active,
    .btn-success:disabled:focus,
    .btn-success:disabled:hover {
        background-color: #81c784;
        border-color: #81c784
    }

    .btn-success.ks-light {
        background-color: #eafaf1;
        color: #4caf50;
        border: solid 1px #eafaf1
    }

        .btn-success.ks-light:focus {
            background-color: #eafaf1;
            color: #4caf50;
            border-color: #eafaf1
        }

        .btn-success.ks-light:hover {
            background-color: #43a047;
            border-color: #43a047;
            color: #fff
        }

        .btn-success.ks-light:active {
            color: #fff;
            background-color: #388e3c;
            border-color: #388e3c
        }

        .btn-success.ks-light:disabled,
        .btn-success.ks-light:disabled:active,
        .btn-success.ks-light:disabled:focus,
        .btn-success.ks-light:disabled:hover {
            background-color: #eafaf1;
            border-color: #eafaf1;
            color: #82e0aa
        }

.btn-success-outline {
    color: #4caf50;
    border: solid 1px #4caf50;
    background: #fff
}

    .btn-success-outline:focus {
        color: #4caf50;
        border: solid 1px #4caf50
    }

    .btn-success-outline:hover {
        color: #24a35a;
        border: solid 1px #24a35a
    }

    .btn-success-outline:active {
        color: #1b7a43;
        border: solid 1px #1b7a43
    }

    .btn-success-outline:disabled,
    .btn-success-outline:disabled:active,
    .btn-success-outline:disabled:focus,
    .btn-success-outline:disabled:hover {
        background-color: transparent;
        color: #82e0aa;
        border: solid 1px #c0f0d4
    }

    .btn-success-outline.ks-light {
        color: #4caf50;
        border: solid 1px #c0f0d4
    }

        .btn-success-outline.ks-light:focus {
            color: #4caf50;
            border: solid 1px #c0f0d4
        }

        .btn-success-outline.ks-light:hover {
            color: #24a35a;
            border-color: #abebc6
        }

        .btn-success-outline.ks-light:active {
            border: 1px solid #82e0aa;
            color: #1b7a43
        }

        .btn-success-outline.ks-light:disabled,
        .btn-success-outline.ks-light:disabled:active,
        .btn-success-outline.ks-light:disabled:focus,
        .btn-success-outline.ks-light:disabled:hover {
            background-color: transparent;
            border: solid 1px #c0f0d4;
            color: #82e0aa
        }

    .btn-success-outline.ks-solid {
        color: #4caf50;
        border: solid 1px #4caf50;
        background: #fff
    }

        .btn-success-outline.ks-solid:focus {
            background-color: transparent;
            color: #4caf50;
            border: solid 1px #4caf50
        }

        .btn-success-outline.ks-solid:hover {
            background-color: #4caf50;
            color: #fff;
            border: solid 1px #4caf50
        }

        .btn-success-outline.ks-solid:active {
            color: #fff;
            background-color: #24a35a;
            border: solid 1px #24a35a
        }

        .btn-success-outline.ks-solid:disabled,
        .btn-success-outline.ks-solid:disabled:active,
        .btn-success-outline.ks-solid:disabled:focus,
        .btn-success-outline.ks-solid:disabled:hover {
            background-color: transparent;
            color: #82e0aa;
            border: solid 1px #c0f0d4
        }

        .btn-success-outline.ks-solid.ks-light {
            color: #4caf50;
            border: solid 1px #c0f0d4
        }

            .btn-success-outline.ks-solid.ks-light:focus {
                background-color: transparent;
                color: #4caf50;
                border: solid 1px #c0f0d4
            }

            .btn-success-outline.ks-solid.ks-light:hover {
                background-color: #eafaf1;
                border-color: #eafaf1;
                color: #4caf50
            }

            .btn-success-outline.ks-solid.ks-light:active {
                background-color: #d5f5e3;
                border: 1px solid #d5f5e3;
                color: #4caf50
            }

            .btn-success-outline.ks-solid.ks-light:disabled,
            .btn-success-outline.ks-solid.ks-light:disabled:active,
            .btn-success-outline.ks-solid.ks-light:disabled:focus,
            .btn-success-outline.ks-solid.ks-light:disabled:hover {
                background-color: transparent;
                border: solid 1px #c0f0d4;
                color: #82e0aa
            }

.btn-info {
    background-color: #42a5f5;
    border: solid 1px #42a5f5
}

    .btn-info:focus {
        color: #fff;
        background-color: #42a5f5;
        border-color: #42a5f5
    }

    .btn-info:hover {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3
    }

    .btn-info:active {
        color: #fff;
        background-color: #1e88e5;
        border-color: #1e88e5
    }

    .btn-info:disabled,
    .btn-info:disabled:active,
    .btn-info:disabled:focus,
    .btn-info:disabled:hover {
        background-color: #64b5f6;
        border-color: #64b5f6
    }

    .btn-info.ks-light {
        background-color: #e9f6fe;
        color: #42a5f5;
        border: solid 1px #e9f6fe
    }

        .btn-info.ks-light:focus {
            background-color: rgba(33, 166, 240, .1);
            color: #42a5f5;
            border-color: #e9f6fe
        }

        .btn-info.ks-light:hover {
            background-color: #42a5f5;
            color: #fff;
            border-color: #42a5f5
        }

        .btn-info.ks-light:active {
            background-color: #1e88e5;
            color: #fff;
            border-color: #1e88e5
        }

        .btn-info.ks-light:disabled,
        .btn-info.ks-light:disabled:active,
        .btn-info.ks-light:disabled:focus,
        .btn-info.ks-light:disabled:hover {
            background-color: #e9f6fe;
            color: #7acaf6;
            border-color: #e9f6fe
        }

.btn-info-outline {
    color: #42a5f5;
    border: solid 1px #42a5f5;
    background: #fff
}

    .btn-info-outline:focus {
        color: #42a5f5;
        border: solid 1px #42a5f5
    }

    .btn-info-outline:hover {
        color: #2196f3;
        border: solid 1px #2196f3
    }

    .btn-info-outline:active {
        color: #1e88e5;
        border: solid 1px #1e88e5
    }

    .btn-info-outline:disabled,
    .btn-info-outline:disabled:active,
    .btn-info-outline:disabled:focus,
    .btn-info-outline:disabled:hover {
        color: #90caf9;
        border: solid 1px #90caf9
    }

    .btn-info-outline.ks-light {
        color: #42a5f5;
        border: solid 1px #bce4fb
    }

        .btn-info-outline.ks-light:focus {
            color: #42a5f5;
            border: solid 1px #bce4fb
        }

        .btn-info-outline.ks-light:hover {
            border-color: #a6dbf9;
            color: #1e88e5
        }

        .btn-info-outline.ks-light:active {
            border: 1px solid #7acaf6;
            color: #1e88e5
        }

        .btn-info-outline.ks-light:disabled,
        .btn-info-outline.ks-light:disabled:active,
        .btn-info-outline.ks-light:disabled:focus,
        .btn-info-outline.ks-light:disabled:hover {
            background-color: transparent;
            border: solid 1px #bce4fb;
            color: #7acaf6
        }

    .btn-info-outline.ks-solid {
        color: #42a5f5;
        border: solid 1px #42a5f5;
        background: #fff
    }

        .btn-info-outline.ks-solid:focus {
            background-color: transparent;
            color: #42a5f5;
            border: solid 1px #42a5f5
        }

        .btn-info-outline.ks-solid:hover {
            background-color: #42a5f5;
            color: #fff;
            border: solid 1px #42a5f5
        }

        .btn-info-outline.ks-solid:active {
            color: #fff;
            background-color: #1e88e5;
            border: solid 1px #1e88e5
        }

        .btn-info-outline.ks-solid:disabled,
        .btn-info-outline.ks-solid:disabled:active,
        .btn-info-outline.ks-solid:disabled:focus,
        .btn-info-outline.ks-solid:disabled:hover {
            background-color: transparent;
            color: rgba(34, 167, 240, .6);
            border: solid 1px rgba(33, 166, 240, .3)
        }

        .btn-info-outline.ks-solid.ks-light {
            color: #42a5f5;
            border: solid 1px rgba(33, 166, 240, .3)
        }

            .btn-info-outline.ks-solid.ks-light:focus {
                background-color: transparent;
                color: #42a5f5;
                border: solid 1px rgba(33, 166, 240, .3)
            }

            .btn-info-outline.ks-solid.ks-light:hover {
                background-color: rgba(33, 166, 240, .1);
                border-color: #e9f6fe;
                color: #42a5f5
            }

            .btn-info-outline.ks-solid.ks-light:active {
                background-color: rgba(33, 166, 240, .2);
                border: 1px solid #d3edfc;
                color: #42a5f5
            }

            .btn-info-outline.ks-solid.ks-light:disabled,
            .btn-info-outline.ks-solid.ks-light:disabled:active,
            .btn-info-outline.ks-solid.ks-light:disabled:focus,
            .btn-info-outline.ks-solid.ks-light:disabled:hover {
                background-color: transparent;
                border: solid 1px rgba(33, 166, 240, .3);
                color: rgba(34, 167, 240, .6)
            }

.btn-warning {
    background: #ffb300;
    border: solid 1px #ffb300
}

    .btn-warning:focus {
        color: #fff;
        background: #ffb300;
        border-color: #ffb300
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ffa000;
        border-color: #ffa000
    }

    .btn-warning:active {
        background-color: #ff8f00;
        border-color: #ff8f00
    }

    .btn-warning:disabled,
    .btn-warning:disabled:active,
    .btn-warning:disabled:focus,
    .btn-warning:disabled:hover {
        background-color: #ffd54f;
        border-color: #ffd54f
    }

    .btn-warning.ks-light {
        background-color: #fcf8e7;
        color: #ffb300;
        border: solid 1px #fcf8e7
    }

        .btn-warning.ks-light:focus {
            background-color: #fcf8e7;
            color: #ffb300;
            border-color: #fcf8e7
        }

        .btn-warning.ks-light:hover {
            background-color: #ffb300;
            border-color: #ffb300;
            color: #fff
        }

        .btn-warning.ks-light:active {
            background-color: #ff8f00;
            border-color: #ff8f00;
            color: #fff
        }

        .btn-warning.ks-light:disabled,
        .btn-warning.ks-light:disabled:active,
        .btn-warning.ks-light:disabled:focus,
        .btn-warning.ks-light:disabled:hover {
            background-color: #fcf8e7;
            border-color: #fcf8e7;
            color: #ebd66d
        }

.btn-warning-outline {
    color: #ffb300;
    border: solid 1px #ffb300;
    background: #fff
}

    .btn-warning-outline:focus {
        color: #ffb300;
        border: solid 1px #ffb300
    }

    .btn-warning-outline:hover {
        color: #ffa000;
        border: solid 1px #ffa000
    }

    .btn-warning-outline:active {
        color: #ff8f00;
        border: solid 1px #ff8f00
    }

    .btn-warning-outline:disabled,
    .btn-warning-outline:disabled:active,
    .btn-warning-outline:disabled:focus,
    .btn-warning-outline:disabled:hover {
        color: #ffd54f;
        border: solid 1px #ffd54f
    }

    .btn-warning-outline.ks-light {
        color: #ffb300;
        border: solid 1px #f5ebb6
    }

        .btn-warning-outline.ks-light:focus {
            color: #ffb300;
            border: solid 1px #f5ebb6
        }

        .btn-warning-outline.ks-light:hover {
            border-color: #f2e49e;
            color: #ff8f00
        }

        .btn-warning-outline.ks-light:active {
            border: 1px solid #ebd66d;
            color: #ff8f00
        }

        .btn-warning-outline.ks-light:disabled,
        .btn-warning-outline.ks-light:disabled:active,
        .btn-warning-outline.ks-light:disabled:focus,
        .btn-warning-outline.ks-light:disabled:hover {
            border: solid 1px #f5ebb6;
            color: #ebd66d
        }

    .btn-warning-outline.ks-solid {
        color: #ffb300;
        border: solid 1px #ffb300;
        background: #fff
    }

        .btn-warning-outline.ks-solid:focus {
            background-color: transparent;
            color: #ffb300;
            border: solid 1px #ffb300
        }

        .btn-warning-outline.ks-solid:hover {
            background-color: #ffb300;
            color: #fff;
            border: solid 1px #ffb300
        }

        .btn-warning-outline.ks-solid:active {
            color: #fff;
            background-color: #ff8f00;
            border: solid 1px #ff8f00
        }

        .btn-warning-outline.ks-solid:disabled,
        .btn-warning-outline.ks-solid:disabled:active,
        .btn-warning-outline.ks-solid:disabled:focus,
        .btn-warning-outline.ks-solid:disabled:hover {
            background-color: transparent;
            color: #ebd66d;
            border: solid 1px #f5ebb6
        }

        .btn-warning-outline.ks-solid.ks-light {
            color: #ffb300;
            border: solid 1px #f5ebb6
        }

            .btn-warning-outline.ks-solid.ks-light:focus {
                background-color: transparent;
                color: #ffb300;
                border: solid 1px #f5ebb6
            }

            .btn-warning-outline.ks-solid.ks-light:hover {
                background-color: #fcf8e7;
                border-color: #fcf8e7;
                color: #ffb300
            }

            .btn-warning-outline.ks-solid.ks-light:active {
                background-color: #f8f1ce;
                border: 1px solid #f8f1ce;
                color: #ffb300
            }

            .btn-warning-outline.ks-solid.ks-light:disabled,
            .btn-warning-outline.ks-solid.ks-light:disabled:active,
            .btn-warning-outline.ks-solid.ks-light:disabled:focus,
            .btn-warning-outline.ks-solid.ks-light:disabled:hover {
                background-color: transparent;
                border: solid 1px #f5ebb6;
                color: #ebd66d
            }

.btn-danger {
    background: #ef5350;
    border: solid 1px #ef5350
}

    .btn-danger:focus {
        color: #fff;
        background: #ef5350;
        border-color: #ef5350
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336
    }

    .btn-danger:active {
        color: #fff;
        background-color: #e53935;
        border-color: #e53935
    }

    .btn-danger:disabled,
    .btn-danger:disabled:active,
    .btn-danger:disabled:focus,
    .btn-danger:disabled:hover {
        background-color: #ef9a9a;
        border-color: #ef9a9a
    }

    .btn-danger.ks-light {
        background-color: #fdf0ed;
        color: #ef5350;
        border: 1px solid #fdf0ed
    }

        .btn-danger.ks-light:focus {
            background-color: #fdf0ed;
            border-color: #fdf0ed;
            color: #ef5350
        }

        .btn-danger.ks-light:hover {
            background-color: #ef5350;
            border-color: #ef5350;
            color: #fff
        }

        .btn-danger.ks-light:active {
            background-color: #e53935;
            border-color: #e53935;
            color: #fff
        }

        .btn-danger.ks-light:disabled,
        .btn-danger.ks-light:disabled:active,
        .btn-danger.ks-light:disabled:focus,
        .btn-danger.ks-light:disabled:hover {
            background-color: #fdf0ed;
            color: #f4a293;
            border-color: #fdf0ed
        }

.btn-danger-outline {
    color: #ef5350;
    border: solid 1px #ef5350;
    background: #fff
}

    .btn-danger-outline:focus {
        color: #ef5350;
        border: solid 1px #ef5350
    }

    .btn-danger-outline:hover {
        color: #f44336;
        border: solid 1px #f44336
    }

    .btn-danger-outline:active {
        color: #e53935;
        border: solid 1px #e53935
    }

    .btn-danger-outline:disabled,
    .btn-danger-outline:disabled:active,
    .btn-danger-outline:disabled:focus,
    .btn-danger-outline:disabled:hover {
        color: #ef9a9a;
        border: solid 1px #ef9a9a
    }

    .btn-danger-outline.ks-light {
        color: #ef5350;
        border: solid 1px #f9d1c9
    }

        .btn-danger-outline.ks-light:focus {
            color: #ef5350;
            border: solid 1px #f9d1c9
        }

        .btn-danger-outline.ks-light:hover {
            color: #bc503c;
            border-color: #f7c1b7
        }

        .btn-danger-outline.ks-light:active {
            color: #e53935;
            border: 1px solid #f4a293
        }

        .btn-danger-outline.ks-light:disabled,
        .btn-danger-outline.ks-light:disabled:active,
        .btn-danger-outline.ks-light:disabled:focus,
        .btn-danger-outline.ks-light:disabled:hover {
            border: solid 1px #f9d1c9;
            color: #f4a293
        }

    .btn-danger-outline.ks-solid {
        color: #ef5350;
        border: solid 1px #ef5350;
        background: #fff
    }

        .btn-danger-outline.ks-solid:focus {
            background-color: transparent;
            color: #ef5350;
            border: solid 1px #ef5350
        }

        .btn-danger-outline.ks-solid:hover {
            background-color: #ef5350;
            color: #fff;
            border: solid 1px #ef5350
        }

        .btn-danger-outline.ks-solid:active {
            color: #fff;
            background-color: #bc4f3b;
            border: solid 1px #bc4f3b
        }

        .btn-danger-outline.ks-solid:disabled,
        .btn-danger-outline.ks-solid:disabled:active,
        .btn-danger-outline.ks-solid:disabled:focus,
        .btn-danger-outline.ks-solid:disabled:hover {
            background-color: transparent;
            color: rgba(236, 100, 75, .6);
            border: solid 1px rgba(236, 100, 75, .3)
        }

        .btn-danger-outline.ks-solid.ks-light {
            color: #ef5350;
            border: solid 1px rgba(236, 100, 75, .3)
        }

            .btn-danger-outline.ks-solid.ks-light:focus {
                background-color: transparent;
                color: #ef5350;
                border: solid 1px rgba(236, 100, 75, .3)
            }

            .btn-danger-outline.ks-solid.ks-light:hover {
                background-color: rgba(236, 100, 75, .1);
                border-color: #fdf0eb
            }

            .btn-danger-outline.ks-solid.ks-light:active {
                background-color: rgba(236, 100, 75, .2);
                border: 1px solid #fbe0d7
            }

            .btn-danger-outline.ks-solid.ks-light:disabled,
            .btn-danger-outline.ks-solid.ks-light:disabled:active,
            .btn-danger-outline.ks-solid.ks-light:disabled:focus,
            .btn-danger-outline.ks-solid.ks-light:disabled:hover {
                background-color: transparent;
                border: solid 1px rgba(236, 100, 75, .3);
                color: rgba(236, 100, 75, .6)
            }

.btn-dark-tan {
    background: #6f0b19;
    border: solid 1px #6f0b19;
    color: #fff
}

    .btn-dark-tan:focus {
        color: #fff;
        background: #6f0b19;
        border: solid 1px #6f0b19
    }

    .btn-dark-tan:hover {
        color: #fff;
        background: #580814;
        border-color: #580814
    }

    .btn-dark-tan:active {
        color: #fff;
        background: #42060f;
        border-color: #42060f
    }

    .btn-dark-tan:disabled,
    .btn-dark-tan:disabled:active,
    .btn-dark-tan:disabled:focus,
    .btn-dark-tan:disabled:hover {
        background-color: #8b3b47;
        border-color: #8b3b47;
        color: rgba(255, 255, 255, .6)
    }

.btn-persian-green {
    background: #00ac93;
    border: solid 1px #00ac93;
    color: #fff
}

    .btn-persian-green:focus {
        color: #fff;
        background: #00ac93;
        border: solid 1px #00ac93
    }

    .btn-persian-green:hover {
        color: #fff;
        background: #008975;
        border-color: #008975
    }

    .btn-persian-green:active {
        color: #fff;
        background: #006758;
        border-color: #006758
    }

    .btn-persian-green:disabled,
    .btn-persian-green:disabled:active,
    .btn-persian-green:disabled:focus,
    .btn-persian-green:disabled:hover {
        background-color: #33bca8;
        border-color: #33bca8;
        color: rgba(255, 255, 255, .6)
    }

.btn-royal-blue {
    background: #466bde;
    border: solid 1px #466bde;
    color: #fff
}

    .btn-royal-blue:focus {
        color: #fff;
        background: #466bde;
        border: solid 1px #466bde
    }

    .btn-royal-blue:hover {
        color: #fff;
        background: #3855b1;
        border-color: #3855b1
    }

    .btn-royal-blue:active {
        color: #fff;
        background: #2a4085;
        border-color: #2a4085
    }

    .btn-royal-blue:disabled,
    .btn-royal-blue:disabled:active,
    .btn-royal-blue:disabled:focus,
    .btn-royal-blue:disabled:hover {
        background-color: #6b88e4;
        border-color: #6b88e4;
        color: rgba(255, 255, 255, .6)
    }

.btn-crusta {
    background: #ff8832;
    border: solid 1px #ff8832;
    color: #fff
}

    .btn-crusta:focus {
        color: #fff;
        background: #ff8832;
        border: solid 1px #ff8832
    }

    .btn-crusta:hover {
        color: #fff;
        background: #cc6c28;
        border-color: #cc6c28
    }

    .btn-crusta:active {
        color: #fff;
        background: #99511e;
        border-color: #99511e
    }

    .btn-crusta:disabled,
    .btn-crusta:disabled:active,
    .btn-crusta:disabled:focus,
    .btn-crusta:disabled:hover {
        background-color: #ff9f5b;
        border-color: #ff9f5b;
        color: rgba(255, 255, 255, .6)
    }

.btn-medium-purple {
    background: #994dd8;
    border: solid 1px #994dd8;
    color: #fff
}

    .btn-medium-purple:focus {
        color: #fff;
        background: #994dd8;
        border: solid 1px #994dd8
    }

    .btn-medium-purple:hover {
        color: #fff;
        background: #7a3dac;
        border-color: #7a3dac
    }

    .btn-medium-purple:active {
        color: #fff;
        background: #5b2e81;
        border-color: #5b2e81
    }

    .btn-medium-purple:disabled,
    .btn-medium-purple:disabled:active,
    .btn-medium-purple:disabled:focus,
    .btn-medium-purple:disabled:hover {
        background-color: #ad70df;
        border-color: #ad70df;
        color: rgba(255, 255, 255, .6)
    }

.btn-cerise-red {
    background: #e43e59;
    border: solid 1px #e43e59;
    color: #fff
}

    .btn-cerise-red:focus {
        color: #fff;
        background: #e43e59;
        border: solid 1px #e43e59
    }

    .btn-cerise-red:hover {
        color: #fff;
        background: #b63147;
        border-color: #b63147
    }

    .btn-cerise-red:active {
        color: #fff;
        background: #882535;
        border-color: #882535
    }

    .btn-cerise-red:disabled,
    .btn-cerise-red:disabled:active,
    .btn-cerise-red:disabled:focus,
    .btn-cerise-red:disabled:hover {
        background-color: #e9647a;
        border-color: #e9647a;
        color: rgba(255, 255, 255, .6)
    }

.btn-fuchsia-pink {
    background: #d149cc;
    border: solid 1px #d149cc;
    color: #fff
}

    .btn-fuchsia-pink:focus {
        color: #fff;
        background: #d149cc;
        border: solid 1px #d149cc
    }

    .btn-fuchsia-pink:hover {
        color: #fff;
        background: #a73aa3;
        border-color: #a73aa3
    }

    .btn-fuchsia-pink:active {
        color: #fff;
        background: #7d2b7a;
        border-color: #7d2b7a
    }

    .btn-fuchsia-pink:disabled,
    .btn-fuchsia-pink:disabled:active,
    .btn-fuchsia-pink:disabled:focus,
    .btn-fuchsia-pink:disabled:hover {
        background-color: #da6dd6;
        border-color: #da6dd6;
        color: rgba(255, 255, 255, .6)
    }

.btn.ks-bg-none {
    background-color: transparent
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #333
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

video {
    max-width: 100%;
    height: auto
}

a,
button,
label {
    outline: 0 !important
}

    a:focus,
    a:hover {
        text-decoration: none
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #333
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.container-fluid > h1:first-child,
.container-fluid > h2:first-child,
.container-fluid > h3:first-child,
.container-fluid > h4:first-child,
.container-fluid > h5:first-child,
.container-fluid > h6:first-child,
[class*=col-] > h1:first-child,
[class*=col-] > h2:first-child,
[class*=col-] > h3:first-child,
[class*=col-] > h4:first-child,
[class*=col-] > h5:first-child,
[class*=col-] > h6:first-child {
    margin-top: 0
}

.ks-bold,
b {
    font-weight: 500
}

.ks-content h1,
.ks-content h2,
.ks-content h3,
.ks-content h4,
.ks-content h5,
.ks-content h6 {
    margin-top: 10px;
    margin-bottom: 20px
}

p.ks-lead {
    font-size: 18px
}

mark {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(247, 202, 24, .3);
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block
}

a {
    color: #25628f
}

    a.hover,
    a:hover {
        color: #25628f;
        text-decoration: none
    }

code {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fdf0ed;
    color: #ef5350;
    position: relative;
    top: -1px
}

.blockquote {
    font-size: 17px;
    padding: .3rem 1rem;
    border-left-color: #8897c3
}

    .blockquote .blockquote-footer {
        font-size: 13px;
        color: #999
    }

iframe {
    border: none
}

.ks-color-primary {
    color: #25628f
}

.ks-bg-primary {
    background: #25628f
}

.ks-color-success {
    color: #4caf50 !important
}

.ks-color-info {
    color: #42a5f5 !important
}

.ks-color-warning {
    color: #ffb300 !important
}

.ks-color-danger {
    color: #ef5350 !important
}

.ks-color-pink {
    color: rgba(209, 73, 208, .6) !important
}

.ks-color-purple {
    color: #cb48bb !important
}

.ks-bg-purple {
    background: #cb48bb !important
}

.ks-color-brown {
    color: #a26363 !important
}

.ks-color-gray,
.text-gray {
    color: rgba(51, 51, 51, .6) !important
}

.ks-text-bold {
    font-weight: 500
}

.ks-text-center {
    text-align: center
}

.ks-text-right {
    text-align: right
}

.ks-text-no-wrap {
    white-space: nowrap
}

.ks-text-light {
    color: #858585 !important
}

pre[class*=language-] {
    margin: 0;
    text-shadow: none
}

    pre[class*=language-] > code {
        font-size: 14px;
        text-shadow: none
    }

        pre[class*=language-] > code .tag {
            font-size: 14px;
            font-weight: 400;
            padding: 0
        }

    pre[class*=language-] + div,
    pre[class*=language-] + p {
        margin-top: 15px
    }

    pre[class*=language-] + h1,
    pre[class*=language-] + h2,
    pre[class*=language-] + h3,
    pre[class*=language-] + h4,
    pre[class*=language-] + h5,
    pre[class*=language-] + h6 {
        margin-top: 20px
    }

.ks-code-block {
    margin-top: 15px
}

.row + h1,
.row + h2,
.row + h3,
.row + h4,
.row + h5,
.row + h6 {
    margin-top: 30px
}

.card + h4 {
    margin-top: 20px
}

.d-flex.align-items-center h1,
.d-flex.align-items-center h2,
.d-flex.align-items-center h3,
.d-flex.align-items-center h4,
.d-flex.align-items-center h5,
.d-flex.align-items-center h6 {
    margin: 0
}

.bg-white {
    background-color: #fff !important
}

.bg-primary {
    background-color: #25628f !important
}

.bg-success {
    background-color: #4caf50 !important
}

.bg-info {
    background-color: #42a5f5 !important
}

.bg-danger {
    background-color: #ef5350 !important
}

.bg-warning {
    background-color: #ffb300 !important
}

.bg-cranberry {
    background-color: #df538b !important
}

.ks-panel,
.panel {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dee0e1;
    background: #fff
}

    .ks-panel .card-header,
    .ks-panel .panel-heading,
    .panel .card-header,
    .panel .panel-heading {
        padding: 16px 20px;
        font-weight: 500;
        background: 0 0;
        border-bottom: solid 1px #dee0e1;
        margin: 0;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        font-size: 14px
    }

        .ks-panel .card-header + .card-block,
        .ks-panel .card-header + .panel-body,
        .ks-panel .panel-heading + .card-block,
        .ks-panel .panel-heading + .panel-body,
        .panel .card-header + .card-block,
        .panel .card-header + .panel-body,
        .panel .panel-heading + .card-block,
        .panel .panel-heading + .panel-body {
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0
        }

        .ks-panel .card-header > .ks-controls,
        .ks-panel .panel-heading > .ks-controls,
        .panel .card-header > .ks-controls,
        .panel .panel-heading > .ks-controls {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            margin-left: 10px;
            margin-top: -4px;
            position: relative;
            top: 3px
        }

            .ks-panel .card-header > .ks-controls > .ks-control,
            .ks-panel .panel-heading > .ks-controls > .ks-control,
            .panel .card-header > .ks-controls > .ks-control,
            .panel .panel-heading > .ks-controls > .ks-control {
                color: #b5beda;
                margin-right: 5px
            }

                .ks-panel .card-header > .ks-controls > .ks-control > .ks-icon,
                .ks-panel .panel-heading > .ks-controls > .ks-control > .ks-icon,
                .panel .card-header > .ks-controls > .ks-control > .ks-icon,
                .panel .panel-heading > .ks-controls > .ks-control > .ks-icon {
                    font-size: 17px;
                    line-height: 17px;
                    font-weight: 400
                }

                .ks-panel .card-header > .ks-controls > .ks-control + .ks-control,
                .ks-panel .panel-heading > .ks-controls > .ks-control + .ks-control,
                .panel .card-header > .ks-controls > .ks-control + .ks-control,
                .panel .panel-heading > .ks-controls > .ks-control + .ks-control {
                    margin-left: 5px
                }

                .ks-panel .card-header > .ks-controls > .ks-control:hover,
                .ks-panel .panel-heading > .ks-controls > .ks-control:hover,
                .panel .card-header > .ks-controls > .ks-control:hover,
                .panel .panel-heading > .ks-controls > .ks-control:hover {
                    color: #93a1c9
                }

                .ks-panel .card-header > .ks-controls > .ks-control:last-child,
                .ks-panel .panel-heading > .ks-controls > .ks-control:last-child,
                .panel .card-header > .ks-controls > .ks-control:last-child,
                .panel .panel-heading > .ks-controls > .ks-control:last-child {
                    margin-right: 0
                }

    .ks-panel .card-block,
    .ks-panel .panel-body,
    .panel .card-block,
    .panel .panel-body {
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px
    }

        .ks-panel .card-block h1,
        .ks-panel .card-block h2,
        .ks-panel .card-block h3,
        .ks-panel .card-block h4,
        .ks-panel .card-block h5,
        .ks-panel .card-block h6,
        .ks-panel .panel-body h1,
        .ks-panel .panel-body h2,
        .ks-panel .panel-body h3,
        .ks-panel .panel-body h4,
        .ks-panel .panel-body h5,
        .ks-panel .panel-body h6,
        .panel .card-block h1,
        .panel .card-block h2,
        .panel .card-block h3,
        .panel .card-block h4,
        .panel .card-block h5,
        .panel .card-block h6,
        .panel .panel-body h1,
        .panel .panel-body h2,
        .panel .panel-body h3,
        .panel .panel-body h4,
        .panel .panel-body h5,
        .panel .panel-body h6 {
            margin-top: 0;
            margin-bottom: 10px
        }

        .ks-panel .card-block .panel-separator,
        .ks-panel .panel-body .panel-separator,
        .panel .card-block .panel-separator,
        .panel .panel-body .panel-separator {
            background: #c4cbe1;
            height: 1px;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: -20px;
            margin-right: -20px
        }

    .ks-panel .panel-body,
    .panel .panel-body {
        padding: 1.25rem
    }

    .ks-panel.ks-solid.panel-default > .card-header,
    .ks-panel.ks-solid > .card-header,
    .panel.ks-solid.panel-default > .card-header,
    .panel.ks-solid > .card-header {
        border-bottom: none;
        padding: 30px 30px;
        background: 0 0
    }

        .ks-panel.ks-solid.panel-default > .card-header + .card-block,
        .ks-panel.ks-solid > .card-header + .card-block,
        .panel.ks-solid.panel-default > .card-header + .card-block,
        .panel.ks-solid > .card-header + .card-block {
            padding-top: 0
        }

    .ks-panel.ks-solid.panel-default > .card-block,
    .ks-panel.ks-solid > .card-block,
    .panel.ks-solid.panel-default > .card-block,
    .panel.ks-solid > .card-block {
        padding: 30px 30px 30px 30px;
        background: 0 0
    }

    .ks-panel.ks-solid.ks-bg-light-gray,
    .ks-panel.ks-solid.panel-default.ks-bg-light-gray,
    .panel.ks-solid.ks-bg-light-gray,
    .panel.ks-solid.panel-default.ks-bg-light-gray {
        background-color: rgba(57, 80, 155, .05)
    }

    .ks-panel.ks-information .card-header,
    .panel.ks-information .card-header {
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .ks-panel.ks-information .card-header:after,
        .panel.ks-information .card-header:after {
            display: none
        }

    .ks-panel.ks-information .card-block,
    .panel.ks-information .card-block {
        padding: 30px
    }

    .ks-panel.ks-simple,
    .panel.ks-simple {
        position: relative
    }

        .ks-panel.ks-simple > .ks-close,
        .panel.ks-simple > .ks-close {
            color: rgba(58, 82, 155, .4);
            font-size: 16px;
            position: absolute;
            right: 20px;
            top: 10px
        }

        .ks-panel.ks-simple > .card-block,
        .panel.ks-simple > .card-block {
            padding: 30px
        }

    .ks-panel.panel-default,
    .panel.panel-default {
        border: solid 1px #dee0e1
    }

        .ks-panel.panel-default .card-header,
        .ks-panel.panel-default .panel-heading,
        .panel.panel-default .card-header,
        .panel.panel-default .panel-heading {
            border-bottom: solid 1px #dee0e1
        }

        .ks-panel.panel-default .card-block .panel-separator,
        .ks-panel.panel-default .panel-body .panel-separator,
        .panel.panel-default .card-block .panel-separator,
        .panel.panel-default .panel-body .panel-separator {
            border: solid 1px #dee0e1
        }

        .ks-panel.panel-default .card-header .ks-control,
        .ks-panel.panel-default .panel-heading .ks-control,
        .panel.panel-default .card-header .ks-control,
        .panel.panel-default .panel-heading .ks-control {
            color: rgba(58, 82, 155, .4)
        }

        .panel.panel-default.header-gray .card-header {
            background-color: #dee0e1
        }

        .panel.panel-default.block-gray .card-block {
            background-color: #dee0e1
        }

    .panel.panel-gray .card-header {
        background-color: #dee0e1
    }

    .panel.panel-gray .card-block {
        background-color: #dee0e1
    }

    .panel.panel-primary {
        border: none
    }

        .panel.panel-primary .card-header {
            background-color: #25628f;
            color: #fff;
            border-top: solid 1px #25628f;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-primary .card-block {
            border: none;
            background-color: #25628f;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-primary .card-block h1,
            .panel.panel-primary .card-block h2,
            .panel.panel-primary .card-block h3,
            .panel.panel-primary .card-block h4,
            .panel.panel-primary .card-block h5,
            .panel.panel-primary .card-block h6 {
                color: #fff
            }

        .panel.panel-primary.header-default .card-header {
            background-color: transparent;
            border-top: solid 1px rgba(57, 81, 155, .3);
            border-left: solid 1px rgba(57, 81, 155, .3);
            border-right: solid 1px rgba(57, 81, 155, .3);
            border-bottom: none;
            color: #333
        }

        .panel.panel-primary.header-default .card-block {
            border: none;
            background-color: #25628f;
            border-top: 1px solid #25628f;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: rgba(255, 255, 255, .7)
        }

        .panel.panel-primary.block-default .card-header {
            background-color: #25628f;
            color: #fff;
            border-top: solid 1px #25628f;
            border-bottom: solid 1px #25628f
        }

        .panel.panel-primary.block-default .card-block {
            background-color: transparent;
            border-bottom: solid 1px rgba(57, 81, 155, .3);
            border-left: solid 1px rgba(57, 81, 155, .3);
            border-right: solid 1px rgba(57, 81, 155, .3);
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #333
        }

            .panel.panel-primary.block-default .card-block h1,
            .panel.panel-primary.block-default .card-block h2,
            .panel.panel-primary.block-default .card-block h3,
            .panel.panel-primary.block-default .card-block h4,
            .panel.panel-primary.block-default .card-block h5,
            .panel.panel-primary.block-default .card-block h6 {
                color: #333
            }

    .panel.panel-default.color-blue {
        border-color: #25628f
    }

        .panel.panel-default.color-blue .card-header {
            border-bottom-color: #25628f
        }

    .panel.panel-info {
        border: none
    }

        .panel.panel-info .card-header {
            background-color: #42a5f5;
            color: #fff;
            border-top: solid 1px #42a5f5;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-info .card-block {
            border: none;
            background-color: #42a5f5;
            border-top: 1px solid #42a5f5;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-info .card-block h1,
            .panel.panel-info .card-block h2,
            .panel.panel-info .card-block h3,
            .panel.panel-info .card-block h4,
            .panel.panel-info .card-block h5,
            .panel.panel-info .card-block h6 {
                color: #fff
            }

    .panel.panel-default.color-cyan {
        border-color: #42a5f5
    }

        .panel.panel-default.color-cyan .card-header {
            border-bottom-color: #42a5f5
        }

    .panel.panel-success {
        border: none
    }

        .panel.panel-success .card-header {
            background-color: #4caf50;
            color: #fff;
            border-top: solid 1px #4caf50;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-success .card-block {
            border: none;
            background-color: #4caf50;
            border-top: 1px solid #4caf50;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-success .card-block h1,
            .panel.panel-success .card-block h2,
            .panel.panel-success .card-block h3,
            .panel.panel-success .card-block h4,
            .panel.panel-success .card-block h5,
            .panel.panel-success .card-block h6 {
                color: #fff
            }

    .panel.panel-default.panel-success {
        border-color: #4caf50
    }

        .panel.panel-default.panel-success .card-header {
            border-bottom-color: #4caf50
        }

    .panel.panel-orange {
        border: none
    }

        .panel.panel-orange .card-header {
            background-color: #ef5350;
            color: #fff;
            border-top: solid 1px #ef5350;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-orange .card-block {
            border: none;
            background-color: #ef5350;
            border-top: 1px solid #ef5350;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-orange .card-block h1,
            .panel.panel-orange .card-block h2,
            .panel.panel-orange .card-block h3,
            .panel.panel-orange .card-block h4,
            .panel.panel-orange .card-block h5,
            .panel.panel-orange .card-block h6 {
                color: #fff
            }

    .panel.panel-default.color-orange {
        border-color: #ef5350
    }

        .panel.panel-default.color-orange .card-header {
            border-bottom-color: #ef5350
        }

    .panel.panel-purple {
        border: none
    }

        .panel.panel-purple .card-header {
            background-color: #d149d0;
            color: #fff;
            border-top: solid 1px #d149d0;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-purple .card-block {
            border: none;
            background-color: #d149d0;
            border-top: 1px solid #d149d0;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-purple .card-block h1,
            .panel.panel-purple .card-block h2,
            .panel.panel-purple .card-block h3,
            .panel.panel-purple .card-block h4,
            .panel.panel-purple .card-block h5,
            .panel.panel-purple .card-block h6 {
                color: #fff
            }

    .panel.panel-default.color-purple {
        border-color: #d149d0
    }

        .panel.panel-default.color-purple .card-header {
            border-bottom-color: #d149d0
        }

    .panel.panel-yellow {
        border: none
    }

        .panel.panel-yellow .card-header {
            background-color: #ffb300;
            color: #fff;
            border-top: solid 1px #ffb300;
            border-bottom: 1px solid rgba(0, 0, 0, .2)
        }

        .panel.panel-yellow .card-block {
            border: none;
            background-color: #ffb300;
            border-top: 1px solid #ffb300;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            color: #fff
        }

            .panel.panel-yellow .card-block h1,
            .panel.panel-yellow .card-block h2,
            .panel.panel-yellow .card-block h3,
            .panel.panel-yellow .card-block h4,
            .panel.panel-yellow .card-block h5,
            .panel.panel-yellow .card-block h6 {
                color: #fff
            }

    .panel.panel-default.color-yellow {
        border-color: #ffb300
    }

        .panel.panel-default.color-yellow .card-header {
            border-bottom-color: #ffb300
        }

    .panel form > .form-group:last-child {
        margin-bottom: 5px
    }

.card {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dee0e1;
    margin: 0
}

    .card + .card {
        margin-top: 30px
    }

    .card.ks-card-tabs .card-block {
        padding: 0
    }

    .card.ks-card-tabs .ks-tabs-container {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

        .card.ks-card-tabs .ks-tabs-container.ks-tabs-vertical > .nav-tabs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .card.ks-card-tabs .ks-tabs-container.ks-tabs-vertical > .tab-content {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .card.ks-card-tabs .ks-tabs-container.ks-tabs-vertical .ks-tab-content-center {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .card > .card-header {
        line-height: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .card > .card-header::after {
            display: none
        }

        .card > .card-header > .ks-controls {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            margin-left: 10px
        }

            .card > .card-header > .ks-controls > .ks-control {
                color: #b5beda;
                margin-right: 5px
            }

                .card > .card-header > .ks-controls > .ks-control > .ks-icon {
                    font-size: 17px;
                    line-height: 17px;
                    font-weight: 400
                }

                .card > .card-header > .ks-controls > .ks-control + .ks-control {
                    margin-left: 5px
                }

                .card > .card-header > .ks-controls > .ks-control:hover {
                    color: #93a1c9
                }

                .card > .card-header > .ks-controls > .ks-control:last-child {
                    margin-right: 0
                }

    .card > .card-block h1,
    .card > .card-block h2,
    .card > .card-block h3,
    .card > .card-block h4,
    .card > .card-block h5,
    .card > .card-block h6 {
        margin-top: 0;
        margin-bottom: 20px
    }

    .card > .card-block > .ks-items-block + .ks-items-block {
        margin-top: 20px
    }

    .card > .card-block > .ks-items-block > .btn + .btn:not(.btn-block) {
        margin-left: 10px
    }

    .card > .card-block > .ks-items-block > .btn-group + .btn-group {
        margin-left: 10px
    }

    .card > .card-block > .ks-text-block {
        margin-bottom: 20px
    }

        .card > .card-block > .ks-text-block:last-child {
            margin-bottom: 0
        }

        .card > .card-block > .ks-text-block > .ks-name {
            font-size: 10px;
            color: rgba(51, 51, 51, .6);
            margin-bottom: 10px;
            text-transform: uppercase
        }

        .card > .card-block > .ks-text-block > .ks-text {
            font-size: 12px
        }

        .card > .card-block > .ks-text-block > .ks-tags > .badge {
            margin-right: 5px
        }

            .card > .card-block > .ks-text-block > .ks-tags > .badge:last-child {
                margin-bottom: 0
            }

    .card.ks-card-image {
        padding: 20px
    }

        .card.ks-card-image > .ks-header {
            margin-top: 0
        }

        .card.ks-card-image > img {
            -webkit-border-radius: 2px;
            border-radius: 2px
        }

        .card.ks-card-image > .ks-info {
            margin-top: 15px
        }

    .card > .card-block.ks-card-block-table {
        padding: 0
    }

        .card > .card-block.ks-card-block-table > .card-title {
            padding: 20px;
            margin: 0
        }

        .card > .card-block.ks-card-block-table > .table {
            margin: 0
        }

    .card.ks-dashboard-widget-fullscreen {
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        margin: 0
    }

        .card.ks-dashboard-widget-fullscreen [data-control-content-visible] {
            display: none
        }

    .card.ks-dashboard-widget-content-hidden > .card-header {
        border-bottom: none
    }

    .card.ks-dashboard-widget-content-hidden [data-control-fullscreen],
    .card.ks-dashboard-widget-content-hidden [data-control-refresh] {
        display: none
    }

.ks-card-widget {
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .ks-card-widget .card-header {
        margin: 0;
        background: #fff;
        border-bottom: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 26px 30px 10px 30px;
        font-size: 18px;
        color: #333;
        font-weight: 400
    }

        .ks-card-widget .card-header > .ks-control {
            margin-right: -9px
        }

            .ks-card-widget .card-header > .ks-control .ks-icon {
                font-size: 28px;
                color: #b6ada1
            }

        .ks-card-widget .card-header > .ks-controls .ks-control-link {
            font-size: 12px;
            color: #858585
        }

        .ks-card-widget .card-header > .ks-controls .ks-control-icon {
            font-size: 28px;
            color: #b6ada1;
            line-height: 27px;
            margin-top: -6px;
            display: inline-block;
            margin-left: 25px
        }

    .ks-card-widget .card-block {
        padding: 0 30px 30px 30px
    }

    .ks-card-widget .ks-card-widget-datetime {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.67;
        color: #858585
    }

        .ks-card-widget .ks-card-widget-datetime .ks-text-bold {
            color: #333
        }

    .ks-card-widget.ks-card-widget-simple .card-header {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 5px 30px 0 30px
    }

        .ks-card-widget.ks-card-widget-simple .card-header > .ks-control {
            margin-right: -20px
        }

.progress {
    width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 16px;
    background-color: rgba(57, 81, 155, .1);
    font-size: 12px
}

    .progress.ks-rounded {
        -webkit-border-radius: 12px;
        border-radius: 12px
    }

    .progress.ks-progress-sm {
        height: 10px
    }

    .progress.ks-progress-xs {
        height: 6px
    }

    .progress > .progress-bar {
        background-color: #25628f
    }

.ks-progress.ks-progress-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .ks-progress.ks-progress-inline > .ks-amount {
        margin-left: 10px;
        font-size: 12px
    }

.badge {
    display: inline-block;
    padding: 7px 6px 6px 6px;
    font-size: 10px;
    font-weight: 500;
    line-height: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

    .badge.badge-pill {
        padding-left: 8px;
        padding-right: 8px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .badge.ks-notify {
        padding: 0 4px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        line-height: 18px;
        min-width: 18px;
        min-height: 18px;
        text-align: center;
        border: none
    }

    .badge.ks-sm {
        padding: 3px 6px;
        font-size: 9px
    }

    .badge:empty {
        display: inline-block
    }

.badge-default {
    background-color: #eff1fc;
    border: 1px solid #eff1fc;
    color: #333
}

.badge-default-outline {
    background-color: transparent;
    border: 1px solid #c4cbe1;
    color: #333
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background-color: #eff1fc
}

.badge-primary {
    background-color: #25628f;
    border: 1px solid #25628f;
    color: #fff
}

.badge-primary-outline {
    background-color: transparent;
    border: solid 1px #25628f;
    color: #25628f
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #25628f
}

.badge-success {
    background-color: #4caf50;
    border: solid 1px #4caf50;
    color: #fff
}

    .badge-success[href]:focus,
    .badge-success[href]:hover {
        background-color: #4caf50
    }

.badge-success-outline {
    background-color: transparent;
    border: solid 1px #4caf50;
    color: #4caf50
}

.badge-mantis {
    background-color: #81c159;
    border: solid 1px #81c159;
    color: #fff
}

    .badge-mantis[href]:focus,
    .badge-mantis[href]:hover {
        background-color: #81c159
    }

.badge-mantis-outline {
    background-color: transparent;
    border: solid 1px #81c159;
    color: #81c159
}

.badge-info {
    border: solid 1px #42a5f5;
    background-color: #42a5f5;
    color: #fff
}

    .badge-info[href]:focus,
    .badge-info[href]:hover {
        background-color: #42a5f5
    }

.badge-info-outline {
    background-color: transparent;
    border: solid 1px #42a5f5;
    color: #42a5f5
}

.badge-warning {
    background-color: #f7ca18;
    border: solid 1px #f7ca18;
    color: #fff
}

    .badge-warning[href]:focus,
    .badge-warning[href]:hover {
        background-color: #f7ca18
    }

.badge-warning-outline {
    background-color: transparent;
    color: #f7ca18;
    border: solid 1px #f7ca18
}

.badge-danger {
    background-color: #ef5350;
    border: solid 1px #ef5350;
    color: #fff
}

    .badge-danger[href]:focus,
    .badge-danger[href]:hover {
        background-color: #ef5350
    }

.badge-danger-outline {
    background-color: transparent;
    color: #ef5350;
    border: solid 1px #ef5350
}

.badge-pink {
    background-color: #d149d0;
    border: solid 1px #d149d0;
    color: #fff
}

    .badge-pink[href]:focus,
    .badge-pink[href]:hover {
        background-color: #d149d0
    }

.badge-pink-outline {
    background-color: transparent;
    color: #d149d0;
    border: solid 1px #d149d0
}

.badge-cranberry {
    background-color: #df538b;
    border: solid 1px #df538b;
    color: #fff
}

    .badge-cranberry[href]:focus,
    .badge-cranberry[href]:hover {
        background-color: #df538b
    }

.badge-cranberry-outline {
    background-color: transparent;
    color: #df538b;
    border: solid 1px #df538b
}

.badge-grey {
    background-color: #858585;
    border: solid 1px #858585;
    color: #fff
}

    .badge-grey[href]:focus,
    .badge-grey[href]:hover {
        background-color: #858585
    }

.badge-grey-outline {
    background-color: transparent;
    color: #858585;
    border: solid 1px #858585
}

.badge-fuchsia-pink {
    background-color: #d149cc;
    border: solid 1px #d149cc;
    color: #fff
}

.badge-cerise-red {
    background-color: #e23e57;
    border: solid 1px #e23e57;
    color: #fff
}

.badge-crusta {
    background-color: #e79716;
    border: solid 1px #e79716;
    color: #fff
}

.badge-medium-purple {
    background-color: #9043d8;
    border: solid 1px #9043d8;
    color: #fff
}

.badge-royal-blue {
    background-color: #4160de;
    border: solid 1px #4160de;
    color: #fff
}

.badge-persian-green {
    background-color: #02a388;
    border: solid 1px #02a388;
    color: #fff
}

.badge-dark-tan {
    background-color: #630a10;
    border: solid 1px #630a10;
    color: #fff
}

h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge {
    font-size: 75%
}

h1 .badge {
    padding: 5px 10px;
    line-height: 1.2
}

h2 .badge {
    line-height: 1
}

h4 .badge,
h5 .badge {
    padding: 5px
}

h6 .badge {
    padding: 3px
}

.badge-circle {
    vertical-align: middle;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.badge.ks-circle {
    padding: 0;
    background: 0 0;
    border: none;
    color: #333;
    text-transform: none;
    font-size: 12px;
    font-weight: 400
}

    .badge.ks-circle:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        border: solid 3px transparent;
        margin-right: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        top: 2px
    }

    .badge.ks-circle.badge-default:before {
        border-color: #ebeef5
    }

    .badge.ks-circle.badge-primary:before {
        border-color: #25628f
    }

    .badge.ks-circle.badge-success:before {
        border-color: #4caf50
    }

    .badge.ks-circle.badge-info:before {
        border-color: #42a5f5
    }

    .badge.ks-circle.badge-warning:before {
        border-color: #f7ca18
    }

    .badge.ks-circle.badge-danger:before {
        border-color: #ef5350
    }

    .badge.ks-circle.badge-purple:before {
        border-color: #d149d0
    }

.popover {
    font-family: 'Poppins', sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #dee0e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff
}

    .popover.bs-tether-element-attached-bottom .popover-arrow,
    .popover.popover-top .popover-arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #dee0e1;
        border-bottom-width: 0
    }

    .popover.bs-tether-element-attached-left .popover-arrow,
    .popover.popover-right .popover-arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: #dee0e1;
        border-left-width: 0
    }

    .popover.bs-tether-element-attached-top .popover-arrow,
    .popover.popover-bottom .popover-arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #dee0e1
    }

    .popover.bs-tether-element-attached-right .popover-arrow,
    .popover.popover-left .popover-arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #dee0e1
    }

.popover-title {
    font-size: 14px;
    color: #333;
    padding: 12px 20px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #dee0e1;
    -webkit-border-radius: -.7rem -.7rem 0 0;
    border-radius: -.7rem -.7rem 0 0
}

.popover-content {
    padding: 20px
}

.tooltip {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    opacity: 1 !important
}

    .tooltip.in {
        opacity: 1
    }

    .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
    .tooltip.tooltip-top .tooltip-inner::before {
        border-top-color: #333
    }

    .tooltip.bs-tether-element-attached-left .tooltip-inner::before,
    .tooltip.tooltip-right .tooltip-inner::before {
        border-right-color: #333
    }

    .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
    .tooltip.tooltip-bottom .tooltip-inner::before {
        border-bottom-color: #333
    }

    .tooltip.bs-tether-element-attached-right .tooltip-inner::before,
    .tooltip.tooltip-left .tooltip-inner::before {
        border-left-color: #333
    }

.tooltip-inner {
    max-width: 220px;
    padding: 10px 21px;
    background-color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1 !important
}

.pagination {
    padding-left: 0;
    margin: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    color: #fff;
    background-color: #25628f;
    border-color: #25628f
}

.pagination-disabled .page-item .page-link,
.pagination-disabled .page-item .page-link:focus,
.pagination-disabled .page-item .page-link:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #d7dceb
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #8997c3;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #d7dceb
}

.page-link {
    font-size: 13px;
    padding: 8px 14px;
    color: #25628f;
    background-color: #fff;
    border: 1px solid #c4cbe1
}

    .page-link:focus,
    .page-link:hover {
        color: #014c8c;
        background-color: #ebeef5;
        border-color: #c4cbe1;
        text-decoration: none
    }

.pagination-lg .page-link {
    padding: 15px 21px;
    font-size: 18px
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination-sm .page-link {
    padding: 5px 11px;
    font-size: 12px
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pager {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

    .pager li + li {
        margin-left: 10px
    }

    .pager li > a,
    .pager li > span {
        display: inline-block;
        padding: 10px 25px;
        background-color: #fff;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        border: solid 1px #25628f;
        color: #25628f;
        font-weight: 500
    }

        .pager li > a:focus,
        .pager li > a:hover {
            text-decoration: none;
            background-color: #ebeef5
        }

    .pager.pager-disabled li > a,
    .pager.pager-disabled li > a:focus,
    .pager.pager-disabled li > a:hover {
        color: #8997c3;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #c4cbe1
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover {
        color: #8997c3;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #c4cbe1
    }

    .pager .disabled > span {
        color: #8997c3;
        background-color: #fff
    }

.table td.ks-checkbox {
    text-align: center;
    padding: 0 0 0 16px
}

    .table td.ks-checkbox > .custom-checkbox {
        position: relative;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        top: 1px
    }

.table.ks-no-main-row .st-head-row.st-head-row-main {
    display: none
}

.table thead th {
    border-bottom: 1px solid #dee0e1;
    color: #333;
    font-size: 13px
}

.table td,
.table th {
    border-top: 1px solid #dee0e1;
    padding: 11px 20px
}

.table td {
    color: #333;
    font-size: 13px
}

    .table td .table-cell-header {
        margin-top: 5px;
        margin-bottom: 10px;
        color: #858585
    }

    .table td .ks-text-light,
    .table td.text-light {
        color: #858585
    }

.table .ks-table-row-separator td,
.table .ks-table-row-separator th,
.table .ks-thead-default td,
.table .ks-thead-default th,
.table .thead-default td,
.table .thead-default th {
    background-color: #ebeef5
}

.table.ks-text-light td,
.table.text-light td {
    color: #858585
}

.table .dl-horizontal {
    margin-left: -.9rem;
    margin-right: -.9rem
}

.table.table-hover tr:hover td {
    background: #f5f6fa
}

.table .checkbox-cell {
    padding: 10px 15px;
    vertical-align: top
}

    .table .checkbox-cell > .custom-control {
        padding-left: 16px;
        margin: 0
    }

.table .ks-table-cell-block,
.table .table-cell-block {
    overflow: hidden;
    height: auto;
    vertical-align: middle
}

    .table .ks-table-cell-block.image img,
    .table .ks-table-cell-block.ks-image img,
    .table .table-cell-block.image img,
    .table .table-cell-block.ks-image img {
        width: 36px;
        height: 36px
    }

    .table .ks-table-cell-block .image-block-container,
    .table .ks-table-cell-block .progress-block-container,
    .table .ks-table-cell-block .progress-text-container,
    .table .ks-table-cell-block .status-block-container,
    .table .ks-table-cell-block .text-block-container,
    .table .table-cell-block .image-block-container,
    .table .table-cell-block .progress-block-container,
    .table .table-cell-block .progress-text-container,
    .table .table-cell-block .status-block-container,
    .table .table-cell-block .text-block-container {
        float: left;
        vertical-align: middle
    }

    .table .ks-table-cell-block .ks-image-block-container,
    .table .ks-table-cell-block .ks-progress-block-container,
    .table .ks-table-cell-block .ks-progress-text-container,
    .table .ks-table-cell-block .ks-status-block-container,
    .table .ks-table-cell-block .ks-text-block-container,
    .table .table-cell-block .ks-image-block-container,
    .table .table-cell-block .ks-progress-block-container,
    .table .table-cell-block .ks-progress-text-container,
    .table .table-cell-block .ks-status-block-container,
    .table .table-cell-block .ks-text-block-container {
        float: left;
        vertical-align: middle
    }

    .table .ks-table-cell-block .image-block-container,
    .table .ks-table-cell-block .ks-image-block-container,
    .table .table-cell-block .image-block-container,
    .table .table-cell-block .ks-image-block-container {
        margin-right: 12px
    }

    .table .ks-table-cell-block .ks-progress-block-container,
    .table .ks-table-cell-block .progress-block-container,
    .table .table-cell-block .ks-progress-block-container,
    .table .table-cell-block .progress-block-container {
        width: 80px
    }

        .table .ks-table-cell-block .ks-progress-block-container .progress,
        .table .ks-table-cell-block .progress-block-container .progress,
        .table .table-cell-block .ks-progress-block-container .progress,
        .table .table-cell-block .progress-block-container .progress {
            margin-top: 4px;
            margin-bottom: 0
        }

    .table .ks-table-cell-block .progress-text-container,
    .table .table-cell-block .progress-text-container {
        margin-right: 14px;
        vertical-align: middle
    }

    .table .ks-table-cell-block .ks-status-block-container .ks-status-block,
    .table .ks-table-cell-block .ks-status-block-container .status-block,
    .table .ks-table-cell-block .status-block-container .ks-status-block,
    .table .ks-table-cell-block .status-block-container .status-block,
    .table .table-cell-block .ks-status-block-container .ks-status-block,
    .table .table-cell-block .ks-status-block-container .status-block,
    .table .table-cell-block .status-block-container .ks-status-block,
    .table .table-cell-block .status-block-container .status-block {
        vertical-align: middle;
        display: inline-block;
        width: 13px;
        height: 13px;
        border: 3px solid transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -2px;
        margin-right: 7px
    }

        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-info,
        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.status-block-info,
        .table .ks-table-cell-block .ks-status-block-container .status-block.ks-status-block-info,
        .table .ks-table-cell-block .ks-status-block-container .status-block.status-block-info,
        .table .ks-table-cell-block .status-block-container .ks-status-block.ks-status-block-info,
        .table .ks-table-cell-block .status-block-container .ks-status-block.status-block-info,
        .table .ks-table-cell-block .status-block-container .status-block.ks-status-block-info,
        .table .ks-table-cell-block .status-block-container .status-block.status-block-info,
        .table .table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-info,
        .table .table-cell-block .ks-status-block-container .ks-status-block.status-block-info,
        .table .table-cell-block .ks-status-block-container .status-block.ks-status-block-info,
        .table .table-cell-block .ks-status-block-container .status-block.status-block-info,
        .table .table-cell-block .status-block-container .ks-status-block.ks-status-block-info,
        .table .table-cell-block .status-block-container .ks-status-block.status-block-info,
        .table .table-cell-block .status-block-container .status-block.ks-status-block-info,
        .table .table-cell-block .status-block-container .status-block.status-block-info {
            border-color: #42a5f5
        }

        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-success,
        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.status-block-success,
        .table .ks-table-cell-block .ks-status-block-container .status-block.ks-status-block-success,
        .table .ks-table-cell-block .ks-status-block-container .status-block.status-block-success,
        .table .ks-table-cell-block .status-block-container .ks-status-block.ks-status-block-success,
        .table .ks-table-cell-block .status-block-container .ks-status-block.status-block-success,
        .table .ks-table-cell-block .status-block-container .status-block.ks-status-block-success,
        .table .ks-table-cell-block .status-block-container .status-block.status-block-success,
        .table .table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-success,
        .table .table-cell-block .ks-status-block-container .ks-status-block.status-block-success,
        .table .table-cell-block .ks-status-block-container .status-block.ks-status-block-success,
        .table .table-cell-block .ks-status-block-container .status-block.status-block-success,
        .table .table-cell-block .status-block-container .ks-status-block.ks-status-block-success,
        .table .table-cell-block .status-block-container .ks-status-block.status-block-success,
        .table .table-cell-block .status-block-container .status-block.ks-status-block-success,
        .table .table-cell-block .status-block-container .status-block.status-block-success {
            border-color: #4caf50
        }

        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-pink,
        .table .ks-table-cell-block .ks-status-block-container .ks-status-block.status-block-pink,
        .table .ks-table-cell-block .ks-status-block-container .status-block.ks-status-block-pink,
        .table .ks-table-cell-block .ks-status-block-container .status-block.status-block-pink,
        .table .ks-table-cell-block .status-block-container .ks-status-block.ks-status-block-pink,
        .table .ks-table-cell-block .status-block-container .ks-status-block.status-block-pink,
        .table .ks-table-cell-block .status-block-container .status-block.ks-status-block-pink,
        .table .ks-table-cell-block .status-block-container .status-block.status-block-pink,
        .table .table-cell-block .ks-status-block-container .ks-status-block.ks-status-block-pink,
        .table .table-cell-block .ks-status-block-container .ks-status-block.status-block-pink,
        .table .table-cell-block .ks-status-block-container .status-block.ks-status-block-pink,
        .table .table-cell-block .ks-status-block-container .status-block.status-block-pink,
        .table .table-cell-block .status-block-container .ks-status-block.ks-status-block-pink,
        .table .table-cell-block .status-block-container .ks-status-block.status-block-pink,
        .table .table-cell-block .status-block-container .status-block.ks-status-block-pink,
        .table .table-cell-block .status-block-container .status-block.status-block-pink {
            border-color: #d149d0
        }

    .table .ks-table-cell-block.block-danger,
    .table .ks-table-cell-block.ks-block-danger,
    .table .table-cell-block.block-danger,
    .table .table-cell-block.ks-block-danger {
        vertical-align: middle;
        padding: 9px;
        display: inline-block;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #fdf0ed
    }

        .table .ks-table-cell-block.block-danger .ks-text-block-sub-text,
        .table .ks-table-cell-block.block-danger .text-block-sub-text,
        .table .ks-table-cell-block.ks-block-danger .ks-text-block-sub-text,
        .table .ks-table-cell-block.ks-block-danger .text-block-sub-text,
        .table .table-cell-block.block-danger .ks-text-block-sub-text,
        .table .table-cell-block.block-danger .text-block-sub-text,
        .table .table-cell-block.ks-block-danger .ks-text-block-sub-text,
        .table .table-cell-block.ks-block-danger .text-block-sub-text {
            color: #ef5350
        }

.table .ks-text-block-container,
.table .text-block-container {
    vertical-align: middle
}

    .table .ks-text-block-container .ks-text-block-sub-text,
    .table .ks-text-block-container .text-block-sub-text,
    .table .text-block-container .ks-text-block-sub-text,
    .table .text-block-container .text-block-sub-text {
        vertical-align: middle;
        font-size: 11px;
        color: #858585
    }

.table .table-actions {
    width: 43px;
    padding: 0
}

    .table .table-actions .btn-link {
        color: #8897c3;
        font-size: 18px;
        padding: 0;
        margin: 0;
        display: block
    }

    .table .table-actions .dropdown.open .btn-link {
        color: #333
    }

    .table .table-actions .dropdown.open .dropdown-menu {
        margin-right: 4px
    }

    .table .table-actions .dropdown-menu {
        font-size: 12px;
        padding: 0;
        border: solid 1px #c4cbe1;
        margin: 4px 0;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

        .table .table-actions .dropdown-menu .dropdown-item {
            color: #474747;
            padding: 10px 15px;
            margin: 0;
            border-bottom: 1px solid #c4cbe1
        }

            .table .table-actions .dropdown-menu .dropdown-item:hover {
                background-color: #ebeef5;
                color: #333
            }

            .table .table-actions .dropdown-menu .dropdown-item:last-child {
                border-bottom: none
            }

            .table .table-actions .dropdown-menu .dropdown-item .icon,
            .table .table-actions .dropdown-menu .dropdown-item .ks-icon {
                font-size: 16px;
                display: inline-block;
                margin-right: 4px;
                position: relative;
                top: 1px
            }

        .table .table-actions .dropdown-menu .dropdown-divider {
            display: none
        }

.table .row-checked td,
.table .row-checked th {
    background-color: rgba(57, 81, 155, .05)
}

.table.ks-cells-vertical-align-middle td,
.table.ks-cells-vertical-align-middle th,
.table.vertical-align-middle td,
.table.vertical-align-middle th {
    vertical-align: middle
}

.table.ks-tbale-sm td,
.table.ks-tbale-sm th,
.table.table-sm td,
.table.table-sm th {
    padding: 7px 20px
}

.table-bordered {
    border: 1px solid #dee0e1
}

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee0e1
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6fa
}

.card.ks-panel-table .card-block,
.card.panel-table .card-block {
    padding: 0
}

    .card.ks-panel-table .card-block .table,
    .card.panel-table .card-block .table {
        margin-bottom: 0
    }

        .card.ks-panel-table .card-block .table thead th,
        .card.panel-table .card-block .table thead th {
            border-top: none
        }

        .card.ks-panel-table .card-block .table tr:first-child td,
        .card.ks-panel-table .card-block .table tr:first-child th,
        .card.panel-table .card-block .table tr:first-child td,
        .card.panel-table .card-block .table tr:first-child th {
            border-top: none
        }

    .card.ks-panel-table .card-block .table-bordered,
    .card.panel-table .card-block .table-bordered {
        border: none
    }

        .card.ks-panel-table .card-block .table-bordered thead tr:last-child td,
        .card.ks-panel-table .card-block .table-bordered thead tr:last-child th,
        .card.panel-table .card-block .table-bordered thead tr:last-child td,
        .card.panel-table .card-block .table-bordered thead tr:last-child th {
            border-bottom: 1px solid #dee0e1
        }

        .card.ks-panel-table .card-block .table-bordered tr:first-child td,
        .card.ks-panel-table .card-block .table-bordered tr:first-child th,
        .card.panel-table .card-block .table-bordered tr:first-child td,
        .card.panel-table .card-block .table-bordered tr:first-child th {
            border-top: none
        }

        .card.ks-panel-table .card-block .table-bordered td:first-child,
        .card.ks-panel-table .card-block .table-bordered th:first-child,
        .card.panel-table .card-block .table-bordered td:first-child,
        .card.panel-table .card-block .table-bordered th:first-child {
            border-left: none
        }

        .card.ks-panel-table .card-block .table-bordered td:last-child,
        .card.ks-panel-table .card-block .table-bordered th:last-child,
        .card.panel-table .card-block .table-bordered td:last-child,
        .card.panel-table .card-block .table-bordered th:last-child {
            border-right: none
        }

        .card.ks-panel-table .card-block .table-bordered tr:last-child td,
        .card.ks-panel-table .card-block .table-bordered tr:last-child th,
        .card.panel-table .card-block .table-bordered tr:last-child td,
        .card.panel-table .card-block .table-bordered tr:last-child th {
            border-bottom: none
        }

.ks-log-table > .ks-header {
    font-weight: 400;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .ks-log-table > .ks-header.ks-xs {
        font-size: 14px;
        font-weight: 500
    }

    .ks-log-table > .ks-header a {
        font-size: 14px
    }

.ks-log-table > .table thead th {
    background-color: #f5f6fa
}

.ks-log-table > .table td,
.ks-log-table > .table th {
    border: none
}

.ks-log-table > .table td {
    padding: 15px 20px
}

.ks-log-table > .table .ks-icon {
    font-size: 19px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 2px
}

.ks-log-table > .table .ks-download {
    width: 140px
}

.ks-table-info tr td {
    vertical-align: middle;
    padding-bottom: 10px
}

.ks-table-info tr:last-child td {
    padding-bottom: 0
}

.ks-table-info .ks-icon {
    font-size: 16px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -1px
}

.ks-table-details {
    width: 100%
}

    .ks-table-details td {
        width: 50%;
        padding-bottom: 20px
    }

        .ks-table-details td > .ks-header {
            font-size: 10px;
            font-weight: 500;
            color: #858585;
            text-transform: uppercase;
            margin-bottom: 5px
        }

        .ks-table-details td > .ks-body > .ks-icon {
            font-size: 16px;
            display: inline-block;
            margin-right: 4px
        }

        .ks-table-details td > .ks-body .btn {
            margin-top: 10px
        }

        .ks-table-details td > .ks-body .ks-user {
            color: #333
        }

            .ks-table-details td > .ks-body .ks-user > .ks-avatar {
                width: 25px;
                height: 25px;
                display: inline-block;
                margin-right: 5px
            }

.ks-table-cells-vertical-align-middle td {
    vertical-align: middle
}

.ks-tabs-page-container {
    background: #f5f6fa;
    padding: 0
}

    .ks-tabs-page-container .ks-tabs-container-description {
        padding: 30px
    }

        .ks-tabs-page-container .ks-tabs-container-description > h3 {
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 0
        }

        .ks-tabs-page-container .ks-tabs-container-description > p {
            color: #858585;
            margin-top: 5px;
            margin-bottom: 0
        }

    .ks-tabs-page-container > .tab-content {
        background: #fff
    }

        .ks-tabs-page-container > .tab-content > .tab-pane {
            padding: 30px
        }

    .ks-tabs-page-container > .ks-nav-tabs .nav-item:first-child {
        margin-left: 30px
    }

.nav.ks-nav-tabs {
    border-bottom: 1px solid #d7dceb;
    border-color: #d7dceb;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .nav.ks-nav-tabs.ks-tabs-page-default .nav-link {
        position: relative;
        padding: 15px 20px;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        color: #333;
        border-left: 1px solid #d7dceb;
        border-top: 1px solid #d7dceb;
        border-right: none;
        border-bottom: none
    }

        .nav.ks-nav-tabs.ks-tabs-page-default .nav-link > .badge {
            padding: 3px 6px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            margin-left: 6px;
            line-height: 11px
        }

        .nav.ks-nav-tabs.ks-tabs-page-default .nav-link.active {
            font-weight: 500;
            background: #fff
        }

            .nav.ks-nav-tabs.ks-tabs-page-default .nav-link.active::before {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                height: 4px;
                display: block;
                background: #25628f;
                z-index: 1
            }

            .nav.ks-nav-tabs.ks-tabs-page-default .nav-link.active::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                right: 0;
                height: 1px;
                display: block;
                background: #fff;
                z-index: 1
            }

    .nav.ks-nav-tabs.ks-tabs-page-default .nav-item + .nav-item {
        margin-left: 0
    }

    .nav.ks-nav-tabs.ks-tabs-page-default .nav-item:last-child .nav-link {
        border-right: 1px solid #d7dceb
    }

    .nav.ks-nav-tabs .nav-item.dropdown .dropdown-menu {
        margin: 0;
        margin-top: 4px;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .nav.ks-nav-tabs .nav-item.dropdown.show > .nav-link,
    .nav.ks-nav-tabs .nav-item.dropdown.show > .nav-link:hover {
        position: relative
    }

        .nav.ks-nav-tabs .nav-item.dropdown.show > .nav-link::before,
        .nav.ks-nav-tabs .nav-item.dropdown.show > .nav-link:hover::before {
            content: '';
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            height: 4px;
            display: block;
            background: #42a5f5;
            z-index: 1
        }

.ks-tabs-container .tab-content .tab-pane {
    padding: 20px
}

.ks-tabs-container.ks-tabs-primary .nav-link.active {
    position: relative
}

    .ks-tabs-container.ks-tabs-primary .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: auto;
        left: -1px;
        right: -1px;
        top: -1px;
        height: 4px;
        display: block;
        background: #25628f;
        z-index: 1
    }

.ks-tabs-container.ks-tabs-info .nav-link.active {
    position: relative
}

    .ks-tabs-container.ks-tabs-info .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: auto;
        left: -1px;
        right: -1px;
        top: -1px;
        height: 4px;
        display: block;
        background: #42a5f5;
        z-index: 1
    }

.ks-tabs-container .ks-nav-tabs .nav-item + .nav-item {
    margin-left: 0
}

.ks-tabs-container .ks-nav-tabs .nav-item .nav-link .ks-icon {
    display: inline-block;
    margin-right: 7px;
    font-size: 23px;
    position: relative;
    top: 3px;
    line-height: 11px
}

.ks-tabs-container.ks-tabs-icons-vertical .ks-nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

    .ks-tabs-container.ks-tabs-icons-vertical .ks-nav-tabs .nav-item .nav-link > .ks-icon {
        margin: 0;
        margin-bottom: 10px;
        top: 0
    }

.ks-tabs-container.ks-tabs-icons .ks-nav-tabs .nav-item .nav-link .ks-icon {
    margin-right: 0
}

.ks-tabs-container.ks-tabs-default {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #d7dceb
}

    .ks-tabs-container.ks-tabs-default .nav-link {
        color: #333;
        line-height: 14px;
        position: relative;
        font-size: 14px;
        padding: 18px 20px
    }

        .ks-tabs-container.ks-tabs-default .nav-link.active {
            font-weight: 500
        }

        .ks-tabs-container.ks-tabs-default .nav-link:focus {
            color: #333
        }

    .ks-tabs-container.ks-tabs-default.ks-tabs-header-default .ks-nav-tabs {
        background: #f5f6fa
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator > .ks-nav-tabs .nav-link {
        border: none
    }

        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator > .ks-nav-tabs .nav-link:hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            display: block;
            z-index: 1;
            background: #d3edfc
        }

        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator > .ks-nav-tabs .nav-link.active::before,
        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator > .ks-nav-tabs .nav-link.active:hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            display: block;
            background: #42a5f5;
            z-index: 1
        }

    .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .ks-nav-tabs {
        border-top: 1px solid #d7dceb;
        border-bottom: none
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .nav-item {
        margin-top: -1px;
        margin-bottom: 0
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .nav-link {
        border: none
    }

        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .nav-link:hover::before {
            bottom: auto;
            top: 0
        }

        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .nav-link.active::before,
        .ks-tabs-container.ks-tabs-default.ks-tabs-no-separator.ks-tabs-bottom .nav-link.active:hover::before {
            bottom: auto;
            top: 0
        }

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator .nav-link {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator .nav-item .nav-link.active {
        background: #fff;
        border-left: solid 1px #d7dceb;
        border-right: solid 1px #d7dceb
    }

        .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator .nav-item .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 1px;
            display: block;
            background: #fff;
            z-index: 1
        }

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator .nav-item:first-child .nav-link.active {
        border-left: none;
        border-right: solid 1px #d7dceb
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator.ks-tabs-bottom .ks-nav-tabs {
        border-top: 1px solid #d7dceb;
        border-bottom: none
    }

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator.ks-tabs-bottom .nav-item {
        margin-top: -1px;
        margin-bottom: 0
    }

        .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator.ks-tabs-bottom .nav-item > .nav-link.active::after {
            display: none
        }

.ks-tabs-container.ks-tabs-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

    .ks-tabs-container.ks-tabs-vertical.ks-center-content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .ks-tabs-container.ks-tabs-vertical.ks-center-content .tab-content {
            text-align: center
        }

    .ks-tabs-container.ks-tabs-vertical .nav-item + .nav-item {
        margin-top: 0
    }

    .ks-tabs-container.ks-tabs-vertical .ks-nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        border-right: 1px solid #d7dceb
    }

        .ks-tabs-container.ks-tabs-vertical .ks-nav-tabs .nav-item {
            margin-right: -1px;
            white-space: nowrap
        }

        .ks-tabs-container.ks-tabs-vertical .ks-nav-tabs.ks-nav-tabs-icons .nav-item {
            text-align: center
        }

            .ks-tabs-container.ks-tabs-vertical .ks-nav-tabs.ks-nav-tabs-icons .nav-item .ks-icon {
                font-size: 23px;
                font-weight: 400;
                color: #25628f;
                width: 21px;
                margin-right: 0;
                position: relative;
                top: 3px;
                line-height: 11px
            }

    .ks-tabs-container.ks-tabs-vertical .tab-content {
        width: 100%
    }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-vertical-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-vertical-right .ks-nav-tabs {
            border: none;
            border-left: 1px solid #d7dceb
        }

            .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-vertical-right .ks-nav-tabs.ks-nav-tabs-icons .nav-item .nav-link .ks-icon {
                margin-left: 0
            }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-vertical-right .nav-item {
            margin-right: 0;
            margin-left: -1px
        }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator .nav-link {
        padding-top: 18px
    }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator .nav-link:hover::before {
            content: '';
            height: 100%;
            width: 4px;
            display: block;
            z-index: 1;
            right: 0;
            left: auto;
            background: #d3edfc
        }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator .nav-link.active::before,
        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator .nav-link.active:hover::before {
            content: '';
            height: 100%;
            width: 4px;
            display: block;
            background: #42a5f5;
            z-index: 1;
            right: 0;
            left: auto
        }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator.ks-tabs-vertical-right .nav-link.active::before,
    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator.ks-tabs-vertical-right .nav-link.active:hover::before {
        right: auto;
        left: 0
    }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-no-separator.ks-tabs-vertical-right .nav-link:hover::before {
        right: auto;
        left: 0
    }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item .nav-link {
        border-right: 1px solid #d7dceb
    }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item .nav-link.active {
            border: none;
            border-top: 1px solid #d7dceb;
            border-bottom: 1px solid #d7dceb
        }

            .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item .nav-link.active:after {
                display: none
            }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item:first-child .nav-link.active {
        border-top: none
    }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator .nav-item:last-child .nav-link.active {
        border-bottom: none
    }

    .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator.ks-tabs-vertical-right .nav-link {
        border-right: none;
        border-left: 1px solid #d7dceb
    }

        .ks-tabs-container.ks-tabs-vertical.ks-tabs-default.ks-tabs-with-separator.ks-tabs-vertical-right .nav-link.active {
            border: none;
            border-top: 1px solid #d7dceb;
            border-bottom: 1px solid #d7dceb
        }

.ks-tabs-container.ks-tabs-pills .nav-pills .nav-item {
    margin-left: 10px
}

    .ks-tabs-container.ks-tabs-pills .nav-pills .nav-item:first-child {
        margin-left: 0
    }

.ks-tabs-container.ks-tabs-pills .nav-pills .nav-link {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

    .ks-tabs-container.ks-tabs-pills .nav-pills .nav-link:hover {
        background-color: #e9f6fe
    }

    .ks-tabs-container.ks-tabs-pills .nav-pills .nav-link .active:focus,
    .ks-tabs-container.ks-tabs-pills .nav-pills .nav-link .active:hover,
    .ks-tabs-container.ks-tabs-pills .nav-pills .nav-link.active {
        color: #fff;
        background-color: #42a5f5;
        font-weight: 500
    }

.ks-tabs-container.ks-tabs-pills .tab-content {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #d7dceb;
    margin-top: 10px
}

.ks-tabs-container.ks-tabs-default.ks-tabs-with-separator.ks-tabs-bordered .nav-item .nav-link {
    border-right: 1px solid #d7dceb
}

    .ks-tabs-container.ks-tabs-default.ks-tabs-with-separator.ks-tabs-bordered .nav-item .nav-link.active {
        border-left: none
    }

.ks-tabs-container.ks-full {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

    .ks-tabs-container.ks-full .ks-nav-tabs {
        padding-left: 30px;
        padding-right: 30px;
        border-color: rgba(57, 80, 155, .2)
    }

    .ks-tabs-container.ks-full.ks-light > .ks-nav-tabs .nav-link:not(.active) {
        color: #858585
    }

    .ks-tabs-container.ks-full > .ks-nav-tabs > .nav-item > .nav-link {
        font-size: 14px;
        padding: 20px 18px
    }

    .ks-tabs-container.ks-full .tab-pane {
        padding: 30px
    }

@media screen and (max-width: 992px) {
    .ks-tabs-page-container [class*=col-] .ks-tabs-container {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 580px) {
    .ks-tabs-page-container .nav.ks-nav-tabs.ks-tabs-full-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .ks-tabs-page-container .nav.ks-nav-tabs.ks-tabs-full-page > .nav-item {
            margin: 0
        }

            .ks-tabs-page-container .nav.ks-nav-tabs.ks-tabs-full-page > .nav-item > .nav-link.active {
                border-bottom: 1px solid #d7dceb
            }
}

.modal .modal-content {
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.modal .modal-body {
    padding: 20px
}

    .modal .modal-body p:last-child {
        margin-bottom: 0
    }

.modal .modal-header {
    padding: 16px 20px 14px 20px;
    border-bottom: 1px solid #dee0e1
}

    .modal .modal-header .close {
        margin-top: 2px;
        font-size: 16px;
        color: #8997c3;
        opacity: .8
    }

        .modal .modal-header .close:hover {
            opacity: 1
        }

    .modal .modal-header h5 {
        margin: 0
    }

.modal .modal-footer {
    padding: 15px 20px;
    text-align: right;
    border-top: 1px solid #dee0e1
}

.alert {
    padding: 17px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .1);
    font-size: 12px;
    font-weight: 400;
    color: #333;
    position: relative
}

    .alert > ul {
        margin: 0;
        padding-left: 30px
    }

    .alert > .ks-icon {
        font-size: 20px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 3px
    }

    .alert > .close {
        position: relative;
        top: -8px;
        right: -8px;
        text-shadow: none
    }

        .alert > .close > span {
            font-size: 16px;
            font-weight: 700
        }

    .alert > .ks-actions .btn + .btn {
        margin-left: 10px
    }

    .alert > .ks-inline-image-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .alert > .ks-inline-image-block > .ks-image {
            margin-right: 15px
        }

    .alert > .alert-heading {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-bottom: 10px;
        margin-top: 0
    }

    .alert > .ks-image-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

        .alert > .ks-image-block > .ks-image {
            width: 36px;
            height: 36px;
            margin-right: 10px
        }

        .alert > .ks-image-block > .ks-info > .ks-name {
            font-weight: 500;
            display: block;
            margin-bottom: 3px
        }

        .alert > .ks-image-block > .ks-info > .ks-text {
            color: rgba(51, 51, 51, .8);
            display: block
        }

    .alert::before {
        content: '';
        display: block;
        position: absolute;
        width: 4px;
        left: -1px;
        top: -1px;
        bottom: -1px;
        background: 0 0;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .alert.ks-solid {
        border: none;
        color: #fff
    }

        .alert.ks-solid::before {
            left: 0;
            top: 0;
            bottom: 0
        }

        .alert.ks-solid > .alert-heading {
            color: #fff
        }

        .alert.ks-solid > .close {
            opacity: .5
        }

            .alert.ks-solid > .close:hover {
                opacity: .9
            }

            .alert.ks-solid > .close > span {
                color: #fff
            }

        .alert.ks-solid > .ks-image-block > .ks-info > .ks-text {
            color: #fff
        }

        .alert.ks-solid > .ks-actions > .ks-cancel {
            color: #fff;
            background: 0 0;
            border: solid 1px rgba(255, 255, 255, .2)
        }

    .alert.ks-solid-light > .ks-actions > .ks-cancel {
        background: 0 0
    }

    .alert.ks-active-border::before {
        background: #e5e5e5
    }

    .alert.alert-primary {
        border-color: #d0d4e7
    }

        .alert.alert-primary.ks-active-border::before {
            background: #d0d4e7
        }

        .alert.alert-primary.ks-solid {
            background: #25628f
        }

            .alert.alert-primary.ks-solid.ks-active-border::before {
                background: #18415e
            }

            .alert.alert-primary.ks-solid > .ks-actions > .ks-approve {
                background: #18415e;
                border-color: #18415e
            }

        .alert.alert-primary.ks-solid-light {
            background: #f5f6fa
        }

    .alert.alert-danger {
        border-color: #fbe0db
    }

        .alert.alert-danger.ks-active-border::before {
            background: #fbe0db
        }

        .alert.alert-danger.ks-solid {
            background: #ef5350
        }

            .alert.alert-danger.ks-solid.ks-active-border::before {
                background: #e53935
            }

            .alert.alert-danger.ks-solid > .ks-actions > .ks-approve {
                background: #e53935;
                border-color: #e53935
            }

        .alert.alert-danger.ks-solid-light {
            background: #fdefed
        }

    .alert.alert-info {
        border-color: #d3edfc
    }

        .alert.alert-info.ks-active-border::before {
            background: #d3edfc
        }

        .alert.alert-info.ks-solid {
            background: #42a5f5
        }

            .alert.alert-info.ks-solid.ks-active-border::before {
                background: #1e88e5
            }

            .alert.alert-info.ks-solid > .ks-actions > .ks-approve {
                background: #1e88e5;
                border-color: #1e88e5
            }

        .alert.alert-info.ks-solid-light {
            background: #e8f6fd
        }

    .alert.alert-success {
        border-color: #c0f0d4
    }

        .alert.alert-success.ks-active-border::before {
            background: #c0f0d4
        }

        .alert.alert-success.ks-solid {
            background: #4caf50
        }

            .alert.alert-success.ks-solid.ks-active-border::before {
                background: #388e3c
            }

            .alert.alert-success.ks-solid > .ks-actions > .ks-approve {
                background: #388e3c;
                border-color: #388e3c
            }

        .alert.alert-success.ks-solid-light {
            background: #eaf9f0
        }

    .alert.alert-warning {
        border-color: #f5ebb6
    }

        .alert.alert-warning.ks-active-border::before {
            background: #f5ebb6
        }

        .alert.alert-warning.ks-solid {
            background: #ffb300
        }

            .alert.alert-warning.ks-solid.ks-active-border::before {
                background: #ff8f00
            }

            .alert.alert-warning.ks-solid > .ks-actions > .ks-approve {
                background: #ff8f00;
                border-color: #ff8f00
            }

        .alert.alert-warning.ks-solid-light {
            background: #fbf8e6
        }

.breadcrumb.ks-default {
    padding: 0;
    margin: 0;
    background: 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dee0e1
}

    .breadcrumb.ks-default > .breadcrumb-item {
        font-size: 12px;
        padding: 5px 15px;
        font-weight: 400;
        color: #858585
    }

        .breadcrumb.ks-default > .breadcrumb-item:after,
        .breadcrumb.ks-default > .breadcrumb-item:before {
            display: none
        }

        .breadcrumb.ks-default > .breadcrumb-item.active {
            color: rgba(133, 133, 133, .6)
        }

        .breadcrumb.ks-default > .breadcrumb-item + .breadcrumb-item {
            border-left: 1px solid #dee0e1
        }

    .breadcrumb.ks-default > .ks-breadcrumb-icon {
        padding: 5px 6px
    }

        .breadcrumb.ks-default > .ks-breadcrumb-icon > .ks-icon {
            font-size: 16px;
            line-height: 14px;
            color: #858585;
            position: relative;
            top: 2px
        }

.ks-navbar {
    height: 80px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

    .ks-navbar .dropdown .dropdown-menu {
        min-width: 220px;
        overflow: visible
    }

        .ks-navbar .dropdown .dropdown-menu .dropdown-menu {
            position: absolute;
            top: 0;
            left: 229px
        }

    .ks-navbar .dropdown.open > .dropdown-menu {
        display: block
    }

    .ks-navbar .nav-item {
        padding: 0;
        margin: 0;
        /*    border-left: 1px solid transparent;
        border-right: 1px solid transparent*/
    }

        .ks-navbar .nav-item + .nav-item {
            margin: 0;
            border-left: none
        }

        .ks-navbar .nav-item.show .dropdown-menu {
            margin: 0;
            width: 229px;
            background: #fff;
            border: none;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0
        }

            .ks-navbar .nav-item.show .dropdown-menu.ks-primary .dropdown-item.ks-active:before {
                background: #25628f
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-info .dropdown-item.ks-active:before {
                background: #42a5f5
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-success .dropdown-item.ks-active:before {
                background: #4caf50
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-warning .dropdown-item.ks-active:before {
                background: #ffb300
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-danger .dropdown-item.ks-active:before {
                background: #ef5350
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-fuchsia-pink .dropdown-item.ks-active:before {
                background: #d149cc
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-cerise-red .dropdown-item.ks-active:before {
                background: #e23e57
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-crusta .dropdown-item.ks-active:before {
                background: #e79716
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-medium-purple .dropdown-item.ks-active:before {
                background: #9043d8
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-royal-blue .dropdown-item.ks-active:before {
                background: #4160de
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-persian-green .dropdown-item.ks-active:before {
                background: #02a388
            }

            .ks-navbar .nav-item.show .dropdown-menu.ks-dark-tan .dropdown-item.ks-active:before {
                background: #630a10
            }

            .ks-navbar .nav-item.show .dropdown-menu .dropdown-item {
                border: none;
                height: 45px;
                text-transform: uppercase;
                font-size: 14px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 13px;
                font-weight: 500;
                padding: 0 24px;
                position: relative
            }

                .ks-navbar .nav-item.show .dropdown-menu .dropdown-item:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -1px;
                    bottom: -1px;
                    width: 4px;
                    background: 0 0
                }

                .ks-navbar .nav-item.show .dropdown-menu .dropdown-item:last-child {
                    border-bottom: none
                }

                .ks-navbar .nav-item.show .dropdown-menu .dropdown-item > .nav-link {
                    border-bottom: none
                }

                    .ks-navbar .nav-item.show .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
                        height: 11px
                    }

                .ks-navbar .nav-item.show .dropdown-menu .dropdown-item > .ks-icon {
                    font-size: 19px;
                    line-height: 19px;
                    width: 20px;
                    margin-right: 10px;
                    transition: all 0.5s ease-in-out 0s;
                    -moz-transition: all 0.5s ease-in-out 0s;
                    -ms-transition: all 0.5s ease-in-out 0s;
                    -o-transition: all 0.5s ease-in-out 0s;
                    -webkit-transition: all 0.5s ease-in-out 0s;
                }

            .ks-navbar .nav-item.show .dropdown-menu .dropdown {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .ks-navbar .nav-item.show .dropdown-menu .dropdown > .dropdown-toggle {
                    font-weight: 400;
                    padding: 0;
                    width: 100%;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

    .ks-navbar .nav-link {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        height: 80px
    }

        .ks-navbar .nav-link.dropdown-toggle:after {
            height: 15px;
            margin-left: 11px
        }

    .ks-navbar .navbar-brand {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 250px;
        padding: 0 10px;
        margin: 0
    }

        .ks-navbar .navbar-brand .ks-logo {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 29px
        }

        .ks-navbar .navbar-brand .ks-sidebar-mobile-toggle,
        .ks-navbar .navbar-brand .ks-sidebar-toggle {
            margin-right: 14px;
            font-size: 21px;
            line-height: 21px;
            position: relative
        }

            .ks-navbar .navbar-brand .ks-sidebar-mobile-toggle > .ks-icon,
            .ks-navbar .navbar-brand .ks-sidebar-toggle > .ks-icon {
                font-weight: 700
            }

        .ks-navbar .navbar-brand .ks-sidebar-mobile-toggle {
            display: none
        }

    .ks-navbar .ks-navbar-logo {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }

    .ks-navbar > .ks-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .ks-navbar > .ks-wrapper > .nav {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form {
                    padding: 0 30px
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form .form-control {
                        width: 265px;
                        height: 36px;
                        -webkit-border-radius: 2px;
                        border-radius: 2px
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form .icon-addon > .ks-icon {
                        font-size: 18px;
                        position: relative;
                        top: 1px
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form .ks-search-close,
                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form .ks-search-open {
                        display: none
                    }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-btn-action {
                    border-right: none
                }

            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                padding-right: 30px
            }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block {
                    border-left: none;
                    padding: 0;
                    height: 60px
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block:hover {
                        background: 0 0
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block > .btn {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -webkit-flex-direction: column;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        height: 100%;
                        color: #fff;
                        width: 100%;
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        padding-left: 30px;
                        padding-right: 30px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block > .btn > span {
                            display: block
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block > .btn > span:first-child {
                                margin-top: 2px;
                                margin-bottom: 4px
                            }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .btn-action-block > .btn > span:last-child {
                                text-transform: uppercase;
                                font-size: 10px;
                                font-weight: 400
                            }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages.show > .dropdown-menu {
                    width: 336px;
                    min-width: 336px;
                    height: 300px;
                    margin: 0
                }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages .ks-wrapper {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages .ks-wrapper > .ks-language {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        -js-display: flex;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 50px;
                        width: 168px;
                        list-style: none;
                        font-weight: 500;
                        padding: 0 24px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages .ks-wrapper > .ks-language > .ks-icon {
                            font-size: 16px;
                            line-height: 14px
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages .ks-wrapper > .ks-language > .ks-text {
                            margin-left: 20px;
                            font-weight: 400
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages .ks-wrapper > .ks-language.ks-selected {
                            opacity: .6
                        }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-languages > .nav-link > .ks-text {
                    display: none
                }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .nav-link {
                    padding: 0 24px
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .nav-link > .ks-icon {
                        position: relative;
                        font-size: 22px;
                        line-height: 22px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .nav-link > .ks-icon > .badge {
                            position: absolute;
                            right: -7px;
                            top: -6px;
                            min-width: 18px;
                            min-height: 18px;
                            -webkit-border-radius: 9px;
                            border-radius: 9px;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            text-align: center;
                            border: none;
                            padding: 0 5px 0 6px
                        }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .nav-link > .ks-text {
                        display: none
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .nav-link:after {
                        display: none
                    }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu {
                    width: 360px;
                    height: 342px;
                    background: #fff
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-tabs-actions {
                        position: absolute;
                        top: 15px;
                        right: 0
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-tabs-actions > a > .ks-icon {
                            font-size: 21px;
                            line-height: 21px;
                            margin-right: 14px
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-tabs-actions > a > .ks-icon.fa-plus {
                                position: relative;
                                top: 1px
                            }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-tabs-actions > a > .ks-icon.fa-search {
                                font-size: 15px;
                                line-height: 15px
                            }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs {
                        height: 48px;
                        min-height: 48px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs > .nav-item {
                            height: 47px;
                            padding: 0;
                            font-size: 13px;
                            border: none;
                            font-weight: 500;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            width: 85px;
                            text-align: center;
                            position: relative;
                            background: #fff
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs > .nav-item > .nav-link {
                                padding: 0;
                                height: 47px;
                                border: none;
                                -webkit-border-radius: 0;
                                border-radius: 0;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                -js-display: flex;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -webkit-justify-content: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                color: #858585;
                                background: #fff
                            }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs > .nav-item > .nav-link.active {
                                    color: #333;
                                    background: #fff
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs > .nav-item > .nav-link.active:after {
                                        content: '';
                                        height: 4px;
                                        position: absolute;
                                        bottom: -1px;
                                        left: 0;
                                        width: 100%;
                                        background: 0 0
                                    }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs > .nav-item:hover {
                                background: #fff
                            }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-primary > .nav-item > .nav-link.active:after {
                            background: #25628f
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-info > .nav-item > .nav-link.active:after {
                            background: #42a5f5
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-success > .nav-item > .nav-link.active:after {
                            background: #4caf50
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-danger > .nav-item > .nav-link.active:after {
                            background: #ef5350
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-warning > .nav-item > .nav-link.active:after {
                            background: #ffb300
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-fuchsia-pink > .nav-item > .nav-link.active:after {
                            background: #d149cc
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-cerise-red > .nav-item > .nav-link.active:after {
                            background: #e23e57
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-crusta > .nav-item > .nav-link.active:after {
                            background: #e79716
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-medium-purple > .nav-item > .nav-link.active:after {
                            background: #9043d8
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-royal-blue > .nav-item > .nav-link.active:after {
                            background: #4160de
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-persian-green > .nav-item > .nav-link.active:after {
                            background: #02a388
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .ks-nav-tabs.ks-dark-tan > .nav-item > .nav-link.active:after {
                            background: #630a10
                        }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane {
                        height: 300px;
                        max-height: 300px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper {
                            height: 251px
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-message {
                                padding: 12px 20px;
                                height: 85px;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                -js-display: flex;
                                display: flex
                            }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-message > .ks-avatar {
                                    margin-top: 3px;
                                    margin-right: 12px;
                                    width: 36px;
                                    height: 36px
                                }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-message > .ks-info > .ks-user-name {
                                    color: #333;
                                    font-weight: 500;
                                    margin-bottom: 5px
                                }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-message > .ks-info > .ks-text {
                                    color: #333;
                                    margin-bottom: 5px
                                }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-message > .ks-info > .ks-datetime {
                                    font-size: 11px;
                                    color: #858585
                                }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane > .ks-view-all {
                            border-top: 1px solid rgba(57, 81, 155, .2);
                            height: 43px;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            line-height: 13px;
                            font-weight: 500
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-messages > .dropdown-menu > .tab-content > .tab-pane.active.ks-empty {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center
                        }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .nav-link {
                    padding: 0 24px
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .nav-link > .ks-icon {
                        position: relative;
                        font-size: 22px;
                        line-height: 22px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .nav-link > .ks-icon > .badge {
                            position: absolute;
                            right: -7px;
                            top: -6px;
                            min-width: 18px;
                            min-height: 18px;
                            -webkit-border-radius: 9px;
                            border-radius: 9px;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            text-align: center;
                            border: none;
                            padding: 0 5px 0 6px
                        }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .nav-link > .ks-text {
                        display: none
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .nav-link:after {
                        display: none
                    }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu {
                    width: 300px;
                    height: 342px;
                    background: #fff
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs {
                        height: 48px;
                        min-height: 48px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        -js-display: flex;
                        display: flex;
                        -webkit-box-pack: justify;
                        -webkit-justify-content: space-between;
                        -ms-flex-pack: justify;
                        justify-content: space-between
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs > .nav-item {
                            width: 33.33%;
                            height: 47px;
                            padding: 0;
                            font-size: 13px;
                            border: none;
                            font-weight: 500;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            text-align: center;
                            position: relative;
                            background: #fff
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link {
                                padding: 0;
                                height: 47px;
                                border: none;
                                -webkit-border-radius: 0;
                                border-radius: 0;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                -js-display: flex;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -webkit-justify-content: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                color: #858585;
                                background: #fff
                            }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active {
                                    color: #333;
                                    background: #fff
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs > .nav-item > .nav-link.active:after {
                                        content: '';
                                        height: 4px;
                                        position: absolute;
                                        bottom: -1px;
                                        left: 0;
                                        width: 100%;
                                        background: 0 0
                                    }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs > .nav-item:hover {
                                background: #fff
                            }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-primary > .nav-item > .nav-link.active:after {
                            background: #25628f
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-info > .nav-item > .nav-link.active:after {
                            background: #42a5f5
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-success > .nav-item > .nav-link.active:after {
                            background: #4caf50
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-danger > .nav-item > .nav-link.active:after {
                            background: #ef5350
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-warning > .nav-item > .nav-link.active:after {
                            background: #ffb300
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-fuchsia-pink > .nav-item > .nav-link.active:after {
                            background: #d149cc
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-cerise-red > .nav-item > .nav-link.active:after {
                            background: #e23e57
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-crusta > .nav-item > .nav-link.active:after {
                            background: #e79716
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-medium-purple > .nav-item > .nav-link.active:after {
                            background: #9043d8
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-royal-blue > .nav-item > .nav-link.active:after {
                            background: #4160de
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-persian-green > .nav-item > .nav-link.active:after {
                            background: #02a388
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .nav-tabs.ks-dark-tan > .nav-item > .nav-link.active:after {
                            background: #630a10
                        }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane {
                        height: 300px;
                        max-height: 300px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper {
                            height: 251px
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification {
                                padding: 12px 20px;
                                height: 85px;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                -js-display: flex;
                                display: flex
                            }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-avatar {
                                    margin-top: 3px;
                                    margin-right: 12px;
                                    width: 36px;
                                    height: 36px
                                }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-action {
                                    margin-top: 3px;
                                    margin-right: 12px
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-action > span {
                                        width: 36px;
                                        height: 36px;
                                        -webkit-border-radius: 50%;
                                        border-radius: 50%;
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        -js-display: flex;
                                        display: flex;
                                        -webkit-box-align: center;
                                        -webkit-align-items: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                        -webkit-box-pack: center;
                                        -webkit-justify-content: center;
                                        -ms-flex-pack: center;
                                        justify-content: center
                                    }

                                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-action > span > .ks-icon {
                                            font-size: 21px;
                                            line-height: 21px
                                        }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-info > .ks-user-name {
                                    color: #333;
                                    font-weight: 500;
                                    margin-bottom: 5px
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-info > .ks-user-name > .ks-description {
                                        font-weight: 500
                                    }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-info > .ks-text {
                                    color: #333;
                                    margin-bottom: 5px
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-info > .ks-text > .ks-icon {
                                        font-size: 20px;
                                        display: inline-block;
                                        margin-right: 1px;
                                        position: relative;
                                        top: 1px
                                    }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-wrapper .ks-notification > .ks-info > .ks-datetime {
                                    font-size: 11px;
                                    color: #858585
                                }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane > .ks-view-all {
                            border-top: 1px solid rgba(57, 81, 155, .2);
                            height: 43px;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            line-height: 13px;
                            font-weight: 500
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-notifications > .dropdown-menu > .tab-content > .tab-pane.active.ks-empty {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center;
                            justify-content: center
                        }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-user > .dropdown-toggle {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-user > .dropdown-toggle > .ks-avatar {
                        width: 36px;
                        height: 36px
                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-user > .dropdown-toggle > .ks-info {
                        margin-left: 12px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-user > .dropdown-toggle > .ks-info > .ks-name {
                            display: block;
                            font-size: 16px;
                            font-weight: 600;
                            text-transform: uppercase;
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions > .ks-user > .dropdown-toggle > .ks-info > .ks-description {
                            display: block;
                            color: rgba(255, 255, 255, .7);
                            font-size: 12px
                        }

        .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle,
        .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle {
            width: auto;
            display: none;
            height: 80px;
            margin-left: 10px;
        }

            .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle > a,
            .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle > a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle > a > span,
                .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle > a > span {
                    font-size: 24px;
                    line-height: 24px
                }

    .ks-navbar > .ks-sidebar-mobile-toggle {
        display: none;
        padding: 0
    }

    .ks-navbar .ks-dropdown-grid {
        margin-left: 5px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .ks-navbar .ks-dropdown-grid > .dropdown-toggle {
            padding: 8px;
            height: auto
        }

            .ks-navbar .ks-dropdown-grid > .dropdown-toggle:after {
                margin-left: 0
            }

        .ks-navbar .ks-dropdown-grid.show > .dropdown-menu {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-top: 4px;
            width: 360px;
            min-width: 360px
        }

            .ks-navbar .ks-dropdown-grid.show > .dropdown-menu .ks-scroll-wrapper {
                padding: 10px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .ks-navbar .ks-dropdown-grid.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item {
                    width: 110px;
                    height: 80px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column
                }

                    .ks-navbar .ks-dropdown-grid.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item > .ks-icon {
                        font-size: 26px;
                        margin-bottom: 10px
                    }

                    .ks-navbar .ks-dropdown-grid.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item > .ks-text {
                        font-weight: 400
                    }

    .ks-navbar .ks-dropdown-grid-images {
        margin-left: 5px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .ks-navbar .ks-dropdown-grid-images > .dropdown-toggle {
            padding: 8px;
            height: auto
        }

            .ks-navbar .ks-dropdown-grid-images > .dropdown-toggle:after {
                margin-left: 0
            }

        .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu {
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-top: 4px;
            width: 270px;
            min-width: 270px
        }

            .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper {
                padding: 20px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item {
                    padding: 15px 20px;
                    min-width: 100px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    border: 1px solid transparent
                }

                    .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item > .ks-icon {
                        margin-bottom: 10px
                    }

                    .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item > .ks-text {
                        font-weight: 400;
                        color: #858585
                    }

                    .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item:hover {
                        border: 1px solid #dee0e1;
                        -webkit-border-radius: 1px;
                        border-radius: 1px
                    }

                        .ks-navbar .ks-dropdown-grid-images.show > .dropdown-menu .ks-scroll-wrapper > .ks-grid-item:hover > .ks-text {
                            color: #333
                        }

body.ks-navbar-fixed {
    padding-top: 0
}

    body.ks-navbar-fixed > .ks-navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 888
    }

body.ks-sidebar-iconbar > .ks-navbar .navbar-brand {
    width: 130px
}

body.ks-sidebar-iconbar_compact > .ks-navbar .navbar-brand {
    width: 150px
}

@media only screen and (max-width: 1610px) {
    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu > .ks-search-form .form-control {
        width: 200px
    }
}

@media only screen and (max-width: 1500px) {
    .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form {
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 20px
    }

        .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form .ks-search-open {
            display: inline-block;
            font-size: 20px;
            position: relative;
            top: 1px
        }

        .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form .ks-search-close {
            display: none;
            font-size: 20px;
            position: relative;
            top: 1px
        }

        .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form .ks-wrapper {
            display: none
        }

    .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open {
        position: relative
    }

        .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .nav-item {
            visibility: hidden
        }

        .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding-left: 0;
            padding-right: 0
        }

            .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form .ks-search-open {
                display: none
            }

            .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form .ks-search-close {
                display: block;
                margin-left: 20px
            }

            .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form .ks-wrapper {
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

                .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form .ks-wrapper .input-icon {
                    width: 100%
                }

                .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form .ks-wrapper .form-control {
                    width: 100%
                }
}

@media only screen and (max-width: 1440px) {
    .ks-navbar .navbar-brand {
        width: 250px
    }

        .ks-navbar .navbar-brand > .ks-sidebar-toggle {
            display: none
        }
}

@media only screen and (max-width: 1200px) {
    .ks-navbar > .navbar-brand > .ks-sidebar-toggle {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .ks-navbar .navbar-brand > .ks-sidebar-mobile-toggle {
        display: none
    }
}

@media only screen and (max-width: 1225px) {
    .ks-navbar {
        padding-right: 0
    }

        .ks-navbar > .ks-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

            .ks-navbar > .ks-wrapper > .nav {
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

            .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle {
                display: block;
                text-align: center
            }

                .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle .ks-icon {
                    width: 24px;
                    height: 24px;
                    display: inline-block;
                    text-align: center
                }

                    .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle .ks-icon.ks-open {
                        display: block
                    }

                    .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle .ks-icon.ks-close {
                        display: none
                    }

                .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle.ks-open .ks-icon.ks-open {
                    display: none
                }

                .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle.ks-open .ks-icon.ks-close {
                    display: block
                }

                .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle > .nav-link {
                    border: none
                }

                    .ks-navbar > .ks-wrapper > .ks-navbar-menu-toggle > .nav-link:hover {
                        border: none
                    }

            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu {
                position: fixed;
                right: -320px;
                max-width: 320px;
                height: 100%;
                z-index: 6;
                width: 100%;
                top: 80px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start
            }

                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open {
                    position: fixed;
                    -webkit-transition: right .2s ease;
                    transition: right .2s ease;
                    right: 0
                }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .ks-search-form {
                        position: static;
                        padding: 15px
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .ks-search-form > .ks-wrapper > .input-icon > .form-control {
                            width: 100%;
                            -webkit-border-radius: 2px;
                            border-radius: 2px
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .ks-search-form > .ks-wrapper > .ks-search-close {
                            display: none
                        }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .nav-item {
                        visibility: visible;
                        opacity: 1;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        -js-display: flex;
                        display: flex;
                        width: 100%;
                        -webkit-box-pack: start;
                        -webkit-justify-content: flex-start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        border: none;
                        position: relative
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .nav-item:hover {
                            background: 0 0
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .nav-item > .nav-link {
                            visibility: visible;
                            opacity: 1;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            -js-display: flex;
                            display: flex;
                            width: 100%;
                            -webkit-box-pack: start;
                            -webkit-justify-content: flex-start;
                            -ms-flex-pack: start;
                            justify-content: flex-start;
                            height: 60px
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .nav-item > .nav-link:hover {
                                background: 0 0
                            }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -webkit-flex-direction: column;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        border-bottom: none;
                        height: auto
                    }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown > .nav-link {
                            -webkit-box-pack: justify;
                            -webkit-justify-content: space-between;
                            -ms-flex-pack: justify;
                            justify-content: space-between
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown.show {
                            position: relative
                        }

                        .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu {
                            position: static;
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            background: 0 0
                        }

                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu .dropdown-item,
                            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu .nav-link {
                                height: 60px
                            }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu .dropdown-item.ks-active:hover {
                                    -webkit-transition: all .3s ease;
                                    transition: all .3s ease
                                }

                                .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu .dropdown-item.dropdown.show {
                                    padding: 0;
                                    height: auto
                                }

                                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .dropdown .dropdown-menu .dropdown-item.dropdown.show > .nav-link {
                                        height: 61px;
                                        padding: 0 24px;
                                        -webkit-box-pack: justify;
                                        -webkit-justify-content: space-between;
                                        -ms-flex-pack: justify;
                                        justify-content: space-between
                                    }

                    .ks-navbar > .ks-wrapper > .nav > .ks-navbar-menu.ks-open > .ks-btn-action > .btn {
                        width: 100%
                    }

            .ks-navbar > .ks-wrapper > .nav > .ks-navbar-actions {
                padding-right: 0
            }
}

@media only screen and (max-width: 780px) {
    .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle {
        display: block
    }

        .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle > .nav-item > .ks-icon.ks-open {
            display: block
        }

        .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle > .nav-item > .ks-icon.ks-close {
            display: none
        }

        .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle.ks-open > .nav-item .ks-icon.ks-open {
            display: none
        }

        .ks-navbar > .ks-wrapper > .ks-navbar-actions-toggle.ks-open > .nav-item .ks-icon.ks-close {
            display: block
        }
    /*.ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        position: fixed;
        width: 100%;
        max-width: 320px;
        height: 100%;
        z-index: 6;
        right: -320px;
        top: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open {
        -webkit-transition: right .2s ease;
        transition: right .2s ease;
        position: fixed;
        right: 0
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item {
        border: none
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item:hover {
        background: 0 0
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-languages>.nav-link>.ks-text,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-messages>.nav-link>.ks-text,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-notifications>.nav-link>.ks-text {
        display: block;
        margin-left: 27px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-languages>.nav-link:after,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-messages>.nav-link:after,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-notifications>.nav-link:after {
        display: block
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-languages>.nav-link .badge,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-messages>.nav-link .badge,
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-notifications>.nav-link .badge {
        padding-top: 2px
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-languages>.nav-link {
        padding-left: 26px;
        padding-right: 24px
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item>.nav-link {
        visibility: visible;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 60px;
        border: none
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-user {
        border-right: none
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-user .ks-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item.ks-user .ks-avatar {
        margin-right: 5px
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item:not(.ks-languages):not(.ks-messages):not(.ks-notifications).show .dropdown-menu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }
    .ks-navbar>.ks-wrapper>.nav>.ks-navbar-actions.ks-open>.nav-item:not(.ks-languages):not(.ks-messages):not(.ks-notifications).show .dropdown-menu .dropdown-item:not(.dropdown) {
        height: 60px
    }*/
}

@media only screen and (max-width: 580px) {
    body.ks-sidebar-empty .ks-navbar .ks-dropdown-grid.show > .dropdown-menu {
        margin-left: -98px
    }

    body:not(.ks-sidebar-empty) .ks-navbar .ks-dropdown-grid.show > .dropdown-menu {
        margin-left: -132px
    }
}

.ks-navbar-horizontal {
    padding-left: 30px;
    padding-right: 30px;
    height: 50px
}

    .ks-navbar-horizontal .nav-item {
        margin: 0;
        padding: 0
    }

        .ks-navbar-horizontal .nav-item + .nav-item {
            margin: 0
        }

        .ks-navbar-horizontal .nav-item > .nav-link {
            border-left: 1px solid transparent;
            border-right: 1px solid transparent
        }

        .ks-navbar-horizontal .nav-item.show .dropdown-menu {
            margin: 0;
            margin-top: 1px;
            width: 229px;
            background: #fff;
            border: none;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0
        }

            .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item {
                border: none;
                height: 50px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 13px;
                font-weight: 400;
                padding: 0 24px;
                position: relative
            }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:first-child {
                    -webkit-border-top-left-radius: 0;
                    border-top-left-radius: 0;
                    -webkit-border-top-right-radius: 0;
                    border-top-right-radius: 0
                }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -1px;
                    bottom: -1px;
                    width: 5px;
                    z-index: 1
                }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item:last-child {
                    border-bottom: none
                }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link {
                    border-bottom: none
                }

                    .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link > .ks-text {
                        white-space: nowrap
                    }

                    .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
                        height: 11px
                    }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .ks-icon {
                    font-size: 16px;
                    line-height: 16px;
                    margin-right: 20px
                }

                    .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown-item > .ks-icon:not(.fa-sign-out) {
                        position: relative;
                        top: -1px
                    }

            .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .ks-navbar-horizontal .nav-item.show .dropdown-menu .dropdown > .dropdown-toggle {
                    padding: 0;
                    width: 100%;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    -js-display: flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

        .ks-navbar-horizontal .nav-item .nav-link {
            -webkit-border-radius: 0;
            border-radius: 0;
            font-size: 13px;
            font-weight: 500;
            padding: 16px 20px 14px 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            white-space: nowrap
        }

            .ks-navbar-horizontal .nav-item .nav-link.dropdown-toggle {
                padding-right: 40px
            }

                .ks-navbar-horizontal .nav-item .nav-link.dropdown-toggle:after {
                    position: absolute;
                    right: 15px;
                    top: 18px
                }

            .ks-navbar-horizontal .nav-item .nav-link.active {
                position: relative
            }

                .ks-navbar-horizontal .nav-item .nav-link.active::before {
                    position: absolute;
                    content: '';
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 4px
                }

            .ks-navbar-horizontal .nav-item .nav-link > .ks-badge {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin-left: 3px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

            .ks-navbar-horizontal .nav-item .nav-link > .ks-icon {
                font-size: 16px;
                font-weight: 400;
                margin-right: 5px;
                position: relative
            }

                .ks-navbar-horizontal .nav-item .nav-link > .ks-icon > .ks-badge {
                    position: absolute;
                    top: -7px;
                    right: -12px
                }

                .ks-navbar-horizontal .nav-item .nav-link > .ks-icon.ks-notify {
                    margin-right: 11px
                }

    .ks-navbar-horizontal.ks-icons-top {
        height: 70px
    }

        .ks-navbar-horizontal.ks-icons-top .nav-link {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-top: 14px;
            padding-bottom: 13px;
            text-align: center
        }

            .ks-navbar-horizontal.ks-icons-top .nav-link.dropdown-toggle {
                padding-right: 40px
            }

                .ks-navbar-horizontal.ks-icons-top .nav-link.dropdown-toggle:after {
                    position: absolute;
                    right: 15px;
                    top: 27px
                }

            .ks-navbar-horizontal.ks-icons-top .nav-link .ks-icon {
                height: 16px;
                display: inline-block;
                margin-bottom: 7px;
                position: relative;
                margin-right: 0;
                font-size: 20px
            }

                .ks-navbar-horizontal.ks-icons-top .nav-link .ks-icon > .ks-badge {
                    position: absolute;
                    top: -7px;
                    right: -2px
                }

            .ks-navbar-horizontal.ks-icons-top .nav-link > .ks-text::before {
                content: '';
                display: block
            }

            .ks-navbar-horizontal.ks-icons-top .nav-link.disabled > .ks-text,
            .ks-navbar-horizontal.ks-icons-top .nav-link.ks-disabled > .ks-text {
                position: relative;
                bottom: -2px
            }

            .ks-navbar-horizontal.ks-icons-top .nav-link .ks-notify {
                margin-right: 0 !important
            }

    .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive {
        display: none
    }

        .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive > .nav-link {
            height: 100%
        }

            .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive > .nav-link > .ks-icon {
                font-size: 16px;
                position: relative;
                top: 2px
            }

        .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item {
            padding: 0
        }

            .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item.show {
                height: auto
            }

                .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item.show > .nav-link {
                    height: 50px
                }

            .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item,
            .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link {
                padding: 0 24px;
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                height: 100%;
                border-bottom: none
            }

                .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link:before {
                    display: none
                }

            .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-menu {
                position: static;
                -webkit-box-shadow: none;
                box-shadow: none
            }

                .ks-navbar-horizontal > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-menu .dropdown-item {
                    height: 50px
                }

    .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive > .nav-link > .ks-icon {
        font-size: 20px;
        top: 13px
    }

    .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item,
    .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item.dropdown-toggle:after,
        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link.dropdown-toggle:after {
            top: 20px
        }

        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item > .ks-icon,
        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link > .ks-icon {
            position: relative;
            top: 5px;
            margin-right: 15px
        }

        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item .dropdown-item > .ks-text,
        .ks-navbar-horizontal.ks-icons-top > .nav > .ks-navbar-horizontal-responsive .dropdown-menu .dropdown-item > .nav-link > .ks-text {
            position: relative;
            top: 2px
        }

    .ks-navbar-horizontal.ks-primary .dropdown-item.active,
    .ks-navbar-horizontal.ks-primary .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-primary .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-primary .dropdown-item.ks-active:before {
            background: #25628f
        }

    .ks-navbar-horizontal.ks-primary .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #72aedb
    }

    .ks-navbar-horizontal.ks-primary .nav-item .nav-link.active::before {
        background: #25628f
    }

    .ks-navbar-horizontal.ks-info .dropdown-item.active,
    .ks-navbar-horizontal.ks-info .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-info .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-info .dropdown-item.ks-active:before {
            background: #42a5f5
        }

    .ks-navbar-horizontal.ks-info .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #d3edfc
    }

    .ks-navbar-horizontal.ks-info .nav-item .nav-link.active::before {
        background: #42a5f5
    }

    .ks-navbar-horizontal.ks-success .dropdown-item.active,
    .ks-navbar-horizontal.ks-success .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-success .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-success .dropdown-item.ks-active:before {
            background: #4caf50
        }

    .ks-navbar-horizontal.ks-success .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #b5dfb7
    }

    .ks-navbar-horizontal.ks-success .nav-item .nav-link.active::before {
        background: #4caf50
    }

    .ks-navbar-horizontal.ks-warning .dropdown-item.active,
    .ks-navbar-horizontal.ks-warning .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-warning .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-warning .dropdown-item.ks-active:before {
            background: #ffb300
        }

    .ks-navbar-horizontal.ks-warning .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #ffe199
    }

    .ks-navbar-horizontal.ks-warning .nav-item .nav-link.active::before {
        background: #ffb300
    }

    .ks-navbar-horizontal.ks-danger .dropdown-item.active,
    .ks-navbar-horizontal.ks-danger .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-danger .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-danger .dropdown-item.ks-active:before {
            background: #ef5350
        }

    .ks-navbar-horizontal.ks-danger .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #fcdddc
    }

    .ks-navbar-horizontal.ks-danger .nav-item .nav-link.active::before {
        background: #ef5350
    }

    .ks-navbar-horizontal.ks-fuchsia-pink .dropdown-item.active,
    .ks-navbar-horizontal.ks-fuchsia-pink .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-fuchsia-pink .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-fuchsia-pink .dropdown-item.ks-active:before {
            background: #d149cc
        }

    .ks-navbar-horizontal.ks-fuchsia-pink .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #f0c3ee
    }

    .ks-navbar-horizontal.ks-fuchsia-pink .nav-item .nav-link.active::before {
        background: #d149cc
    }

    .ks-navbar-horizontal.ks-cerise-red .dropdown-item.active,
    .ks-navbar-horizontal.ks-cerise-red .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-cerise-red .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-cerise-red .dropdown-item.ks-active:before {
            background: #e23e57
        }

    .ks-navbar-horizontal.ks-cerise-red .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #f6c3cb
    }

    .ks-navbar-horizontal.ks-cerise-red .nav-item .nav-link.active::before {
        background: #e23e57
    }

    .ks-navbar-horizontal.ks-crusta .dropdown-item.active,
    .ks-navbar-horizontal.ks-crusta .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-crusta .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-crusta .dropdown-item.ks-active:before {
            background: #e79716
        }

    .ks-navbar-horizontal.ks-crusta .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #f6d5a0
    }

    .ks-navbar-horizontal.ks-crusta .nav-item .nav-link.active::before {
        background: #e79716
    }

    .ks-navbar-horizontal.ks-medium-purple .dropdown-item.active,
    .ks-navbar-horizontal.ks-medium-purple .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-medium-purple .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-medium-purple .dropdown-item.ks-active:before {
            background: #9043d8
        }

    .ks-navbar-horizontal.ks-medium-purple .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #dbc2f2
    }

    .ks-navbar-horizontal.ks-medium-purple .nav-item .nav-link.active::before {
        background: #9043d8
    }

    .ks-navbar-horizontal.ks-royal-blue .dropdown-item.active,
    .ks-navbar-horizontal.ks-royal-blue .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-royal-blue .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-royal-blue .dropdown-item.ks-active:before {
            background: #4160de
        }

    .ks-navbar-horizontal.ks-royal-blue .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #c3cdf5
    }

    .ks-navbar-horizontal.ks-royal-blue .nav-item .nav-link.active::before {
        background: #4160de
    }

    .ks-navbar-horizontal.ks-persian-green .dropdown-item.active,
    .ks-navbar-horizontal.ks-persian-green .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-persian-green .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-persian-green .dropdown-item.ks-active:before {
            background: #02a388
        }

    .ks-navbar-horizontal.ks-persian-green .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #03d5b2
    }

    .ks-navbar-horizontal.ks-persian-green .nav-item .nav-link.active::before {
        background: #02a388
    }

    .ks-navbar-horizontal.ks-dark-tan .dropdown-item.active,
    .ks-navbar-horizontal.ks-dark-tan .dropdown-item.ks-active {
        background: #fff
    }

        .ks-navbar-horizontal.ks-dark-tan .dropdown-item.active:before,
        .ks-navbar-horizontal.ks-dark-tan .dropdown-item.ks-active:before {
            background: #630a10
        }

    .ks-navbar-horizontal.ks-dark-tan .dropdown-item:not(.active):not(.ks-active):hover:before {
        background: #f27a82
    }

    .ks-navbar-horizontal.ks-dark-tan .nav-item .nav-link.active::before {
        background: #630a10
    }

    .ks-navbar-horizontal + .ks-page-container .ks-dashboard-tabbed-sidebar-sidebar {
        top: 170px
    }

    .ks-navbar-horizontal.ks-icons-top + .ks-page-container .ks-dashboard-tabbed-sidebar-sidebar {
        top: 190px
    }

body.ks-navbar-fixed .ks-navbar-horizontal {
    position: fixed;
    z-index: 3;
    top: 60px;
    width: 100%
}

    body.ks-navbar-fixed .ks-navbar-horizontal + .ks-container,
    body.ks-navbar-fixed .ks-navbar-horizontal + .ks-page-container {
        padding-top: 50px
    }

        body.ks-navbar-fixed .ks-navbar-horizontal + .ks-container .ks-page > .ks-content > .ks-content-nav > .ks-nav,
        body.ks-navbar-fixed .ks-navbar-horizontal + .ks-page-container .ks-page > .ks-content > .ks-content-nav > .ks-nav {
            top: 170px
        }

    body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-container,
    body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-page-container {
        padding-top: 70px
    }

        body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-container .ks-page > .ks-header,
        body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-page-container .ks-page > .ks-header {
            top: 130px
        }

        body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-container .ks-page > .ks-content > .ks-content-nav > .ks-nav,
        body.ks-navbar-fixed .ks-navbar-horizontal.ks-icons-top + .ks-page-container .ks-page > .ks-content > .ks-content-nav > .ks-nav {
            top: 190px
        }

.ks-sidebar {
    width: 250px;
    position: fixed;
    left: 0;
    height: 100%;
}

    .ks-sidebar > .ks-wrapper .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .ks-sidebar > .ks-wrapper .nav .nav-item {
            position: relative;
            margin: 0;
            visibility: visible
        }

            .ks-sidebar > .ks-wrapper .nav .nav-item:hover > .nav-link,
            .ks-sidebar > .ks-wrapper .nav .nav-item:hover > .nav-link:active {
                background: rgba(255, 255, 255, .5)
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item.ks-user > .nav-link > .ks-avatar {
                margin-right: 12px;
                margin-left: -9px
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item.ks-user > .nav-link > .ks-info > .ks-name {
                margin-bottom: 2px;
                margin-top: 2px
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item.ks-user > .nav-link > .ks-info > .ks-text {
                font-size: 12px
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item .dropdown-menu {
                display: block;
                max-height: 0
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item .nav-item .nav-link,
            .ks-sidebar > .ks-wrapper .nav .nav-item.open .nav-link {
                cursor: pointer
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item .nav-item .dropdown-menu,
            .ks-sidebar > .ks-wrapper .nav .nav-item.open .dropdown-menu {
                position: static;
                width: auto;
                min-width: 0
            }

            .ks-sidebar > .ks-wrapper .nav .nav-item.open > .dropdown-menu {
                max-height: 1000px;
                -webkit-transition: max-height .5s linear;
                transition: max-height .5s linear
            }

                .ks-sidebar > .ks-wrapper .nav .nav-item.open > .dropdown-menu .dropdown-toggle {
                    font-weight: 300
                }

                .ks-sidebar > .ks-wrapper .nav .nav-item.open > .dropdown-menu .dropdown.open .dropdown-toggle {
                    font-weight: 600
                }

                .ks-sidebar > .ks-wrapper .nav .nav-item.open > .dropdown-menu .dropdown-toggle::after {
                    font-weight: 600
                }

            .ks-sidebar > .ks-wrapper .nav .nav-item.open .dropdown-item {
                font-weight: 300
            }

                .ks-sidebar > .ks-wrapper .nav .nav-item.open .dropdown-item.ks-active {
                    font-weight: 600
                }

        .ks-sidebar > .ks-wrapper .nav .dropdown-item,
        .ks-sidebar > .ks-wrapper .nav .dropdown-menu,
        .ks-sidebar > .ks-wrapper .nav .nav-link {
            position: relative;
            -webkit-border-radius: 0;
            border-radius: 0
        }

            .ks-sidebar > .ks-wrapper .nav .dropdown-item::before,
            /*.ks-sidebar>.ks-wrapper .nav .dropdown-menu::before,*/
            .ks-sidebar > .ks-wrapper .nav > .nav-item > .nav-link::before {
                content: '';
                width: 3px;
                min-height: 54px;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                transition: all 0.5s ease-in-out 0s;
                -moz-transition: all 0.5s ease-in-out 0s;
                -ms-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
            }

            .ks-sidebar > .ks-wrapper .nav .dropdown-item::after,
            .ks-sidebar > .ks-wrapper .nav .dropdown-menu::after,
            .ks-sidebar > .ks-wrapper .nav .nav-link::after {
                position: absolute;
                right: 14px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                margin-top: -3px;
            }

        .ks-sidebar > .ks-wrapper .nav.nav-pills .nav-link.active,
        .ks-sidebar > .ks-wrapper .nav.nav-pills .nav-link:active,
        .ks-sidebar > .ks-wrapper .nav.nav-pills .nav-link:focus {
            background: 0 0
        }

        .ks-sidebar > .ks-wrapper .nav .dropdown-item,
        .ks-sidebar > .ks-wrapper .nav .nav-link {
            padding-left: 16px;
            padding-right: 24px;
            height: 54px;
            font-weight: 300;
            margin: 0;
            text-decoration: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 18px;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
        }

            .ks-sidebar > .ks-wrapper .nav .dropdown-item > .ks-icon,
            .ks-sidebar > .ks-wrapper .nav .nav-link > .ks-icon {
                font-size: 18px;
                line-height: 100%;
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 11px;
                position: relative;
                top: -1px;
                left: -2px;
                transition: all 0.5s ease-in-out 0s;
                -moz-transition: all 0.5s ease-in-out 0s;
                -ms-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
            }

                .ks-sidebar > .ks-wrapper .nav .dropdown-item > .ks-icon > .ks-label,
                .ks-sidebar > .ks-wrapper .nav .nav-link > .ks-icon > .ks-label {
                    position: absolute;
                    left: 8px;
                    top: -8px;
                    padding: 0;
                    -webkit-border-radius: 9px;
                    border-radius: 9px;
                    min-width: 18px;
                    min-height: 18px;
                    text-align: center;
                    border: none;
                    padding-left: 4px;
                    padding-right: 4px;
                    display: -webkit-inline-box;
                    display: -webkit-inline-flex;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding-top: 2px
                }

        .ks-sidebar > .ks-wrapper .nav .dropdown-menu {
            position: relative;
            float: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            border: none
        }

            .ks-sidebar > .ks-wrapper .nav .dropdown-menu .dropdown-toggle {
                padding-left: 66px
            }

            .ks-sidebar > .ks-wrapper .nav .dropdown-menu .dropdown-item {
                padding-left: 66px;
                padding-right: 24px;
                height: 54px;
                font-weight: 300;
                margin: 0;
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                text-decoration: none;
                -webkit-border-radius: 0;
                border-radius: 0
            }

                .ks-sidebar > .ks-wrapper .nav .dropdown-menu .dropdown-item > .ks-icon {
                    font-size: 16px;
                    line-height: 100%;
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 22px;
                    position: relative
                }

            .ks-sidebar > .ks-wrapper .nav .dropdown-menu .dropdown-menu .dropdown-item {
                padding-left: 90px
            }

    .ks-sidebar .ks-sidebar-extras-block {
        margin-top: -50px;
        padding: 27px;
        margin-bottom: 40px;
        display: none
    }

        .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item {
            margin-bottom: 30px
        }

            .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item > .ks-name {
                font-size: 13px;
                font-weight: 500;
                margin-bottom: 10px
            }

            .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item > .ks-progress .progress {
                margin-bottom: 7px
            }

            .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item > .ks-description {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                font-size: 11px
            }

                .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item > .ks-description > .ks-amount {
                    font-weight: 500;
                    margin-right: 7px
                }

                .ks-sidebar .ks-sidebar-extras-block .ks-extras-block-item > .ks-description > .ks-text {
                    color: #858585
                }

    .ks-sidebar .ks-sidebar-copyright {
        margin-top: 40px;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 30px
    }

    .ks-sidebar.ks-iconbar,
    .ks-sidebar.ks-iconbar-compact {
        width: 129px;
        max-width: 129px
    }

        .ks-sidebar.ks-iconbar .nav > .nav-item > .nav-link,
        .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link {
            padding: 0;
            text-align: center;
            height: 130px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .ks-sidebar.ks-iconbar .nav > .nav-item > .nav-link::after,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link::after {
                display: none
            }

            .ks-sidebar.ks-iconbar .nav > .nav-item > .nav-link span.ks-icon,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link span.ks-icon {
                margin-right: 0;
                width: auto;
                height: auto;
                font-size: 34px;
                margin-bottom: 13px;
                left: 1px
            }

                .ks-sidebar.ks-iconbar .nav > .nav-item > .nav-link span.ks-icon > .ks-label,
                .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link span.ks-icon > .ks-label {
                    left: auto;
                    right: -6px;
                    top: -2px
                }

            .ks-sidebar.ks-iconbar .nav > .nav-item > .nav-link span.ks-text,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link span.ks-text {
                display: block
            }

        .ks-sidebar.ks-iconbar .nav > .nav-item.open > .dropdown-menu,
        .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu {
            position: absolute;
            min-width: 129px;
            left: 129px;
            top: 0;
            -webkit-box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
            box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3)
        }

            .ks-sidebar.ks-iconbar .nav > .nav-item.open > .dropdown-menu .dropdown-menu,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-menu {
                position: relative;
                left: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .ks-sidebar.ks-iconbar .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown:before,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown:before {
                width: 0
            }

            .ks-sidebar.ks-iconbar .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link::after,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link::after {
                display: block
            }

            .ks-sidebar.ks-iconbar .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link span,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item > .nav-link span {
                display: inline-block
            }

        .ks-sidebar.ks-iconbar .nav > .nav-item.ks-user-item > .nav-link > .ks-name,
        .ks-sidebar.ks-iconbar-compact .nav > .nav-item.ks-user-item > .nav-link > .ks-name {
            margin-top: 6px
        }

        .ks-sidebar.ks-iconbar .nav > .nav-item.ks-user-item > .nav-link > .ks-description,
        .ks-sidebar.ks-iconbar-compact .nav > .nav-item.ks-user-item > .nav-link > .ks-description {
            margin-top: 0;
            font-size: 12px;
            color: rgba(58, 82, 155, .6)
        }

        .ks-sidebar.ks-iconbar-compact.ks-fixed .nav,
        .ks-sidebar.ks-iconbar.ks-fixed .nav {
            width: 129px;
            max-width: 129px
        }

            .ks-sidebar.ks-iconbar-compact.ks-fixed .nav > .nav-item.open > .dropdown-menu,
            .ks-sidebar.ks-iconbar.ks-fixed .nav > .nav-item.open > .dropdown-menu {
                position: static;
                min-width: 0;
                width: 100%;
                -webkit-box-shadow: none;
                box-shadow: none
            }

    .ks-sidebar.ks-iconbar-compact {
        width: 149px;
        max-width: 149px
    }

        .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link {
            height: 70px
        }

            .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link span.ks-icon {
                margin-right: 0;
                width: auto;
                height: auto;
                font-size: 24px;
                margin-bottom: 9px
            }

                .ks-sidebar.ks-iconbar-compact .nav > .nav-item > .nav-link span.ks-icon > .ks-label {
                    left: 14px;
                    top: -4px
                }

        .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu {
            position: static;
            min-width: 0;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-item,
            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .dropdown-toggle {
                text-align: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-left: 5px;
                padding-right: 5px
            }

            .ks-sidebar.ks-iconbar-compact .nav > .nav-item.open > .dropdown-menu .nav-item.dropdown::before {
                width: 4px;
                top: -1px;
                bottom: -1px
            }

        .ks-sidebar.ks-iconbar-compact .nav > .nav-item.ks-user-item > .nav-link {
            height: 106px
        }

    .ks-sidebar.ks-primary .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-primary .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-primary .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-primary .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-primary .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-primary .nav .nav-item.open .nav-link::before {
        background: #25628f
    }

    .ks-sidebar.ks-primary .nav .nav-item:hover > .nav-link::before {
        background: #25628f
    }

    .ks-sidebar.ks-info .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-info .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-info .nav .nav-item .nav-item .nav-link::before,
    /*.ks-sidebar.ks-info .nav .nav-item.open .dropdown-item::before,
.ks-sidebar.ks-info .nav .nav-item.open .dropdown-menu::before,*/
    .ks-sidebar.ks-info .nav .nav-item.open .nav-link::before {
        background: #782b90
    }

    .ks-sidebar.ks-info .nav .nav-item:hover > .nav-link::before {
        background: #782b90;
    }

    .ks-sidebar.ks-success .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-success .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-success .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-success .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-success .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-success .nav .nav-item.open .nav-link::before {
        background: #4caf50
    }

    .ks-sidebar.ks-success .nav .nav-item:hover > .nav-link::before {
        background: #4caf50
    }

    .ks-sidebar.ks-warning .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-warning .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-warning .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-warning .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-warning .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-warning .nav .nav-item.open .nav-link::before {
        background: #ffb300
    }

    .ks-sidebar.ks-warning .nav .nav-item:hover > .nav-link::before {
        background: #ffb300
    }

    .ks-sidebar.ks-danger .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-danger .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-danger .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-danger .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-danger .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-danger .nav .nav-item.open .nav-link::before {
        background: #ef5350
    }

    .ks-sidebar.ks-danger .nav .nav-item:hover > .nav-link::before {
        background: #ef5350
    }

    .ks-sidebar.ks-fuchsia-pink .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-fuchsia-pink .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-fuchsia-pink .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-fuchsia-pink .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-fuchsia-pink .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-fuchsia-pink .nav .nav-item.open .nav-link::before {
        background: #d149cc
    }

    .ks-sidebar.ks-fuchsia-pink .nav .nav-item:hover > .nav-link::before {
        background: #d149cc
    }

    .ks-sidebar.ks-cerise-red .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-cerise-red .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-cerise-red .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-cerise-red .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-cerise-red .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-cerise-red .nav .nav-item.open .nav-link::before {
        background: #e23e57
    }

    .ks-sidebar.ks-cerise-red .nav .nav-item:hover > .nav-link::before {
        background: #e23e57
    }

    .ks-sidebar.ks-crusta .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-crusta .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-crusta .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-crusta .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-crusta .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-crusta .nav .nav-item.open .nav-link::before {
        background: #e79716
    }

    .ks-sidebar.ks-crusta .nav .nav-item:hover > .nav-link::before {
        background: #e79716
    }

    .ks-sidebar.ks-medium-purple .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-medium-purple .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-medium-purple .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-medium-purple .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-medium-purple .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-medium-purple .nav .nav-item.open .nav-link::before {
        background: #9043d8
    }

    .ks-sidebar.ks-medium-purple .nav .nav-item:hover > .nav-link::before {
        background: #9043d8
    }

    .ks-sidebar.ks-royal-blue .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-royal-blue .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-royal-blue .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-royal-blue .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-royal-blue .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-royal-blue .nav .nav-item.open .nav-link::before {
        background: #4160de
    }

    .ks-sidebar.ks-royal-blue .nav .nav-item:hover > .nav-link::before {
        background: #4160de
    }

    .ks-sidebar.ks-persian-green .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-persian-green .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-persian-green .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-persian-green .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-persian-green .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-persian-green .nav .nav-item.open .nav-link::before {
        background: #02a388
    }

    .ks-sidebar.ks-persian-green .nav .nav-item:hover > .nav-link::before {
        background: #02a388
    }

    .ks-sidebar.ks-dark-tan .nav .nav-item .nav-item .dropdown-item::before,
    .ks-sidebar.ks-dark-tan .nav .nav-item .nav-item .dropdown-menu::before,
    .ks-sidebar.ks-dark-tan .nav .nav-item .nav-item .nav-link::before,
    .ks-sidebar.ks-dark-tan .nav .nav-item.open .dropdown-item::before,
    .ks-sidebar.ks-dark-tan .nav .nav-item.open .dropdown-menu::before,
    .ks-sidebar.ks-dark-tan .nav .nav-item.open .nav-link::before {
        background: #630a10
    }

    .ks-sidebar.ks-dark-tan .nav .nav-item:hover > .nav-link::before {
        background: #630a10
    }

body.ks-sidebar-position-fixed .ks-page-container .ks-sidebar,
body.ks-sidebar-position-fixed > .ks-container .ks-sidebar {
    border: none
}

    body.ks-sidebar-position-fixed .ks-page-container .ks-sidebar > .ks-wrapper,
    body.ks-sidebar-position-fixed > .ks-container .ks-sidebar > .ks-wrapper {
        width: 250px;
        position: fixed;
        z-index: 5;
        height: 100%
    }

        body.ks-sidebar-position-fixed .ks-page-container .ks-sidebar > .ks-wrapper .nav,
        body.ks-sidebar-position-fixed > .ks-container .ks-sidebar > .ks-wrapper .nav {
            margin-bottom: 0
        }

    body.ks-sidebar-position-fixed .ks-page-container .ks-sidebar.ks-iconbar > .ks-wrapper,
    body.ks-sidebar-position-fixed > .ks-container .ks-sidebar.ks-iconbar > .ks-wrapper {
        width: 129px;
        min-width: 129px
    }

    body.ks-sidebar-position-fixed .ks-page-container .ks-sidebar.ks-iconbar-compact > .ks-wrapper,
    body.ks-sidebar-position-fixed > .ks-container .ks-sidebar.ks-iconbar-compact > .ks-wrapper {
        width: 149px;
        min-width: 149px
    }

body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact):not(.ks-sidebar-sections) .ks-sidebar {
    width: 71px;
    max-width: 71px
}

body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact):not(.ks-sidebar-sections).ks-sidebar-position-fixed .ks-sidebar {
    min-width: 71px
}

    body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact):not(.ks-sidebar-sections).ks-sidebar-position-fixed .ks-sidebar > .ks-wrapper {
        width: 71px;
        max-width: 71px;
        min-width: 71px
    }

        body.ks-sidebar-compact:not(.ks-sidebar-default):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact):not(.ks-sidebar-sections).ks-sidebar-position-fixed .ks-sidebar > .ks-wrapper .dropdown-toggle::after {
            display: none
        }

body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar {
    width: 71px;
    max-width: 71px
}

    body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.ks-user > .nav-link > .ks-info {
        display: none
    }

    body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item > .nav-link {
        min-height: 60px;
        line-height: 16px;
        text-align: center
    }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item > .nav-link::after {
            display: none
        }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item > .nav-link span {
            display: none
        }

            body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item > .nav-link span.ks-icon {
                display: inline-block
            }

                body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item > .nav-link span.ks-icon > .ks-label {
                    display: -webkit-inline-box;
                    display: -webkit-inline-flex;
                    display: -ms-inline-flexbox;
                    display: inline-flex
                }

    body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu {
        position: absolute;
        min-width: 240px;
        left: 71px;
        top: 0;
        -webkit-box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
        box-shadow: 0 0 5px 0 rgba(57, 81, 155, .3);
        z-index: 5
    }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu .dropdown-menu {
            position: relative;
            left: 0
        }

            body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu .dropdown-menu.open {
                -webkit-box-shadow: none;
                box-shadow: none
            }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu .nav-item.dropdown:before {
            width: 0
        }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu .nav-item > .nav-link::after {
            display: block
        }

        body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact) .ks-sidebar > .ks-wrapper .nav-item.open > .dropdown-menu .nav-item > .nav-link span {
            display: inline-block
        }

body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact).ks-sidebar-position-fixed .ks-sidebar {
    min-width: 71px
}

    body.ks-sidebar-compact:not(.ks-sidebar-compact-open):not(.ks-sidebar-iconbar):not(.ks-sidebar-iconbar_compact).ks-sidebar-position-fixed .ks-sidebar > .ks-wrapper {
        width: 71px;
        max-width: 71px;
        min-width: 71px
    }

body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper,
body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper {
    margin-top: -60px
}

    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section:first-child,
    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section:first-child {
        margin-top: 75px
    }

    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section + section,
    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section + section {
        margin-top: 15px
    }

    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .ks-header,
    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .ks-header {
        font-size: 10px;
        font-weight: 500;
        padding: 10px 27px 5px 27px;
        text-transform: uppercase;
        color: #858585
    }

    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav,
    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav {
        width: 100%;
        margin-bottom: 0
    }

        body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item,
        body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item {
            min-height: 40px
        }

            body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item,
            body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link,
            body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item,
            body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link {
                border: none !important;
                font-size: 12px;
                font-weight: 400;
                height: 40px;
                min-height: 40px;
                padding-top: 12px;
                padding-bottom: 12px
            }

                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item > .ks-icon,
                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link > .ks-icon,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item > .ks-icon,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link > .ks-icon {
                    font-size: 20px;
                    margin-right: 16px;
                    position: relative;
                    top: -1px
                }

                    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item > .ks-icon .ks-label,
                    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link > .ks-icon .ks-label,
                    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item > .ks-icon .ks-label,
                    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link > .ks-icon .ks-label {
                        padding-top: 1px
                    }

                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item:before,
                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link:before,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item:before,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link:before {
                    min-height: 40px
                }

                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item:after,
                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link:after,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-item:after,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .nav-link:after {
                    top: 12px
                }

            body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu > .nav-item > .nav-link,
            body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu > .nav-item > .nav-link {
                padding-left: 64px
            }

            body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown-item,
            body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown-item {
                background: 0 0;
                padding-left: 64px;
                font-weight: 400
            }

            body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown,
            body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown {
                padding-left: 0
            }

                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item:before,
                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .nav-link:before,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item:before,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .nav-link:before {
                    display: none
                }

                body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item,
                body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .nav .nav-item .dropdown-menu .dropdown .dropdown-item {
                    padding-left: 80px
                }

    body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper .ks-sidebar-extras-block,
    body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper .ks-sidebar-extras-block {
        margin-top: 0;
        margin-bottom: 0
    }

        body.ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper .ks-sidebar-extras-block .ks-sidebar-copyright,
        body.ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper .ks-sidebar-extras-block .ks-sidebar-copyright {
            margin-bottom: 0
        }

body.ks-sidebar-compact.ks-sidebar-default .ks-wrapper .ks-sidebar-extras-block,
body.ks-sidebar-compact.ks-sidebar-sections .ks-wrapper .ks-sidebar-extras-block {
    display: none
}

body.ks-sidebar-compact.ks-sidebar-default.ks-sidebar-compact-open .ks-sidebar,
body.ks-sidebar-compact.ks-sidebar-sections.ks-sidebar-compact-open .ks-sidebar {
    width: 71px;
    max-width: 71px;
    min-width: 71px
}

    body.ks-sidebar-compact.ks-sidebar-default.ks-sidebar-compact-open .ks-sidebar > .ks-wrapper,
    body.ks-sidebar-compact.ks-sidebar-sections.ks-sidebar-compact-open .ks-sidebar > .ks-wrapper {
        min-width: 71px;
        width: 260px;
        max-width: 260px
    }

        body.ks-sidebar-compact.ks-sidebar-default.ks-sidebar-compact-open .ks-sidebar > .ks-wrapper .ks-sidebar-extras-block,
        body.ks-sidebar-compact.ks-sidebar-sections.ks-sidebar-compact-open .ks-sidebar > .ks-wrapper .ks-sidebar-extras-block {
            display: block
        }

body.ks-sidebar-collapsed .ks-sidebar {
    display: block;
    height: 100%;
    position: fixed;
    top: 80px;
    left: 0
}

    body.ks-sidebar-collapsed .ks-sidebar.ks-open {
        left: 0;
        z-index: 5;
        -webkit-transition: left .2s linear;
        transition: left .2s linear
    }

body.ks-sidebar-none .ks-sidebar {
    display: none
}

body.ks-sidebar-compact:not(.ks-sidebar-compact-open).ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section > .ks-header,
body.ks-sidebar-compact:not(.ks-sidebar-compact-open).ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section > .ks-header {
    font-size: 9px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

body.ks-sidebar-compact:not(.ks-sidebar-compact-open).ks-sidebar-sections .ks-page-container .ks-sidebar .ks-wrapper section .nav-item > .nav-link,
body.ks-sidebar-compact:not(.ks-sidebar-compact-open).ks-sidebar-sections > .ks-container .ks-sidebar .ks-wrapper section .nav-item > .nav-link {
    min-height: 40px
}

.ks-error-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

    .ks-error-page > .ks-error-code {
        font-size: 144px;
        color: #25628f;
        font-weight: 300;
        line-height: 104px;
        margin-bottom: 40px
    }

    .ks-error-page > .ks-error-description {
        font-size: 18px;
        color: #333;
        font-weight: 500;
        margin-bottom: 40px
    }


/* margin & padding css */

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* margin & padding css */


/*************************************************************************/


/** NEW CSS SECTION ************************************************************************/


/*************************************************************************/
.forgot_password_sec .form-group label {
    padding: 0 !important;
    vertical-align: middle;
}

.forgot_password_sec label.custom-control.custom-checkbox.ks-checkbox.ks-theme {
    padding: 0;
}

.changepassword_errorpage .ks-content {
    background: #fff;
}

.changepassword_errorpage .ks-column.ks-page {
    padding-left: 0;
}

.changepassword_errorpage .ks-dashboard-tabbed-sidebar-widgets {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.forgot-tex_box {
    background: #f1f1f1;
    padding: 10px 10px;
    margin: 10px 0 25px 0 !important;
    border: 1px solid #ececec;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

    .forgot-tex_box p {
        margin: 0;
    }

.login_box_main .h3 {
    display: none
}

.login_box_main {
    min-height: 415px;
    max-width: inherit !important;
}

.backloginpage_main {
    text-align: center;
    padding: 25px 0 0 0;
}

    .backloginpage_main a {
        font-family: 'Poppins', sans-serif;
        color: #606060;
        font-size: 16px;
        letter-spacing: 0.02em;
    }

        .backloginpage_main a i {
            color: #303030;
            font-size: 20px;
            line-height: normal;
            position: relative;
            top: 2px;
            padding: 0 10px 0 0;
        }

.loginformeffect.flip {
    max-width: 470px;
    margin: 60px auto;
    -webkit-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    -ms-perspective: 800;
    perspective: 800;
    position: relative;
}

    .loginformeffect.flip .card.flipped {
        transform: rotatey(-180deg);
        -webkit-transform: rotatey(-180deg);
        -moz-transform: rotatey(-180deg);
        -ms-transform: rotatey(-180deg);
        -o-transform: rotatey(-180deg);
    }

    .loginformeffect.flip .card {
        background: transparent;
        height: 100%;
        padding: 0;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transition: 0.7s ease 0s;
        -webkit-transition: 0.7s ease 0s;
        -moz-transition: 0.7s ease 0s;
        -ms-transition: 0.7s ease 0s;
        -o-transition: 0.7s ease 0s;
    }

        .loginformeffect.flip .card .face {
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            z-index: 2;
        }

        .loginformeffect.flip .card .front {
            position: absolute;
            width: 100%;
            z-index: 1;
            margin: 0;
            left: 0;
            right: 0
        }

        .loginformeffect.flip .card .back {
            transform: rotatey(-180deg);
            -moz-transform: rotatey(-180deg);
            -ms-transform: rotatey(-180deg);
            -o-transform: rotatey(-180deg);
            -webkit-transform: rotatey(-180deg);
        }


.k-dropdown.k-header.form-control {
    padding: 0 !important;
}

.k-editor-dialog.k-popup-edit-form {
    width: 700px !important;
}


.k-popup-edit-form .k-edit-buttons .k-dialog-update {
    background: #9675ce !important;
    color: #fff !important;
    line-height: 44px !important;
    border-radius: 0 !important;
    border: none !important;
    width: 180px;
    min-height: 44px;
    font-size: 14px !important;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: none;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.k-popup-edit-form .k-edit-buttons .k-dialog-close {
    background: #909090 !important;
    color: #fff !important;
    line-height: 44px !important;
    border-radius: 0 !important;
    border: none !important;
    width: 180px;
    min-height: 44px;
    font-size: 14px !important;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: none;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.k-overlay {
    background-color: rgba(0,0,0,0.8) !important;
    opacity: 1 !important;
}

body.kendopopupbody {
    overflow: hidden
}

.k-widget.k-window {
    left: 50% !important;
    margin: 0 auto !important;
    position: absolute !important;
    top: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.k-editor-dialog.k-popup-edit-form.k-viewhtml-dialog {
    padding: 0 15px !important
}

    .k-editor-dialog.k-popup-edit-form.k-viewhtml-dialog .k-editor-textarea {
        width: 100%;
        margin-bottom: 20px;
        resize: none;
    }

.input-group.dollar_input {
    display: block;
    width: 100%;
}

    .input-group.dollar_input .form-control {
        width: 100%;
        padding-left: 55px;
    }

    .input-group.dollar_input .input-group-addon {
        position: absolute;
        left: 1px;
        top: 1px;
        z-index: 8;
        border: none;
        border-right: 1px solid #dedede;
        min-height: 42px;
    }

.parsley-error-list {
    padding: 0;
    margin: 0;
}

    .parsley-error-list li {
        list-style: none;
    }

        .parsley-error-list li:before {
            display: none;
        }

.white {
    color: #fff !important;
}

.topbtnmain .k-widget .k-header.k-grid-toolbar.k-grid-top {
    position: absolute;
    right: -32px;
    top: -92px;
}

.topbtnmain1 .k-widget .k-header.k-grid-toolbar.k-grid-top {
    position: absolute;
    right: -32px;
    top: -178px;
}

.main_btn.k-button .k-icon.k-i-add {
    display: none;
}

.k-dropdown.k-header {
    width: 100%;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
}

.k-list-container .k-state-selected {
    background: #782b90 !important;
    border-color: #782b90 !important;
    color: #fff !important
}

.k-list-container .k-list-optionlabel:hover {
    background: #adb0ae;
    color: #fff;
}

.k-list-container .k-list-optionlabel, .k-list-container.k-popup.k-group ul li {
    font-size: 16px !important;
}

.main_btn input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.white_btn input {
    color: #303030;
}

.purple_btn input, .gray_btn input, .blue_btn input {
    color: #fff;
}

.k-dropdown.k-header .k-dropdown-wrap .k-input {
    padding: 0 0 0 15px;
    min-height: 42px;
    line-height: 42px;
    opacity: 1;
    color: #2e2e2e !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important
}

.k-pager-sizes .k-dropdown.k-header .k-dropdown-wrap .k-icon.k-i-arrow-60-down {
    display: block !important;
}

.k-dropdown.k-header .k-dropdown-wrap .k-icon.k-i-arrow-60-down {
    position: absolute;
    right: 8px;
    top: 50%;
    display: none !important;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 18px;
}

.k-dropdown.k-header .k-dropdown-wrap {
    background: transparent !important;
    border-radius: 0 !important;
    min-height: 42px;
    border: none !important;
}
/** ALERT CSS  ************************************************************************/
.alert {
    font-size: 14px !important;
}

.alert-success {
    background-color: #dff0d8 !important;
    border-color: #d0e9c6 !important;
    color: #3c763d !important;
}

.alert-danger {
    background-color: #f2dede !important;
    border-color: #ebcccc !important;
    color: #a94442 !important;
}

.alert-info {
    background-color: #d9edf7 !important;
    border-color: #bcdff1 !important;
    color: #31708f !important;
}

.alert-warning {
    background-color: #fcf8e3 !important;
    border-color: #faf2cc !important;
    color: #8a6d3b !important;
}
/*************************************************************************/

.k-list-container.k-popup.k-group {
    background: #fff;
}

    .k-list-container.k-popup.k-group ul li:hover {
        background: #adb0ae;
        color: #fff;
    }

.error_imgain {
    margin: 0 auto;
    max-width: 400px;
}

    .error_imgain img {
        width: 100%;
    }

.addnewrole_popup .checkbox_main {
    width: 50%;
    float: left;
    margin-bottom: 11px;
}

.addnewrole_sub_checkbox {
    padding: 5px 0 0 30px;
}

    .addnewrole_sub_checkbox:after,
    .addnewrole_popup:after {
        content: "";
        display: table;
        clear: both;
    }

.addnewrole_popup {
    padding: 15px 0 0 0;
}

    .addnewrole_popup .checkbox_main:nth-child(2n+1) {
        clear: both;
    }

.addnewrole_sub_checkbox .checkbox_main {
    width: 100%;
    margin: 0
}

.addnewrole_popup .ks-theme.ks-checkbox .custom-control-description {
    font-size: 14px;
}

.k-filtercell .k-autocomplete {
    border-radius: 0 !important;
    border: none !important;
}

.k-filtercell input.k-input {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    min-height: 40px;
    padding: 6px 45px 6px 10px;
}

.k-filtercell button.k-button {
    border-radius: 0;
    margin: 0;
    min-height: 40px;
    min-width: 33px;
    background: #782b90 !important;
    border: 1px solid #782b90 !important;
}

    .k-filtercell button.k-button .k-i-close {
        color: #fff;
    }

.k-filtercell .k-autocomplete span.k-icon.k-clear-value.k-i-close {
    display: none;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 0 !important;
}

.k-filtercell .k-autocomplete.k-state-hover, .k-filtercell .k-autocomplete.k-state-border-down {
    box-shadow: none;
}

.checkbox_main .ks-checkbox.ks-theme input.custom-control-input.checkboxCheck + span.custom-control-indicator {
    background: #9675ce;
    border-color: #9675ce !important;
}

    .checkbox_main .ks-checkbox.ks-theme input.custom-control-input.checkboxCheck + span.custom-control-indicator:before {
        color: #fff;
        content: "\f00c";
        font-weight: normal;
        font-family: "FontAwesome";
        font-size: 12px;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 16px;
    }

.ks-error-page {
    background: #fff;
    padding: 40px 0;
}

.forgot_password_main {
    float: right;
}

.forgot_password_sec .checkbox_main {
    float: left;
    padding: 0 0 0 0;
    position: relative;
}

.submit_btn_main {
    padding: 12px 0 0;
}

.sign_up_main {
    padding: 8px 0 0;
    text-align: center;
}

    .sign_up_main span {
        color: #606060;
        font-size: 16px;
        letter-spacing: 0.02em;
    }

.forgot_password_main > a {
    color: #ea4335 !important;
    font-size: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.submit_btn_main .main_btn {
    line-height: normal;
    min-height: inherit;
    position: relative;
    width: 100%;
}

    .submit_btn_main .main_btn .signup-btn {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        cursor: pointer;
        font-size: 18px;
        line-height: 60px;
        color: #fff;
        padding: 0;
        text-transform: uppercase;
        width: 100%;
    }

.forgot_password_sec .custom-checkbox > .custom-control-indicator {
    top: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.forgot_password_sec {
    float: left;
    padding: 8px 0 0;
    width: 100%;
}

.sign_up {
    color: #ea4335;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.login_section_main:before {
    content: "";
    background: url(../img/login_bg_icon.png) no-repeat scroll center center;
    position: absolute;
    width: 100%;
    min-height: 330px;
    top: 292px;
}

.login_section_main {
    position: relative;
    display: block;
}

.login_box_main {
    background: #fff;
    width: 100%;
    max-width: 470px;
    margin: 0 auto 20px;
    float: none;
    display: block;
    padding: 20px 30px 17px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.logo_main {
    padding: 0 0 10px 0;
}

.login_box_main .h3 {
    color: #404040;
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px 0;
}

.login_box_main label {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 0 !important
}

.login_box_main .form-group {
    margin-bottom: 13px;
}


/** Client History CSS***************/

.clienthistory_section {
    position: relative;
    padding: 35px 0 15px 35px;
}


    /** &&& Client History CSS ************/

    .clienthistory_section svg:not(:root) {
        overflow: visible;
    }

#ks-bar-chart,
#ks-bar-chart2,
#ks-bar-chart3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.clienthistory_section {
    overflow: hidden
}

    .clienthistory_section > .licensees_open {
        position: relative;
        min-height: 400px;
        padding: 0 0 10px 0;
    }

.chart_left_title {
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 88;
    transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
}

.file_upload_section .dropzone .dz-message span {
    display: none
}

.file_upload_section .dropzone .dz-message {
    min-height: 204px;
    border: 2px solid #e5e5e5 !important;
    background: url(../img/fileuploadbg.jpg) scroll repeat center 0;
    display: block !important;
    width: 100%;
    margin: 0 0 0px 0;
}

.file_upload_section .dropzone.dz-started .dz-message {
    display: block !important;
}

.file_upload_section .dropzone .dz-preview .dz-details .dz-filename {
    text-align: left;
    padding: 0 0;
}

.file_upload_section .dropzone {
    border-radius: 0 !important;
    border: none !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    overflow: hidden !important;
}

    .file_upload_section .dropzone .dz-preview .dz-image,
    .file_upload_section .dropzone .dz-preview .dz-details .dz-size {
        display: none;
    }

    .file_upload_section .dropzone .dz-preview .dz-details {
        opacity: 1;
        top: 50%;
        padding: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .file_upload_section .dropzone .dz-preview .dz-success-mark {
        margin-top: -15px;
    }

    .file_upload_section .dropzone .dz-preview .dz-progress {
        top: -45px;
        margin: 0 auto;
        left: 10px;
        right: 10px;
        width: auto;
    }

    .file_upload_section .dropzone .dz-preview .dz-details .dz-filename:hover span {
        border: none !important;
        background: transparent;
    }

    .file_upload_section .dropzone .dz-preview + .dz-preview {
        border-top: 1px solid #eee;
    }

.version_date_main {
    margin: 10px 0 0 0;
    display: block;
}

.file_upload_section .dropzone .dz-preview .dz-details .dz-filename span {
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: block;
    text-overflow: ellipsis !important;
    overflow: hidden;
}

.file_upload_section .dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}

.file_upload_section .dropzone .dz-preview .dz-remove:before {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 30px;
    display: block;
}

.file_upload_section .dropzone .dz-preview .dz-progress .dz-upload {
    background: #782b90;
}

.file_upload_section .dz-success-mark:before {
    content: "";
    position: absolute;
    background: #000;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    z-index: -1;
}

.file_upload_section .dz-success-mark {
    position: relative;
}

.dropzone.version_fileupload_section_main .dz-preview {
    width: 100%;
    position: relative;
    box-sizing: border-box !important;
    margin: 20px 0 0 0;
    min-height: 80px;
    background: #f7f7f7 !important;
    border: 1px solid #909090;
}


    /** Version File Upload **/

    .dropzone.version_fileupload_section_main .dz-preview .dz-remove:before {
        color: #909090
    }

    .dropzone.version_fileupload_section_main .dz-preview .dz-remove {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 15px;
        z-index: 8;
        font-size: 0;
        line-height: normal;
        margin: 0;
    }

.dropzone.version_fileupload_section_main .file_version_section {
    background: transparent;
    border: none;
    padding: 0 120px 0 88px;
    position: relative;
    min-height: 80px;
    margin: 0;
}

.dropzone.version_fileupload_section_main .file_version_name_box {
    min-height: 80px;
}

.dropzone.version_fileupload_section_main .version_exchange_icon {
    padding: 0 45px 0 0;
}

.dropzone.version_fileupload_section_main .file_version_section:after {
    content: "";
    display: table;
    clear: both;
}

.dropzone.version_fileupload_section_main .file_version_box {
    width: 88px;
    padding: 15px 10px 10px 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dropzone.version_fileupload_section_main .file_version_name_box:before {
    content: "";
    background: #909090;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
}

.dropzone.version_fileupload_section_main .file_version_name_box {
    float: left;
    padding: 16px 10px 13px 10px;
    width: 100%;
    position: relative;
}

.dropzone.version_fileupload_section_main .version_exchange_icon a,
.dropzone.version_fileupload_section_main .version_exchange_icon a i {
    cursor: pointer !important;
}

.dropzone.version_fileupload_section_main .dz-preview .dz-remove:hover:before {
    color: #F38177
}

.dropzone.version_fileupload_section_main .version_right_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dropzone.version_fileupload_section_main .version_exchange_icon,
.dropzone.version_fileupload_section_main .version_close_icon {
    display: inline-block;
}

.dropzone.version_fileupload_section_main .version_date_main label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
}

.dropzone.version_fileupload_section_main .version_exchange_icon {
}

.dropzone.version_fileupload_section_main .version_close_icon {
    padding-left: 27px;
}

.dropzone.version_fileupload_section_main .file_version_section label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0 0 3px 0;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
}

    .dropzone.version_fileupload_section_main .file_version_section label.version_name_label {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

.dropzone.version_fileupload_section_main .file_version_section .form-control {
    padding: 6px 6px;
    font-size: 16px;
    color: #606060;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 29px;
    width: 66px;
}

.dropzone.version_fileupload_section_main .version_date_main {
    font-weight: 300;
    font-size: 14px;
    color: #909090;
    font-family: 'Poppins', sans-serif;
}

.dropzone.version_fileupload_section_main .dz-preview .dz-details .dz-filename .version_date_main span {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #909090 !important;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle
}

.dropzone.version_fileupload_section_main .version_exchange_icon i {
    font-size: 24px;
    color: #909090;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.dropzone.version_fileupload_section_main .version_close_icon i {
    font-size: 30px;
    color: #909090;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.dropzone.version_fileupload_section_main .version_exchange_icon a:hover i {
    color: #9675CE;
}

.dropzone.version_fileupload_section_main .version_close_icon a:hover i {
    color: #F38177;
}


/*************************/

.dropzone.no_version_fileupload_section_main .dz-preview .dz-remove:before {
    color: #fff
}

.dropzone.no_version_fileupload_section_main .dz-preview .dz-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    font-size: 0;
    line-height: normal;
    margin: 0;
}

.dropzone.no_version_fileupload_section_main .file_version_section .file_version_box,
.dropzone.no_version_fileupload_section_main .file_version_name_box .version_date_main,
.dropzone.no_version_fileupload_section_main .version_right_icon {
    display: none
}

.dropzone.no_version_fileupload_section_main .dz-preview {
    background: rgba(0, 0, 0, 0.7) !important;
}

    .dropzone.no_version_fileupload_section_main .dz-preview .dz-details .dz-filename {
        text-align: center;
    }

        .dropzone.no_version_fileupload_section_main .dz-preview .dz-details .dz-filename span {
            color: #fff;
        }

.dropzone.no_version_fileupload_section_main .dz-preview {
    position: absolute;
    vertical-align: top;
    margin: 0;
    min-height: inherit;
    left: 2px;
    top: 2px;
    width: auto !important;
    right: 2px;
    bottom: 2px;
}

.popupform_section .file_upload_section .dropzone .dz-message {
    min-height: 120px;
    background: url(../img/avtar-bg.jpg) scroll repeat center 0;
}

.k-tabstrip-items {
    display: none !important;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.changePractice_btn_main a.main_btn {
    width: 100%;
}

span.clicktr_toggle {
    margin: 0 20px 0 0;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.clicktr_toggle i {
    font-size: 20px;
    color: #909090;
}

.reportselect_daterange_main:after {
    content: "";
    display: table;
    clear: both;
}

.reportselect_daterange_main .select_daterange_main {
    padding: 20px 0 10px 0;
}

.reports_page .invoicesexportTocsv_section.reports_pageecsv {
    padding-bottom: 80px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #f7f7f7 !important;
    border: solid 1px #cdcdcd !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-right: 4px;
    margin-top: 4px;
    padding: 7px 30px 7px 10px;
    position: relative;
    font-size: 12px;
    color: #606060;
    font-weight: 400;
}

.select2-container.select2-container--default {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
}

    .select2-container.select2-container--default .select2-selection--multiple {
        min-height: 44px !important;
        border: 1px solid #dddddd !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        padding: 0 35px 0 0
    }

        .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
            padding: 0px 4px 0px 4px;
            margin: 0
        }

        .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            color: #fff;
            margin-right: 0;
            font-size: 12px;
            position: absolute;
            right: 8px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #909090;
            text-align: center;
            line-height: 14px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

.price_columns_main .columns {
    margin-bottom: 30px;
}

.price_columns_main .price {
    list-style-type: none;
    border: 1px solid #bbbbbb;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

    .price_columns_main .price .header {
        background-color: #bbb;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        padding: 0 30px;
        text-align: left;
        min-height: 80px;
        line-height: 80px;
        position: relative;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

        .price_columns_main .price .header a {
            line-height: normal;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

            .price_columns_main .price .header a button {
                background: transparent;
                border: none;
                padding: 0;
                cursor: pointer;
            }

                .price_columns_main .price .header a button i {
                    font-size: 24px;
                    color: #fff;
                }

    .price_columns_main .price li {
        border-bottom: 1px dashed #bbb;
        padding: 12px;
        text-align: center;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

        .price_columns_main .price li.btn-grey {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .price_columns_main .price li.price-grey {
            font-size: 14px;
            color: #404040;
            font-weight: 300;
            padding-top: 20px;
            transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
        }

            .price_columns_main .price li.price-grey span {
                font-weight: 500;
                font-size: 48px;
                color: #782b90;
                line-height: 50px
            }

        .price_columns_main .price li:last-child,
        .price_columns_main .price li:nth-last-of-type(2) {
            border-bottom: none;
        }

        .price_columns_main .price li.highlight {
            color: #909090;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
        }

            .price_columns_main .price li.highlight strong {
                font-size: 16px;
                font-weight: 600;
            }

        .price_columns_main .price li:nth-last-of-type(3) {
            padding: 10px 25px;
        }

    .price_columns_main .price.active {
        border-color: #606060;
    }

        .price_columns_main .price.active .header {
            background: #606060;
        }

        .price_columns_main .price.active li.highlight {
            color: #606060;
        }

        .price_columns_main .price.active li {
            border-bottom-color: #606060;
        }


    /*******/

    .price_columns_main .price:hover {
        border-color: #606060;
    }

        .price_columns_main .price:hover .header {
            background: #606060;
        }

        .price_columns_main .price:hover li.highlight {
            color: #606060;
        }

        .price_columns_main .price:hover li {
            border-bottom-color: #606060;
        }

.editplan_popup .radiobox_main {
    display: inline-block;
}

    .editplan_popup .radiobox_main .radiobox {
        /*display: block;*/
        padding-bottom: 10px;
    }

.editplan_popup .checkbox_main {
    display: inline-block;
}

    .editplan_popup .checkbox_main .checkbox {
        /*display: block;*/
        padding-bottom: 10px;
    }

.popupform_section .uploadfile-main {
    padding: 10px 0 25px 0;
}

    .popupform_section .uploadfile-main .input-group .input-group-btn:before {
        min-height: 120px;
        background: url(../img/fileuploadbg.jpg) scroll no-repeat center center / cover
    }

    .popupform_section .uploadfile-main .input-group {
        min-height: 120px;
    }

        .popupform_section .uploadfile-main .input-group .filenameinput {
            bottom: 0;
            font-size: 14px;
        }

.modal-open .editdelete_popup.modal {
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999
}

.editdelete_popup.modal .modal-header h4 {
    font-size: 30px;
    color: #010101;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0 0 23px 0;
    margin: 0;
    position: relative;
}

    .editdelete_popup.modal .modal-header h4:before {
        content: "";
        background: url(../img/bottom_border_line.png) scroll repeat-x 0 0;
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
    }

.editdelete_popup.modal .modal-content {
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.editdelete_popup.modal .modal-header {
    padding: 20px 30px 15px 30px;
    border-bottom: none;
}

.editdelete_popup.modal textarea.form-control {
    height: 200px !important;
    resize: none;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #606060
}

.editdelete_popup.modal .modal-header .close i {
    font-size: 24px;
    color: #909090;
}

.editdelete_popup.modal .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px;
}

.editdelete_popup.modal .modal-body {
    padding: 15px 30px 15px 30px;
}

.editdelete_popup.modal .modal-footer {
    padding: 15px 30px 30px 30px;
    border-top: none;
}

.action_box_main button {
    padding: 0;
    border: 0;
    background: transparent;
}

.k-widget.k-dropdown.k-header.form-control:focus {
    box-shadow: none !important
}

.k-widget.k-dropdown.k-header.form-control {
    background: #fff !important;
}

.editdelete_popup.modal .popupform_btn_main .main_btn {
    display: inline-block;
    text-align: center;
    margin: 0 13px;
}

.editdelete_popup.modal .popupform_btn_main {
    display: block;
    width: 100%;
    text-align: center;
}

.editdelete_popup.modal .close {
    z-index: 9999;
}

.editdelete_popup.modal .modal-body img {
    max-width: 100%;
}

.editdelete_popup.modal .modal-dialog {
    left: 50%;
    margin: 0 auto !important;
    position: absolute;
    top: 50%;
    width: auto;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.editdelete_popup.modal .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.editdelete_popup .modal-dialog {
    width: 660px !important;
    max-width: 660px !important;
}

.deleterecord_main {
    text-align: center;
    border: 1px dashed #a94442;
    padding: 15px 10px;
}

    .deleterecord_main i {
        display: inline-block;
        text-align: center;
        font-size: 30px;
        color: #a94442;
        vertical-align: middle;
    }

    .deleterecord_main span {
        display: inline-block;
        color: #a94442;
        font-size: 18px;
        text-align: center;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

.roles_page_table_section .table thead tr th {
    height: 52px;
}

.roles_page_table_section .table tbody tr td {
    padding: 15px 10px 10px 10px;
    vertical-align: middle;
}

.roles_page_table_section .card {
    padding: 0 0 5px 0;
}

    .roles_page_table_section .card .card-block {
        margin: 0;
    }

.subscriptionplans_page_table_section .table thead tr th {
    height: 52px;
}

.subscriptionplans_page_table_section .table tbody tr td {
    padding: 15px 10px 10px 10px;
    vertical-align: middle;
}

.subscriptionplans_page_table_section .card {
    padding: 0 0 5px 0;
}

    .subscriptionplans_page_table_section .card .card-block {
        margin: 0;
    }

.practices_page_ecsv_section .col-ext.pull-right {
    bottom: 47px;
    padding-left: 22px;
    padding-right: 0;
    position: absolute;
    right: 0;
}

.practices_locations_section.bottom_border_line {
    padding-bottom: 75px;
    transition: all 0.5s ease-in-out 0s;
}

.practices_locations_section .addlocationbtnmain {
    margin-right: 4px !important;
    right: 20% !important;
}

.practices_locations_section .col-ext.pull-right {
    flex: 0 0 20%;
    max-width: 20%;
}

.maintitle_section.addPractices_page {
    padding-bottom: 23px;
}

.color_input span.color-has {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 88;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #303030 !important;
}

.color_input input {
    padding-left: 28px !important;
}

.color_input .input-group-addon button {
    width: 43px;
    height: 42px;
    border: 10px solid #eceeef;
    margin: 0;
    padding: 0;
    right: 1px;
    top: 1px;
    position: absolute;
}

.disclaimer_section textarea.form-control {
    height: 200px;
    resize: none;
}

.disclaimer_section textarea.form-control {
    height: 200px;
    resize: none;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    color: #606060;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filebrow,
.filebrow input {
    opacity: 0;
}

.uploadfile-main {
    padding: 3px 0 31px 0;
}

    .uploadfile-main .input-group {
        width: 100%;
        margin-bottom: 0;
        border: 2px solid #e5e5e5;
        min-height: 196px;
    }

        .uploadfile-main .input-group .input-group-btn:before {
            content: "";
            background: url(../img/fileuploadbg.jpg) scroll no-repeat center center / cover;
            min-height: 200px;
            width: 100%;
            display: block;
        }

        .uploadfile-main .input-group .input-group-btn {
            display: block;
            margin: 0;
            text-align: left;
            width: 100%;
        }

        .uploadfile-main .input-group .filenameinput {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: medium none;
            border-radius: 0;
            bottom: 15px;
            font-family: "Poppins";
            font-weight: 400;
            font-size: 18px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            text-align: center;
            width: 100%;
        }

        .uploadfile-main .input-group .btn.btn-primary input {
            padding: 0 !important;
            position: absolute;
            top: -61px;
            width: 100%;
            opacity: 0;
            border-bottom-left-radius: 6px !important;
            border-top-left-radius: 6px !important;
            border-bottom-right-radius: 0 !important;
            border-top-right-radius: 0 !important;
        }

            .uploadfile-main .input-group .btn.btn-primary input + span {
                line-height: normal;
                position: absolute;
                padding: 2px 0 0 0;
                font-size: 12px;
            }

.uploadimgdetail_box label {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #303030;
    text-transform: uppercase;
    font-weight: normal;
}

.uploadimgdetail_box p {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 16px;
    color: #606060;
}

.upload_img_detail_main::after {
    clear: both;
    content: "";
    display: table;
}

.upload_img_detail_main {
    padding: 38px 0 0;
}

.uploadimgdetail_box {
    padding: 0 0 18px 0;
}

.addimg_box_main {
    display: block;
    cursor: pointer;
    z-index: 88;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.strategy_meeting_checkbox .ks-theme.ks-checkbox .custom-control-description {
    font-size: 14px;
    font-weight: 400;
}

.strategy_meeting_checkbox .checkbox_main .checkbox label.custom-control {
    margin: 0;
    padding-left: 21px;
}

.strategy_meeting_checkbox .checkbox_main .checkbox {
    display: block;
    width: 25%;
    float: left;
    padding-bottom: 18px
}

.checkbox_radio_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-control {
    margin-right: 12px;
}


/* Radio btn CSS*********************/

.radiobox_main .radiobox {
    display: inline-block;
}

.ks-theme.ks-radio > .custom-control-input:checked ~ .custom-control-indicator:before {
    background: #9675ce;
}

.ks-theme.ks-radio > .custom-control-input:checked ~ .custom-control-indicator {
    border-color: #9675ce;
}

.ks-theme.ks-radio .custom-control-indicator {
    border: solid 1px #ccc;
    width: 18px;
    height: 18px;
    line-height: 15px;
}

.ks-theme.ks-radio > .custom-control-input:checked ~ .custom-control-indicator:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    line-height: normal;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ks-theme.ks-radio .custom-control-description {
    margin-left: 5px;
    font-size: 12px;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.ks-theme.ks-radio .custom-control-input {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}


/* && Radio btn CSS*********************/


/* Checkbox btn CSS *****************/

.checkbox_main .checkbox {
    display: inline-block;
}

.ks-theme.ks-checkbox > .custom-control-indicator {
    border-radius: 0;
    border: solid 1px #ccc;
}

.ks-theme.ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator {
    background: #9675ce;
    border-color: #9675ce;
}

    .ks-theme.ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        background: #9675ce;
    }

    .ks-theme.ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        color: #fff;
        content: "\f00c";
        font-weight: normal;
        font-family: "FontAwesome";
        font-size: 12px;
    }

    .ks-theme.ks-checkbox > .custom-control-input:checked ~ .custom-control-indicator:before {
        font-size: 12px;
        height: auto;
    }

.ks-theme.ks-checkbox .custom-control-description {
    margin-left: 5px;
    font-size: 12px;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-top: 3px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.ks-theme.ks-checkbox .custom-control-input {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}


/* && Checkbox btn CSS *****************/

.form-group label small {
    font-weight: 300;
    text-transform: lowercase;
    font-size: 14px;
}

.title1 small {
    font-size: 18px;
    font-weight: 300;
    text-transform: lowercase;
}

.titlecapital {
    font-size: 30px;
    color: #010101;
    font-weight: 400;
    text-transform: capitalize;
}

.bottom_border_line {
    position: relative;
}

    .bottom_border_line:before {
        content: "";
        background: url(../../assets/img/bottom_border_line.png) repeat;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        height: 5px;
    }

    .bottom_border_line:after {
        content: "";
        display: table;
        clear: both;
    }

.tab_form_section:after {
    content: "";
    display: table;
    clear: both;
}

.tab_form_section {
    margin-bottom: 15px;
}

.tab_form_btn_section:after {
    content: "";
    display: table;
    clear: btoh;
}

.tab_form_btn_section {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

.dateTO {
    position: relative;
}

    .dateTO:before {
        color: #606060;
        content: "-";
        font-size: 14px;
        font-weight: 500;
        left: -19px;
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.tophead_search i {
    color: #64dba1;
    font-size: 30px;
}

.label-none {
    opacity: 0;
    display: block;
    pointer-events: none;
}

.tophead_search_main {
    padding: 7px 0 0 0;
}

.exportCSV_btn .main_btn,
.addlocation_btn .main_btn {
    width: 100%;
}

.exportCSV_btn,
.addlocation_btn {
    float: right;
    width: 100%;
}

.tophead_search_main .tophead_icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 0
}

.date-input-box .input-group-addon {
    background: #f5f5f5;
}

    .date-input-box .input-group-addon span.fa {
        font-size: 18px;
        color: #606060;
    }

.ks-sidebar .ks-wrapper .nav .nav-item .dropdown-menu .dropdown-item small {
    font-size: 12px;
    color: #adb0ae;
}

.ks-sidebar > .ks-wrapper .nav .dropdown-menu a.dropdown-item {
    padding: 10px 24px 10px 48px;
    height: auto;
}

.form-group label,
.input-group label {
    font-size: 14px;
    line-height: normal;
    color: #404040;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2px;
}

    .form-group label > span.required,
    .input-group label > span.required {
        color: #f36256
    }

.form-group .form-control,
.input-group .form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #303030;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    height: 44px;
    padding: 6px 15px;
    font-weight: 300;
    box-sizing: border-box;
}

div.k-window {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-radius: 0 !important;
    border: none !important;
    padding-top: 40px !important;
    width: 900px !important;
}

.k-window-title {
    left: 15px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.k-window-titlebar.k-header {
    background: rgba(0, 0, 0, 0) !important;
}

.k-edit-form-container {
    width: 100% !important;
}

.k-window-titlebar .k-window-actions {
    top: 0px !important;
    right: 0px !important;
    padding-top: 0 !important;
    z-index: 9999 !important;
    background: #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff !important;
}

.k-window-titlebar .k-window-action {
    opacity: 1 !important
}

.k-window-titlebar .k-window-actions .k-icon.k-i-close {
    color: #fff;
    opacity: 1 !important;
}

.input-group .input-group-addon {
    border-radius: 0;
    min-width: 44px
}

.dollar_input .input-group-addon {
    background: #F5F5F5 !important
}

    .dollar_input .input-group-addon span.fa {
        font-size: 18px;
        color: #606060;
    }

.form-group .select_box select.form-control,
.input-group .select_box select.form-control {
    height: 44px;
    background: #fff !important;
    padding-left: 11px;
}

.form-control::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

.form-control::placeholder {
    color: #555;
    opacity: 1;
}

.form-control:focus {
    border-color: #782B90;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.selectdaterangemain_section:after {
    content: "";
    display: table;
    clear: both;
}

.select_daterange_main {
    float: right;
}

    .select_daterange_main label {
        font-size: 14px;
        color: #606060;
        font-weight: 500;
        padding: 0 8px 0 0;
    }

    .select_daterange_main span.fa {
        font-size: 18px;
        color: #606060;
    }

    .select_daterange_main .input-group-addon {
        background: #f5f5f5 !important;
        border-radius: 0 !important;
        width: 44px !important;
        padding: 0;
    }

    .select_daterange_main input.form-control {
        font-size: 14px;
        font-weight: 300;
        color: #555555;
        padding: 10px 15px 7px 15px;
    }

    .select_daterange_main .selectdaterange-input,
    .select_daterange_main label {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .select_daterange_main > form {
        float: right;
    }

.selectdaterange-input + .selectdaterange-input {
    padding-left: 25px;
    position: relative;
}

    .selectdaterange-input + .selectdaterange-input:before {
        content: "-";
        position: absolute;
        font-size: 14px;
        color: #606060;
        font-weight: 500;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


/**********************/

.ks_sidebar_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    min-height: 170px;
    position: relative;
}

    .ks_sidebar_logo img {
        position: absolute;
        left: 20px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: -10px 0 0 0
    }

.sidebar_logo_section {
    background: #fff;
}

.ks-navbar .ks-navbar-menu > .nav-item {
    display: none;
}

.ks-navbar-actions .btn-action-block,
.ks-navbar-actions .ks-languages,
.ks-navbar-actions .ks-messages,
.ks-navbar-actions .ks-notifications {
    display: none
}

.ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form {
    align-items: center;
    display: block;
    height: 80px;
    margin: 0;
    padding: 20px 50px 0;
    position: relative;
}

    .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form .ks-wrapper {
        display: block;
    }

.ks-search-form .ks-search-open {
    display: none !important;
}

.ks-search-form .input-icon input::-webkit-input-placeholder {
    color: #909090;
}

.ks-search-form .input-icon input::-moz-placeholder {
    color: #909090;
}

.ks-search-form .input-icon input:-ms-input-placeholder {
    color: #909090;
}

.ks-search-form .input-icon input::placeholder {
    color: #909090;
}

.ks-avatar i {
    font-size: 36px;
    color: #fff;
}

.ks-navbar-actions .dropdown > .dropdown-toggle {
    position: relative;
}

    .ks-navbar-actions .dropdown > .dropdown-toggle::after {
        content: "\f0d7";
        font-size: 16px;
        color: #fff;
        height: auto;
        width: auto;
        top: -1px;
        line-height: normal;
    }

.ks-navbar .ks-navbar-actions .nav-link {
    padding: 0;
}

.ks-navbar .navbar-brand .ks-logo img {
    max-width: 110px;
}

.ks-column.ks-page.ks-column_pad_left {
    padding-left: 0px;
}

.ks-column.ks-page {
    padding-left: 250px;
}

.ks-sidebar.ks-sidebar_toggle {
    left: -250px;
}

.leftsidebar_toggle.leftsidebar_click {
    transform: rotateZ(180deg);
}

.leftsidebar_toggle i {
    font-size: 24px;
    color: #fff;
}

.ks-navbar > .ks-wrapper > .nav {
    position: relative;
}

.leftsidebar_toggle {
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 88;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.ks-navbar > .ks-wrapper {
    position: relative
}

.main_title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.ks-dashboard-tabbed-sidebar-widgets {
    padding-top: 25px !important;
    padding-bottom: 12px !important;
}

.maintitle_section {
    padding-bottom: 15px;
}

.main_bg_area {
    background: #fff;
    clear: both;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 18px
}

    .main_bg_area:after {
        content: "";
        display: table;
        clear: both;
    }

.ks-column.ks-page > .ks-header {
    display: none;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    padding: 5px 3px !important;
}

.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget table {
    max-width: 280px !important;
}

    .bootstrap-datetimepicker-widget table thead tr:first-child th,
    .bootstrap-datetimepicker-widget table thead tr:first-child th.prev,
    .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
        background: #782B90 !important;
        border-radius: 0 !important;
        color: #fff !important
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th.prev span,
        .bootstrap-datetimepicker-widget table thead tr:first-child th.next span {
            color: #fff !important
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #303030 !important;
            color: #fff !important
        }

            .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span {
                color: #fff !important
            }

.glyphicon-chevron-right,
.glyphicon-chevron-left {
    color: #000 !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.selectdaterange-input input {
    border: 1px solid #dddddd;
    height: 44px;
    border-radius: 0;
}

.selectdaterange-input .input-group {
    width: 180px;
}

.ks-column.ks-page .row + .row {
    margin-top: 0;
}

.ks-column.ks-page .col_pad_change {
    margin: 0 -9px;
}

    .ks-column.ks-page .col_pad_change [class*="col-"] {
        padding-left: 9px;
        padding-right: 9px;
    }

.btn_in_title .main_btn {
    float: right;
}

.title1.btn_in_title {
    min-height: 44px;
    line-height: 44px;
}


/***************************/


/** SIX BOX CSS********/

.sixboxmain_section {
    margin: 0 -3px;
    padding: 5px 0
}

    .sixboxmain_section .sixboxmain_div {
        width: 33.3333%;
        float: left;
        padding: 0 3px;
    }

.ks-column_pad_left .sixboxmain_section .sixboxmain_div {
    width: 16.6666%;
}

.sixboxmain_section .sixboxmain_div .sixboxmain_box {
    border: 1px solid #dddddd;
    min-height: 166px;
    padding: 14px 21px 15px 20px;
    margin-bottom: 6px;
    margin-top: 6px;
}

    .sixboxmain_section .sixboxmain_div .sixboxmain_box .sixbox_top_mian {
        border-bottom: 4px solid #edeff0;
        min-height: 71px;
        position: relative;
    }

.sixboxmain_section .sixbox_title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.sixboxmain_section .sixbox_top_mian > span {
    font-size: 14px;
    color: #909090;
    font-weight: 400;
    display: block;
}

.sixbox_top_mian i {
    font-size: 30px;
}

.sixbox_bottom_mian .onlynumber {
    padding: 23px 0 0 0;
}

    .sixbox_bottom_mian .onlynumber span {
        font-size: 24px;
        color: #000;
        font-weight: 400;
        display: block;
        text-align: right
    }

.sixbox_top_mian i {
    position: absolute;
    margin: -5px 0 0 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.indeandfrandetail:after {
    content: "";
    display: table;
    clear: both;
}

.indeandfran_detail_main {
    padding: 17px 0 0 0;
}

.sixbox_bottom_mian .indeandfran_detail_main .indeandfrandetail label {
    font-size: 12px;
    color: #909090;
    font-weight: 400;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: normal;
}

.sixbox_bottom_mian .indeandfran_detail_main .indeandfrandetail span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: normal;
}

.indeandfrandetail {
    padding: 0 0 4px 0;
}

    .indeandfrandetail:last-child {
        padding: 0 0 0 0;
    }

.licensees_box i {
    color: #5ac8cd;
}

.practices-inde_box i {
    color: #daab8e;
}

.practices-fran_box i {
    color: #c3d290;
}

.revenue-paid_box i {
    color: #66cc9a;
}

.revenue-unpaid_box i {
    color: #f38177;
}

.commissions_box i {
    color: #65b6da;
}

.title1 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.sixboxmain_section:after {
    content: '';
    display: table;
    clear: both;
}


/** &&& SIX BOX CSS ****************/

.card {
    border-radius: 0;
    border: 0;
    padding: 5px 0 0 0
}

    .card .card-header {
        padding: 0;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }

    .card .card-block {
        padding: 0;
    }

    .card .card-block {
        margin: 30px 0 5px 0;
        overflow-y: hidden;
        overflow-x: auto;
        border: 1px solid #bbb;
    }

        .card .card-block table.table {
            margin-top: 0;
            margin-bottom: 0;
            border: 0 !important;
        }

        .card .card-block .table thead tr th:first-child,
        .card .card-block .table tbody tr td:first-child {
            border-left: 0;
        }

        .card .card-block .table thead tr th:last-child,
        .card .card-block .table tbody tr td:last-child {
            border-right: 0;
        }

        .card .card-block .table tbody tr:last-child td {
            border-bottom: 0;
        }

.table thead tr th,
.table tbody tr td,
.table tfoot tr th,
.table tfoot tr td {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    vertical-align: top;
}

.table thead tr th {
    color: #404040;
    font-weight: 500;
    background: #f5f5f5;
    border-bottom: 1px solid #bbbbbb;
    padding: 16px 10px 15px 10px;
    height: 73px;
}

.table tbody tr td {
    color: #606060;
    font-weight: 400;
    padding: 15px 10px
}

    .table tbody tr td a {
        color: #606060;
        font-weight: 400;
    }

.table-bordered {
    border: 1px solid #bbbbbb;
}

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #bbbbbb;
    }


/* BTN section */

.purple_btn {
    background: #9675ce;
    color: #fff !important;
}

.blue_btn {
    background: #66B6DB;
    color: #fff !important;
}

.gray_btn {
    background: #909090;
    color: #fff !important;
}


.main_btn {
    width: 180px;
    min-height: 44px;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    /*display: block;*/
    position: relative;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    cursor: pointer;
}
/*
    .main_btn:before {
        content: "";
        left: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: -1;
    }

    .main_btn:after {
        content: "";
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: -1;
    }
*/
.m_auto {
    margin: 0 auto
}

.width_100 {
    width: 100px;
}

.width_170 {
    width: 170px;
}

.width_240 {
    width: 240px;
}

@media (min-width:1025px) {
    .forgot_password_main > a:hover {
        text-decoration: underline;
    }

    .k-popup-edit-form .k-edit-buttons .k-dialog-close:hover,
    .k-popup-edit-form .k-edit-buttons .k-dialog-update:hover {
        background: #303030 !important;
        color: #fff !important
    }
    /*.main_btn:hover:before,
    .main_btn:focus:before {
        left: 0;
    }
   .main_btn:hover:after,
    .main_btn:focus:after {
        right: 0;
    }
    */
    .k-button.main_btn:hover,
    .k-button.main_btn:focus,
    .main_btn:hover,
    .main_btn:focus {
        color: #fff !important;
        background: #303030 !important;
    }
}


/* BTN section */

.ks_footer_copyright {
    background: #fff;
    min-height: 80px;
    position: relative
}

    .ks_footer_copyright span {
        font-size: 16px;
        color: #303030;
        font-weight: 400;
        display: block;
        text-align: center;
        padding: 28px 0
    }

#toTop.top-btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: transparent;
    left: 7px;
    top: 7px;
    /*border: 2px solid #9675ce;*/
    width: 36px;
    height: 36px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

#toTop.top-btn {
    background: transparent;
    border-radius: 0;
    bottom: 50%;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    z-index: 99;
    display: none;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.top-btn i {
    color: #606060;
    font-size: 14px !important;
    margin: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.title_form_main label {
    font-size: 14px;
    color: #404040;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0
}

.select_box select.form-control {
    padding-right: 35px;
}

.clienthistory_section text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #909090 !important;
    font-family: "Poppins", sans-serif !important;
}

.select_box {
    position: relative;
}

.select_arrow i {
    font-size: 14px;
    color: #606060;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.select_box select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}

.title_form_main .form-control {
    font-family: 'Poppins', sans-serif;
    z-index: 0;
    height: 44px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 1px #dddddd;
    font-size: 14px;
    color: #505050;
    padding: 10px 15px;
    background: #fff !important;
}

.title_form_main .form-group {
    margin-bottom: 0;
    display: inline-block;
    width: 200px;
}

.title_form_main {
    float: right;
}

.titleform_section:after {
    content: "";
    display: table;
    clear: both;
}

.title_form_main .form-group + .form-group {
    padding-left: 25px;
}

.maintitle_section.addLicensee_page {
    padding-bottom: 23px;
}

.form-group {
    margin-bottom: 27px;
}


/* Tab css ***********/

.tab_div {
    padding: 5px 0 0 0;
}

    .tab_div .nav-tabs {
        border-bottom: 2px solid #782b90;
    }

        .tab_div .nav-tabs .nav-item {
            margin-bottom: -2px;
            margin-right: 5px;
        }

            .tab_div .nav-tabs .nav-item:last-child {
                margin-right: 0;
            }

            .tab_div .nav-tabs .nav-item.show .nav-link,
            .tab_div .nav-tabs .nav-link.active {
                border-color: #782B90 #782B90 #ffffff;
                color: #782B90;
            }

        .tab_div .nav-tabs .nav-link {
            border-radius: 0;
            display: block;
            padding: 22px 15px 23px 15px;
            font-size: 14px;
            color: #909090;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            border: 2px solid rgba(0, 0, 0, 0)
        }

    .tab_div .tab-content {
        padding: 30px 0 0 0;
    }


/* && Tab css ***********/

.licensees_table_section {
    padding: 20px 0 0 0;
}


/* Kendo Ui Table CSS*******************************************************************/

.k-grid table tbody tr:last-child td {
    border-bottom: none
}

.k-grid table tbody tr {
    background-color: #fff !important;
}

    .k-grid table tbody tr:hover {
        background: #fff !important
    }

.k-grid table thead tr th {
    background: #f5f5f5 !important;
    color: #404040;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    padding: 17px 9px 17px 9px !important;
    vertical-align: top !important;
    white-space: inherit !important;
    text-overflow: inherit !important;
}

.k-grid table tbody tr td {
    border-bottom: 1px solid #bbbbbb;
    color: #606060;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
    padding: 14px 9px 13px 9px !important;
    vertical-align: top !important;
    white-space: inherit !important;
    text-overflow: inherit !important;
}

.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
    border-color: #bbbbbb !important;
}

    .k-autocomplete,
    .k-block,
    .k-button-group .k-tool,
    .k-calendar th,
    .k-content,
    .k-dropdown-wrap,
    .k-dropzone-active,
    .k-editable-area,
    .k-editor-dialog .k-tabstrip-items,
    .k-filter-row > th,
    .k-footer-template td,
    .k-grid td,
    .k-grid td.k-state-selected,
    .k-grid-content-locked,
    .k-grid-footer,
    .k-grid-footer-locked,
    .k-grid-footer-wrap,
    .k-grid-header,
    .k-grid-header-locked,
    .k-grid-header-wrap,
    .k-group,
    .k-group-footer td,
    .k-grouping-header,
    .k-grouping-header .k-group-indicator,
    .k-header,
    .k-input,
    .k-pager-refresh,
    .k-pager-wrap,
    .k-pager-wrap .k-link,
    .k-panel > .k-item > .k-link,
    .k-panelbar .k-content,
    .k-panelbar .k-panel,
    .k-panelbar > .k-item > .k-link,
    .k-popup.k-align .k-list .k-item:last-child,
    .k-separator,
    .k-slider-track,
    .k-splitbar,
    .k-state-default,
    .k-state-default .k-select,
    .k-state-disabled,
    .k-textbox,
    .k-textbox > input,
    .k-tiles,
    .k-toolbar,
    .k-tooltip,
    .k-treemap-tile,
    .k-upload-files,
    .k-widget {
        border-color: #bbbbbb !important;
    }

.k-block,
.k-button,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
    background: #f5f5f5 !important;
}

.k-grid {
    border: 0 !important
}

.k-grid-header {
    border: 1px solid #bbb !important;
}

.k-grid-content {
    border-left: 1px solid #bbb !important;
    border-right: 1px solid #bbb !important;
    border-bottom: 1px solid #bbb !important;
    box-sizing: border-box !important;
}

.k-pager-wrap {
    background-color: transparent !important;
    padding: 30px 0 10px 0 !important;
    border: none !important;
    margin: 0 -5px !important
}

    .k-pager-wrap > .k-link {
        margin: 0 5px !important;
        height: 44px !important;
        line-height: 40px !important;
        border-radius: 0 !important;
        width: 44px !important;
        background: #f5f5f5 !important;
        opacity: 1 !important;
        border: 1px solid #ddd !important;
        box-sizing: border-box !important;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

.k-grid-header th.k-header > .k-link {
    min-height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.k-pager-wrap > .k-link .k-icon {
    font-family: 'FontAwesome';
    color: #606060;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

    .k-pager-wrap > .k-link .k-icon.k-i-seek-w:before {
        content: "\f048";
    }

    .k-pager-wrap > .k-link .k-icon.k-i-seek-e:before {
        content: "\f051";
    }

    .k-pager-wrap > .k-link .k-icon.k-i-arrow-w:before {
        content: "\f104";
    }

    .k-pager-wrap > .k-link .k-icon.k-i-arrow-e:before {
        content: "\f105";
    }

    .k-pager-wrap > .k-link .k-icon.k-i-reload:before {
        content: "\f01e";
    }

    .k-pager-wrap > .k-link .k-icon.k-i-seek-w,
    .k-pager-wrap > .k-link .k-icon.k-i-seek-e {
        font-size: 16px;
    }

    .k-pager-wrap > .k-link .k-icon.k-i-arrow-w,
    .k-pager-wrap > .k-link .k-icon.k-i-arrow-e {
        font-size: 24px;
    }

    .k-pager-wrap > .k-link .k-icon.k-i-reload {
        font-size: 18px;
    }

.k-pager-wrap .k-dropdown {
    width: 107px !important;
    height: 44px;
    border-radius: 0 !important;
    margin: 0 10px 0 0 !important;
}

    .k-pager-wrap .k-dropdown .k-dropdown-wrap {
        position: relative;
        height: 44px;
        border-radius: 0 !important;
        background: #fff !important;
        box-sizing: border-box !important;
        border: 1px solid #ddd !important
    }

        .k-pager-wrap .k-dropdown .k-dropdown-wrap .k-input {
            height: 42px !important;
            line-height: 42px !important;
            padding: 0 0 0 15px !important;
            text-indent: 0;
            border: 0;
            font-size: 14px !important;
            margin: 0 !important;
            font-weight: 300 !important;
            color: #555 !important;
        }

        .k-pager-wrap .k-dropdown .k-dropdown-wrap .k-select {
            min-height: 42px;
            line-height: 42px;
            width: 27px
        }

        .k-pager-wrap .k-dropdown .k-dropdown-wrap .k-icon {
            font-size: 14px;
            color: #606060;
            font-family: 'FontAwesome';
        }

            .k-pager-wrap .k-dropdown .k-dropdown-wrap .k-icon.k-i-arrow-60-down:before {
                content: "\f0dc"
            }

.k-pager-wrap a.k-pager-first,
.k-pager-wrap a.k-pager-last {
    display: none !important;
}

.k-pager-wrap .k-dropdown .k-dropdown-wrap.k-state-focused,
.k-pager-wrap .k-dropdown .k-dropdown-wrap:focus {
    box-shadow: none !important;
}

.k-pager-numbers span.k-link.k-pager-nav {
    vertical-align: middle !important;
    height: 44px !important;
    width: 75px !important;
    border-radius: 0 !important;
    line-height: 44px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #555555 !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.k-pager-info {
    padding: 0 10px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #404040 !important;
}

.k-pager-sizes {
    padding-top: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #404040 !important;
}

ul.k-list > .k-state-highlight,
ul.k-list .k-state-selected {
    background: #782B90 !important;
    border-color: #782B90 !important;
}

.k-widget.k-grid .k-pager-numbers li.k-current-page {
    display: block;
}

.k-widget.k-grid .k-pager-numbers li {
    display: none;
}

.k-pager-wrap > .k-link.k-state-disabled {
    opacity: 0.25 !important;
}

.k-grid-content {
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: auto !important;
}

.k-grid-content-locked,
.k-grid-content,
.k-pager-wrap {
    white-space: normal;
}

.k-grid-header,
.k-grid-content {
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

    .k-grid-header table,
    .k-grid-content table,
    .k-grid-footer table,
    .k-grid-content-locked > table {
        table-layout: fixed;
    }

.k-grid table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    empty-cells: show;
    margin: 0;
    outline: 0 none;
    width: 100%;
}

.k-animation-container,
.k-widget,
.k-widget *,
.k-animation-container *,
.k-widget *::before,
.k-animation-container *::after,
.k-block .k-header,
.k-list-container {
    /*box-sizing: content-box;*/
    box-sizing: border-box !important;
}

.k-window-titlebar.k-header {
    border: none !important;
    margin-top: 0 !important;
    position: relative !important;
    min-height: 50px !important;
    padding: 18px 15px 0 !important;
}

div.k-window {
    padding: 0 !important
}

.k-window-title {
    position: relative !important;
    left: 0 !important;
    top: 0;
}

.k-window-titlebar .k-window-action {
    padding: 0 !important
}

.ks-dashboard-tabbed-sidebar {
    display: block !important;
}

.k-grid-header th.k-header > .k-link {
    position: relative;
    padding-right: 15px !important;
}

.k-grid-header th.k-header > a.k-link > span.k-icon {
    position: absolute;
    right: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 11px;
}


/* hvr *****/

.k-pager-wrap > .k-link:hover {
    background: #782B90 !important;
    border-color: #782B90 !important;
}

    .k-pager-wrap > .k-link:hover .k-icon {
        color: #fff !important
    }

.k-pager-wrap > .k-link.k-state-disabled:hover {
    pointer-events: none !important;
    cursor: default !important;
    background: #f5f5f5 !important;
    border-color: #ddd !important;
}

    .k-pager-wrap > .k-link.k-state-disabled:hover .k-icon {
        color: #606060 !important
    }

ul.k-list > .k-state-highlight:hover,
ul.k-list .k-state-selected:hover {
    color: #fff !important
}


/* && hvr *****/


/* && Kendo Ui Table CSS*******************************************************************/


/** After Dev ******/

.k-header.k-grid-toolbar.k-grid-top {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 10px 0;
    border-bottom: none !important;
}

.k-window > div.k-popup-edit-form {
    padding: 0 !important;
}

.k-edit-buttons.k-state-default {
    margin: 0 auto;
    padding: 20px 20px !important;
    text-align: center !important;
    bottom: 0 !important
}

    .k-edit-buttons.k-state-default .k-button {
        margin: 0 10px;
    }

.k-button.k-grid-cancel .k-icon.k-i-cancel {
    display: none !important
}

.k-button.main_btn {
    line-height: 44px !important;
    border-radius: 0 !important;
    border: none !important;
}

.k-button.purple_btn {
    background: #9675ce !important;
    color: #fff !important
}

.k-button.gray_btn {
    background: #909090 !important;
    color: #fff !important
}

.k-button.blue_btn {
    background: #66B6DB !important;
    color: #fff !important
}

.k-pager-wrap > .k-link .k-icon.k-i-refresh:before {
    content: "\f01e";
}

.k-grid-filter .k-icon,
.k-header .k-icon {
    color: #999;
}

.tooltip-inner {
    background-color: #606060 !important;
    border-radius: 2px !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px !important;
    min-height: 30px !important;
    padding: 0 12px !important;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #606060 !important;
}

.action_box_main i {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.status_box {
    background: #f5f5f5;
    width: 80px;
    height: 31px;
    border: 1px solid #bbbbbb;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.status_icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.status_name {
    font-size: 12px;
    color: #606060;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 30px;
}

.active_status .status_icon {
    background: #66cc9a;
}

.inactive_status .status_icon {
    background: #f38177;
}

.paid_status .status_icon {
    background: #66cc9a;
}

.unpaid_status .status_icon {
    background: #ebd76a;
}

.overdue_status .status_icon {
    background: #f38177;
}

.hold_status .status_icon {
    background: #909090;
}
.cancel_status .status_icon {
    background: #000000;
}

/** Table Action btn css **/

.edit_icon i, .fa.edit_icon {
    color: #909090;
    font-size: 24px;
}

.resend_icon i, .fa.resend_icon {
    color: #909090;
    font-size: 20px;
}

.download_icon i, .fa.download_icon {
    color: #909090;
    font-size: 20px;
}

.login_icon i, .fa.login_icon {
    color: #909090;
    font-size: 20px;
}

.delete_icon i, .fa.delete_icon {
    color: #909090;
    font-size: 25px;
}

.message_icon i, .fa.message_icon {
    color: #909090;
    font-size: 24px;
}

.edit_icon a:hover i, .fa.edit_icon:hover {
    color: #9375CD;
}

.resend_icon a:hover i, .fa.resend_icon:hover {
    color: #9675ce;
}

.download_icon a:hover i, .fa.download_icon:hover {
    color: #65b6da;
}

.delete_icon a:hover i, .fa.delete_icon:hover {
    color: #f38177;
}

.message_icon a:hover i, .fa.message_icon:hover {
    color: #9675ce;
}

.kendotable .k-button.fa.edit_icon,
.kendotable .k-button.fa.resend_icon,
.kendotable .k-button.fa.download_icon,
.kendotable .k-button.fa.delete_icon,
.kendotable .k-button.fa.message_icon {
    padding: 0;
    margin: 0 10px;
    border: none;
    min-width: inherit;
    min-height: inherit;
    line-height: normal;
    height: auto;
    background: transparent !important;
}

    .kendotable .k-button.fa.edit_icon:hover,
    .kendotable .k-button.fa.resend_icon:hover,
    .kendotable .k-button.fa.download_icon:hover,
    .kendotable .k-button.fa.delete_icon:hover,
    .kendotable .k-button.fa.message_icon:hover {
        border: none !important;
        box-shadow: none !important;
        background: none !important;
    }

    .kendotable .k-button.fa.edit_icon:focus,
    .kendotable .k-button.fa.resend_icon:focus,
    .kendotable .k-button.fa.download_icon:focus,
    .kendotable .k-button.fa.delete_icon:focus,
    .kendotable .k-button.fa.message_icon:focus {
        border: none !important;
        box-shadow: none !important;
        background: none !important;
        color: #909090 !important
    }

/** && Table Action btn css **/
.smileicon_main {
    text-align: center;
}

    .smileicon_main i {
        font-size: 36px;
    }

    .smileicon_main.happy i {
        color: #66cc9a
    }

    .smileicon_main.sad i {
        color: #f38177
    }

    .smileicon_main.meh i {
        color: #909090
    }

.invoiceIdinput {
    max-width: 100%;
    flex: 0 0 100%;
}

.invoiceIdinput_box {
    margin: 0 -15px;
}

    .invoiceIdinput_box .form-group {
        padding: 0 15px;
        max-width: 25%;
        flex: 0 0 25%;
    }

.locationsexportTocsv_section .col-ext.pull-right,
.practicesexportTocsv_section .col-ext.pull-right,
.invoicesexportTocsv_section .col-ext.pull-right {
    position: absolute;
    bottom: 47px;
    right: 0;
    padding-right: 0;
    padding-left: 22px;
}

    .locationsexportTocsv_section .col-ext.pull-right .form-group:after,
    .practicesexportTocsv_section .col-ext.pull-right .form-group:after,
    .invoicesexportTocsv_section .col-ext.pull-right .form-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .locationsexportTocsv_section .col-ext.pull-right .form-group,
    .practicesexportTocsv_section .col-ext.pull-right .form-group,
    .invoicesexportTocsv_section .col-ext.pull-right .form-group {
        margin: 0;
    }

.practicesexportTocsv_section.bottom_border_line {
    padding-bottom: 75px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.locationsexportTocsv_section.bottom_border_line {
    padding-bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.addlocationbtnmain {
    right: 25% !important;
    margin-right: 8px !important;
}

.action_box_main > div {
    display: inline-block
}

    .action_box_main > div + div {
        padding-left: 18px;
    }

.action_box_main a {
    display: block;
}

.k-grid-header th.k-header small {
    display: block;
    font-size: 12px;
    color: #404040;
    font-weight: 300;
}

.login_icon {
    position: relative;
    top: 5px;
}

    .login_icon a span {
        width: 30px;
        height: 24px;
        display: block;
        position: relative;
    }

        .login_icon a span:before {
            content: "";
            background: url(../img/sprite.png) no-repeat scroll -10px -10px;
            width: 30px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 1
        }

        .login_icon a span:after {
            content: "";
            background: url(../img/sprite.png) no-repeat scroll -10px -44px;
            width: 30px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0
        }

    .login_icon a:hover span:before {
        opacity: 0;
    }

    .login_icon a:hover span:after {
        opacity: 1;
    }

.billingInfo_invoices_table_section table tbody tr td:first-child {
    color: #303030;
    font-weight: 500;
}

    .billingInfo_invoices_table_section table tbody tr td:first-child small {
        color: #606060;
        font-weight: 400;
        font-size: 14px;
    }

.billingInformation_section_pagebox .card .card-block {
    margin-top: 0;
}

.select_ytd_main select.form-control {
    border-radius: 0;
    border: 1px solid #dddddd;
    width: 180px;
    height: 44px;
    font-size: 16px;
    color: #555555;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.invoicesexportTocsv_section.activitylogs_page_ecsv {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.manageFeedbacks_page .invoicesexportTocsv_section.activitylogs_page_ecsv {
    padding-bottom: 0 !important
}

.add_licenseebtn_main {
    position: relative;
    top: -5px;
}

.add_newuser_main {
    position: relative;
    top: -5px;
}


/***************************************************************************************/


/** RESPONSIVE CSS *********************************************************************/


/***************************************************************************************/

@media (min-width:1680px) {
    .date-input-box .form-control {
        padding: 6px 10px
    }

    .tophead_search_main .tophead_icon {
        padding: 0 10px 0 0;
    }

    .radiobox_main,
    .checkbox_main {
        padding: 10px 0 0 0;
        display: inline-block;
    }
    /** ## **/
    .exportTocsv_section .col-ext:nth-last-child(2) {
        max-width: 8.5%;
    }

    .exportTocsv_section .col-ext:nth-last-child(3),
    .exportTocsv_section .col-ext:nth-last-child(4) {
        max-width: 14.5%;
    }

    .exportTocsv_section .col-ext {
        max-width: 12.5%;
    }
    /** && **/
    /** ## **/
    .invoicesexportTocsv_section .col-ext {
        max-width: 16.666%;
        flex: 0 0 16.666%;
    }

    .invoicesexportTocsv_section .invoiceIdinput {
        max-width: 16.666%;
        flex: 0 0 16.666%;
    }

        .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box {
            margin: 0;
        }

            .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box .form-group {
                padding: 0 0;
                max-width: 100%;
                flex: 0 0 100%;
            }
    /** && **/
    /** ## **/
    .activitylogs_page_ecsv .col-ext {
        max-width: 15%;
        flex: 0 0 15%;
    }
    /** && **/
    /** ## **/
    .practicesexportTocsv_section.bottom_border_line {
        padding-bottom: 0;
    }

    .practicesexportTocsv_section .col-ext {
        max-width: 20%;
        flex: 0 0 20%;
    }
    /** && **/
    /** ## **/
    .locationsexportTocsv_section.bottom_border_line {
        padding-bottom: 70px;
    }

    .locationsexportTocsv_section .col-ext {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .locationsexportTocsv_section .addlocationbtnmain {
        right: 20% !important;
        margin-right: 4px !important;
    }
    /** && **/
    /** ## **/
    .practices_locations_section .col-ext {
        flex: 0 0 15%;
        max-width: 15%;
    }

        .practices_locations_section .col-ext.pull-right {
            flex: 0 0 15%;
            max-width: 15%;
        }

    .practices_locations_section.bottom_border_line {
        padding-bottom: 0;
    }

    .practices_locations_section .addlocationbtnmain {
        right: 15% !important;
    }
    /** && **/
    /** ## **/
    .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .reports_page .invoicesexportTocsv_section.reports_pageecsv {
        padding-bottom: 0;
    }

        .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.pull-right {
            bottom: auto;
            top: 23px;
        }
    /** && **/
}

@media (min-width:1500px) {
    .sixboxmain_section .sixboxmain_div {
        width: 16.6666%;
    }

        .sixboxmain_section .sixboxmain_div .sixboxmain_box {
            margin-bottom: 0px;
            margin-top: 0px;
        }

    .tab_div .nav-tabs .nav-link {
        padding: 21px 20px 21px 19px;
        font-size: 16px;
    }
}

@media (min-width:1400px) {
    /* ks-column_pad_left NONE*************/
    .ks-column_pad_left .exportTocsv_section .col-ext:nth-last-child(2) {
        max-width: 8.5%;
    }

    .ks-column_pad_left .exportTocsv_section .col-ext:nth-last-child(3),
    .ks-column_pad_left .exportTocsv_section .col-ext:nth-last-child(4) {
        max-width: 14.5%;
    }

    .ks-column_pad_left .exportTocsv_section .col-ext {
        max-width: 12.5%;
    }

    .ks-column_pad_left .date-input-box .form-control {
        padding: 6px 10px
    }

    .ks-column_pad_left .tophead_search_main .tophead_icon {
        padding: 0 10px 0 0;
    }
    /* ks-column_pad_left NONE*************/
    /** ## **/
    .ks-column_pad_left .practices_locations_section .col-ext {
        flex: 0 0 15%;
        max-width: 15%;
    }

        .ks-column_pad_left .practices_locations_section .col-ext.pull-right {
            flex: 0 0 15%;
            max-width: 15%;
        }

    .ks-column_pad_left .practices_locations_section.bottom_border_line {
        padding-bottom: 0;
    }

    .ks-column_pad_left .practices_locations_section .addlocationbtnmain {
        right: 15% !important;
    }
    /** && **/
    /** ## **/
    .ks-column_pad_left .invoicesexportTocsv_section.activitylogs_page_ecsv .col-ext {
        max-width: 15%;
        flex: 0 0 15%;
    }
    /** && **/
    /** ## **/
    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv {
        padding-bottom: 0;
    }

        .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.pull-right {
            bottom: auto;
            top: 23px;
        }
    /** && **/
}

@media (min-width:1300px) and (max-width:1399px) {
    /** ## **/
    .ks-column_pad_left .invoicesexportTocsv_section.activitylogs_page_ecsv .col-ext {
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }
    /** && **/
    /** ## **/
    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.col-xl-6 {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv {
        padding-bottom: 0;
    }

        .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.pull-right {
            bottom: auto;
            top: 23px;
        }
    /** && **/
}

@media (min-width:1300px) {
    /** ## **/
    .ks-column_pad_left .invoicesexportTocsv_section .col-ext {
        max-width: 16.666%;
        flex: 0 0 16.666%;
    }

    .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput {
        max-width: 16.666%;
        flex: 0 0 16.666%;
    }

        .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box {
            margin: 0;
        }

            .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box .form-group {
                padding: 0 0;
                max-width: 100%;
                flex: 0 0 100%;
            }
    /** && **/
    /** ## **/
    .ks-column_pad_left .practicesexportTocsv_section.bottom_border_line {
        padding-bottom: 0;
    }

    .ks-column_pad_left .practicesexportTocsv_section .col-ext {
        max-width: 20%;
        flex: 0 0 20%;
    }
    /** && **/
    /** ## **/
    .ks-column_pad_left .locationsexportTocsv_section.bottom_border_line {
        padding-bottom: 70px;
    }

    .ks-column_pad_left .locationsexportTocsv_section .col-ext {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .ks-column_pad_left .locationsexportTocsv_section .addlocationbtnmain {
        right: 20% !important;
        margin-right: 4px !important;
    }
    /** && **/
}

@media (max-width:1379px) {
    .subscriptionplans_page_box .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ks-column_pad_left .subscriptionplans_page_box .col-ext {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media (max-width:1300px) {
    .planDetails .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .practices_locations_section .col-ext.pull-right {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .practices_locations_section .addlocationbtnmain {
        right: 25% !important;
        margin-right: 7px !important
    }
}

@media (max-width:1279px) {
    .ks-column_pad_left .sixboxmain_section .sixboxmain_div {
        width: 33.3333%;
    }

    .checkbox_radio_title {
        font-size: 16px;
    }

    .tab_div .nav-tabs .nav-link {
        padding: 15px 10px;
        font-size: 13px;
    }

    .tab_div .nav-tabs .nav-item {
        margin-right: 5px;
    }

    .input-group.date .form-control {
        font-size: 14px;
        padding: 6px 6px;
    }
}

@media (max-width:1225px) {
    .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu .ks-search-form {
        display: none
    }

    .ks-navbar > .ks-wrapper > .nav .ks-navbar-menu.ks-open .ks-search-form {
        display: block;
    }

    .strategy_meeting_checkbox .checkbox_main .checkbox {
        width: 33.333%;
    }
}

@media (max-width:1199px) {
    .tab_div .nav-tabs .nav-item {
        margin-right: 0;
    }

    .tab_div .nav-tabs .nav-link {
        padding: 15px 10px;
        min-height: 73px;
    }

    .ks-column_pad_left .file_upload_section .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main_btn {
        font-size: 12px !important;
    }

    .billingmanagementinvoices_ecsv .form-group label {
        font-size: 12px;
    }
}

@media (min-width:1025px) {
    .ks-navbar .nav-item.show .dropdown-menu .dropdown-item:hover > .ks-icon {
        margin-right: 20px;
    }

    .top-btn:hover i {
        color: #fff;
    }
}

@media (max-width:1024px) {
    .reports_page .invoicesexportTocsv_section.reports_pageecsv {
        padding-bottom: 0;
    }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.col-xl-6 {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.pull-right {
        bottom: auto;
        top: 23px;
    }

    .invoicesexportTocsv_section.activitylogs_page_ecsv {
        padding-bottom: 80px;
    }

    .ks-column_pad_left .invoicesexportTocsv_section.activitylogs_page_ecsv {
        padding-bottom: 0px;
    }

    .ks-column_pad_left .subscriptionplans_page_box .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .practices_locations_section .col-ext {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .practices_locations_section.bottom_border_line {
        padding-bottom: 0;
    }

    .practices_locations_section .col-ext.pull-right {
        max-width: 210px;
    }

    .practices_locations_section .addlocationbtnmain {
        right: 210px !important;
    }

    .locationsexportTocsv_section .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

        .locationsexportTocsv_section .col-ext.pull-right {
            max-width: 210px;
        }

    .addlocationbtnmain {
        right: 218px !important;
        margin-right: 0px !important;
    }

    .selectdaterange-input .input-group {
        width: 160px;
    }

    .exportTocsv_section .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ks-column_pad_left .exportTocsv_section .col-ext {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .k-webkit .k-widget.k-grid .k-pager-nav + .k-pager-numbers {
        position: relative !important;
        left: 0 !important;
        transform: translatey(0) !important;
        -moz-transform: translatey(0) !important;
        -o-transform: translatey(0) !important;
        -ms-transform: translatey(0) !important;
        -webkit-transform: translatey(0) !important;
    }

    .k-webkit .k-grid .k-pager-numbers .k-current-page,
    .k-webkit .k-pager-numbers .k-current-page {
        transform: translatey(0) !important;
        -moz-transform: translatey(0) !important;
        -o-transform: translatey(0) !important;
        -ms-transform: translatey(0) !important;
        -webkit-transform: translatey(0) !important;
    }

        .k-webkit .k-pager-numbers .k-current-page .k-link {
            padding: 0 10px !important;
            text-align: center !important
        }

    .k-pager-wrap .k-dropdown {
        width: 90px !important;
    }

    .k-pager-sizes {
        padding: 0 10px 0 20px;
    }
    /** ## **/
    .invoicesexportTocsv_section .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .invoicesexportTocsv_section .invoiceIdinput {
        max-width: 100%;
        flex: 0 0 100%;
    }

        .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box {
            margin: 0 -15px;
        }

            .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box .form-group {
                padding: 0 15px;
                max-width: 50%;
                flex: 0 0 50%;
            }

    .ks-column_pad_left .invoicesexportTocsv_section .col-ext {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput {
        max-width: 100%;
        flex: 0 0 100%;
    }

        .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box {
            margin: 0 -15px;
        }

            .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box .form-group {
                padding: 0 15px;
                max-width: 25%;
                flex: 0 0 25%;
            }
    /** && **/
}

@media (max-width:1023px) {
    .practicesexportTocsv_section .col-ext {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .practicesexportTocsv_section.bottom_border_line {
        padding-bottom: 0
    }
}

@media (max-width:991px) {
    div.k-window {
        width: auto !important;
        left: 15px !important;
        right: 15px !important;
    }

    .ks-column_pad_left .invoicesexportTocsv_section.activitylogs_page_ecsv {
        padding-bottom: 80px;
    }

    .ks-column_pad_left .exportTocsv_section .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ks-column_pad_left .invoicesexportTocsv_section .col-ext {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput {
        max-width: 100%;
        flex: 0 0 100%;
    }

        .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box {
            margin: 0 -15px;
        }

            .ks-column_pad_left .invoicesexportTocsv_section .invoiceIdinput .invoiceIdinput_box .form-group {
                padding: 0 15px;
                max-width: 50%;
                flex: 0 0 50%;
            }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.pull-right {
        bottom: 47px;
        top: auto;
    }

    .ks-column_pad_left .reports_page .invoicesexportTocsv_section.reports_pageecsv .col-ext.col-xl-6 {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .ks-column_pad_left .invoicesexportTocsv_section.activitylogs_page_ecsv.reports_pageecsv {
        padding-bottom: 0px !important;
    }

    .uploadfile-main {
        padding: 0px 0 21px 0;
    }

    .tab_div .nav-tabs .nav-link {
        min-height: 66px;
        padding: 10px;
    }

    .ks-column.ks-page {
        padding-left: 0;
    }

    body.ks-sidebar-collapsed .ks-sidebar.ks-sidebar_toggle {
        left: 0 !important;
    }

    body.ks-sidebar-collapsed .ks-sidebar {
        left: -260px !important;
    }

    .leftsidebar_toggle {
        transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
    }

        .leftsidebar_toggle.leftsidebar_click {
            left: 270px;
            transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -o-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
        }

    .ks-sidebar-overly:before {
        content: "";
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 88
    }

    .ks-sidebar-overly {
        position: relative;
    }

    body.ks-sidebar-collapsed .ks-sidebar {
        top: 0 !important;
    }

    .ks-navbar > .ks-wrapper {
        position: static;
    }

    .leftsidebar_toggle i {
        color: #782B90;
    }

    .leftsidebar_toggle.leftsidebar_click i {
        color: #fff;
    }
}

@media (max-width:767px) {
    .tab_form_btn_section .main_btn {
        width: 100px;
    }

    .strategy_meeting_checkbox .checkbox_main .checkbox {
        width: 50%;
    }
}
