@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* Base */
html {
    height: 100%;
    min-height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    background: #ffffff;
    /* font: 400 16px/1.25 Metric, Arial, Helvetica, sans-serif;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
.trv-report-viewer {
    position: relative;
    width: 1080px;
    height: 880px;
    /*padding-right: 20px;*/
}

#ereportViewer {
    position: relative;
    width: 100%;
    height: 880px;
  /*  padding-right: 20px;*/
}
#popeReportViewer {
    width: 100%;
    height: 600px;
    /* padding-right: 20px;*/
}
#blazor-error-ui {
    display: none;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 30vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    color: #856404;
    background-color: #fff3cd;
}

    #blazor-error-ui > div {
        padding: 1rem 0 .3rem 0;
    }

    #blazor-error-ui .reload {
        padding: .5rem;
        color: #212529;
        background-color: #ffc107;
        text-decoration: none;
    }

main {
    display: block;
    height: 100%;
    min-height: 100%;
}

.main-login {
    border-radius: 10px;
    width: 450px;
    height: 100%;
    border: 2px solid #f0f7fb;
    background-color: #f5f8fb;
}

.login-content {
    width: 100%;
    min-height: calc(100% - 50px);
    /*background: #f5f8fb;*/
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.login-logo {
    width: 100%;
    height: 100px;
    text-align:center;
    vertical-align:central;
}
    .login-logo .logo {
        width: 60px;
        height: 60px;
    }


    .login-info {
        width: 100%;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff;
        border: 2px solid #aaffee;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 20px;
    }

    .login-info .input {
        border: none;
        height: 100%;
    }


.login-btn {
    width: 100%;
    height: 40px;
    border: none;
    background: #056daa;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.login-remember {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.login-footer {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.kd-pop-window {
    max-width: 900px;
    max-height: 800px;
    min-width: 400px;
    width: 400px;
    height: 450px;
    border-radius: 2px;
}
    .kd-pop-window .kd-pop-content {
        
        }


    .kd-toolbar {
        height: 48px;
    }



.toolbarlabel {
    margin-right: 32px;
    font-weight: 600;
    font-size: 18px;
    background: transparent;
    color: midnightblue;
    border: hidden;
    border-color:transparent;
}
.toolbarlabel-mobile {
    margin-left: 40px;
}
.toolicon {
    height: 36px;
    min-height:36px;
    width: 36px;
    min-width:36px;
}
.toolcontainer {
    width: 100%;
    height: 48px;
    top: 0px;
    position: sticky;
    width: 100%;
    line-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: central;
    /*justify-content: center;*/
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: rgba(219, 219, 219, 0.4);
    backdrop-filter: blur(45px);
    z-index: 999;
}
    .toolcontainer .icon{
        display: block;
    }
    .toolcontainer .menu {
        display: none;
    }
    /* Layout */
    .container {
        max-width: 1480px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 4px;
        padding-right: 4px
    }

.container-sm {
    max-width: 1350px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 0;
}

.hidden {
    display: none !important;
}

.vs-hidden {
    visibility: hidden;
}

.col-w1,
.col-w2,
.col-w3,
.col-w4,
.col-w5,
.col-w6,
.col-w7,
.col-w8,
.col-w9,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    vertical-align: top
}
.col-w1 {
    width: 11.111111111111111%;
}

.col-w2 {
    width: 22.222222222222222%;
}

.col-w3 {
    width: 33.333333333333333%;
}

.col-w4 {
    width: 44.444444444444444%;
}

.col-w5 {
    width: 55.555555555555555%;
}

.col-w6 {
    width: 66.666666666666666%;
}

.col-w7 {
    width: 77.777777777777777%;
}

.col-w8 {
    width: 88.888888888888888%;
}

.col-w9 {
    width: 100%;
}

.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 (max-width: 1024px) {
    .toolcontainer .icon {
        display: none;
    }

    .toolcontainer .menu {
        display: block;
        width: 36px;
        height: 36px;
        vertical-align: central;
        text-align: center;
        margin-top: 8px;
    }
    .kd-pop-window {
        max-width: 900px;
        max-height: 800px;
        min-width: 400px;
    }   
}
@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-4 {
        width: 50%;
    }

    .col-offset-4 {
        margin-left: 50%;
    }

    .col-9 {
        width: 66.666667%;
    }

    .col-offset-9 {
        margin-left: 66.666667%;
    }
}

@media only screen and (max-width:680px) {
   
    .popwindow {
        max-height: 600px;
        max-width: 480px;
        width: 480px;
    }
    .kd-pop-window {
        max-height: 600px;
        max-width: 480px;
        width: 480px;
    }
    .col-1 {
        width: 33.333334%;
    }

    .col-w1 {
        width: 33.333333333333334%;
    }

    .col-w2 {
        width: 66.666666666666666%;
    }

    .col-w3,
    .col-w4,
    .col-w5,
    .col-w6,
    .col-w7,
    .col-w8,
    .col-w9 {
        width: 66.666666666666666%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

}

@media only screen and (max-width:540px) {
    .main-login {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        border: 2px solid #f0f7fb;
        background-color: #f5f8fb;
    }
    .kd-pop-window {
        max-width: 90%;
        max-height: 80%;
        min-width: 70%;
    }
    .col-w1 {
        width: 25%;
    }

    .col-w2,
    .col-w3,
    .col-w4,
    .col-w5,
    .col-w6,
    .col-w7,
    .col-w8,
    .col-w9 {
        width: 75%;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }
}

/* Margin */
.m-0 {
    margin: 0;
}

.m-sm {
    margin: 16px;
}

.m-md {
    margin: 32px;
}

.m-lg {
    margin: 48px;
}

/* Margin Top */
.mt-0 {
    margin-top: 0;
}

.mt-sm {
    margin-top: 16px;
}

.mt-md {
    margin-top: 32px;
}

.mt-lg {
    margin-top: 48px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0;
}

.mr-xs {
    margin-right: 8px;
}

.mr-sm {
    margin-right: 16px;
}

.mr-md {
    margin-right: 32px;
}

.mr-lg {
    margin-right: 48px;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0;
}

.mb-sm {
    margin-bottom: 16px;
}

.mb-md {
    margin-bottom: 32px;
}

.mb-lg {
    margin-bottom: 48px;
}

/* Margin Left */
.ml-0 {
    margin-left: 0;
}

.ml-sm {
    margin-left: 16px;
}

.ml-md {
    margin-left: 32px;
}

.ml-lg {
    margin-left: 48px;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}

.p-sm {
    padding: 16px;
}

.p-md {
    padding: 32px;
}

.p-lg {
    padding: 48px;
}

/* Padding Top */
.pt-0 {
    padding-top: 0;
}

.pt-sm {
    padding-top: 16px;
}

.pt-md {
    padding-top: 32px;
}

.pt-lg {
    padding-top: 48px;
}

/* Padding Right */
.pr-0 {
    padding-right: 0;
}

.pr-sm {
    padding-right: 16px;
}

.pr-md {
    padding-right: 32px;
}

.pr-lg {
    padding-right: 48px;
}

/* Padding Bottom */
.pb-0 {
    padding-bottom: 0;
}

.pb-sm {
    padding-bottom: 16px;
}

.pb-md {
    padding-bottom: 32px;
}

.pb-lg {
    padding-bottom: 48px;
}

/* Padding Left */
.pl-0 {
    padding-left: 0;
}

.pl-sm {
    padding-left: 16px;
}

.pl-md {
    padding-left: 32px;
}

.pl-lg {
    padding-left: 48px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

/* Typography */
h1.kd-title,
h2.kd-title,
h3.kd-title,
h4.kd-title,
h5.kd-title,
h6.kd-title,
.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 {
    font-family: Metric, Arial, sans-serif;
    text-align: left;
    letter-spacing: 0px;
    color: #1F1F1F;
}

h1.kd-title,
.kd-demo-content-container h1 {
    margin: 48px 0;
    font: 600 60px/54px Metric, Arial, sans-serif;
}

h2.kd-title,
.kd-demo-content-container h2 {
    margin: 48px 0 32px 0;
    font: 600 45px/44px Metric, Arial, sans-serif;
}

h3.kd-title,
.kd-demo-content-container h3 {
    margin: 48px 0 16px 0;
    font: 500 35px/34px Metric, Arial, sans-serif;
}

h4.kd-title,
.kd-demo-content-container h4 {
    margin: 32px 0 16px 0;
    font: Bold 23px/27px Metric, Arial, sans-serif;
}

h5.kd-title,
.kd-demo-content-container h5 {
    margin: 16px 0;
    font: 600 20px/24px Metric, Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
}

h6.kd-title,
.kd-demo-content-container h6 {
    margin: 48px 0 16px 0;
    font: 400 17px/24px Metric, Arial, sans-serif;
}

.kd-text,
.kd-demo-content-container p {
    margin: 0 0 16px 0;
    font: 400 22px/26px Metric, Arial, sans-serif;
    letter-spacing: 0px;
    color: #1F1F1F;
}

    .kd-text a,
    .kd-demo-content-container p a {
        font: 500 22px/26px Metric, Arial, sans-serif;
    }

.kd-link,
.kd-demo-content-container a {
    font: 400 20px/26px Metric, Arial, sans-serif;
}

.kd-input {
    font: 300 22px/26px Metric, Arial, sans-serif;
}

.text-bold {
    font-weight: bold;
}

.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) {
    h1.kd-title,
    .kd-demo-content-container h1 {
        font-size: 52px;
        line-height: 42px;
    }

    h2.kd-title,
    .kd-demo-content-container h2 {
        font-size: 40px;
        line-height: 40px;
    }

    h3.kd-title,
    .kd-demo-content-container h3 {
        font-size: 30px;
        line-height: 28px;
    }

    h4.kd-title,
    .kd-demo-content-container h4 {
        font-size: 21px;
        line-height: 24px;
    }

    h5.kd-title,
    .kd-demo-content-container h5,
    .kd-title.heading {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width:768px) {
    h1.kd-title,
    .kd-demo-content-container h1 {
        font-size: 40px;
        line-height: 36px;
    }

    h2.kd-title,
    .kd-demo-content-container h2 {
        font-size: 30px;
        line-height: 30px;
    }

    h3.kd-title,
    .kd-demo-content-container h3 {
        font-size: 28px;
        line-height: 26px;
    }

    h4.kd-title,
    .kd-demo-content-container h4 {
        font-size: 19px;
        line-height: 21px;
    }

    h5.kd-title,
    .kd-demo-content-container h5,
    .kd-title.heading {
        font-size: 16px;
        line-height: 20px;
    }

    .kd-text,
    .kd-demo-content-container p,
    .kd-text a,
    .kd-demo-content-container p a,
    .kd-link,
    .kd-demo-content-container 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;
    }
}

/* Link */
.kd-link,
.kd-demo-content-container a {
    text-decoration: none;
    outline: none;
    -webkit-transition: color .2s ease,opacity .2s ease;
    transition: color .2s ease,opacity .2s ease
}

.kd-link:focus,
.kd-link:hover,
.kd-link:active,
.kd-demo-content-container a:focus,
.kd-demo-content-container a:hover {
    color: #2D2DB2;
}

.kd-link:hover,
.kd-demo-content-container a:hover {
    text-decoration: underline;
    text-decoration-color: #2D2DB2;
}

.kd-link:hover .tag {
    text-decoration: none;
}

/* List */
.kd-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.kd-list li a,
.kd-demo-content-container ul li a,
.kd-demo-content-container ol li a {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

.kd-list.kd-list-bullets,
.kd-demo-content-container ul,
.kd-demo-content-container ol {
    list-style: inside;
    margin-bottom: 16px;
}

.kd-list.kd-list-bullets li,
.kd-list.kd-list-bullets li a,
.kd-demo-content-container li a,
.kd-demo-content-container li {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.kd-list li,
.kd-demo-content-container li {
    color: #000;
}

.kd-demo-content-container ul,
.kd-demo-content-container ol {
    margin: 0 0 16px 0;
    padding: 0;
}

/* Image */
.kd-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

/* Colors */
.kd-text {
    color: #656565;
}

.kd-text-primary {
    color: #1f1f1f;
}

.kd-text-secondary {
    color: #555555;
}

.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: 1px solid #e5e5e5;
}

.kd-border:hover {
    border-color: #cccccc;
}

.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-link,
.kd-demo-content-container a {
    color: #3D57D8;
}

.kd-link:hover,
.kd-demo-content-container a:hover {
    color: #2D2DB2;
}

/* Elements */

.kd-hr {
    border: 2px solid #2B2BB9;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

.kd-rounded {
    border-radius: 4px;
}

/* Buttons */
.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: 0.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;
}

/* Tags */
.tag {
    padding: 1px 8px;
    margin-left: 5px;
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 2px;
    text-transform: capitalize;
}

.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;
}

/* CTA panels */
.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: 5px;
    font-size: 28px;
    font-weight: bold;
}

.kd-cta-title {
    margin-bottom: 5px;
}

.kd-cta-button-wrapper {
    flex: none;
    margin-left: 50px;
}

.kd-cta-large {
    padding: 16px 28px;
    width: 1000px;
    max-width: 100%;
}

.kd-cta-large .kd-cta-image img {
    width: 100px;
}

.kd-cta-title-desc {
    flex: 1 0 0;
}

.kd-cta .kd-link {
    font-weight: bold;
}

.kd-cta-sm {
    padding: 16px 32px;
}

.kd-cta-sm .kd-text {
    color: #1F1F1F;
}

.kd-cta-sm .kd-text,
.kd-cta-sm .kd-link {
    margin: 0;
    font: 500 28px/30px Metric, Arial, sans-serif;
}

@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-large) .kd-cta-image {
        display: none;
    }
}

.kd-picker-container {
    display: flex;
    align-items: center;
    position: relative;
}
    .kd-picker-container input {
        margin: 0 40px 0 2px;
        outline: none;
    }

    .kd-picker-container .svgcontainer {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        cursor:pointer;
        -ms-transform: translate(0,-50%);
    }
        .kd-picker-container .svgcontainer svg {
            width: 22px;
            height: 22px;
            position: absolute;
            margin: 10px 10px;
            -ms-transform: translate(0,-50%);
        }

            .kd-picker-container .svgcontainer svg path {
                fill: #3D57D8;
            }



/* Input with icon */
.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: none;
}

/* Sub Navigation */
.kd-sub-nav {
    padding: 10px;
    width: 100%;
    height: 48px;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    background-color: rgba(219, 219, 219, 0.4);
    backdrop-filter: blur(45px);
    z-index: 999;
}

.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, 0.97);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .kd-sub-nav {
        position: fixed;
        background-color: rgba(239, 239, 239, 0.97);
    }

    main {
        margin-top: 116px;
    }
}

@media (max-width: 1240px) {
    .kd-sub-nav {
        position: static;
    }

    main {
        margin-top: 0;
    }
}

/* Sub Navigation Search */
.kd-search {
    width: 100%;
    display: flex;
    justify-content: center;
}

.kd-search .kd-search-container input {
    width: 1000px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    color: #555555;
}

.kd-search .kd-search-container input:hover,
.kd-search .kd-search-container input:focus {
    border: 1px solid #2D2DB2;
    font-weight: 400;
    color: #000;
    transition: border 200ms ease-in;
}

.kd-search .kd-search-container input:hover::placeholder,
.kd-search .kd-search-container input:focus::placeholder {
    color: #000;
}

@media (max-width: 1240px) {
    .kd-search .kd-search-container {
        padding: 0px 32px;
        justify-content: center;
    }

    .kd-search .kd-search-container,
    .kd-search .kd-search-container > form,
    .kd-search .kd-search-container .input-container {
        display: flex;
        flex: 1;
    }

    .kd-search .kd-search-container input {
        width: 100%;
    }
}

::-ms-clear {
    display: none;
}

/* Search Results Shared */
.kd-search-page.hub-search > section {
    background-image: url("../images/site/search-result.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.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: 0px 0px 3px 0px 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-text,
.kd-search-page .spelling .kd-link {
    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: 0px 0px 3px rgba(0, 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 .k-listview-pager {
    margin: 32px 0 60px;
    display: block;
    text-align: center;
    background-color: transparent;
}

.kd-search-page .k-listview-pager .k-pager-info {
    display: none;
}

.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 .result-content .k-pager-numbers .k-link,
.kd-search-page .result-content .k-pager-nav {
    margin: 0 5px;
    padding: 0 20px;
    height: unset;
    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;
    user-select: none;
}

.kd-search-page .result-content .k-pager-numbers .k-link:focus,
.kd-search-page .result-content .k-pager-numbers .k-link.k-state-focus,
.kd-search-page .result-content .k-pager-nav:focus,
.kd-search-page .result-content .k-pager-nav.k-state-focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.12);
}

.kd-search-page .result-content .k-pager-nav {
    border-color: #ccc;
    text-decoration: none;
}

.kd-search-page .result-content .k-pager-nav:nth-child(2) {
    float: left;
}

.kd-search-page .result-content .k-pager-nav:nth-child(2)::before {
    content: "Previous";
}

.kd-search-page .result-content .k-pager-nav:nth-child(4) {
    float: right;
}

.kd-search-page .result-content .k-pager-nav:nth-child(4)::before {
    content: "Next";
}

.kd-search-page .result-content .k-pager-nav:nth-child(2) > span,
.kd-search-page .result-content .k-pager-nav:nth-child(4) > span {
    display: none;
}

.kd-search-page .result-content .k-pager-first,
.kd-search-page .result-content .k-pager-last {
    display: none;
}

.kd-search-page .result-content .k-pager-nav.k-state-disabled {
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.kd-search-page .result-content .k-pager-numbers .k-state-selected,
.kd-search-page .result-content .k-pager-numbers .k-link:hover {
    color: #000;
    border-color: #ccc;
    text-decoration: underline;
}

.kd-search-page .result-content .k-pager-numbers .k-link:hover {
    cursor: pointer;
}

.kd-search-page .result-content .k-pager-numbers .k-state-selected:hover {
    border-color: #000;
    cursor: inherit;
    z-index: 2;
}

.kd-search-page .result-content .k-pager-nav:hover {
    border-color: #000;
    background-color: inherit;
    color: #000;
    text-decoration: underline;
}

.kd-search-page .result-content .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;
    margin-top: -5em;
    margin-left: -5em;
}

.kd-search-page .k-listview-content {
    position: relative;
}

.kd-search-page .k-loading-mask {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}

.kd-search-page .k-listview-content .k-loading-mask:only-child {
    background: transparent;
}

.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, 0.2);
    border-right: 1.1em solid rgba(61,87,216, 0.2);
    border-bottom: 1.1em solid rgba(61,87,216, 0.2);
    border-left: 1.1em solid rgb(61,87,216);
    -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(0deg);
        transform: rotate(0deg);
    }

    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-sub-nav {
    position: static;
    padding: 0;
    height: unset;
}

.kd-search-page .kd-sub-nav .kd-search-container {
    padding: 0;
}

.kd-search-page .k-listview.result-content {
    border-color: transparent;
    background-color: transparent;
}

.kd-search-page .k-listview.result-content .k-listview-content {
    overflow: visible;
}

.go-back {
    cursor: pointer;
}

/* Suite specific */

.kd-blazor .kd-component-icon svg path {
    fill: #27A306;
}

/* Webinar banner */
#webinar-banner {
    display: none;
    padding: 12px 70px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font: 20px/1 Metric, Arial, Helvetica, sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 9000;
    color: #000;
    background-color: #ffb318;
}

    #webinar-banner .heading {
        padding: 5px 16px;
        display: inline-flex;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.2px;
        border-radius: 15px;
        background: rgba(255,255,255, 0.5);
        color: #4D4E51;
        text-transform: uppercase;
    }

    #webinar-banner .content {
        margin: 5px 20px;
        display: inline-flex;
        font-weight: 300;
        line-height: 1.25;
    }

        #webinar-banner .content p {
            margin: 0;
        }

    #webinar-banner .kd-link {
        font-weight: 300;
        word-wrap: nowrap;
    }

        #webinar-banner .kd-link:hover svg path {
            stroke: #2D2DB2;
        }

        #webinar-banner .kd-link:hover .icon {
            border-color: #2D2DB2;
        }

    #webinar-banner .icon {
        width: 20px;
        height: 20px;
        display: inline-flex;
        border: 1px solid #3D57D8;
        border-radius: 100%;
        position: relative;
        align-items: center;
        justify-content: center;
    }

        #webinar-banner .icon svg path {
            stroke: #3D57D8;
            stroke-width: 1px;
        }

    #webinar-banner .close {
        margin-top: -8px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 25px;
        background: url("../images/site/yellow-bar-close.png") center center no-repeat;
        cursor: pointer;
    }

/* Common elements */

#js-tlrk-nav {
    display: none;
}

#components-reconnect-modal {
    z-index: 2147483647 !important;
}

#components-reconnect-modal h5 {
    color: #252830;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
}

#components-reconnect-modal h5 a {
    color: #3D57D8;
    text-decoration: none;
}

#components-reconnect-modal h5 a:hover {
    color: #2D2DB2;
}



/* Header placeholder */

#header-placeholder {
    height: 60px;
}

@media (max-width: 1240px) {
    #header-placeholder {
        height: 45px;
    }
}

@media (max-width: 290px) {
    #header-placeholder {
        height: 90px;
    }
}

/* Footer */

#telerik-global-footer-container {
    margin-top: auto;
}
