:root {
    --primary-color: #93D252;
    --secondary-color: #419599;
    --dark-color: #525244;
    --light-color: #C7C8C1;
    --accent-color: #E0682C;
    --gray-border-color: #dee2e6;
    --gray-hover-bg-color: rgb(249 250 251);
    --input-text-color: rgb(55 65 81);
    --label-color: rgb(100 116 139);
    --faded-icon-color: #b2b2b2;
    --bs-nav-link-color: #419599;
    --bs-nav-link-hover-color: #419599;
    --bs-link-color: #419599;
    --bs-link-hover-color: #419599;
}
.nav-tabs {
    --bs-nav-tabs-link-active-bg: #dff1cc;
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: #93d252 !important;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #e8f4d73b;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.mainContent {
    padding-top: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.loginHeaderBackground {
    background-color: white;
    border: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--secondary-color);
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.loginFormBackground {
    background-color: white;
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.nav-link {
    font-size: 16px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-tabs {
    flex-wrap: nowrap;
}

.nav-tabs .nav-item {
    white-space: nowrap;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, var(--bs-nav-tabs-link-active-bg), #FFFFFF);
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.form-label {
    font-size: 16px;
    vertical-align: middle;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.tip {
    padding: 0.3rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

/*# Add Drop-down support now that Bootstrap removed it in V3: */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-nav {
    position: absolute;
    padding: 5px;
    height: 50px;
    top: 0;
    right: 20px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    color: #6c757d;
    width: 250px;
    float: right;
    vertical-align: middle;
}

.company-selector {
    width: 150px !important;
    margin: 0 5px;
    height: 40px;
    padding: 0 30px 0 0 !important;
}

#companySelectorDropdown-list .k-input-value-text::before,
#companySelectorDropdown-list .k-list-item-text::before,
.company-selector .k-input-value-text::before,
.company-selector .k-list-item-text::before {
    content: none !important;
    display: none !important;
}

.company-selector.k-disabled:after {
    content: none !important;
}

@media (min-width: 520px) {
    .navbar-nav {
        width: 400px;
    }

    .company-selector {
        width: auto !important;
    }
}

.navbar-nav .dropdown-item {
    color: #212529 !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.dropdown-menu > div > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


span {
    vertical-align: middle;
}

#main-side-menu i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 0;
    font-size: 1.1rem;
    vertical-align: middle;
    width: 20px;
}


.menu-arrow {
    transition: transform .15s;
    position: absolute;
    right: 30px;
    display: inline-block;
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    transform: translate(0, 0);
}

.badge {
    margin-top: 3px;
}



.company-input {
    border: 3px solid black;
    width: 100px;
}

.btnEdit {
    border: none;
    background: transparent;
}

.filterBox {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    width: 100%;
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 10px;
}

.pageHeading {
    text-align: left;
}
.audit-box {
    border: 1px solid var(--gray-border-color);
    border-radius: 0.5rem;
    color: #8391A2;
    padding: 8px 0 10px;
    margin: 0;
    overflow-wrap: break-word;
    box-shadow: var(--bs-box-shadow-sm);
}
.audit-box .audit-label {
    opacity: 0.65;
}

/* Kendo styles */

.k-checkbox {
    border-radius: 0.25rem;
    margin-left: 10px;
    padding: 0;
    width: 1rem;
    height: 1rem;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
}

    .k-checkbox::before {
        width: 1rem;
        height: 1rem;
        font-size: 1rem;
        line-height: 1;
        -webkit-transform: scale(0) translate(-50%, -50%);
        -ms-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 50%;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    }



.k-textbox-container,
.k-floating-label-container {
    padding-top: calc( 1.5 * 1rem);
    width: 12.4em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

    .k-textbox-container > .k-label,
    .k-floating-label-container > .k-label {
        max-width: 90%;
        font-size: 1rem;
        line-height: 1.5;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
        left: calc( 0.75rem + 1px);
        overflow: hidden;
        cursor: text;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
        transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
        pointer-events: none;
    }

    .k-textbox-container > .k-textbox,
    .k-textbox-container > .k-widget,
    .k-floating-label-container > .k-textbox,
    .k-floating-label-container > .k-widget {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }

    .k-textbox-container.k-state-empty > .k-label,
    .k-floating-label-container.k-state-empty > .k-label {
        top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
        left: calc( 0.75rem + 1px);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .k-textbox-container > .k-label,
    .k-textbox-container.k-state-focused > .k-label,
    .k-floating-label-container > .k-label,
    .k-floating-label-container.k-state-focused > .k-label {
        top: 0;
        left: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .k-textbox-container:focus-within > .k-label,
    .k-floating-label-container:focus-within > .k-label {
        top: 0;
        left: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .k-textbox-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder, .k-floating-label-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder {
        color: transparent;
    }

    .k-textbox-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
        color: transparent;
    }

    .k-textbox-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder, .k-floating-label-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder {
        color: transparent;
    }

    .k-textbox-container.k-state-empty:not(.k-state-focused) ::placeholder,
    .k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder {
        color: transparent;
    }

    .k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir="rtl"] > .k-label, .k-rtl
    .k-floating-label-container > .k-label,
    .k-floating-label-container[dir="rtl"] > .k-label {
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir="rtl"].k-state-empty > .k-label, .k-rtl
    .k-floating-label-container.k-state-empty > .k-label,
    .k-floating-label-container[dir="rtl"].k-state-empty > .k-label {
        left: auto;
        right: calc( 0.75rem + 1px);
    }

    .k-rtl .k-textbox-container > .k-label,
    .k-rtl .k-textbox-container.k-state-focused > .k-label, .k-textbox-container[dir="rtl"] > .k-label,
    .k-textbox-container[dir="rtl"].k-state-focused > .k-label, .k-rtl
    .k-floating-label-container > .k-label,
    .k-rtl
    .k-floating-label-container.k-state-focused > .k-label,
    .k-floating-label-container[dir="rtl"] > .k-label,
    .k-floating-label-container[dir="rtl"].k-state-focused > .k-label {
        left: auto;
        right: 0;
    }

    .k-rtl .k-textbox-container:focus-within, .k-textbox-container[dir="rtl"]:focus-within, .k-rtl
    .k-floating-label-container:focus-within,
    .k-floating-label-container[dir="rtl"]:focus-within {
        left: auto;
        right: 0;
    }

.k-textbox {
    border-radius: 0.25rem;
    margin: 0;
    padding: 0;
    width: 12.4em;
    height: calc( 1.5em + 0.75rem + 2px);
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    box-shadow: none;
    background: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
}

    .k-textbox::-ms-clear {
        display: none;
    }

    .k-textbox::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .k-textbox:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -ms-user-select: none;
        user-select: none;
    }

    .k-textbox::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -ms-user-select: none;
        user-select: none;
    }

    .k-textbox::placeholder {
        color: #6c757d;
        opacity: 1;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .k-textbox:-ms-input-placeholder {
        color: #6c757d;
    }

    .k-textbox .k-button-clear {
        width: calc( 1.5em + 0.75rem);
        height: calc( 1.5em + 0.75rem);
        border: 0;
    }

    .k-textbox .k-textbox-separator {
        margin: 0;
        width: 0;
        height: 16px;
        border-width: 0 0 0 1px;
        border-style: solid;
    }

    .k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled {
        outline: none;
        cursor: default;
        opacity: 0.65;
        -webkit-filter: grayscale(0.1);
        filter: grayscale(0.1);
        pointer-events: none;
        box-shadow: none;
    }

        .k-textbox:disabled::selection, .k-textbox[disabled]::selection, .k-textbox.k-state-disabled::selection {
            color: #495057;
            background-color: transparent;
        }

input.k-textbox {
    padding: 0.375rem 0.75rem;
}

.k-textbox {
    border-color: #ced4da;
    color: #495057;
    background-color: #ffffff;
}

    .k-textbox .k-textbox-separator {
        border-color: #6c757d;
        opacity: 0.5;
    }

    .k-textbox:focus, .k-textbox.k-state-focus, .k-textbox.k-state-focused {
        border-color: #e9ebfd;
        color: #495057;
        background-color: #ffffff;
        box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.25);
    }

    .k-textbox:focus-within {
        border-color: #e9ebfd;
        color: #495057;
        background-color: #ffffff;
        box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.25);
    }

    .k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty {
        border-color: #fa5c7c;
    }

        .k-textbox.k-invalid:focus, .k-textbox.k-invalid.k-state-focus, .k-textbox.k-invalid.k-state-focused, .k-textbox.k-state-invalid:focus, .k-textbox.k-state-invalid.k-state-focus, .k-textbox.k-state-invalid.k-state-focused, .k-textbox.ng-invalid.ng-touched:focus, .k-textbox.ng-invalid.ng-touched.k-state-focus, .k-textbox.ng-invalid.ng-touched.k-state-focused, .k-textbox.ng-invalid.ng-dirty:focus, .k-textbox.ng-invalid.ng-dirty.k-state-focus, .k-textbox.ng-invalid.ng-dirty.k-state-focused {
            box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.25);
        }

        .k-textbox.k-invalid:focus-within, .k-textbox.k-state-invalid:focus-within, .k-textbox.ng-invalid.ng-touched:focus-within, .k-textbox.ng-invalid.ng-dirty:focus-within {
            box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.25);
        }

/*-- Grid Styles --*/

.k-grid {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.k-grid-pager {
}

.k-grid-header .k-header .k-column-title {
    height: auto;
    white-space: normal;
    overflow: visible;
}

.k-grid-search {
    padding: 8px 2px 8px 22px !important;
    border-radius: 20px !important;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #aeb6bf !important;
    width: 50%;
    float: left;
    background-color: #ffffffd4 !important;
}

.k-grid td {
    border: none !important;
}

.k-grid .k-alt {
    background-color: white !important;
}

.k-grid .k-alt:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.k-grid-norecords {
    text-align: center;
    margin: 0;
    width: 100%;
    color: darkgray;
    height: unset !important;
}

.k-grid-norecords h3 {
    width: 100%;
    margin: 20px 0;
}

.k-calendar {
    border-radius: 10px;
    padding: 5px;
}


.no-box-shadow {
    box-shadow: none !important;
    outline: none !important;
}



.k-input {
    margin: 0;
    width: 100%;
    min-width: 0;
    border: 1px solid #d9d9d9;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: inherit;
    background: none;
    font: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

    .k-input::-ms-clear {
        display: none;
    }

    .k-input::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .k-input:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -ms-user-select: none;
        user-select: none;
    }

    .k-input::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
        -ms-user-select: none;
        user-select: none;
    }

    .k-input::placeholder {
        color: #6c757d;
        opacity: 1;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .k-input:-ms-input-placeholder {
        color: #6c757d;
    }

    .k-input:invalid {
        box-shadow: none;
    }

.k-space-left > input,
.k-space-right > input {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.k-space-left > .k-icon,
.k-space-right > .k-icon {
    left: 3px;
    margin: 3px 6px;
}

.k-textbox.k-space-left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.k-input-prefix,
.k-input-suffix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: calc( 1.5em + 0.75rem);
}

    .k-input-prefix > *,
    .k-input-suffix > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .k-input-prefix > .k-icon,
    .k-input-suffix > .k-icon {
        width: calc( 1.5rem + 0.75rem);
        height: calc( 1.5rem + 0.75rem);
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .k-input-prefix > .k-clear-value,
    .k-input-suffix > .k-clear-value {
        width: calc( 1.5rem + 0.75rem);
        height: calc( 1.5rem + 0.75rem);
        position: relative;
    }

        .k-input-prefix > .k-clear-value::after,
        .k-input-suffix > .k-clear-value::after {
            content: "";
            opacity: 0;
            display: none;
            pointer-events: none;
            position: absolute;
            left: -1px;
            right: -1px;
            top: -1px;
            bottom: -1px;
        }

        .k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
        .k-input-suffix > .k-clear-value.k-state-focused::after,
        .k-input-suffix > .k-clear-value:focus::after {
            display: block;
        }

.k-input-separator {
    margin: 0;
    width: 0;
    height: 16px;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.k-input-icon {
    width: calc( 16px + 0.75rem);
    height: calc( 1.5rem + 0.75rem);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.k-ie9 .k-input-icon {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.k-ie9 .k-rtl .k-input-icon, .k-ie9
[dir="rtl"] .k-input-icon {
    left: 0;
    right: auto;
}

.k-clear-value {
    width: calc( 16px + 0.75rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
    opacity: .5;
}

    .k-clear-value:hover,
    .k-clear-value.k-state-hover {
        opacity: 1;
    }

.k-searchbar {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.k-text-disabled {
    outline: none;
    cursor: default;
    opacity: 0.65;
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}



.k-i-search::before {
    content: "\e13e";
}


.k-icon {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

    .k-icon:hover, .k-icon:focus {
        text-decoration: none;
    }

.k-no-flexbox {
    display: inline-block;
}

.k-svg-icon {
    width: 1em;
    height: 1em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}

    .k-svg-icon > svg {
        fill: currentColor;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .k-svg-icon.k-flip-h, .k-svg-icon.k-flip-v, .k-svg-icon.k-flip-h.k-flip-v {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .k-svg-icon.k-flip-h > svg {
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .k-svg-icon.k-flip-v > svg {
            -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
            transform: scaleY(-1);
        }

        .k-svg-icon.k-flip-h.k-flip-v > svg {
            -webkit-transform: scale(-1, -1);
            -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
        }

.k-icon-with-modifier {
    position: relative;
    margin: .25em;
}

.k-icon-modifier {
    position: absolute;
    font-size: .5em;
    bottom: 0;
    right: 0;
    margin: 0 -.5em -.5em 0;
}

.k-i-none::before {
    content: "";
    display: none;
}

.k-widget .k-icon.k-i-expand, .k-widget .k-icon.k-i-collapse {
    cursor: pointer;
}

.k-icon-xs {
    font-size: 8px;
}

.k-icon-sm {
    font-size: 12px;
}

.k-icon-md {
    font-size: 32px;
}

.k-icon-lg {
    font-size: 48px;
}

.k-icon-xl {
    font-size: 64px;
}

.k-i-search::before {
    content: "\e13e";
}


.k-input-icon {
    width: calc( 16px + 0.75rem);
    height: calc( 1.5rem + 0.75rem);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.k-ie9 .k-input-icon {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.k-ie9 .k-rtl .k-input-icon, .k-ie9
[dir="rtl"] .k-input-icon {
    left: 0;
    right: auto;
}

.k-clear-value {
    width: calc( 16px + 0.75rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
    opacity: .5;
}

    .k-clear-value:hover,
    .k-clear-value.k-state-hover {
        opacity: 1;
    }

.k-searchbar {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.k-text-disabled {
    outline: none;
    cursor: default;
    opacity: 0.65;
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}


.panel {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--bs-box-shadow-sm) !important; /* "shadow-sm" class by default */
    border: 1px solid var(--gray-border-color);
}

.panel label {
    margin-top: 15px;
}
.panel > label:first-child {
    margin-top: 0;
}

.panel label {
    line-height: 1;
}

.k-input,
.k-dropdownlist,
textarea,
.note {
    border: none;
    background-color: white;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 1px solid var(--gray-border-color);
    color: var(--input-text-color) !important;
}

.k-picker-solid:hover:not(.k-disabled), .k-picker-solid.k-hover:not(.k-disabled),
.k-input:hover:not(.k-disabled),
textarea:hover:not(.k-disabled) {
    background-color: var(--gray-hover-bg-color);
}

.k-picker-solid:focus:not(.k-disabled), .k-picker-solid.k-focus:not(.k-disabled),
.k-input:focus:not(.k-disabled),
textarea:focus:not(.k-disabled) {
    background-color: #fff;
}

.k-input:focus:not(.k-disabled),
textarea:focus:not(.k-disabled) {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-picker-solid:focus-within:not(.k-disabled),
.k-input:focus-within:not(.k-disabled),
textarea:focus-within:not(.k-disabled) {
    background-color: #fff;
}

.k-picker-solid:focus-within:not(.k-disabled),
.k-input:focus-within:not(.k-disabled),
textarea:focus-within:not(.k-disabled) {
    border-color: #86b7fe;
}

textarea, .note {
    padding-block: 0.375rem;
    padding-inline: 0.75rem;
}

.note, #new-note {
    border-left: 5px solid lightgray;
    padding-left: 10px;
}

.note-content {
    line-height: 1.2;
}

.note-info {
    line-height: 1;
    font-size: 12px;
    color: rgb(150, 150, 150);
    padding-bottom: 5px;
    padding-top: 8px;
}

.k-dropdownlist {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 30px;
}

.k-dropdownlist .k-icon-button {
    display: none;
}

.k-datepicker .k-input-button {
    background-color: #fff;
}

.k-datepicker .k-input-button:hover {
    background-color: var(--gray-hover-bg-color);
}

.k-input-md .k-input-button {
    padding-inline: 1rem;
}

:focus-visible {
    outline: none;
}

.tab-contents {
    background-color: #fff;
    border: 1px solid var(--gray-border-color);
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tab {
    margin: 0px;
    padding: 0px;
    flex: 1;
}

.tab a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
    white-space: nowrap;
}

.k-input.k-disabled:after,
.k-dropdownlist.k-disabled:after,
textarea.k-disabled:after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    color: var(--faded-icon-color);
    content: "\e215";
    position: absolute;
    right: 10px;
    top: 10px;
}

k-timepicker.k-disabled:after {
    right: 60px;
}

.k-disabled .k-input-spinner {
    display: none;
}

.k-datepicker.k-disabled .k-input-button {
    display: none;
}

.k-dropdownlist.k-disabled {
    background-image: none;
}

.k-input.k-disabled,
.k-dropdownlist.k-disabled,
textarea.k-disabled {
    opacity: 0.9;
    color: var(--input-text-color);
}

label {
    color: var(--label-color);
}

.toast-body {
    max-height: 90vh;
    overflow-y: auto;
}

.green-check {
    color: #00cc00;
}

.red-x {
    color: #cc0000;
}


/* This ::before style was in the Telerik bootstrap library. It stopped working after a Telerik upgrade. Putting it in the site.css until it starts working from Telerik again*/
/*.k-input-value-text::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    flex: none;
    display: inline-block;
    vertical-align: top;
}*/