html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*, :after, :before {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100%;
    background: #1F1646;
    font: 400 16px/1.25 Metric,Arial,Helvetica,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

main {
    display: block
}
.manage-body {
    background-color: white;
    color: indigo;
    font-size: large;
    height: 100vh;
}
.manage-title {
    display: grid;
    justify-content: center;
    padding-top: 30px;
}
.manage-row {
    margin-left:0;
    margin-right:0;
    font-size: 20px;;
    display:flex;
    flex-wrap:wrap;
    height:40%;
}
.manage-col-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.manage-col-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.manage-col-body-row {
    width:400px;
}
.container {
    max-width: 2400px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px
}

.container-sm {
    max-width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0
}

.hidden {
    display: none !important
}

.vs-hidden {
    visibility: hidden
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    vertical-align: top
}

.col-1 {
    width: 8.333333333333332%
}

.col-2 {
    width: 16.666666666666664%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333333333%
}

.col-5 {
    width: 41.66666666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333333333336%
}

.col-8 {
    width: 66.66666666666666%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333333334%
}

.col-11 {
    width: 91.66666666666666%
}

.col-12 {
    width: 100%
}

.col-offset-1 {
    margin-left: 8.333333333333332%
}

.col-offset-2 {
    margin-left: 16.666666666666664%
}

.col-offset-3 {
    margin-left: 25%
}

.col-offset-4 {
    margin-left: 33.33333333333333%
}

.col-offset-5 {
    margin-left: 41.66666666666667%
}

.col-offset-6 {
    margin-left: 50%
}

.col-offset-7 {
    margin-left: 58.333333333333336%
}

.col-offset-8 {
    margin-left: 66.66666666666666%
}

.col-offset-9 {
    margin-left: 75%
}

.col-offset-10 {
    margin-left: 83.33333333333334%
}

.col-offset-11 {
    margin-left: 91.66666666666666%
}

.col-offset-12 {
    margin-left: 100%
}

@media only screen and (max-width:960px) {
    .col-1 {
        width: 16.666667%
    }

    .col-offset-1 {
        margin-left: 16.666667%
    }

    .col-11 {
        width: 83.333333%
    }

    .col-offset-11 {
        margin-left: 83.333333%
    }

    .col-2 {
        width: 33.333333%
    }

    .col-offset-2 {
        margin-left: 33.333333%
    }

    .col-10 {
        width: 66.666667%
    }

    .col-offset-10 {
        margin-left: 66.666667%
    }

    .col-3 {
        width: 33.333333%
    }

    .col-offset-3 {
        margin-left: 33.333333%
    }

    .col-9 {
        width: 66.666667%
    }

    .col-offset-9 {
        margin-left: 66.666667%
    }
}

@media only screen and (max-width:680px) {
    .col-1 {
        width: 33.333334%
    }

    .col-2 {
        width: 50%
    }

    .col-3 {
        width: 50%
    }
}

@media only screen and (max-width:440px) {
    .col-2 {
        width: 100%
    }

    .col-3 {
        width: 100%
    }
}

.pb-lg {
    padding-bottom: 48px
}

.pb-md {
    padding-bottom: 32px
}

.pb-sm {
    padding-bottom: 16px
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.pb-0 {
    padding-bottom: 0
}

.flex-center {
    display: flex;
    justify-content: center
}

.alertWindow.k-window {
    background-color: lightgoldenrodyellow;
    color: red;
}

.alertWindow .k-window-titlebar {
    font-weight: bold;
}

/*.k-grid-edit {
    background-image: url(delete2.ico);
}*/
.k-grid tbody .k-grid-remove-command {
    background-image: url("/images/delete4.png");
    background-size: 50px;
    background-position: 0px 0px;
    padding: 15px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin: 0;
}
/* changes default width of the button */
.k-grid tbody .k-button .k-button-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
}
.k-grid tbody .k-grid-remove-command .k-icon {
    margin: 0;
}
.k-button.k-button-icontext.k-grid-remove.command span.k-icon.k-i-close:before {
    /* replace "X" icon with trash can for the Delete button */
    /* content: "\e10c" */
}

.kd-spacer {
    display: flex;
    flex: 1 1 auto
}

.kd-demo-content-container h1, .kd-demo-content-container h2, .kd-demo-content-container h3, .kd-demo-content-container h4, .kd-demo-content-container h5, .kd-demo-content-container h6, h1.kd-title, h2.kd-title, h3.kd-title, h4.kd-title, h5.kd-title, h6.kd-title {
    font-family: Metric,Arial,sans-serif;
    text-align: left;
    letter-spacing: 0;
    color: #FFFFFF
}

.kd-demo-content-container h1, h1.kd-title {
    margin: 48px 0;
    font: 600 45px/44px Metric,Arial,sans-serif;
    color: #FFFFFF
}

.kd-demo-content-container h2, h2.kd-title {
    margin: 48px 0 32px 0;
    font: 600 45px/44px Metric,Arial,sans-serif
}

.kd-demo-content-container h3, h3.kd-title {
    margin: 48px 16px 16px 0;
    font: 600 35px/34px Metric,Arial,sans-serif;
    color: #FFFFFF;
}

.kd-demo-content-container h4, h4.kd-title {
    margin: 32px 0 16px 0;
    font: Bold 23px/27px Metric,Arial,sans-serif
}

.kd-demo-content-container h5, h5.kd-title {
    margin: 16px 0;
    font: 600 20px/24px Metric,Arial,sans-serif;
    letter-spacing: .5px;
    color: #000
}

.kd-demo-content-container h6, h6.kd-title {
    margin: 48px 0 16px 0;
    font: 400 17px/24px Metric,Arial,sans-serif
}

.kd-contact-support .kd-title, .kd-demo-description .kd-title, .kd-demo-resources .kd-title {
    margin: 48px 0 16px 0;
    font: 500 35px/34px Metric,Arial,sans-serif
}

.kd-components-most-popular .kd-title, .kd-cta-panel .kd-title {
    margin: 16px 0;
    font: 600 20px/24px Metric,Arial,sans-serif;
    letter-spacing: .5px;
    color: #000
}

.kd-components-list .kd-list .kd-title {
    margin: 48px 0 16px 0;
    font: 400 17px/24px Metric,Arial,sans-serif
}

.kd-demo-content-container p, .kd-text {
    margin: 0 0 16px 0;
    font: 400 22px/26px Metric,Arial,sans-serif;
    letter-spacing: 0;
    color: #1f1f1f
}

    .kd-demo-content-container p a, .kd-text a {
        font: 500 22px/26px Metric,Arial,sans-serif
    }

.kd-demo-content-container a, .kd-link {
    font: 400 20px/26px Metric,Arial,sans-serif
}

.kd-input {
    font: 300 22px/26px Metric,Arial,sans-serif
}

.text-bold {
    font-weight: 700
}

.text-small {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.kd-title.heading {
    padding-bottom: 16px;
    margin: 32px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #3d57d8
}

.hide-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

@media only screen and (max-width:1440px) {
    .kd-demo-content-container h1, h1.kd-title {
        font-size: 52px;
        line-height: 42px
    }

    .kd-demo-content-container h2, h2.kd-title {
        font-size: 40px;
        line-height: 40px
    }

    .kd-demo-content-container h3, h3.kd-title {
        font-size: 30px;
        line-height: 28px
    }

    .kd-demo-content-container h4, h4.kd-title {
        font-size: 21px;
        line-height: 24px
    }

    .kd-demo-content-container h5, .kd-title.heading, h5.kd-title {
        font-size: 18px;
        line-height: 22px
    }

    .kd-contact-support .kd-title, .kd-demo-description .kd-title, .kd-demo-resources .kd-title {
        font-size: 30px;
        line-height: 28px
    }

    .kd-components-most-popular .kd-title, .kd-cta-panel .kd-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width:768px) {
    .kd-demo-content-container h1, h1.kd-title {
        font-size: 40px;
        line-height: 36px
    }

    .kd-demo-content-container h2, h2.kd-title {
        font-size: 30px;
        line-height: 30px
    }

    .kd-demo-content-container h3, h3.kd-title {
        font-size: 28px;
        line-height: 26px
    }

    .kd-demo-content-container h4, h4.kd-title {
        font-size: 19px;
        line-height: 21px
    }

    .kd-demo-content-container h5, .kd-title.heading, h5.kd-title {
        font-size: 16px;
        line-height: 20px
    }

    .kd-contact-support .kd-title, .kd-demo-description .kd-title, .kd-demo-resources .kd-title {
        font-size: 28px;
        line-height: 26px
    }

    .kd-components-most-popular .kd-title, .kd-cta-panel .kd-title {
        font-size: 16px;
        line-height: 20px
    }

    .kd-demo-content-container a, .kd-demo-content-container p, .kd-demo-content-container p a, .kd-link, .kd-text, .kd-text a {
        font-size: 18px;
        line-height: 24px
    }

    .kd-input {
        font: 300 20px/24px Metric,Arial,sans-serif
    }

    .text-small, .text-small .kd-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

.kd-demo-content-container a, .kd-link {
    text-decoration: none;
    -webkit-transition: color .2s ease,opacity .2s ease;
    transition: color .2s ease,opacity .2s ease
}

    .kd-demo-content-container a:focus, .kd-demo-content-container a:hover, .kd-link:active, .kd-link:focus, .kd-link:hover {
        color: #2d2db2;
        opacity: 1
    }

    .kd-demo-content-container a:hover, .kd-link:hover {
        text-decoration: underline;
        text-decoration-color: #2d2db2
    }

    .kd-demo-content-container a:focus, .kd-link:focus {
        outline: 2px auto #5392e4;
        outline-offset: 5px
    }

    .kd-link:hover .tag {
        text-decoration: none
    }

    .kd-link.kd-link-opaque {
        opacity: 1
    }

.kd-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0
}

    .kd-demo-content-container ol li a, .kd-demo-content-container ul li a, .kd-list li a {
        display: inline-flex;
        align-items: center;
        font-weight: 400
    }

    .kd-demo-content-container ol, .kd-demo-content-container ul, .kd-list.kd-list-bullets {
        list-style: inside;
        margin-bottom: 16px
    }

        .kd-demo-content-container li, .kd-demo-content-container li a, .kd-list.kd-list-bullets li, .kd-list.kd-list-bullets li a {
            font-weight: 500;
            font-size: 20px;
            line-height: 28px
        }

    .kd-demo-content-container li, .kd-list li {
        color: #000
    }

.kd-demo-content-container ol, .kd-demo-content-container ul {
    margin: 0 0 16px 0;
    padding: 0
}

@media only screen and (max-width:768px) {
    .kd-demo-content-container li, .kd-demo-content-container li a, .kd-list.kd-list-bullets li, .kd-list.kd-list-bullets li a {
        font-size: 18px;
        line-height: 24px
    }
}

.kd-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

.kd-text {
    color: #656565
}

.kd-text-primary {
    color: #1f1f1f
}

.kd-text-secondary {
    color: #555
}

.kd-text-heading {
    color: #454545
}

.kd-text-disabled {
    color: #bababa
}

.kd-bg {
    background-color: #fff
}

.kd-bg-disabled {
    background-color: #fdfdfd
}

.kd-bg-hover {
    background-color: #ededed
}

.kd-bg-track {
    background-color: #e5e5e5
}

.kd-bg-popup {
    background-color: #f9f9f9
}

.kd-border {
    border-color: #e5e5e5
}

    .kd-border:hover {
        border-color: #ccc
    }

.warning {
    color: #ffc000
}

.error {
    color: #f31700
}

.success {
    color: #37b400
}

.info {
    color: #03a9f4
}

.warning-bg {
    background-color: #ffc000
}

.error-bg {
    background-color: #f31700
}

.success-bg {
    background-color: #37b400
}

.info-bg {
    background-color: #03a9f4
}

.kd-demo-content-container a, .kd-link {
    color: #3d57d8
}

    .kd-demo-content-container a:hover, .kd-link:hover {
        color: #2d2db2
    }

hr {
    border: 2px solid #2b2bb9
}

.kd-button {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease
}

.kd-button-lg {
    padding: 12px 26px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px
}

.kd-button-md {
    padding: 5px 24px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px
}

.kd-button-sm {
    padding: 6.5px 17px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .13px
}

.kd-button-primary {
    background-color: #f46147;
    color: #fff;
    border-color: transparent
}

    .kd-button-primary:hover {
        background-color: #f24021;
        color: #fff
    }

.kd-button-secondary {
    background-color: #2e64d6;
    color: #fff;
    border-color: transparent
}

    .kd-button-secondary:hover {
        background-color: #2456be;
        color: #fff
    }

.kd-button-ghost {
    background-color: transparent;
    border-color: #c8e2f2;
    color: #000
}

    .kd-button-ghost:hover {
        border-color: #94d7ff
    }

.kd-button-rounded {
    border-radius: 15px
}

.kd-button-tertiary {
    border: 2px solid #2d6cec;
    border-radius: 15px;
    background-color: #fff;
    color: #2d6cec
}

    .kd-button-tertiary:hover {
        color: #fff;
        background-color: #2d6cec
    }

        .kd-button-tertiary:hover svg path {
            stroke: #fff
        }

.kd-button-icon {
    margin-left: 7px
}

@media only screen and (max-width:768px) {
    .kd-button-md {
        font-size: 17px;
        line-height: 30px
    }

    .kd-button-lg {
        font-size: 22px;
        line-height: 27px
    }
}

.tag {
    padding: 1px 8px;
    margin-left: 5px;
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 2px
}

.tag-new {
    border: 1px solid #27a306;
    background-color: #27a306;
    color: #fff
}

.tag-updated {
    background-color: #fff;
    color: #27a306;
    border: 1px solid #27a306
}

.tag-beta {
    background-color: #fff;
    color: #ff8400;
    border: 1px solid #ff8400
}

.kd-cta {
    padding: 15px 30px;
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: #5777ea;
    border-radius: 2px
}

.kd-cta-content-wrapper {
    display: flex;
    -ms-flex-direction: row;
    align-items: center
}

.kd-cta-image {
    margin-right: 30px
}

    .kd-cta-image img {
        width: 50px
    }

h5.kd-cta-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 28px;
    font-weight: 700
}

.kd-cta-title {
    margin-bottom: 3px
}

.kd-cta-button-wrapper {
    flex: none;
    margin-left: 50px
}

.kd-cta-lg {
    padding: 16px 32px;
    width: 1000px;
    max-width: 100%
}

.kd-cta-full-width {
    width: 100%
}

.kd-cta-lg .kd-cta-image img {
    width: 100px
}

.kd-cta-title-desc {
    flex: 1 0 0
}

.kd-cta .kd-link {
    font-weight: 700
}

.kd-cta-sm {
    padding: 11px 32px
}

    .kd-cta-sm .kd-link, .kd-cta-sm .kd-text {
        margin: 0;
        font-weight: 500;
        font-size: 28px
    }

    .kd-cta-sm .kd-text {
        color: #1f1f1f
    }

@media only screen and (max-width:1440px) {
    h5.kd-cta-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:992px) {
    .kd-cta, .kd-cta-content-wrapper {
        display: block
    }

    .kd-cta-image {
        margin-right: 0;
        margin-bottom: 20px
    }

    .kd-cta-button-wrapper {
        margin-left: 0;
        margin-top: 20px
    }

    .kd-cta:not(.kd-cta-lg) .kd-cta-image {
        display: none
    }
}

.input-container {
    display: flex;
    align-items: center;
    position: relative
}

    .input-container svg {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        margin: 0 10px;
        -ms-transform: translate(0,-50%)
    }

        .input-container svg path {
            fill: #3d57d8
        }

    .input-container input {
        padding: 0 18px 0 40px;
        border: 0;
        outline: 0
    }

.kd-sub-nav {
    padding: 18px;
    width: 100%;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 60px;
    background-color: rgba(219,219,219,.4);
    backdrop-filter: blur(45px);
    z-index: 9999
}

.kd-sub-nav-sticky {
    position: fixed;
    top: 60px
}

.kd-sub-nav .kd-side-nav-toggle {
    display: none;
    padding: 0 16px
}

@supports not (backdrop-filter:none) {
    .kd-sub-nav {
        background-color: rgba(239,239,239,.97)
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .kd-sub-nav {
        background-color: rgba(239,239,239,.97)
    }
}

@media (max-width:1240px) {
    .kd-sub-nav {
        position: static
    }

    main {
        margin-top: 0
    }
}

.kd-search {
    width: 100%;
    display: flex;
    justify-content: center
}

    .kd-search .kd-search-container input {
        width: 1000px;
        height: 48px;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
        color: #555
    }

        .kd-search .kd-search-container input:focus, .kd-search .kd-search-container input:hover {
            border: 1px solid #2d2db2;
            font-weight: 400;
            color: #000;
            transition: border .2s ease-in
        }

            .kd-search .kd-search-container input:focus::placeholder, .kd-search .kd-search-container input:hover::placeholder {
                color: #000
            }

@media (max-width:1240px) {
    .kd-search .kd-search-container {
        padding: 0 32px;
        justify-content: center
    }

        .kd-search .kd-search-container, .kd-search .kd-search-container .input-container, .kd-search .kd-search-container > form {
            display: flex;
            flex: 1
        }

            .kd-search .kd-search-container input {
                width: 100%
            }
}

::-ms-clear {
    display: none
}

.kd-search-page.hub-search > section {
    background-image: url(../images/site/search-result.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px
}

.kd-search-page .kd-sidebar-container {
    margin-left: 0
}

.kd-search-page .kd-search-container {
    width: 100%
}

.kd-search-page .kd-search-content {
    min-height: 600px
}

.kd-search-page .kd-search .kd-input {
    width: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15)
}

.kd-search-page .result-message {
    margin: 60px 0 48px
}

    .kd-search-page .result-message hr {
        border: 1px solid #707070
    }

    .kd-search-page .result-message .kd-text {
        margin: 0
    }

.kd-search-page .spelling .kd-link, .kd-search-page .spelling .kd-text {
    font-size: 18px
}

.kd-search-page .result-content, .kd-search-page .result-content .k-listview-content {
    min-height: 250px
}

    .kd-search-page .result-content .item {
        margin-bottom: 32px;
        padding: 20px;
        border: 1px solid #f1f1f1;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0,0,0,.15)
    }

        .kd-search-page .result-content .item .kd-title {
            margin-top: 0;
            margin-bottom: 5px
        }

            .kd-search-page .result-content .item .kd-title, .kd-search-page .result-content .item .kd-title .kd-link {
                font-size: 27px;
                line-height: 34px;
                font-weight: 500
            }

        .kd-search-page .result-content .item > .kd-text {
            margin-bottom: 10px
        }

            .kd-search-page .result-content .item > .kd-text .kd-link {
                font-size: 20px
            }

.kd-search-page .site-pager {
    margin: 32px 0 60px;
    display: block;
    text-align: center
}

.kd-search-page .k-pager-numbers-wrap {
    display: inline-block
}

.kd-search-page .k-pager-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

    .kd-search-page .k-pager-numbers li {
        display: inline-flex
    }

    .kd-search-page .k-pager-nav, .kd-search-page .k-pager-numbers .k-link {
        margin: 0 5px;
        padding: 0 20px;
        min-width: 50px;
        display: inline-block;
        font-size: 15px;
        line-height: 50px;
        color: #a2a2a4;
        background: #fff;
        text-align: center;
        border: 1px solid transparent;
        transition: border-color .1s linear
    }

.kd-search-page .k-pager-nav {
    border-color: #ccc;
    text-decoration: none
}

    .kd-search-page .k-pager-nav:nth-child(2) {
        float: left
    }

    .kd-search-page .k-pager-nav:nth-child(4) {
        float: right
    }

.kd-search-page .k-pager-first, .kd-search-page .k-pager-last {
    display: none
}

.kd-search-page .k-pager-nav.k-disabled {
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.kd-search-page .k-pager-numbers .k-link:hover, .kd-search-page .k-pager-numbers .k-selected {
    color: #000;
    border-color: #ccc;
    text-decoration: underline
}

.kd-search-page .k-pager-numbers .k-link:hover {
    cursor: pointer
}

.kd-search-page .k-pager-numbers .k-selected:hover {
    border-color: #000;
    cursor: inherit;
    z-index: 2
}

.kd-search-page .k-pager-nav:hover {
    border-color: #000;
    color: #000;
    text-decoration: underline
}

.kd-search-page .k-pager-numbers-wrap > .k-dropdown {
    display: none
}

.kd-search-page .k-loading-mask .k-loading-image, .kd-search-page .k-loading-mask .k-loading-image:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.kd-search-page .k-listview-content {
    position: relative
}

.kd-search-page .k-loading-mask {
    position: absolute;
    background: rgba(255,255,255,.6)
}

.kd-search-page .k-listview-content .k-loading-mask:only-child {
    background: 0 0
}

.kd-search-page .k-loading-mask .k-loading-image {
    margin: auto auto 60px;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(61,87,216,.2);
    border-right: 1.1em solid rgba(61,87,216,.2);
    border-bottom: 1.1em solid rgba(61,87,216,.2);
    border-left: 1.1em solid #3d57d8;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear
}

.kd-search-page .k-loading-mask .k-loading-text {
    display: none
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.kd-search-page .no-result .kd-list li {
    color: #555;
    font-size: 27px;
    line-height: 26px;
    font-weight: 400
}

.kd-search-page .no-result .kd-link {
    font-size: 22px
}

.kd-search-page .kd-sidebar .kd-sidebar-container .kd-sidebar-root-nav {
    height: auto
}

.kd-search-page .no-result .kd-list .kd-text {
    margin: 0;
    font-size: 27px
}

.kd-search-page .no-result .kd-list {
    margin-bottom: 24px
}

@media only screen and (max-width:992px) {
    .kd-search-page .k-pager-numbers {
        display: none
    }
}

.kd-jquery .kd-component-icon svg path {
    fill: #ff884d
}

.kd-core .kd-component-icon svg path, .kd-mvc .kd-component-icon svg path {
    fill: #27a306
}
