/*Version 3.0.64*/

/*#region Base Elements*/
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

#ServiceInvoiceListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#PartsInvoiceListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#PartsServiceReceivingItemListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#PurchaseOrderListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#UnitInventoryListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#grdUnitPurchaseOrderList .k-loading-mask {
    display: none !important;
}

#CashierInvoicegrid .k-loading-mask {
    display: none !important;
}

#DDCashierInvoicegrid .k-loading-mask {
    display: none !important;
}

#PartsCashierDeposits .k-loading-mask {
    display: none !important;
}

#DDCashierDepositsGrid .k-loading-mask {
    display: none !important;
}

#POAgrid .k-loading-mask {
    display: none !important;
}

#FinanceInvoiceListInfiniteScrollGrid .k-loading-mask {
    display: none !important;
}

#grdHotContacts_EntityDashboard .k-loading-mask {
    display: none !important;
}

#grdNewContacts_EntityDashboard .k-loading-mask {
    display: none !important;
}

#grdJournalListing .k-loading-mask {
    display: none !important;
}

#grdNextCallBackContacts_EntityDashboard .k-loading-mask {
    display: none !important;
}

#grdCategoryEntities_EntityDashboard .k-loading-mask {
    display: none !important;
}

#grdServiceInvoiceLaborItems .k-grid-edit-row .k-clear-value {
    display: none !important;
}

.k-filtercell .k-clear-value {
    display: none !important;
    pointer-events: none;
}

.k-icon.k-svg-i-save,
.k-icon.k-svg-i-cancel,
.k-icon.k-svg-i-edit,
.k-icon.k-svg-i-delete,
.k-svg-i-cancel-outline,
.k-svg-i-trash {
    display: none !important;
}

.disabled-icon {
    opacity: .5;
    filter: none;
    pointer-events: none;
}

body {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    min-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    color: var(--theme-secondary);
    line-height: initial;
}

/*.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent overlay */
/*display: none;*/ /* Hidden by default */
/*z-index: 9999;*/ /* Make sure it is on top */
/*}*/

/* Optional: Customize the progress bar if you want it to be shown later */
/*progress {
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
}*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1); /* Semi-transparent overlay */
    display: none; /* Hidden by default */
    z-index: 9999; /* Make sure it is on top of everything */
    pointer-events: all; /* Ensures that the overlay captures all clicks and interactions */
}

.k-disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: #f5f5f5;
}

a {
    font-size: 8pt;
}

    a, .k-grid-header .k-link:link, a:hover {
        color: var(--theme-secondary);
    }

::selection, input::selection, .k-input::selection {
    color: #e6e6e6;
    background: #3C5DAA;
}

p {
    font-size: 11px;
}

    p.base-font-size {
        font-size: 1rem;
    }

.largePText {
    font-size: 11pt;
    margin: 10px 0px;
}

hr {
    width: 100%;
    background-color: var(--theme-mid-sibling);
}
/*#endregion [Base Elements]*/

/*#region Pre-Render Kendo*/
.motility-field-clear:before {
    content: url(../Images/XIcon.svg);
}

.motility-dropdown input, .motility-datepicker .k-picker-wrap .k-input {
    /*border: none !important;*/
    height: 24px;
    padding: 0px;
    background-color: transparent;
    border: none; /*prevent seeing unstyled borders before CSS is applied*/
    border-bottom: 1px solid var(--theme-mid-sibling);
}

.modal-xxs {
    width: 90%;
    max-width: 550px;
    min-width: 350px;
}


div.motililty-checkbox {
    height: inherit;
}

/*Keeps pre-kendo rendered fields in line with kendo rendered fields*/
.motility-numeric .k-numerictextbox .k-input, .motility-datepicker input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--theme-mid-sibling);
    padding: 0px;
    font-size: 10pt;
    width: 170px;
    height: 24px;
}

    .motility-numeric .k-numerictextbox .k-numeric-wrap .k-input:disabled, .motility-datepicker input:disabled, .k-datepicker .k-picker-wrap.k-state-disabled, .motility-dropdown input:disabled {
        border: none;
    }

.k-datepicker .k-picker-wrap {
    border: none;
    color: var(--theme-secondary);
}

.motility-dropdown input:disabled {
    font-size: 10pt;
}

.motility-datepicker .k-datepicker .k-input:read-only, input:read-only:not(.k-checkbox):not(.k-radio) { /*Read Only fields (bottom line stays)*/
    border: none !important;
}

.motility-numeric input.k-input, .motility-dropdown .k-dropdown-wrap, .motility-dropdown input.k-input {
    border-bottom: 1px solid var(--theme-mid-sibling);
    border-radius: 0px;
}


/*#endregion [Pre-Render Kendo]*/

/*#region Base Classes*/
fa {
    cursor: pointer;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.no-padding-left {
    padding-left: 0;
    margin-left: 0;
}

.no-padding-right {
    padding-right: 0;
    margin-right: 0;
}

@media screen and (min-width: 1001px) {
    .desktop-no-padding {
        padding: 0px !important;
    }
}

.modal .row.match-col-padding, .row.match-col-padding, .match-col-padding {
    margin-right: 15px;
    margin-left: 15px;
}

.no-margin-left {
    margin-left: 0px;
}

.no-margin-right {
    margin-right: 0px;
}

.reduced-col-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.rcp-right {
    padding-right: 10px;
}


.rcp-left {
    padding-left: 10px;
}

.allowOverflow {
    overflow: auto;
}

.flex {
    display: flex;
}


.flex-fill {
    flex: 1;
}

.flex-baseline {
    align-items: baseline;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.w-30 {
    width: 30% !important;
}

.hidden {
    display: none;
}

.importanthidden {
    display: none !important;
}

.spacer {
    margin: 15px 0px;
}

.clickable-element {
    cursor: pointer;
}

.hoverhand {
    cursor: pointer;
}

.k-widget * {
    box-sizing: border-box;
}

.k-widget {
    background-color: transparent;
}

.k-edit-cell .k-widget {
    background-color: #fff;
}

.widget {
    background-color: transparent;
}



iframe {
    border: none;
    width: 100%;
}

.motility-iframe-body body { /*used for kendo iframes, force styling into those elements*/
    background-color: transparent;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

.col-template-val {
    margin: 0 0 1em .5em;
}

.col-sm-1-seven {
    width: 12.285714%;
}

.col-xxl, .col-xxl-small, .col-xxl-4, .col-xxl-inside, .col-xxl-side, .col-xxl-side-small, .col-xxl-inside-small {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.col-xxl-inside {
    margin-bottom: 0px;
}

.single-col {
    max-width: 375px !important;
}

.double-col {
    max-width: 750px;
}

.card-col .col { /*revist if needed*/
    width: 220px;
}

.p-left-1 {
    padding-left: 1.1vw
}

.p-left-p15 {
    padding-left: 15px;
}

/*causing override issues, will look into*/
.row div, .mainContent div {
    -webkit-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    -moz-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.sectionHighlight {
    border-radius: 3px;
    margin: 10px 0px 0px 0px;
    padding-bottom: 10px;
    border: 1px solid var(--theme-mid-sibling);
}

.rowHighlight {
    width: fit-content;
}

#page-content-wrapper .row.highlightColSpan {
    margin-right: 15px;
    margin-left: 15px;
}

.row-group {
    border: 1px solid var(--theme-secondary);
}

.row-standard {
    display: flex;
    flex-wrap: wrap
}

.row-group .row-group-header-color {
    background-color: var(--theme-section-background);
}

.row-group .row-group-header-color-modal {
    background-color: var(--theme-modal-bg);
}

.row-group, .modal .row.row-group {
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 20px 10px 0px 10px;
}

    .row-group h2 {
        position: absolute;
        padding: 0px 10px;
        margin: -11px;
        margin-left: 19px;
    }

.row-group-container {
    display: inline-block;
}

.motility-textalign {
    text-align: left;
}

.text-bold {
    font-weight: bold;
}

.motility-no-wrap {
    white-space: nowrap;
}

.vertical-flex-text-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.sticky-fit-content {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.align-field-to-bottom {
    position: relative;
}

.field-to-align {
    position: absolute;
    bottom: 0px;
}

    .field-to-align + .k-autocomplete {
        margin-top: 20px;
    }

.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: right;
    text-align: center;
    margin-right: 0px;
    margin-top: -230px;
    background-color: var(--theme-primary);
}

.full-height {
    height: 100%;
    min-height: 100vh;
}

.full-height-title-bar-present {
    min-height: calc(100vh - 40.85px);
}

.k-state-hover {
    box-shadow: none;
}



.boxStyle:not(.mobile-no-box-style) {
    border-radius: 5px;
    padding: 12px 5px;
    background-color: var(--theme-section-background);
    position: relative;
    border: 1px solid var(--theme-section-border);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    z-index: 0;
}

.tab-content.boxStyle:not(.mobile-no-box-style) {
    padding: 10px 5px;
    border: none;
    box-shadow: 3px 3px 5px var(--theme-mid);
    border-radius: 0px 5px 5px 5px;
}

.tab-content.shadow-spacing.boxStyle:not(.mobile-no-box-style) {
    margin: 0px 5px 5px 0px;
}

.app-tabcontent-height {
    min-height: 375px;
}

.wrapperBoxStyle:not(.mobile-no-wrapper-box-style) {
    border-radius: 5px;
}

.box-style-no-bottom-spacing:not(.mobile-no-wrapper-box-style) {
    padding-bottom: 0px;
}

.boxStyle.nestedBoxStyle, .motility-section-card-header.nestedBoxStyleHeader {
    background-color: var(--theme-section-nested-background); /*f1f1f1*/
    border: 1px solid var(--theme-section-border);
}

    .boxStyle.nestedBoxStyle.pill-content {
        box-shadow: none;
    }

.flex-1 {
    flex: 1
}

.motility-section-card-header.nestedBoxStyleHeader:after {
    border-color: var(--theme-section-nested-background);
}

.tabNoBoxStyle {
    border-top: 1px solid #ccc;
}

.motility-section-end {
    margin-bottom: 10px;
}

.motility-section-end-large {
    margin-bottom: 20px;
}

.motility-section-end-xlarge {
    margin-bottom: 35px;
}

.motility-section-start {
    margin-top: 10px;
}

.motility-section-start-medium {
    margin-top: 15px;
}

.motility-section-start-large {
    margin-top: 20px;
}

.motility-section-start-xlarge {
    margin-top: 35px;
}

.height-adjustable {
    min-height: calc(100vh * 0.68);
    height: calc(100vh * 0.68);
    max-height: calc(100vh * 0.68);
}


.advanced-view-details .details-button-group {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.advance-view-wide-col {
    width: 100% !important;
    max-width: 449.16px;
}

.advance-view-label-wrap-2-lines {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    top: 0 !important;
}

.advanced-view-label-wrap {
    float: left !important;
    white-space: normal !important;
    width: 100% !important;
    max-width: 245px !important;
}

.height-adjustable-wbuttons {
    min-height: calc(100vh * 0.61);
    height: calc(100vh * 0.61);
    max-height: calc(100vh * 0.61);
}

.align-button-bottom, .align-button-center {
    display: flex;
}

    .align-button-bottom button {
        align-self: flex-end;
        margin-bottom: 0px;
    }

    .align-button-center button {
        align-self: center;
    }

.has-bottom-sticky-button-row {
    padding-bottom: 45px;
}

.bottom-sticky-button-row {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--theme-section-background);
    /* width: 100%;*/
    margin-right: 30px !important;
}

#btnAGWS {
    background-image: url("../Images/agws_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #11144c;
    background-position: center;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}

button.elementAlert, .elementAlert button {
    background-color: var(--theme-red-alert-bg);
    border: 1px solid rgba(var(--theme-red-alert-field-border-rgb), .2);
}

/*text field,       text in form element, dropdown field,                             date or date/time in form element,      date or date/time in input element,                         numeric in form element, */
input.elementAlert, .elementAlert input, .elementAlert .k-dropdown .k-dropdown-wrap, .elementAlert .k-picker-wrap .k-input,
.motility-datepicker .k-picker-wrap .k-input.elementAlert, .elementAlert .k-numerictextbox .k-numeric-wrap .k-input {
    background-color: var(--theme-red-alert-bg);
    border-bottom: 1px solid var(--theme-red-alert-button-border);
}

.mobile-edit-alert {
    color: red;
    margin-left: 5px;
}

.gridcellAlert {
    background-color: var(--theme-red-alert-bg);
}

.redBackground {
    background-color: red !important;
    color: var(--theme-secondary);
}

:disabled.disabled-no-opacity {
    opacity: 1;
}

.notification-text {
    display: flex;
}

    .notification-text svg {
        color: #EF5454;
    }

    .notification-text p {
        font-weight: bold;
        margin-left: 5px;
    }

/*#endregion [Base Classes]*/

/*#region Body/Page/Page Control*/
#main-content {
    margin: 0;
    padding: 20px;
    vertical-align: top;
}

#mainmenuTabs {
    overflow-y: scroll;
    max-height: 250px;
}

.mmbutton-small-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mmbutton-mobile-view-text {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    color: #6971b3;
    padding-top: 0px;
}

#mainMenuTabWrapper {
    width: 250px;
}

body {
    background-color: rgba(var(--theme-body-background-rgb), 0.75);
}

#bodysection {
    padding-top: 41px;
    background-blend-mode: saturation;
}

#page-content-wrapper {
    padding: 0px 20px 0px 20px;
    min-height: calc(100vh - 51px);
}

    #page-content-wrapper.sidebarPresent {
        width: calc(100% - 280px);
        margin-left: 280px;
    }

    #page-content-wrapper .row, .mainmenu-content .row, .k-window .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.scroll-to-top {
    bottom: 75px;
    line-height: 15px;
}

.scrollContent {
    padding: 9px 0px 10px 0px;
}

    .scrollContent span, .scrollContent i, .scrollContent .svg-inline--fa.fa-w-10 {
        width: 100%;
    }

#page-controls {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 320px);
    background-color: rgba(77, 77, 77, 0.1);
    background-blend-mode: saturation;
    text-align: right;
    box-shadow: 0px 3px #4d4d4d;
    z-index: 1001;
    padding: 10px;
}

    #page-controls.page-control-fullwidth {
        width: 100%;
    }

    #page-controls.fullwidth-element-resize {
        width: calc(100% - 57px); /*above width plus padding*/
    }

    #page-controls.pc-has-icon {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 50px;
    }

.pc-icon-content {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: .5em;
}

.pc-icon-wrapper {
    width: 130px;
}

.pc-icon {
    height: 80px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: -50px;
    left: 42px;
    cursor: pointer;
    display: inline;
}

.pc-icon-details {
    margin-right: auto;
    vertical-align: middle;
    padding-top: .25rem;
    color: #e6e6e6;
}

.pc-icon-buttons {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-left: auto;
}

#page-controls, .modal-page-controls {
    background-color: rgba(0, 13, 21, .8);
}

.receiptTotal {
    margin-right: 10px;
}

.receiptTotal, .receiptContent h3 {
    font-weight: bold;
    color: rgb(136, 211, 146);
}

/*responseive test in Unit Inventory*/
.pc-icon-details2 {
    margin-left: 115px;
    color: #e6e6e6;
}

#page-controls button, #page-controls-fullwidth button, .modal-page-controls button, .modal-page-controls-fullwidth button {
    transition: background-color .25s;
    margin: 0px 0px;
}

    #page-controls button:hover {
        background-color: var(--theme-primary);
        color: var(--theme-secondary);
    }

#EntityLeft-panelbar, #AccountingPanelBar, #FinancePanelBar, #ServicePanelBar {
    width: 100%;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: var(--theme-mid-sibling);
    box-shadow: none;
}

#page-controls.pc-mobile {
    height: 85px;
}

.pc-mobile .pc-icon-buttons {
    margin-top: 10px;
}

.id-scanner {
    height: 190px;
    border: 1px solid var(--theme-secondary);
}

.hint {
    width: 250px;
    height: 100px;
    overflow: hidden;
}

    .hint > h3 {
        padding-left: 20px;
    }

#tempConfirmMessage {
    position: absolute;
    top: -25px;
    background-color: var(--theme-tab-background);
    border: 1px solid var(--theme-secondary);
    font-size: 13px;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px var(--theme-secondary);
    z-index: 101;
}
/*#endregion [Body/Page/Page Control]*/

/*#region Navigation Bar*/
#motility-nav-wrapper {
    background-color: #3c5daa;
    color: #e6e6e6;
    padding: 0px;
    z-index: 2000;
}

    #motility-nav-wrapper .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    #motility-nav-wrapper .btn-group .btn {
        border-radius: 0;
        margin-left: -4px;
        background-color: var(--theme-primary);
    }

    #motility-nav-wrapper a.dropdown-toggle {
        color: #e6e6e6;
    }

    #motility-nav-wrapper a.dropdown-item {
        color: #000000;
        width: initial;
    }

.dropdown-divider {
    border-top-color: var(--theme-mid-sibling);
}

div.dropdown-item {
    padding: 0px;
    margin: 0px;
}

    div.dropdown-item label {
        margin-left: 1.5rem;
        margin-top: 0px;
        padding: 3px 0px;
        font-size: 13px;
    }

    div.dropdown-item .k-checkbox-label:before, div.dropdown-item .k-checkbox-label:after {
        margin-top: 5px;
    }

    div.dropdown-item:hover {
        background-color: transparent;
    }

/*#region Menu + Name*/
#showmainmenu img {
    width: 25px;
    padding: 0px 11px 0px 11px;
    margin-top: -3px;
    cursor: pointer;
    box-sizing: content-box;
}

.navbar-brand {
    margin-right: 0px;
}

.motility-nav-logo, .motility-nav-search {
    align-items: center;
    flex-direction: row;
    display: flex;
}

    .motility-nav-logo h1 {
        font-size: 12pt;
        color: #e6e6e6;
        margin: 1px 11px 0px 0px;
    }

@media screen and (max-width: 1516px) {
    .motility-nav-logo.navbar-extra-field h1 {
        font-size: 8pt;
        color: #e6e6e6;
        margin: auto 0px;
        margin-right: 11px;
    }
}

/*#endregion [Menu + Name]*/

/*#region Search*/
.motility-nav-search .svg-inline--fa {
    vertical-align: text-top;
}

.motility-nav-search .input-group {
    height: 29px;
}

.motility-nav-search input:focus, .motility-nav-search .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

#nav-search-field {
    background-color: #e6e6e6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid var(--theme-mid-sibling);
    border-right: none;
    padding-left: 15px;
    height: 25px;
    width: 150px;
    box-sizing: content-box;
}

    #nav-search-field.input-font-icon {
        font-family: "Open Sans", Arial, sans-serif;
        /*font-weight: 600;*/ /* or 400/700 depending on what you want */
    }

    #nav-search-field::placeholder {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f002";
    }

.motility-nav-search #nav-search-button-wrapper {
    background-color: #e6e6e6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid var(--theme-mid-sibling);
    border-left: 0;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 0px 0px;
    box-sizing: content-box;
}

#nav-search-button {
    height: 23px;
    margin: 0px 3px 0px 0px;
    padding: 0px;
}

#nav-goto-search-button {
    height: 22px;
    margin: 0px 2px;
    padding: 0px;
}

#nav-advanced-search-button {
    height: 22px;
    margin: 0px 2px;
    padding: 0px;
}

    #nav-advanced-search-button:hover, #nav-goto-search-button:hover {
        border: 1px solid #e6e6e6;
    }

.nav-search-dropdown .dropdown {
    background-color: #e6e6e6;
    border: 1px solid var(--theme-mid-sibling);
    border-radius: 0px 12px 12px 0px;
    border-left: none;
}

.nav-search-dropdown .dropdown {
    background-color: #e6e6e6;
    border-radius: 0px 12px 12px 0px;
    border-left: 1px solid #e6e6e6;
}

.nav-search-dropdown .dropdown-toggle {
    padding: 0px 5px 0px 5px;
    border: 1px solid transparent;
    background: none;
}

.nav-search-dropdown:not(.windowSearch) .show .dropdown-toggle {
    background-color: #e4eaed;
    padding-bottom: 3px;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #cdcdcd;
    border-bottom: none !important;
}

.nav-search-dropdown:not(.windowSearch) .dropdown.show .dropdown-toggle {
    background-color: #e4eaed;
    padding-bottom: 2px;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #cdcdcd;
    border-bottom: none !important;
    padding-left: 6px;
}

.nav-search-dropdown:not(.windowSearch) .dropdown.show {
    border-right: none;
    border-bottom: none;
}

.nav-search-dropdown .dropdown-menu {
    right: 0px !important;
    left: auto !important;
    top: 25px !important;
}

.icon-dropdown .dropdown-toggle:not(.icon-toggle-search):after {
    display: none;
}

.icon-toggle-search::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    display: initial;
    border: none;
    margin: 0px;
    vertical-align: initial;
    color: #4d4d4d;
    cursor: pointer;
}

.show .icon-toggle-search::after {
    content: "\f0d8";
    font-weight: bold;
    position: relative;
    top: -1px;
    color: #4d4d4d;
    cursor: pointer;
}

.motility-nav-search .d-inline {
    white-space: nowrap;
    margin: auto 0px;
}

#previoussearchresult, #nextsearchresult {
    position: relative;
    top: 2px;
}

/*#endregion [Search]*/

/*#region Bug Report + Notifications + Icons*/
#img-logo {
    margin-right: 12px;
}

    #img-logo img {
        height: 19px;
        margin-top: 4px;
    }

.motility-nav-icons {
    margin: 0px 5px 0px auto;
    line-height: normal;
}

    .motility-nav-icons .svg-inline--fa {
        vertical-align: middle;
    }

.nav-notifications {
    position: absolute;
    background-color: red;
    display: inline-block;
    color: #fff;
    font-size: 7px;
    border-radius: 9px;
    padding: 1px 4px 1px 4px;
    /* margin-top: -20px; */
    /* margin-left: 14px; */
    right: -4px;
    top: 0px;
}

.appOneImg {
    color: var(--appOne-icon-color);
    pointer-events: none;
}

#nav-notifications {
    margin: 0px 15px 0px auto;
}

#nav-notification-bell img {
    width: 20px;
}

.nav-dropdown img {
    width: 23px;
    cursor: pointer;
}

.nav-dropdown .dropdown img:nth-child(1) {
    display: inline-block;
}

.nav-dropdown .dropdown img:nth-child(2) {
    display: none;
}

.nav-dropdown .dropdown.show img:nth-child(1) {
    display: none;
}

.nav-dropdown .dropdown.show img:nth-child(2) {
    display: inline-block;
}

.nav-dropdown .dropdown {
    padding: 6px 11px 8px 11px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

    .nav-dropdown .dropdown.show {
        border-color: #cdcdcd;
        border-bottom-color: #e4eaed;
        background-color: #e4eaed;
    }

#nav-notification-bell {
    position: relative;
}

    #nav-notification-bell.shake-icon {
        animation-name: shake-icon;
        animation-duration: .25s;
        animation-timing-function: linear;
        animation-iteration-count: 2;
    }

@keyframes shake-icon {
    0% {
        right: 0px;
    }

    33% {
        right: 5px;
    }

    66% {
        right: -5px;
    }

    100% {
        right: 0px;
    }
}

.timeclock-indicator::after {
    border: 1px solid transparent;
    content: "";
    height: 6px;
    width: 6px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    right: 13px;
    top: 7px;
    z-index: 2;
}

.timeclock-indicator.clocked-in::after {
    background-color: #baf2a2;
    border-color: #3c5daa;
}

.timeclock-indicator.clocked-out::after {
    background-color: #f4a2a2;
    border-color: #3c5daa;
}

.dndstatus-indicator::after {
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 2;
    border: 1px solid transparent;
}

.dndstatus-indicator.dndstatus-dnd::after {
    background-color: #f4a2a2;
    border-color: #3c5daa;
}

.dndstatus-indicator.dndstatus-available::after {
    background-color: #baf2a2;
    border-color: #3c5daa;
}

.dndstatus-indicator.dndstatus-partial::after {
    background-color: Orange;
    border-color: #3c5daa;
}

.dndnew-status-indicator::after {
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 2;
    border: 1px solid transparent;
}

.dndnew-status-indicator.dndstatus-dnd::after {
    background-color: #f4a2a2;
    border-color: #3c5daa;
}

.dndnew-status-indicator.dndstatus-available::after {
    background-color: #baf2a2;
    border-color: #3c5daa;
}

.dndnew-status-indicator.dndstatus-partial::after {
    background-color: Orange;
    border-color: #3c5daa;
}

button.ui-effects-placeholder {
    height: 0px !important;
}

#themeTransition {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity .5s, background-color .5s;
    color: var(--theme-primary);
}

@keyframes themeTransition {
    0% {
        display: initial;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

#themeTransition.showThemeTransition {
    height: 100vh;
    opacity: 1;
    transition: opacity .5s, background-color .5s;
    /*animation: themeTransition 5s;*/
}

#themeTransition.hideThemeTransition {
    height: 0vh;
    opacity: 0;
    transition: opacity .5s, background-color .5s, height 0s .5s;
    /*animation: themeTransition 5s;*/
}

.theme-selection .motility-radio-wrapper {
    padding-left: 25px;
}

    .theme-selection .motility-radio-wrapper .fieldlist li {
        padding-bottom: 0px;
    }

.dropdown-item.theme-selection {
    margin-bottom: 13px;
}

    .dropdown-item.theme-selection:active {
        color: initial;
    }

#text-selection.dropdown-item:active {
    color: #464646;
}

#text-selection {
    padding: .25rem 1.5rem;
    padding-top: 10px;
}

    #text-selection p {
        margin: 0px;
        font-size: 10pt;
    }

#text-size-value {
    font-weight: bold;
}

#text-slider {
    -webkit-appearance: none;
    height: 7px;
    background: #fff;
    border: 1px solid #3c5daa;
    border-radius: 7px;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    width: 100%;
}

    #text-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background: #3c5daa;
        cursor: pointer;
    }

    #text-slider::-moz-range-thumb {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background: #3c5daa;
        cursor: pointer;
    }

#advancedViewSelection, #forcedDesktopViewSelection {
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
    margin-bottom: 5px;
}

#showAdvancedView + label, #showForcedDesktopView + label {
    font-weight: normal;
    margin: 0px;
    position: relative;
    top: 4.5px;
    margin-left: 5px;
    color: #000000;
    cursor: pointer;
}

#showAdvancedView, #showAdvancedView + label, #showForcedDesktopView, #showForcedDesktopView + label {
    display: inline-block
}
/*#endregion [Bug Report + Notifications + Icons]*/
/*#endregion [Navigation Bar]*/

/*#region Drop Down Menus*/

.hide-filter-dropdown {
    display: none !important;
}

.icon-dropdown:not(.dropdown-tab-icon-menu) {
    background-color: transparent;
    position: relative;
    float: right;
}

.dropdown-item svg {
    position: relative;
    top: -2px;
}

:not(.nav-search-dropdown).icon-dropdown .dropdown-toggle {
    border: none;
    background: none;
}

.icon-dropdown .dropdown-toggle:focus {
    outline: none;
}

.icon-dropdown .dropdown-toggle svg {
    border: 1px solid transparent;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
}

.icon-dropdown .show .dropdown-toggle svg {
    border-color: #cdcdcd;
    border-bottom-color: #e4eaed;
    background-color: #e4eaed;
}

.icon-dropdown .dropdown-menu {
    background-color: #e4eaed;
    border: 1px solid #cdcdcd;
    box-shadow: rgba(153, 153, 153, .5) 0px 3px;
    border-bottom: none;
    border-radius: 6px 0px 6px 6px;
    left: -6px !important;
    top: -9px !important;
    z-index: -1;
    margin-top: 0px;
}

.icon-dropdown .show .dropdown-toggle.dropdown-toggle {
    position: relative;
    z-index: 2;
}

#nav-notifications-dropdown-menu {
    width: 550px;
    flex-direction: column;
}

    #nav-notifications-dropdown-menu.show {
        display: flex;
    }

#nav-notifications-dropdown-menu-content {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.notification-wrapper {
    display: flex;
    transition: opacity .5s !important;
}

.nav-notification-dropdown-item-subject {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.notification-header-text {
    font-size: 15px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.notification-subheader-text {
    font-size: 13px;
}

.notification-action-wrapper {
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
}

    .notification-action-wrapper button:nth-child(n+2) {
        margin-left: 5px;
    }

#nav-notifications-dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #4d4d4d !important;
    text-decoration: underline;
}

.notification-count {
    color: #3c5daa;
}

.notification-divider {
    margin: 10px 0px;
    opacity: .5;
}

.icon-dropdown .show .dropdown-toggle {
    color: #4d4d4d;
}

.dropdown-item {
    width: initial;
}

.icon-dropdown a.dropdown-item:focus, a.dropdown-item:hover {
    color: #e6e6e6 !important;
    background-color: #4d4d4d;
}

a.dropdown-item {
    font-size: 13px;
}

.dropdown-menu.show a.dropdown-item {
    color: #464646;
}

.dropdown-menu label, .dropdown-menu .k-button {
    font-size: 13px;
}

.icon-dropdown.nav-dropdown .show .dropdown-toggle svg, .icon-dropdown.nav-dropdown .dropdown-toggle svg {
    padding: 11px;
    position: relative;
    top: 1px;
}

.icon-dropdown.nav-dropdown .show .dropdown-toggle svg {
    color: #4d4d4d;
}

.icon-dropdown.nav-dropdown {
    float: none;
    display: inline-block;
}

    .icon-dropdown.nav-dropdown .dropdown-menu {
        right: -1px !important;
        left: auto !important;
        top: 36px !important;
    }

.nav-dropdown .dropdown-toggle {
    padding: 0px;
}

a.dropdown-item:not([href]):hover {
    text-decoration: none;
}

.nav-dropdown .dropdown-toggle svg {
    color: #e6e6e6;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.dropdown-item .k-checkbox-label {
    color: #000;
    padding-left: 17px;
}
/*#endregion*/
/*#region Sidebar*/
#sticky-sidebar-wrapper {
    position: fixed;
    margin-left: 0px;
    top: 41px;
    left: 0;
    width: 280px;
    height: calc(100% - 41px);
    padding: 0px 15px 20px 15px;
    overflow: auto;
    background-color: rgba(var(--theme-section-background-rgb), .7);
}

.sidebar-section h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 11pt;
}

.sidebar-section .sidebar-header {
    background: var(--theme-sidebar-header);
    color: var(--theme-secondary);
    border-radius: 5px;
    padding: 8px 5px 7px 5px;
    font-weight: 600;
    margin-left: -10px;
    margin-right: -10px;
}

#sticky-sidebar-wrapper .section-edit {
    right: 0px;
    top: -30px;
}

#sticky-sidebar-wrapper .row, #sticky-sidebar-wrapper .col {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.motility-section-sidebar {
    font-size: 12pt;
    background-color: transparent;
    height: 30px;
    padding-left: 2px;
    color: var(--theme-secondary);
    background-color: transparent;
    color: var(--theme-secondary);
}

.border-right {
    border-right: 1px solid var(--theme-mid-sibling) !important;
}

/*#region Expand/Collapse*/
.sidebar-module-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar-module-title span {
        font-weight: bold;
        margin-top: 2px;
        margin-left: -5px;
    }

    .sidebar-module-title #sidebar-control {
        display: flex;
        margin-top: 0px;
    }

        .sidebar-module-title #sidebar-control #show-more-sidebar {
            align-self: center;
        }

#sidebar-control {
    text-align: right;
    height: 30px;
    margin-right: -5px;
    margin-top: 5px;
}

#show-more-sidebar svg {
    font-size: 12px;
    position: relative;
    bottom: -1px;
}

#show-more-sidebar:hover {
    text-decoration: none;
}

.show-more-sidebar-text {
    font-size: 12px;
    position: relative;
    top: .5px;
}
/*#endregion [Expand/Collapse]*/

/*#region Main Side Links*/
.sidebarFullIcons {
    margin: .25rem;
    padding: 6px 0px 6px 25px;
    font-size: 10pt;
}

    .sidebarFullIcons:hover {
        font-weight: bold;
        border-radius: 3px;
        background-color: rgba(179, 179, 179, 0.5);
        cursor: pointer;
    }

    .sidebarFullIcons svg, .texticons span {
        display: inline-block;
        vertical-align: middle;
    }

    .sidebarFullIcons svg {
        width: 24px !important;
        height: 24px;
        border-right: 1px solid var(--theme-mid-sibling);
        padding: 3px 10px 3px 0px;
        margin: 3px 20px 3px 0px;
    }
/*#endregion [Main Links]*/

/*#region Main Links*/
.motility-sidelink-image, .motility-sidelink-image-active {
    transition: all .25s;
    padding: 5px;
    width: 27px;
    margin-bottom: 5px;
}

    .motility-sidelink-image:hover, .motility-sidelink-image-active {
        background-color: rgba(179, 179, 179, 0.5);
        border-radius: 5px;
    }

.sideline-section-start {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 10px;
}
/*#endregion [Main Links]*/

/*#region Quick Links*/
#sidebar-quicklinks li {
    display: table;
    width: 100%;
}

    #sidebar-quicklinks li img {
        width: 14px;
    }

.AppOneImg {
    width: 50px !important;
}

#sidebar-quicklinks a {
    padding: 5px;
    display: table-cell;
}

    #sidebar-quicklinks a:hover {
        border-radius: 5px;
        background-color: var(--theme-primary);
    }

#sidebar-quicklinks li .motility-quicklinks span {
    padding-left: 10px;
    vertical-align: middle;
}

.motility-quicklinks {
    font-size: 8pt;
}

.motility-quicklink-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 30px;
    min-width: 46px;
    max-width: 46px;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 8pt;
}

    .motility-quicklink-image-wrapper:hover {
        font-weight: bold;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .motility-quicklink-image-wrapper .card-body {
        padding: 0px 5px 5px 5px;
        margin-top: 5px;
    }

.motility-quicklink-image-border-active {
    border: 1px solid var(--theme-mid-sibling);
    border-radius: 3px;
    padding: 10px;
    width: auto;
}

.motility-quicklink-image-border {
    border: 1px solid var(--theme-mid-sibling);
    border-radius: 3px;
    padding: 10px;
    background-color: transparent;
    width: auto;
}

a:not([href]):not([tabindex]) { /*quick links with no href*/
    cursor: pointer;
    color: var(--theme-secondary);
}

    a:not([href]):not([tabindex]):hover {
        text-decoration: underline;
        color: var(--theme-secondary);
    }

#sidebar-quicklinks, #collapsed-quicklinks {
    list-style-type: none;
    padding: 0;
}

#collapsed-quicklinks {
    list-style-type: none;
    padding: 0;
}

    #collapsed-quicklinks, #collapsed-quicklinks li {
        display: block;
        cursor: pointer;
    }

#collapsed-sidebar-section {
    width: 37px;
    float: right;
    display: none;
}

    #collapsed-sidebar-section ul {
        margin: 0px;
    }

/*Resize Styles*/
#sidebar-quicklinks .quicklinks-medium a {
    padding: 5px;
}

#sidebar-quicklinks li.quicklinks-medium img {
    width: 15px;
}

#sidebar-quicklinks li.quicklinks-medium .motility-quicklinks span {
    font-size: 7.5pt;
}

#sidebar-quicklinks .quicklinks-small a {
    padding: 5px;
}

#sidebar-quicklinks li.quicklinks-small img {
    width: 15px;
}

#sidebar-quicklinks li.quicklinks-small .motility-quicklinks span {
    font-size: 7pt;
}
/*#endregion [Quick Links]*/
/*#endregion [Sidebar]*/

/*#region Lock Bar*/
@keyframes lockFadeOut { /*Will be used for the fade for the lock icon*/
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        height: 0px;
        width: 0px;
    }
}

div.lockhide { /*used to override trasnition without !important*/
    /*animation-name: lockFadeOut;
            animation-duration: .5s;
            opacity: 0;
            height: 0px;
            width: 0px;*/
    display: none;
}

#unitlockimage, #entlockimage {
    height: 80px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: -50px;
    left: 42px;
    cursor: pointer
}

#unitlockedimagewrapper, #partlockedimagewrapper, #partinvoicelockedimagewrapper {
    width: 130px;
    font-size: 14pt;
    color: #4d4d4d;
}
/*Click no longer unlocks invoice*/
/*  .entlockeddetails, .unitlockeddetails, .partlockeddetails {
        cursor: pointer;
    }*/

/*#region Receipt*/
#financeReceipt {
    text-align: left;
    height: 555px;
    width: 369px;
    position: relative;
    left: 45px;
    top: -550px;
    background-image: url("../Images/ReceiptBackground.svg");
    opacity: 1;
    transition: .75s top, .75s bottom, .5s opacity;
}

.modal #financeReceipt {
    position: absolute;
    top: initial;
    bottom: 42px;
    z-index: 61; /*display over sticky content*/
}

.receiptContent {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 50px;
    color: #4d4d4d;
}

.receiptContent {
    font-size: 12px;
}

    .receiptContent h2 {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 30px;
        color: #4d4d4d;
    }

    .receiptContent .row .col:first-child {
        padding-left: 40px;
    }

    .receiptContent .row .col:nth-child(2) {
        text-align: right;
        padding-right: 30px;
    }

    .receiptContent hr {
        width: 90px;
        float: right;
        margin: 25px 20px 25px 0px;
        background-color: #4d4d4d;
        height: 1px;
        border-radius: 5px;
        box-shadow: none;
    }

#financeReceipt.hideReceipt {
    opacity: 0;
    top: 45px;
}

.modal #financeReceipt.hideReceipt {
    top: initial;
    bottom: -595px;
    opacity: 0;
}

.hideReceiptDetails {
    /*visibility: hidden;*/
    display: none;
}
/*#endregion [Receipt]*/
/*#endregion [Lock Bar]*/

/*#region Headers*/
h1 {
    font-size: 15pt;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 11pt;
}

h6 {
    font-weight: normal;
}

h1, h2, h3, h3, h3, h6, .k-checkbox-label {
    color: var(--theme-secondary);
}

.motility-header {
    display: flex;
    align-items: center;
}

    .motility-header::after {
        content: "";
        flex: 1 1 auto;
        border-top: 1px solid var(--theme-mid-sibling);
    }

.header-plain-after {
    margin: 20px 0px;
}

    .header-plain-after::after {
        margin: 12px 0px 0px 10px;
    }

.motility-header-line { /*Border under text*/
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0px;
    padding-bottom: 5px;
}

    .motility-header-line::after {
        content: "";
        flex: 1 1 auto;
        border: .5px solid var(--theme-mid-sibling);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: var(--theme-mid-sibling);
        border-radius: 5px;
    }

.motility-header-noline {
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0px;
    padding-bottom: 5px;
}

    .motility-header-noline::after {
        content: "";
        flex: 1 1 auto;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: var(--theme-mid-sibling);
        border-radius: 5px;
    }

.line-side, .line-side-edit { /*Border to side of text*/
    margin: 10px 0px;
}

    .line-side::after, .line-side-edit::after {
        position: relative;
        margin: 12px 0px 0px 10px;
        width: inherit;
    }

.modal-xxl .line-side::after {
    display: none;
}

.line-edit::after { /*Border under text with icon*/
    width: calc(100% - 38px);
}

.line-side-edit {
    padding-right: 27px;
}

    .line-side-edit::after {
        width: 30%;
    }


.header-with-fields {
    display: flex;
    align-items: center;
}

    .header-with-fields .motility-header-noline {
        padding-bottom: 0px;
    }

    .header-with-fields .motility-header-noline, .header-with-fields.advancedView .col-auto {
        margin: 0px;
    }

.section-edit {
    position: absolute;
    right: 25px;
    top: 23px;
}

.overflowY {
    overflow-y: scroll;
}

.section-edit, .section-edit button {
    color: var(--theme-secondary);
}

.icon-dropdown.section-edit {
    right: 0;
    top: -45px;
}

.section-edit-quicklinks {
    margin-top: -37px;
    position: absolute;
    float: right;
    right: 0px;
}

.fa-pencil-alt {
    color: #EBC748;
}

.section-edit-modal {
    background-color: transparent;
    position: absolute;
    float: right;
    /*right: 17px;*/
    top: 5px;
}

.icon-line-side {
    top: -50px;
    right: 5px;
}

.k-header .k-link {
    text-align: center;
    padding-left: 5px 5px 10px 5px;
    font-size: 8pt;
    text-align: center;
    color: #4d4d4d;
}

.field-aligned-header, .motility-header-line.field-aligned-header, .line-side.field-aligned-header,
.line-side-edit.field-aligned-header {
    margin-bottom: 0px;
}

.button-aligned-header {
    margin-bottom: 10px;
}
/*#endregion [Headers]*/

/*#region Scrollbars*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #4d4d4d;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
}

/*Grids and Drop Down Fields*/
.k-auto-scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.k-auto-scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4d4d4d;
}

.k-list-scroller {
    background-color: var(--theme-primary);
    color: var(--theme-secondary);
}

    .k-list-scroller::-webkit-scrollbar {
        width: 12px;
        background-color: var(--theme-primary);
    }

    .k-list-scroller::-webkit-scrollbar-button:end:increment {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: var(--theme-mid-sibling);
        width: 12px;
        height: 12px;
        font-size: 12px;
        background-color: var(--theme-primary);
    }

        .k-list-scroller::-webkit-scrollbar-button:end:increment:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0dd";
            line-height: 10px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .k-list-scroller::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
        background-color: var(--theme-mid-sibling);
        border: 3px solid var(--theme-primary);
    }

    .k-list-scroller::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--theme-primary);
    }

/*SMS Texting Conversations*/
.sms-display::-webkit-scrollbar {
    width: 10px;
}

.sms-display::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.sms-display::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--theme-secondary);
}
/*#endregion [Scrollbars]*/

/*#region Buttons*/
.motility-button, .k-button {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 6px 10px;
    cursor: pointer;
    margin: 5px 0px;
    font-size: 8pt;
    font-weight: bold;
    transition: background-color .25s;
    min-width: 80px;
    line-height: normal;
    box-sizing: border-box;
    color: var(--theme-secondary);
    text-align: center;
}

    .motility-button.button-has-input {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.k-table-td .k-button, .k-table-td .motility-button {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.motility-input .motility-button {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
}

#MainMenu .motility-button {
    width: 110px;
    height: 30px;
}

    #MainMenu .motility-button svg {
        padding-top: 2px;
    }

.mobile-button-select-from-dropdown {
    width: 100%;
    position: relative;
}

    .mobile-button-select-from-dropdown svg {
        position: absolute;
        right: 0px;
        top: 4px;
        width: 20px !important;
        height: 20px;
    }


.k-button {
    text-transform: none;
    box-sizing: initial;
    box-shadow: none;
    background-image: none;
    line-height: initial;
}

.grid-sort-button {
    margin-right: 10px;
}

.motility-button i, .motility-button svg, .motility-button[disabled]:hover svg {
    color: #4d4d4d;
}

.motility-button:hover svg {
    color: #e6e6e6;
}

.motility-button, a.k-button, .k-button, .k-button.k-primary, .motility-button:disabled:hover,
.k-multiselect .k-multiselect-wrap .k-button {
    color: var(--theme-action-text);
    background-color: var(--theme-action);
    background-image: none;
}

.k-calendar-container .k-header .k-button-text, .k-calendar-container .k-calendar-nav-today .k-button-text {
    color: var(--theme-secondary);
}

.k-button:hover, .k-button.k-primary:hover, .motility-button:hover, .motility-button-active {
    background-color: #3c5daa;
    color: #e6e6e6;
    background-image: none;
}

.k-button .k-icon {
    width: 15px;
    height: 15px;
}

a.k-button.k-button-icontext.k-grid-cancel {
    border: 1px solid var(--theme-primary);
}

.full-width {
    width: 100%;
    margin: 5px 0px;
    padding: 7px 0px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

.toggleSection {
    display: none;
}

.toggle-condensed-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .toggle-condensed-section h1 {
        margin: 0px;
        margin-right: 10px;
    }

    .toggle-condensed-section .toggleButton {
        margin: 0px;
    }

.toggleShow {
    display: inherit;
}

.k-grid-excel {
    width: 100px;
}

.btn-toggle .k-i-hbars,
.k-primary.btn-toggle:hover .k-i-hbars,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
    background-position: -80px -32px;
}

.motility-button:disabled {
    opacity: .75;
    cursor: auto;
}

.button-tool-tip-show-disabled, .button-tool-tip-show-enabled, .button-tool-tip-show-all {
    position: relative;
}

.button-tool-tip {
    display: none;
}

.button-tool-tip-show-disabled:disabled:hover .button-tool-tip, .button-tool-tip-show-all:hover .button-tool-tip, .button-tool-tip-show-enabled:not(:disabled):hover {
    display: block;
}

.button-tool-tip {
    position: absolute;
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
    right: 15px;
    bottom: 40px;
    min-width: 150px;
    padding: 5px;
    border-radius: 5px 5px 0px 5px;
}

    .button-tool-tip:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        right: 0px;
        bottom: -13px;
        color: var(--theme-secondary);
    }

button:disabled .button-tool-tip:after {
    opacity: 75;
}

/*Calendar Sidebar*/
.motility-textboxbutton input.k-textbox {
    background-color: transparent;
}

.motility-textboxbutton input.k-textbox {
    color: var(--theme-secondary);
}

/*New Message Modal*/
.motility-button-messsage {
    width: 60px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.motility-textboxbutton .k-textbox {
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

    .motility-textboxbutton .k-textbox:focus {
        box-shadow: none;
    }

.motility-textboxbutton .btn {
    color: var(--theme-secondary);
    background-color: transparent;
}
/*#endregion [New Message Modal]*/

/*#region Sticky Details*/
#nonStickyContent {
    transition: none;
}

#stickySmall {
    box-shadow: 0px 3px 0px 0px rgba(153,153,153,1);
    background-color: var(--theme-body-background);
}

    #stickySmall img {
        width: 90px;
        padding: 20px;
    }

#stickyExpandedContent {
    display: none;
}

.stickyHiddenInitial #stickyExpandedContent {
    display: block;
}

#stickySmall .stickyBottomContent .compactViewOption {
    margin-left: auto;
    margin-top: 4px;
}

.modal #stickySmall {
    opacity: 1;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    z-index: 4;
    margin-top: -5px;
}

#stickySmall hr {
    margin: 0px;
}

#stickySmall .sticky-content-wrapper {
    width: 100%;
    display: flex;
}

#stickySmall .sticky-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stickyTopContent {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
}

.sticky-top-text {
    display: flex;
}

.stickyBottomContent {
    font-size: 12px;
    margin-top: 6px;
    display: flex;
}

    .stickyBottomContent .stickyDataWrap {
        display: flex;
    }

.stickyDataWrap div {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.stickyDataWrap .item-label {
    margin-right: 5px;
}

.stickyBottomContent svg {
    padding-right: 5px;
}

#stickySmall .stickyTopContent {
    margin: 14px 0px 14px 0px;
    height: initial;
}


#stickySmall.has-contact-information .stickyTopContent {
    margin: 8px 0px;
}

#stickySmall.has-contact-information .stickyDataItem {
    padding: 6px 0px;
}

.stickyDataItem a:hover, .stickyDataItem.data-item-clickable .text-data:hover {
    text-decoration: underline;
    color: var(--theme-grid-link);
    cursor: pointer;
}

#stickySmall.has-contact-information .stickyBottomContent {
    margin-top: 0px;
}

.sticky-header-data-wrap {
    display: flex;
    display: none;
}

.sticky-header-data-item {
    margin-right: 15px;
}

    .sticky-header-data-item svg {
        height: 12px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .sticky-header-data-item .data-item-label {
        text-transform: capitalize;
    }

    .sticky-header-data-item .data-item-label, .sticky-header-data-item a {
        font-size: 12px;
        font-weight: normal;
    }

    .sticky-header-data-item a {
        text-decoration: underline !important;
    }

.sidebarPresent #stickySmall {
    width: calc(100% - 320px); /*sidebar width*/
    z-index: 4;
    position: fixed;
    right: 0px;
}

.largeEnter {
    animation-name: largeEnter;
    animation-duration: 1s;
    max-height: 1200px;
    opacity: 1;
}

.largeLeave {
    animation-name: largeLeave;
    animation-duration: 1s;
    max-height: 192px;
    overflow: hidden;
    opacity: 0;
}

.elementFadeOut {
    opacity: 0;
}

/*animations*/
@keyframes largeEnter {
    0% {
        opacity: 0;
        max-height: 192px;
        overflow: hidden;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: .4;
        max-height: 192px;
        overflow: hidden;
    }

    100% {
        opacity: 1;
        max-height: 1200px;
    }
}

@keyframes largeLeave {
    0% {
        opacity: 1;
        max-height: 1200px;
    }

    75% {
        opacity: 1;
        max-height: 192px;
    }

    100% {
        opacity: 0;
    }
}

@keyframes smallEnter {
    0% {
        opacity: 1;
        top: -55px;
    }

    50% {
    }

    100% {
        top: 40px;
    }
}

@keyframes smallEnterModal {
    0% {
        opacity: 0;
        z-index: initial;
        top: 1px;
    }

    95% {
        opacity: 1;
        top: 1px;
    }

    100% {
        opacity: 1;
        top: 1px;
    }
}

@keyframes smallLeave {
    0% {
        opacity: 1;
        top: 45px;
    }

    95% {
        opacity: 1;
        top: -55px;
    }

    100% {
        opacity: 0;
        top: -88px;
    }
}

@keyframes smallLeaveModal {
    0% {
        opacity: 1;
        top: 1px;
    }

    95% {
        opacity: 0;
        top: 1px;
    }

    100% {
        opacity: 0;
        top: 1px;
    }
}

@keyframes elementFadeOut {
    0% {
        opacity: 1;
    }

    95% {
        opacity: .5;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.modal .stickyTopContent {
    font-size: 12pt;
    min-height: 24px;
}
/*#endregion [Sticky Details]*/

/*#region Images*/
.motility-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    min-width: 75px;
    max-width: 75px;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 8pt;
}

#MainMenu .motility-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: 0px;
    min-width: 75px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 8pt;
}

.motility-image-wrapper :not(#MainMenu *):hover {
    font-weight: bold;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#MainMenu .motility-image-wrapper img:hover {
    font-weight: bold;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#MainMenu .motility-image-wrapper .card-body {
    padding: 0px 5px 5px 5px;
    border-top: 0px;
    margin-top: 5px;
}

.motility-image-wrapper .card-body {
    padding: 0px 5px 5px 5px;
    border-top: 1px solid var(--theme-mid-sibling);
    margin-top: 5px;
}

.placeholder img {
    display: inline-block;
}

.k-loading-mask .k-loading-color {
    background-color: rgba(0, 0, 0, .35);
    opacity: 1;
}

.motility-logo {
    max-width: 175px;
    width: 100%;
}

.k-loading-mask .k-loading-image {
    background-image: url('../images/MotLoadAnimation.gif');
    background-repeat: no-repeat;
    background-position: center;
}


.k-loading-image:after, .k-loading-image:before {
    display: none;
}

/*#endregion [Images]*/

/*#region Folder Cards*/
.motility-section-card {
    margin-bottom: 25px;
}

.motility-section-card-header {
    margin: 0px;
    border-radius: 16px 16px 0px 0px;
    width: 150px;
    text-align: center;
    padding: 7px 0px 0px 0px;
    font-weight: bold;
    font-size: 10pt;
}

    .motility-section-card-header:after {
        content: ' ';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 159px;
        top: 14px;
        border-radius: 0 0 0 25px;
        transform: rotate(-9deg);
        border: 7px solid var(--theme-tab-background);
        border-right: none;
        border-top: transparent;
    }

.motility-section-card-header, .motility-section-card-content {
    background-color: var(--theme-section-background);
}

.card-icon-right {
    position: absolute;
    top: 0;
    right: 25px;
}

.card-icon-middle {
    position: absolute;
    top: 0px;
    right: 50px;
}

.icon-checkbox .k-checkbox, .icon-checkbox .k-checkbox:checked { /*temporary importants until CSS is finished being restructured*/
    border-radius: 0px;
    border-color: transparent !important;
    color: transparent;
    background-color: transparent;
    width: 20px !important;
    height: 20px !important;
}

    .icon-checkbox .k-checkbox:checked::before, .icon-checkbox .k-checkbox::before {
        content: "\f005";
        font-family: "Font Awesome 5 Free";
        font-size: 12pt;
        /*font-weight: bold;*/
        height: inherit;
        width: inherit;
        transform: none;
        top: -1px;
        left: 0px;
        color: var(--theme-secondary);
    }

.k-checkbox:checked + .k-checkbox-label.checkbox-star:after, label.k-checkbox-label.checkbox-star::before {
    background-color: transparent;
    color: var(--theme-secondary);
}

.icon-checkbox .k-checkbox:checked::before {
    font-weight: bold;
}

.motility-checkbox.icon-checkbox {
    width: initial;
    padding: 0px;
}

.motility-section-card-content {
    border-radius: 0px 12px 12px 12px;
    padding: 0px 0px 15px 0px;
    box-shadow: rgba(var(--theme-box-accent-rgb), .8) 3px 3px;
    /*height: calc(100% - 23px);*/ /*take tab title into account.  enable for full height columns, disable for height that fits content*/
}

.motility-textbox, .motility-dropdown, .motility-numeric, .motility-multiselect, .motility-datepicker {
    margin: 0px 0px 0px 10px;
}
/*#endregion [Folder Cards]*/

/*#region Tree List*/
.listTree, .listTree li a {
    font-size: 8pt;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sideListTree, .sideListTree li a {
    font-size: 9pt;
}

.listTree .activeTreeItem a {
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    background-color: var(--theme-secondary);
}

li.activeTreeItem a {
    color: var(--theme-primary);
}

li.activeTreeItem:hover {
    color: var(--theme-primary);
}

.listTree li {
    list-style: none;
}

    .listTree li > ul {
        list-style: none;
        padding-left: 30px;
        margin-bottom: 5px;
    }

    .listTree li svg {
        width: 12px !important;
        padding-right: 5px;
        transition: .5s all;
    }

.listTree > li, .listTree > li a {
    font-size: 9pt;
    font-weight: 600;
}

.sideListTree > li {
    font-size: 10pt;
}

.listTree li ul > li, .listTree li ul > li a {
    font-weight: initial;
    margin: initial;
}

.treeArrow {
    cursor: pointer;
    display: inline-block;
}

li.treeSingle {
    margin-left: 18px;
}

.svg-triangle {
    display: block;
    width: 20px;
    margin: 0px 10px 0px auto;
}

    .svg-triangle svg {
        fill: #fff;
        height: 10px;
        filter: drop-shadow(0px -1px 1px rgba(77,77,77, 0.5));
    }

        .svg-triangle svg polygon {
            stroke-dasharray: 0 20 28.284;
        }
/*#endregion [Tree List]*/

/*#region Cards*/
.card-header {
    padding: 0px;
}

.card-body {
    padding: 15px 0px;
}

.card {
    background-color: inherit;
}
/*#endregion [Cards]*/

/*#region Accordions*/
.k-upload, .k-editor, .motility-accordion {
    margin: 10px 0px;
}

    .motility-accordion.accordion-inverse .motility-accordion-item {
        background-color: var(--theme-primary);
    }

    .motility-accordion.accordion-inverse .accordion-single-item :not(.motility-accordion-active).motility-accordion-header + .motility-accordion-panel:before {
        background-image: linear-gradient(var(--theme-accordion-gradient-from), rgba(var(--theme-box-accent-rgb), .5));
    }

.motility-accordion-item {
    margin-bottom: 15px;
}

    .motility-accordion-item.boxStyle {
        padding: 0px;
        box-shadow: none;
    }

        .motility-accordion-item.boxStyle.boxStyleActive {
            box-shadow: rgba(var(--theme-box-accent-rgb), .8) 3px 3px;
        }

.action-supported-accordion .motility-accordion-item:not(.boxStyleActive):hover {
    background-color: var(--theme-section-background);
}

.motility-link-accordion .motility-accordion-item:hover {
    background-color: initial;
}

.motility-accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    width: calc(100% - 30px);
    text-align: left;
    transition: 0.4s !important;
}

    .motility-accordion-header h2 {
        margin: 0px;
    }

.motility-accordion-active h1, .motility-accordion-active h2 {
    padding-bottom: 5px;
    /*    border-bottom: 1px solid var(--theme-secondary);*/
}

.motility-link-accordion .motility-accordion-header.motility-accordion-active h1 {
    border: none;
}

.motility-accordion-header h2:after, .motility-accordion-header h1:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 19px;
}

.motility-accordion-header h2:before, .motility-accordion-header h1:before {
    content: "(Open)";
    position: absolute;
    right: 40px;
    font-weight: bold;
    font-size: 13px;
    top: 12px;
}

.motility-link-accordion .motility-accordion-header h1:before {
    display: none;
}

.motility-accordion-header h1:after {
    top: 5px;
}

.motility-accordion-active h1:after, .motility-accordion-active h2:after {
    content: "\f078";
}

.motility-accordion-active h1:before, .motility-accordion-active h2:before {
    content: "(Close)";
}

.motility-accordion-header.noArrow h2:after, .motility-accordion-header.noArrow h1:after {
    display: none;
}

.motility-accordion-header.noArrow h2:after {
    content: "";
}

/*Action supported accordion*/
.action-supported-accordion .motility-accordion-header {
    cursor: initial;
}

.action-supported-accordion h1:before, .action-supported-accordion h2:before, .action-supported-accordion h1:after, .action-supported-accordion h2:after {
    display: none;
}

.action-supported-accordion .motility-accordion-header.motility-accordion-active .accordion-show-closed, .action-supported-accordion .motility-accordion-header:not(.motility-accordion-active) .accordion-show-open {
    display: none;
}

.accordion-actions {
    position: absolute;
    top: 0px;
    right: 15px;
    flex-direction: row;
    align-items: center;
    display: flex;
    margin-top: 4px;
}

.accordion-total-text {
    color: #65b870;
    font-weight: bold;
}

h2 .accordion-total-text {
    margin-left: 10px;
}

.accordion-icon {
    margin-left: 10px;
}


.accordion-alert-icon {
    color: red;
}

.accordion-actions .motility-button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.accordion-actions * {
    margin-right: 5px;
    margin-left: 5px;
}

    .accordion-actions *:first-child {
        margin-right: 5px;
        margin-left: 0px;
    }

    .accordion-actions *:last-child {
        margin-left: 5px;
        margin-right: 0px;
    }

.motility-accordion-panel {
    /*max-height: 0px;*/
    position: relative; /*Use if kendo loader is needed in accordion*/
    display: none;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out !important;*/
    transition: height 0.2s ease-out !important;
}

.motility-accordion-content.accordion-padding {
    padding-top: 15px;
}

.motility-accordion-content {
    padding-bottom: 10px;
    min-height: 150px;
}

.boxStyle.motility-accordion-content {
    border-top: none;
}

.historyItem {
    border-radius: 5px;
    white-space: nowrap;
    padding: 1px 0px 4px 15px;
}

    .historyItem:hover {
        background-color: var(--theme-primary);
    }

.motility-accordion.mobile-no-accordion {
}

    .motility-accordion.mobile-no-accordion .motility-accordion-header {
        display: none;
    }

    .motility-accordion.mobile-no-accordion .motility-accordion-item.boxStyle {
        padding: 12px 5px;
    }

    .motility-accordion.mobile-no-accordion .motility-accordion-content {
        min-height: unset;
        padding-bottom: 0px;
    }

/*#region Single Item Accordion*/
.accordion-single-item :not(.motility-accordion-active).motility-accordion-header + .motility-accordion-panel:before {
    content: " ";
    height: 25px;
    position: absolute;
    z-index: 1;
    width: calc(100%);
    transition: all .25s;
    border-radius: 0px 0px 12px 12px;
    bottom: 0;
    background-image: linear-gradient(var(--theme-accordion-gradient-from), var(--theme-accordion-gradient-to));
}

.accordion-single-item .motility-accordion-panel, .motility-accordion-panel.motility-accordion-initialActive {
    display: block;
}

.accordion-single-item .motility-accordion-header:not(.motility-accordion-active) + .motility-accordion-panel:not(.motility-accordion-initialActive) {
    display: block;
    height: 25px;
}
/*#endregion [Single Item Accordion]*/

/*#region Sidebar Accordion*/
.mainmenu-accordion {
    overflow-y: auto;
    max-height: 375px;
}

.sidebar-accordion .motility-accordion-header {
    padding: 10px 0px;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 0px;
    width: initial;
}

.sidebar-accordion h2, .mainmenu-accordion h2 {
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 10pt;
}

.sidebar-accordion .motility-accordion-header h2 {
    margin: 0px;
    font-weight: bold;
}

.action-supported-accordion .motility-accordion-header h2 {
    font-weight: bold;
}

.sidebar-accordion .motility-accordion-header h2:after {
    float: right;
    margin-left: 5px;
    position: relative;
    top: 0px;
}

.sidebar-accordion .motility-accordion-item {
    border-radius: 16px;
    background-color: var(--theme-tab-background);
    box-shadow: rgba(var(--theme-box-accent-rgb), .8) 3px 3px;
}

.sidebar-accordion .motility-accordion-panel {
    padding: 0px 15px;
}

    .sidebar-accordion .motility-accordion-panel:before, .mainmenu-accordion .motility-accordion-panel:before {
        display: none;
    }

.sidebar-accordion .motility-accordion-content {
    margin-top: 0px;
}

.motility-accordion.sidebar-accordion ul {
    padding: 0px;
    margin: 0px;
}
/*#endregion [Sidebar Accordion]*/

/*#region Stacked Link Accordions*/
.motility-link-accordion .motility-accordion-item {
    margin-bottom: 0px;
}

.motility-link-accordion .motility-accordion-content {
    min-height: 0px;
}

.motility-link-accordion .motility-accordion-header.motility-accordion-active h1:after,
.motility-link-accordion .motility-accordion-header.motility-accordion-active h2:after {
    content: "\f078";
}

.motility-link-accordion .motility-accordion-header h1:after, .motility-link-accordion .motility-accordion-header h2:after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 14px;
}

.motility-link-accordion .motility-accordion-header h1 {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 3px;
    position: relative;
}

.motility-link-accordion .motility-accordion-header {
    padding: 0px;
    width: 100%;
}

    .motility-link-accordion .motility-accordion-header h1:after {
        position: absolute;
        top: initial;
        right: 0px;
        height: 15px;
    }

.motility-accordion-header.noAccordionLinkArrow {
    cursor: default;
    pointer-events: none;
}

.noAccordionLinkArrow h1:after {
    display: none;
}

.motility-link-accordion .motility-stacked-accordion-link {
    display: block;
    padding: 3px 0px 4px 15px;
}

.single-links a {
    display: block;
    padding: 4px 0px 4px 5px
}

.motility-link-accordion .motility-stacked-accordion-link:hover, .active-stacked-accordion-link, .single-links .active, .single-link-item:hover {
    background-color: var(--theme-primary);
    border-radius: 5px;
}

.motility-link-accordion .historyItem img + .motility-stacked-accordion-link {
    display: inline-block;
    position: relative;
    top: 4px;
}

.motility-link-accordion .historyItem .motility-stacked-accordion-link {
    padding: 0px;
}

.modal .historyItem:hover, .modal .motility-stacked-accordion-link:hover {
    background-color: var(--theme-tab-background);
}
/*#endregion [Stacked Link Accordions]*/

/*#region Accordion Animations*/
@keyframes accordionExpanding {
    0% {
        max-height: 0px;
        opacity: 0;
    }

    50% {
        max-height: 1000px;
        opacity: 0;
    }

    100% {
        max-height: 1000px;
        opacity: 1;
    }
}

.accordionExpand {
    max-height: 1000px;
    opacity: 1;
    animation-name: accordionExpanding;
    animation-duration: 1s;
}

@keyframes accordionContracting {
    0% {
        max-height: 1000px;
        opacity: 1;
    }

    50% {
        max-height: 1000px;
        opacity: 0;
    }

    100% {
        max-height: 0px;
        opacity: 0;
    }
}

.accordionContract {
    max-height: 0px;
    opacity: 0;
    animation-name: accordionContracting;
    animation-duration: .5s;
}
/*#endregion [Accordion Animations]*/

/*#region Kendo Panel Bar */
.panel-wrap {
    background-color: var(--theme-primary);
}

.k-panelbar .k-header {
    color: var(--theme-secondary) !important;
}

.k-panelbar .k-content {
    color: var(--theme-secondary);
}

.motility-panelbar-wrapper .k-panelbar > .k-item > .k-link {
    color: var(--theme-secondary);
}

.k-panelbar > .k-item > .k-link.k-selected:not(.k-state-active).k-state-hover {
    background-color: var(--theme-primary);
}

.k-panelbar > .k-item > .k-link.k-selected:not(.k-state-active) .k-icon, .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-expanded) .k-icon {
    color: var(--theme-secondary);
}

.motility-panelbar-wrapper .k-panel > .k-item > .k-link {
    background-color: transparent;
}

.motility-panelbar-wrapper .k-panel > li.k-item {
    background-color: transparent;
}


.motility-panelbar-wrapper .k-calendar .k-selected .k-link, .motility-panelbar-wrapper .k-calendar .k-weekend.k-selected .k-link, .motility-panelbar-wrapper .k-calendar:not(.k-calendar-infinite) .k-content .k-selected .k-link, .motility-panelbar-wrapper .k-calendar:not(.k-calendar-infinite) .k-content .k-weekend .k-selected .k-link, .k-drag-clue, .motility-panelbar-wrapper .k-event.k-selected, .motility-panelbar-wrapper .k-panelbar .k-group > .k-item > .k-link.k-selected, .motility-panelbar-wrapper .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-active), .motility-panelbar-wrapper .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-expanded), .motility-panelbar-wrapper .k-treeview .k-in.k-selected {
    background-color: transparent;
    color: var(--theme-secondary);
}

.k-panelbar > .k-item > .k-link.k-selected:not(.k-state-active), .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-expanded) {
    border-color: var(--theme-secondary);
    background-color: var(--theme-primary);
}

.motility-panelbar-wrapper .k-panelbar-collapse, .motility-panelbar-wrapper .k-block ::selection, .motility-panelbar-wrapper .k-panel ::selection, .motility-panelbar-wrapper .k-widget ::selection {
    color: var(--theme-secondary);
}

    .motility-panelbar-wrapper .k-panelbar-collapse::before {
        color: var(--theme-secondary);
    }

.k-panelbar > .k-item > .k-link .k-icon {
    color: var(--theme-secondary);
}

.k-widget.k-treeview {
    color: var(--theme-secondary);
}

.k-treeview > .k-group {
    color: var(--theme-secondary);
}

.k-treeview .k-in.k-selected, .k-treeview .k-in.k-state-hover, .k-treeview .k-in.k-state-focused {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

.k-treeview .k-widget ::selection {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

.k-link:hover {
    color: var(--theme-secondary);
    background-color: rgba(0,0,0,0);
}

.motility-panelbar-wrapper .k-link:hover, .motility-panelbar-wrapper .k-link:hover, .motility-panelbar-wrapper .k-panelbar .k-group > .k-item > .k-link:hover, .motility-panelbar-wrapper .k-link:active, .motility-panelbar-wrapper .k-link:active, .motility-panelbar-wrapper .k-panelbar .k-group > .k-item > .k-link:active {
    font-size: 12pt;
}

.motility-panelbar-wrapper .k-panelbar .k-group > .k-item > .k-link.k-selected {
    color: var(--theme-secondary);
}


.motility-panelbar-wrapper .k-panelbar > .k-item > .k-link {
    color: var(--theme-secondary);
}

    .motility-panelbar-wrapper .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-active) .k-icon, .motility-panelbar-wrapper .k-panelbar > .k-item > .k-link.k-selected:not(.k-state-expanded) .k-icon {
        color: var(--theme-secondary);
    }
/*#endregion [Kendo Panel Bar]*/
/*#endregion [Accordions]*/

/*#region Horizontal Tabs*/
.container-tabs {
    margin: 25px 0px 0px 0px;
    position: relative;
}

    .container-tabs.grid-tab {
        margin: 10px 0px;
    }

        .container-tabs.grid-tab .nav-link, .container-tabs.grid-tab .nav-link.active {
            padding: 5px 10px;
        }

        .container-tabs.grid-tab .k-grid-container {
            height: 200px;
        }

        .container-tabs.grid-tab .nav-link.active:after {
            display: none;
        }

        .container-tabs.grid-tab .tab-content.boxStyle:not(.mobile-no-box-style) {
            padding-bottom: 5px;
        }

        .container-tabs.grid-tab .grid-action-buttons button {
            margin: 5px 0px 0px 0px;
            padding: 5px 0px;
        }

.full-height-tabs {
    position: absolute;
    width: calc(100% - 30px);
    top: 0;
    bottom: 0;
}

.container-tabs .wrapper {
    padding: 0px;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 5px;
}

.desktop-mobile-tabs .tab-dropdown-wrapper:not(.pillBarScroll) {
    display: flex;
}

.desktop-mobile-tabs .tab-dropdown-wrapper {
    align-items: center;
    margin-bottom: 20px;
    border: none;
}

.desktop-mobile-tabs .tab-dropdown-label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
}

.desktop-mobile-tabs .tab-dropdown-wrapper:not(.pillBarScroll) .tab-dropdown-container {
    background-color: var(--theme-section-background);
    border: 1px solid var(--theme-section-background);
    margin-left: 10px;
    width: 200px;
}

.desktop-mobile-tabs .tab-dropdown-wrapper:not(.pillBarScroll) .tab-dropdown-container {
    background-color: var(--theme-section-background);
    border: 1px solid var(--theme-box-accent);
    margin-left: 10px;
    width: 250px;
}

.desktop-mobile-tabs .tab-dropdown-container {
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}

    .desktop-mobile-tabs .tab-dropdown-container:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 7px;
        right: 5px;
    }

.desktop-mobile-tabs .tab-dropdown {
    font-size: 13px;
    padding: 5px 25px 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-dropdown[disabled], [data-enable-mobile-styles="true"] .button-dropdown-container[disabled]:after {
    opacity: .5;
}

.desktop-mobile-tabs .tab-dropdown-options-container {
    position: absolute;
    left: -1px;
    background-color: var(--theme-section-background);
    z-index: 1;
    border: 1px solid var(--theme-mid);
    border-radius: 0px 0px 7px 7px;
    width: 200px;
    display: none;
}

    .desktop-mobile-tabs .tab-dropdown-options-container ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

.desktop-mobile-tabs .tab-dropdown-container.tab-dropdown-expanded {
    border-radius: 7px 7px 0px 0px;
}

.desktop-mobile-tabs .tab-dropdown-expanded .tab-dropdown-options-container {
    display: initial;
}

.desktop-mobile-tabs .tab-dropdown-wrapper.nav-tabs .nav-link {
    border: none;
    border-radius: 0px;
}

.desktop-mobile-tabs .tab-dropdown-options-container a.nav-link.active {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
    font-weight: bold;
}

.desktop-mobile-tabs .tab-dropdown-options-container a.nav-link:hover {
    background-color: var(--theme-secondary-sibling);
    color: var(--theme-primary);
    font-weight: bold;
}

.desktop-mobile-tabs .tab-dropdown-options-container li:last-child a {
    border-radius: 0px 0px 5px 5px !important;
}

.full-height-tabs .wrapper, .full-height-tabs .tab-content {
    height: 100%;
}

.scroller {
    text-align: center;
    cursor: pointer;
    white-space: no-wrap;
    vertical-align: middle;
}

.scroller-v {
    padding: 5px 0px;
}

.scroller-h {
    padding: 7px 5px;
}

.scroller-left, .scroller-right {
    color: var(--theme-secondary);
}

.scroller-left {
    float: right;
    position: absolute;
    right: 48px;
    z-index: 5;
}

.scroller-right {
    float: right;
    position: absolute;
    right: 0px;
    z-index: 5;
}

.navBarScroll {
    margin-left: 0px;
    margin-right: 80px;
    padding: 0px 1px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: calc(100% - 65px);
    scroll-behavior: smooth;
}

    .navBarScroll.scroll-has-edit {
        margin-right: 50px;
        width: calc(100% - 77px);
    }

.container-tabs .tab-edit {
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 2;
}

    .container-tabs .tab-edit button {
        padding: 0px;
    }

.tab-alert-icon {
    color: red;
    margin-left: 5px;
}

.tab-edit.icon-dropdown .dropdown-toggle svg, .tab-mainmenu-edit.icon-dropdown .dropdown-toggle svg {
    color: var(--theme-secondary);
}

.container-tabs.modal-container-tabs .tab-edit {
    right: 0px;
}

.container-tabs.modal-container-tabs .icon-dropdown .dropdown-menu {
    left: -1px !important;
}

.container-tabs .tab-edit-menu {
    display: inline-block;
    position: absolute;
    right: 0px;
    margin-top: 6px;
    font-size: inherit;
    cursor: pointer;
}

.nav-tabs:not(.tab-dropdown-wrapper) {
    border-bottom: none;
    transition: all 0.5s ease;
}

    .nav-tabs:not(.tab-dropdown-wrapper) .nav-link.active {
        position: relative;
        z-index: 0;
        border-radius: 7px 7px 0px 0px !important;
        padding: 10px;
        top: 0px;
        font-size: 8pt;
    }

    .nav-tabs:not(.tab-dropdown-wrapper) .nav-item.show .nav-link, .nav-tabs:not(.tab-dropdown-wrapper) .nav-link.active {
        font-weight: bold;
        color: var(--theme-active-tab-text);
        background-color: var(--theme-section-background);
        border: none;
    }

.nav-tab:not(.tab-dropdown-wrapper) .nav-link {
    font-weight: bold;
    border: none;
    color: var(--theme-tab-text);
    background-color: rgba(var(--theme-box-accent-rgb), .8);
    border-radius: 15px 15px 0px 0px;
    padding: 10px 1rem 5px 1rem;
}

.list:not(.tab-dropdown-wrapper) {
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 0px;
    margin-top: 0px;
}

    .list:not(.tab-dropdown-wrapper) li {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }

.nav-tabs:not(.tab-dropdown-wrapper) .nav-link {
    padding: 8px 10px;
    background-color: var(--theme-inactive-tab-background);
    color: #fff;
    border-radius: 0px;
    position: relative;
    top: 4px;
    font-size: 7.5pt;
    font-weight: 600;
}

.nav-tabs:not(.tab-dropdown-wrapper) .nav-item:first-of-type .nav-link {
    border-radius: 5px 0px 0px 0px;
}

.nav-tabs:not(.tab-dropdown-wrapper) .nav-item:last-of-type .nav-link {
    border-radius: 0px 5px 0px 0px;
}

.nav-tabs:not(.tab-dropdown-wrapper) .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #1492E6;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.nav-tabs:not(.tab-dropdown-wrapper) .nav-item {
    margin-left: -1px;
}

.nav-tabs:not(.tab-dropdown-wrapper) .nav-link:hover {
    background-color: var(--theme-section-background);
    color: var(--theme-active-tab-text);
    z-index: 2;
    position: relative;
    font-weight: bold;
    border-color: var(--theme-section-background);
}

#unitmenutabs > .nav-item:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 10px;
    width: 1px;
    height: 50%;
    background: var(--theme-mid-sibling);
}

.tab-content {
    transition: margin 0s !important;
}

.k-tabstrip > .k-tabstrip-items .k-item .k-link {
    color: var(--theme-secondary);
}

[data-grid-match-container] .tab-content {
    transition: none;
}

/*Need Update*/
#container-tabs-crm {
    margin: 25px 0px 0px 0px;
}

#container-tabs-unit {
    margin: 20px 0px 0px 0px;
}

.container-box-section {
    margin: 20px 0px 0px 0px;
}

#container-tabs-mainSuccess {
    margin: 0px;
}

/*Sticky*/
.stickyTabs {
    position: fixed;
    z-index: 3;
    background-color: var(--theme-body-background);
}

    .stickyTabs .navBarScroll.scroll-has-edit {
        width: calc(100% - 52px);
    }

.modal .stickyTabs {
    background-color: var(--theme-modal-bg);
}

#stickyTabs.stickyTabs ~ .tab-content {
    margin-top: 31px;
}

.modal .stickySection {
    background-color: var(--theme-modal-bg);
}

.stickySection {
    position: fixed;
    z-index: 3;
    background-color: var(--theme-body-background);
    width: calc(100% - 12px);
}

/*#stickySection .stickySection .stickySectionContent {
    margin-top: 300px;
}*/

.ChecksOuterWrapper #stickyExpandedContent {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -5px;
}

/*#endregion [Horizontal Tabs]*/
/*#region Vertical Tabs (Pills)*/
.container-pills {
    position: relative;
    z-index: 2;
    left: 1px;
}

.nav-pills {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    text-align: right;
    min-height: 3000px;
}

    .nav-pills .nav-link {
        border-radius: 0px;
        border-bottom: 1px solid transparent;
        transition: border 0s;
        padding: 20px 15px 20px 10px;
        border-top: 1px solid #dadada;
        width: 175px;
    }

        .nav-pills .nav-link:first-of-type {
            border-top: none;
        }

        .nav-pills .nav-link:hover {
            border-right: none;
            border-left: none;
            margin-right: 0px;
            padding-right: 20px;
            border-radius: 5px 0px 0px 5px;
            border: 1px solid #ccc;
            border-right: 1px solid transparent;
            background-color: var(--theme-tab-nested-background);
        }

            .nav-pills .nav-link.active + .nav-link, .nav-pills .nav-link:hover + .nav-link {
                border-top: 1px solid transparent;
            }

                .nav-pills .nav-link.active + .nav-link:hover {
                    border-top: 1px solid #dadada;
                }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            border: 1px solid var(--theme-section-border);
            border-right: none;
            margin-right: 0px;
            padding-right: 20px;
            background-color: transparent;
            border-radius: 5px 0px 0px 5px;
            color: var(--theme-secondary);
            background-color: var(--theme-tab-nested-background);
        }

.col.pill-content-wrapper {
    width: calc(100% - 175px);
}

.pill-content.tab-content {
    margin-top: 0px;
    padding: 10px;
    min-height: 350px;
}

.pillBarScroll {
    height: 350px;
    min-height: 282px; /*max height of tab - arrow heights*/
    overflow: hidden;
    /*width: 175px;*/ /*come back to address pill scroll that doesn't need to be responsive*/
}

.pillBarScroll-Medium {
    height: 700px;
    min-height: 282px; /*max height of tab - arrow heights*/
    overflow: hidden;
}
/*#endregion [Vertical Tabs (Pills)]*/

/*#region Calendar*/
.k-i-calendar {
    margin-top: 5px;
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.k-callout-s {
    border-top-color: var(--theme-secondary);
}

.k-widget.k-reset .k-tooltip-content {
    font-size: 12px;
    color: var(--theme-primary);
}

.calendar-tooltip-label {
    font-weight: bold;
}

.scheduler-template {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.k-event, kendo-scheduler .k-event {
    padding-right: 0px;
}

.motility-calendar-wrapper .k-calendar .k-header .k-link {
    border-radius: 0px;
}

.k-calendar, .k-calendar > .k-header, .k-calendar:not(.k-calendar-infinite) .k-weekend {
    background-color: var(--theme-primary);
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: var(--theme-section-border);
}

.k-scheduler-table td, .k-scheduler-table th {
    padding: 4px .5em;
}

.k-scheduler table, .k-scheduler thead, .k-scheduler tfoot, .k-scheduler tbody, .k-scheduler tr, .k-scheduler th, .k-scheduler td, .k-scheduler div, .k-scheduler .k-scheduler-edit-dialog, .k-scheduler > * {
    border-color: var(--theme-section-border);
}

.k-scheduler .k-toolbar-button-group .k-button {
    min-width: 24px;
}

.k-event {
    font-size: 11px;
}

    .k-event .k-event-actions {
        z-index: 3;
        margin: 2px 0px 0px 0px !important;
        right: 5px;
    }

.k-event-actions .k-icon:before {
    width: inherit;
}

.k-calendar-monthview:after, .k-calendar-view:after {
    webkit-box-shadow: 0 0 2.42857143em 1.21428571em var(--theme-primary);
    box-shadow: 0 0 2.42857143em 1.21428571em var(--theme-primary);
}

.k-calendar td.k-state-focused .k-link {
    box-shadow: inset 0 0 7px 0 var(--theme-secondary);
}

.k-calendar .k-today .k-link {
    color: var(--theme-secondary);
}

.k-calendar .k-footer .k-nav-today {
    color: var(--theme-secondary);
}

.k-calendar .k-selected .k-link, .k-calendar:not(.k-calendar-infinite) .k-content .k-selected .k-link {
    color: var(--theme-secondary);
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

.k-scheduler {
    color: var(--theme-action-text);
}

.k-scheduler-toolbar .k-state-default .k-view-day, .motility-calendar-wrapper .k-state-default .k-view-week,
.motility-calendar-wrapper .k-state-default .k-view-month, .motility-calendar-wrapper .k-state-default .k-view-agenda {
    color: var(--theme-scheduler-secondary);
}


.motility-calendar-wrapper .k-calendar-view {
    padding: 0px;
}

.motility-calendar-wrapper .k-calendar .k-header, .motility-calendar-wrapper .k-calendar .k-header:hover, .motility-calendar-wrapper .k-link .k-nav-fast, .motility-calendar-wrapper .k-calendar .k-nav-fast:hover, .motility-calendar-wrapper .k-calendar .k-content thead, .motility-calendar-wrapper .k-calendar th, .motility-calendar-wrapper .k-calendar:not(.k-calendar-infinite) .k-weekend, .motility-calendar-wrapper .k-calendar .k-nav-fast:active {
    background-color: transparent;
}

.k-scheduler-views .k-link {
    color: #464646;
}

.k-scheduler-views .k-selected .k-link {
    color: #e6e6e6;
}

.k-scheduler-toolbar .k-nav-today .k-link {
    color: var(--theme-scheduler-secondary);
}

.motility-calendar-wrapper .k-scheduler-navigation .k-nav-today {
    background-color: transparent;
    color: var(--theme-primary);
}

table.k-scheduler-table {
    background-color: #e6e6e6;
}

.motility-calendar-wrapper .k-scheduler-table .k-today {
    color: var(--theme-scheduler-secondary);
}

.motility-calendar-wrapper .k-nav-today .k-link {
    color: var(--theme-scheduler-secondary);
}

.k-scheduler .k-scheduler-toolbar .k-selected {
    background-color: var(--theme-mid);
    border-color: var(--theme-mid);
}

.motility-calendar-wrapper .k-scheduler-layout {
    background-color: transparent;
    color: var(--theme-scheduler-secondary);
}

#txtcalendarsearch::-webkit-input-placeholder {
    color: var(--theme-secondary);
}

#txtcalendarsearch::-moz-placeholder {
    color: var(--theme-secondary);
}

#txtcalendarsearch:-ms-input-placeholder {
    color: var(--theme-secondary);
}

#txtcalendarsearch:-moz-placeholder {
    color: var(--theme-secondary);
}
/*#endregion [Calendar]*/

/*#region K Lists*/
.k-list-item > .k-item-item.k-focused {
    background-color: var(--theme-mid-sibling);
    font-size: 12pt;
    padding: 5px 0px 5px 5px;
    border: none;
    transition: all .25s ease;
}

.k-list-item > .k-item-item.k-hover {
    font-size: 12pt;
    border: none;
}

.k-list-md {
    font-size: 10pt;
}

.k-list-container {
    width: auto;
    border-color: var(--theme-primary);
    border-radius: 0;
    background-color: var(--theme-primary);
    color: var(--theme-secondary);
}

    .k-list-container .k-nodata {
        color: var(--theme-secondary);
    }

.k-list-scroller {
    border: none;
}

.k-list-container .k-popup .k-group .k-reset {
    border: none;
}

.k-list > .k-state-focused.k-selected {
    box-shadow: none;
}
/*#endregion [K Lists]*/

/*#region Button List*/
#EntityMess {
    margin-right: 20px;
}

.list-group-item {
    background-color: transparent;
    font-size: 9pt;
    transition: font-size .5s;
    color: var(--theme-secondary);
}

.list-with-arrows .list-group-item {
    transition: none;
}

.list-group-item svg {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.list-group-item:hover {
    font-size: 10.5pt;
}

.list-group-item.active {
    font-weight: bold;
    color: var(--theme-primary);
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.list-with-arrows .list-group-item.active:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: var(--theme-secondary);
    position: absolute;
    right: -24px;
    top: -18.5px;
    font-size: 72px;
}

.list-with-arrows .list-group-item.active:hover:after {
    font-size: 75px;
    right: -25px;
    top: -19.5px;
}
/*#endregion [Button List]*/

/*#region Scrollable List View*/
.motility-list-view {
    border: 1px solid var(--theme-mid-sibling);
    border-radius: 16px;
    padding: 0px 10px;
}

.lv-wrapper {
    overflow: auto;
    padding: 0px 5px;
    margin: 10px 0px;
}

.standard-lv-wrapper {
    max-height: 490px;
}

.lv-instructions {
    margin-bottom: 0px;
    font-size: 15px;
}

.lv-wrapper .boxStyle {
    margin-bottom: 10px;
}
/*#endregion [Scrollable List View]*/

/*#region Splitter*/
.outerWrapper {
    overflow: hidden;
}

.row div.panel-top, .row div.panel-top .outerWrapper, .row div.panel-top .k-grid-content {
    transition: none;
}

.panel-bottom {
    flex: 1 1 auto;
    /* resizable */
    padding: 10px;
    min-height: 200px;
}

.panel-top {
    flex: 0 0 auto;
    min-height: 300px;
    margin-bottom: 0px;
    /*height: 150px;*/ /*allow size to be set by grid scrollable property*/
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.splitter-horizontal {
    text-align: center;
    border-top: 2px solid var(--theme-mid-sibling);
    line-height: 0.1em;
    margin: 15px 0 20px;
    cursor: row-resize;
    flex: 0 0 auto;
}

    .splitter-horizontal span {
        background-color: rgba(252, 252, 252, 1);
        padding: 0px 20px;
        background-image: url(../images/hsizegrip.png);
        background-position: center;
        background-repeat: no-repeat;
        border: 2px solid var(--theme-mid-sibling);
        position: relative;
        top: -2px;
        border-radius: 5px;
    }

.disable-grid-preview .splitter-horizontal, .disable-grid-preview .splitter-horizontal + .row, .disable-grid-preview .splitter-horizontal + .panel-bottom {
    display: none;
}
/*#endregion [Splitter]*/

/*#region Grids*/
.GridRowColor {
    margin: 5px 0;
    padding: 5px;
    background: var(--color);
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-primary)), to(var(--color)));
    background: -webkit-linear-gradient(right, var(--theme-primary), var(--color)); /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(right, var(--theme-primary), var(--color)); /* Firefox 3.6+ */
    background: -ms-linear-gradient(right, var(--theme-primary), var(--color)); /* IE 10 */
    background: -o-linear-gradient(left, var(--theme-primary), var(--color)); /* Opera 11.10+ */
    background: linear-gradient(fff, #ffb9b9); /* True CSS3 support */
}

.k-grid {
    border-radius: 3px 3px 0px 0px;
}

    .k-grid.No-Scroll {
        border: 1px solid var(--theme-secondary);
        border-top: none;
    }

    .k-grid.blank-row-highlight .k-table-tbody tr:last-of-type td {
        border-top: 1px solid #8CE196;
        border-bottom: 1px solid #8CE196;
    }

    .k-grid.blank-row-highlight .k-table-tbody tr.k-grid-edit-row td {
        border: none;
    }

.k-grid-content {
    border-left: 1px solid var(--theme-mid);
    border-bottom: 1px solid var(--theme-mid);
    background-color: var(--theme-section-background);
    min-height: 150px !important;
}

.grid-height-override .k-grid-content {
    min-height: unset !important;
}

.full-screen-grids-buttons .k-grid-content {
    height: calc(100vh - 225px) !important;
}

.full-screen-grids .k-grid-content {
    height: calc(100vh - 175px) !important;
}

#Banking_Checks_Grid > div.k-grid-container {
    min-height: 150px;
    max-height: 160px;
}

.k-grid.H-V-Scroll .k-grid-content {
    border-bottom: none;
}

.k-grid .k-link {
    vertical-align: middle;
}

.k-grid .k-grid-header th.k-header > .k-link {
    line-height: unset;
    padding: 8px 0px; /*left align header*/
}

.k-grid .k-header-column-menu {
    margin-top: 5px;
}

.k-grid {
    border: none;
    border-radius: 0px;
    margin: 10px 0px;
    box-shadow: none;
    overflow-x: auto;
    background-color: transparent;
}

.modal-xxl .k-grid {
    margin: 0px;
}

.k-grid tr {
    border-bottom-color: var(--theme-mid-sibling);
    border-width: 1px 0px 1px 0px;
    line-height: 0.8em;
    color: #4d4d4d;
    background-color: transparent;
}

.k-grid tbody tr:hover {
    background-color: #cecece !important;
}

.k-grid tbody tr:not(.k-footer-template):hover td:not([data-field="isCustomerWaiting"]) {
    color: #4d4d4d;
}

.k-grid tbody tr.k-selected:not(.k-footer-template):hover td:not([data-field="isCustomerWaiting"]) {
    color: var(--theme-primary);
}

.k-grid .k-grid-footer tr.k-footer-template, .k-footer-template td, .k-grid tbody tr.k-footer-template:hover {
    background-color: var(--theme-section-border) !important;
}

.k-grid-footer .k-footer-template td {
    color: var(--theme-secondary);
}

.k-grid tbody tr:hover td a:hover {
    color: var(--theme-primary);
}

.k-grid tr.k-alt {
    background-color: rgba(var(--theme-secondary-rgb),.08);
}

.k-grid .k-table-row .k-table-td {
    border: none;
    padding: 0px 5px 0px 5px;
    height: 27px;
    font-size: 8pt;
    text-align: left;
    white-space: nowrap;
    transition: height .1s linear;
    position: relative;
}

.k-grid.text-wrap-cells .k-table-row .k-table-td {
    min-height: 27px;
    height: initial;
    white-space: normal;
    line-height: 1.5em;
}

.k-grid .k-table-row .k-table-td.currency-data {
    text-align: right;
}

.k-grid .k-grid-header .k-table-th {
    font-size: 8pt;
}

.k-table-row th.k-table-th.k-header {
    padding: 3px 5px 0px 5px;
    height: 26px;
    vertical-align: middle;
}

.no-filter-checkbox .k-table-row th.k-table-th.k-header {
    height: 24px;
    padding-top: 0px;
}

.k-column-title {
    padding-bottom: 1px;
}

.k-grid .k-grid-header .k-table-th {
    position: initial;
}

.k-table-th.k-header .k-checkbox-wrap, .k-table-th.k-header > .k-checkbox {
    position: absolute;
    bottom: 5px;
    left: 6.5px;
    z-index: 1;
}

.no-filter-checkbox .k-table-th.k-header .k-checkbox-wrap, .no-filter-checkbox .k-table-th.k-header > .k-checkbox {
    position: absolute;
    bottom: 1px;
    margin: 0px auto;
}

.k-filtercell .k-picker {
    height: 25px;
}

.k-grid tr:hover {
    background-color: var(--theme-mid-sibling);
}

.k-grid tr.k-selected td {
    transition: background-color .5s;
}

.k-grid tr.k-selected > td {
    background-color: transparent;
}

.k-grid tr.k-selected:hover td {
    /*height: 33px !important;  This was breaking dropdown editor controls in grids on the bottom row.*/
    font-weight: normal;
}

.k-grid td.k-selected:hover, .k-grid tr.k-selected:hover td {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

.k-grid tr.k-selected > td, .k-grid tr.k-selected > td a, .k-grid tr.k-selected > td > textarea {
    background-color: #989898;
    color: var(--theme-primary);
}

    .k-grid tr.k-selected > td a:hover {
        color: var(--theme-mid);
    }

.k-widget.k-grid[disabled] {
    opacity: 1;
    filter: none;
    pointer-events: all;
}

.k-widget.k-grid .buttondisabled {
    opacity: .5;
    filter: none;
    pointer-events: none;
}

.k-grid .buttondisabled {
    opacity: .5;
    filter: none;
    pointer-events: none;
}

.k-grid.k-widget[disabled] tbody[disabled] {
    opacity: .5;
    pointer-events: none;
}

.grid-alert-icon-currency.multi-alert-icon {
    width: 45px;
    text-align: right;
}

.grid-alert-icon-currency .second-grid-icon, .grid-single-icon .second-grid-icon {
    color: var(--theme-grid-link);
    padding-right: 5px;
}

.grid-alert-icon-currency {
    height: 20px;
    width: 20px;
    padding: 0px;
    color: red;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.grid-alert-icon {
    height: 20px;
    width: 20px;
    padding: 0px;
    color: red;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.grid-total-alert-icon {
    height: auto;
    width: auto;
    padding: 0px;
    color: red;
    margin-top: auto;
    margin-bottom: auto;
    right: 5px;
    top: 50%;
}

.grid-single-icon {
    height: 20px;
    width: 20px;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

a.grid-plainlink-inheritfont {
    font-size: inherit;
}

.grid-alert-icon.multi-alert-icon {
    width: 45px;
    text-align: right;
}

.grid-alert-icon .second-grid-icon, .grid-single-icon .second-grid-icon {
    color: var(--theme-grid-link);
    padding-right: 5px;
}

.grid-alert-left-shift {
    right: 30px;
}

.sortable {
    list-style-type: none;
    padding-bottom: 5px;
}

col.k-sorted, th.k-sorted {
    background-color: rgba(0,0,0,.1);
}

.k-menu-group .k-item.k-separator, .k-menu-vertical .k-item.k-separator {
    margin: 0px;
}

.k-menu-vertical .k-item .k-link {
    color: var(--theme-secondary);
    background-color: var(--theme-primary);
}

.k-edit-cell > .k-widget:not(.k-switch), .k-grid-edit-row > td > .k-widget:not(.k-switch) {
    margin-left: 0px;
}

/*#region Custom Grid View*/
.custom-grid-view-list-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#JourFilters, #UnitFilters {
    display: flex;
    align-items: center;
}

#FilterLabel {
    margin: 0px 10px 0px 0px;
}

#FilterButtons, .JF, .JF2, .FilterDDL, .FilterDDLCL, .FilterDP, .FilterTXT, #FilterSaveBtn {
    display: none;
}

    #FilterSaveBtn {
        margin-left: 10px;
    }
    /*#endregion Custom Grid View*/
    /*#region Header*/
    /*Grid Header*/
    .k-grid .k-table.k-grid-table {
        background-color: #fff;
    }

.k-grid-table .k-table-th.k-header {
    border-bottom: 1px solid #979390;
}

.k-grid .k-grid-header {
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-bottom: 1px solid #979390;
    margin: 0px;
    padding: 0px;
    border-radius: 5px 4px 0px 0px;
}

    .k-grid .k-grid-header.manual-header-padding {
        padding-right: 10px !important;
    }

.k-grid th {
    background-color: var(--theme-section-background);
}

.k-table-thead tr.k-table-row, .k-table-thead th, .k-grid .k-grid-content, tr.k-filter-row, .k-grid tr.k-filter-row:hover {
    background-color: #fff;
}

.k-grid .k-grid-header .k-filterable > .k-cell-inner .k-link {
    color: #4d4d4d;
}

.k-grid-header .k-header {
    border-left: none;
    vertical-align: middle;
}

    .k-grid-header .k-header .k-link {
        text-align: center;
        padding-left: 5px 5px 10px 5px;
        font-size: 8pt;
    }

.k-grid-header th.k-header.k-with-icon .k-link {
    padding-right: 0px;
}

.k-header .k-checkbox-label.k-no-text {
    margin: 0px auto 0px auto;
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.k-grid-header-wrap {
    border: none;
    border-radius: 5px 0px 0px 0px;
}

.k-grid-header th.k-header {
    border-left: none;
    vertical-align: middle;
    border-style: solid;
    position: relative;
    border-width: 0px 1px 0px 0px;
    border-color: #979390;
    color: #4d4d4d;
}

.k-grid-header .k-grid-filter:hover, .k-grid tr:hover {
    background-color: var(--theme-primary);
}

.k-grid-header .k-header-column-menu.k-state-active, .k-block ::selection, .k-panel ::selection, .k-widget ::selection {
    background-color: var(--theme-mid);
}

.k-grid-header .k-grid-filter.k-state-active {
    background-color: var(--theme-primary);
}

.k-grid-header th.k-header > .k-link {
    display: inline-block;
    text-align: center;
    padding-left: 5px 5px 10px 5px;
    font-size: 8pt;
    margin-right: 0px;
}

.k-grid-header-wrap {
    border: none;
}

.k-grid-header .k-grid-filter:hover, .k-grid tr:hover {
    background-color: transparent;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: var(--theme-secondary);
}

.k-grouping-header {
    background-color: transparent;
    padding: 0px;
    color: var(--theme-secondary);
    border: none;
}

.k-grid-header th.k-header.k-with-icon {
    padding-right: 1.7em;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    position: absolute;
    top: 4px;
}

.k-header > .k-grid-filter {
    top: 9px;
}

/*Correct select all column in grid header*/
.k-grid .k-grid-header th.k-header .motility-checkbox .k-checkbox-label {
    font-size: 8pt;
}

.k-grid .k-grid-header th.k-header .motility-checkbox .k-checkbox {
    margin-top: 8px;
}

/*Toolbar*/
.k-toolbar {
    background-color: transparent;
}

.settings-tabs .k-header.k-grid-toolbar {
    text-align: right;
}

.modal-body .k-header.k-grid-toolbar {
    text-align: right;
}

.k-grid-toolbar {
    border: none;
}
/*#endregion Header*/

/*#region Filter and Sort*/


.k-filtercell {
    display: block;
}

    .k-filtercell > .k-operator-hidden {
        padding-right: 0px;
    }

        .k-filtercell > .k-operator-hidden .k-input {
            padding-right: 20px !important;
        }

.k-filter-help-text {
    color: var(--theme-secondary);
    font-size: 10pt;
}

.k-grid .k-filter-row.k-table-row .k-table-td {
    border-width: 0px 1px 0px 0px;
    border-right: 1px solid #979390;
}

.k-filtercell-wrapper {
    margin: 1px 0px 5px 0px;
}

.k-grid .k-table-th.k-focus, .k-grid td.k-focus, .k-grid .k-table-td.k-focus {
    box-shadow: none;
}

.k-filtercell-wrapper .k-input {
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .k-filtercell-wrapper .k-input.k-input-solid:focus-within {
        border: 1px solid #86b7fe;
        box-shadow: none;
        border-radius: 5px;
    }

    .k-filtercell-wrapper .k-input .k-input-inner {
        padding: 3px 5px 3px 5px;
        font-size: 14px;
    }

.k-filtercell-wrapper .k-dropdown-operator {
    background-color: transparent;
    border: 0px;
    height: 24px;
}

    .k-filtercell-wrapper .k-dropdown-operator .k-icon-button, .k-filtercell-wrapper .k-datepicker .k-icon-button {
        min-width: 24px;
        border: none;
    }

.k-filtercell-wrapper .k-datepicker:hover {
    border-radius: 5px;
}

.motility-search .k-autocomplete {
    border-radius: 20px;
    border: 1px solid #fff;
}

    .motility-search .k-autocomplete .k-input {
        border-radius: 20px;
        font-size: 10pt;
    }

#sortable-basicb .sortable li, #sortable-basic2b .sortable li, #sortable-basic3b .sortable li {
    list-style-type: none;
}



.k-filter-help-text {
    font-size: 10pt;
}

/*Drop Down Menu Styles for Grids*/
.k-dropdowngrid-popup .k-item:nth-child(2n) {
    background-color: var(--theme-mid);
}

.k-dropdowngrid-popup .k-item.k-selected {
    background-color: var(--theme-selected-row);
}

.k-dropdowngrid-popup .k-item.k-state-hover {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

.k-header > .k-grid-filter {
    padding: 0px;
    margin: 0px;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover {
    background-color: transparent;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item .k-filter-help-text, .k-column-menu .k-menu:not(.k-context-menu) .k-item .k-picker-solid, .k-column-menu .k-menu:not(.k-context-menu) .k-item .k-textbox {
    color: var(--theme-secondary);
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item .k-textbox {
    border: 1px solid var(--theme-secondary);
}

.k-link.k-menu-link {
    text-align: left;
}

.k-group.k-menu-group {
    padding: 10px 0px;
    background-color: var(--theme-primary);
}

.k-link.k-menu-link input {
    margin-right: 5px;
}

.k-menu .k-item > .k-link {
    display: flex;
}

.k-filter-menu {
    margin: 0px;
    padding: 0px;
}

.k-filter-menu-container .k-dropdown-wrap {
    border-radius: 3px;
}

.k-filter-menu-container .k-numeric-wrap, .k-filter-menu-container .k-dropdown-wrap {
    border-top: none;
    border-right: none;
    border-left: none;
}

.k-filter-menu-container .k-dropdown .k-dropdown-wrap.k-state-focused {
    background-color: transparent;
    box-shadow: none;
}

.k-filter-menu .k-filter-menu-container, .k-filter-menu > div:not(.k-animation-container) {
    padding: 10px;
}

.k-menu-group .k-item:hover {
    background-color: transparent;
}

.k-action-buttons .k-button {
    padding: 0px;
    height: 25px;
    line-height: 0;
    border-radius: 12px;
}

.k-filter-menu .k-filter-menu-container .k-action-buttons {
    margin: 10px 0px 0px 0px;
    padding-top: 10px;
}

.k-filter-menu .k-filter-help-text, .k-filter-menu .k-dropdown .k-dropdown-wrap, .k-filter-menu .k-textbox,
.k-filter-menu input.k-textbox:hover, .k-filter-menu .k-dropdown .k-state-focused .k-input, .k-filter-menu .k-dropdown .k-state-hover .k-input {
    color: #4d4d4d;
}

.k-filter-menu .k-dropdown-wrap.k-state-default, .k-filter-menu .k-dropdown-wrap.k-state-hover {
    border-color: #b3b3b3 !important;
}

.k-filter-menu .k-dropdown-wrap.k-state-focused.k-state-active.k-state-hover.k-state-border-down:hover .k-input {
    color: #e6e6e6;
}

.k-filter-menu .k-textbox:focus {
    color: #4d4d4d;
    border-bottom: 1px solid #b3b3b3;
}

.k-filter-menu .k-textbox {
    border-color: #b3b3b3;
}

.k-filter-menu .k-input::selection, .k-textarea::selection, .k-textbox::selection {
    background-color: #4d4d4d;
}

.k-filter-menu input.k-textbox {
    text-indent: initial;
    font-size: 10pt;
    line-height: initial;
    padding-bottom: 0px;
    height: initial;
    margin-top: 10px;
}

.k-menu-group .k-item.k-state-focused {
    box-shadow: none;
}

.k-grid-header .k-link .k-icon.k-i-sort-asc-sm {
    margin-top: -2px;
}

span.k-icon.k-i-more-vertical {
    margin-top: 13px;
}
/*#endregion [Filter and Sort]*/

/*#region Filter Input with Field*/
th .k-filtercell .k-dropdown-operator, th .k-filtercell .k-dropdown-wrap {
    height: 24px;
    margin: 0px;
    border: none;
}

.k-filtercell .k-autocomplete.k-state-hover > .k-i-close {
    display: none;
}

th .k-filtercell .k-dropdown-operator {
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius: 0px;
}

.k-filtercell > span {
    padding-right: 30px;
}

.k-filter-row th {
    padding: 0px 6px;
}

th .k-filtercell .k-input {
    height: 24px;
}

th .k-filtercell .k-dropdown-operator .k-icon {
    position: relative;
    top: -2px;
    right: -1px;
}

.k-filter-row th {
    border-width: 0px 1px 1px 0px;
    border-color: var(--theme-section-border);
}

th .k-filtercell .k-button-icon {
    width: 27px;
    min-width: initial;
    padding: 3px 0px;
    margin-right: -2px;
}

.k-filtercell .k-input {
    text-indent: 5px;
}

.k-filtercell label {
    color: var(--theme-secondary);
}

/*reformat other inputs to match - date picker, time picker and numeric*/
.k-filtercell .k-datepicker .k-picker-wrap.k-state-hover, .k-filtercell .k-datepicker .k-picker-wrap.k-state-hover:hover, .k-filtercell .k-datepicker .k-picker-wrap.k-state-focused,
.k-filtercell .k-timepicker .k-picker-wrap.k-state-hover, .k-filtercell .k-timepicker .k-picker-wrap.k-state-hover:hover, .k-filtercell .k-timepicker .k-picker-wrap.k-state-focused,
.k-filtercell .k-numerictextbox .k-numeric-wrap.k-state-hover, .k-filtercell .k-numerictextbox .k-numeric-wrap.k-state-hover:hover, .k-filtercell .k-numerictextbox .k-numeric-wrap.k-state-focused {
    background-color: #ebebeb;
    border-color: #aeaeae;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.k-filtercell .k-datepicker .k-picker-wrap,
.k-filtercell .k-timepicker .k-picker-wrap,
.k-filtercell .k-numerictextbox .k-numeric-wrap {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .k-filtercell .k-datepicker .k-picker-wrap .k-input,
    .k-filtercell .k-timepicker .k-picker-wrap .k-input,
    .k-filtercell .k-numerictextbox .k-numeric-wrap .k-input {
        height: 24px;
        padding: .167em 0;
    }

    .k-filtercell .k-datepicker .k-picker-wrap .k-select {
        width: 20px;
        height: 20px;
        position: relative;
        right: 2px;
    }

    .k-filtercell .k-datepicker .k-picker-wrap.k-state-hover .k-select,
    .k-filtercell .k-numerictextbox .k-numeric-wrap.k-state-hover .k-select, .k-datetimepicker .k-picker-wrap:hover .k-select {
        background-color: transparent;
        background-image: none;
    }

/*Radio Buttons*/
.k-filtercell .k-operator-hidden label {
    display: block;
    height: 20px;
    margin: -5px 0px 0px 0px;
    font-size: 9pt;
}

    .k-filtercell .k-operator-hidden label input {
        margin-left: 5px;
    }

.k-filtercell .k-operator-hidden button {
    top: 6px;
}
/*#endregion [Filter Input with Field]*/

/*#region Cell - Plain Text*/
a.plainGridLink {
    text-decoration: underline;
    color: var(--theme-grid-link);
    font-size: 10pt;
}

    a.plainGridLink:hover {
        text-decoration: underline;
    }

.k-grid tr.k-selected > td a {
    font-weight: bold;
}
/*#endregion [Cell - Plain Text]*/

/*#region Cell - Input Fields*/
.k-grid-edit-row .k-dirty-cell {
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-edit-cell > .k-widget, .k-grid-edit-row > td > .k-widget, .k-edit-cell > .k-textbox, .k-grid-edit-row > td > .k-textbox, .k-edit-cell > .text-box, .k-grid-edit-row > td > .text-box {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px;
    margin: 0px;
    line-height: initial;
    text-indent: initial;
    font-size: 10pt;
}

.k-selected.k-grid-edit-row .k-numerictextbox .k-numeric-wrap, .k-grid tbody tr.k-grid-edit-row:hover .k-numerictextbox .k-numeric-wrap {
    color: var(--theme-primary);
}

.k-selected.k-grid-edit-row .k-datepicker .k-picker-wrap, .k-grid tbody tr.k-grid-edit-row:hover .k-datepicker .k-picker-wrap {
    color: var(--theme-primary);
}

tr.k-grid-edit-row input.k-textbox, .k-grid-edit-row input.text-box {
    color: var(--theme-secondary);
}

tr.k-grid-edit-row:hover input.k-textbox, .k-grid-edit-row:hover input.text-box,
tr.k-grid-edit-row:hover .k-dropdown .k-dropdown-wrap, .k-grid-edit-row:hover .k-combobox .k-dropdown-wrap .k-input {
    color: var(--theme-primary);
}

.k-grid-edit-row .k-dropdown .k-dropdown-wrap.k-state-focused {
    background-color: transparent;
    color: var(--theme-secondary);
    background-image: none;
}

.k-grid-edit-row .k-dropdown .k-dropdown-wrap, .k-grid-edit-row .k-combobox .k-dropdown-wrap .k-input {
    color: var(--theme-secondary);
}

.k-grid-edit-row:hover input.k-textbox, tr.k-selected input.text-box,
.k-grid-edit-row:hover input.text-box, .k-grid-edit-row:hover span.k-input-inner, .k-grid-edit-row:hover span.k-input,
tr.k-selected input.k-textbox, tr.k-selected span.k-input-inner, tr.k-selected .k-dropdown .k-dropdown-wrap .k-input,
tr.k-selected .k-combobox .k-dropdown-wrap .k-input {
    color: var(--theme-primary);
}

.k-grid-edit-row:hover input.text-box {
    font-weight: bold;
}

.k-command-cell .k-grid-delete, .k-command-cell .k-grid-edit, .k-command-cell .k-grid-Copy {
    border: 1px solid var(--theme-primary);
}

.k-edit-cell .k-input {
    background-color: #989898;
}

.k-edit-cell .k-dropdown-wrap .k-input, .k-grid-edit-row .k-edit-cell .k-dropdown-wrap .k-input {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

.k-edit-cell .k-textbox {
    color: var(--theme-primary);
}

.k-edit-cell .k-dropdown-wrap .k-select {
    line-height: 1.5em;
}

.k-edit-cell .k-timepicker .k-picker-wrap.k-state-hover .k-select {
    background-color: #fff;
    background-image: linear-gradient(#ffffff,#ffffff);
}

.k-edit-cell .k-combobox .k-state-default .k-input {
    box-shadow: none;
}

.k-edit-cell .k-i-calendar {
    margin-top: -5px;
}

.k-edit-cell .k-datepicker .k-picker-wrap .k-input {
    padding: 0px;
    color: var(--theme-primary);
}

.k-edit-cell > .text-box, .k-grid-edit-row > td > .text-box {
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    outline: none;
}

tr.k-grid-edit-row > td.k-table-td > span.k-input.k-textbox > input.k-input-inner:focus,
tr.k-grid-edit-row > td.k-table-td > input.k-input-inner:focus,
tr.k-grid-edit-row > td.k-table-td > input.text-box:focus,
tr.k-grid-edit-row > td.k-table-td > span.k-input.k-combobox > input.k-input-inner:focus,
tr.k-grid-edit-row > td.k-table-td > textarea:focus {
    border-radius: 5px;
    background-color: white !important;
    color: #4d4d4d !important;
}

tr.k-grid-edit-row > td.k-table-td span.k-input.k-combobox.k-dropdowngrid.k-input-solid:has(input:focus),
tr.k-grid-edit-row > td.k-table-td.k-edit-cell > .k-numerictextbox.k-input > input.k-input-inner:focus {
    background-color: white !important;
    color: #4d4d4d !important;
}

tr.k-grid-edit-row > td.k-table-td.k-edit-cell > .k-datepicker.k-input:has(> input.k-input-inner:focus),
tr.k-grid-edit-row > td.k-table-td.k-edit-cell > .k-timepicker.k-input:has(> input.k-input-inner:focus),
tr.k-grid-edit-row > td.k-table-td.k-edit-cell > .k-datetimepicker.k-input:has(> input.k-input-inner:focus) {
    background-color: white !important;
    color: #4d4d4d !important;
}
tr.k-grid-edit-row > td.k-table-td.k-edit-cell > input.text-box.single-line:focus {
    padding-block: 0.345rem;
}

tr.k-grid-edit-row > td.k-table-td:not(.k-edit-cell) > input:focus {
    background-color: white !important;
    color: #4d4d4d !important;
    border-radius: 5px;
    border: none;
    outline: 0;
}
tr.k-grid-edit-row > td.k-table-td:not(.k-edit-cell) > input {
    border-radius: 5px;
    border: none;
    outline: 0px;
}

tr.k-table-row:hover .k-input-inner {
    color: #4d4d4d;
}
tr.k-grid-edit-row > td.k-table-td > input.text-box.single-line:focus {
    padding-inline: 0.375rem;
}

.k-edit-cell > span.k-textbox:has(> input,> .k-input-inner) {
    border-radius: 5px;
    background-color: white !important;
    color: #4d4d4d !important;
}

.k-edit-cell input.k-textbox:hover, .k-edit-cell .k-textbox, .k-edit-cell .k-textbox:focus {
    color: var(--theme-primary);
}

.k-grid .k-edit-cell .k-widget .k-select .k-icon {
    color: var(--theme-primary);
}

.k-grid tr td span.grid-text-sbutton { /*Cell with text and button*/
    width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.grid-cell-button {
    float: right;
    font-size: 6pt;
    height: 20px;
    width: 20px !important;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.grid-cell-button2 {
    float: right;
    font-size: 6pt;
    height: 20px;
    width: 20px;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.k-grid tr.k-selected td span.grid-text-sbutton + .grid-cell-button {
    margin-top: 2.5px;
}

.k-edit-cell .k-picker-wrap.k-state-focused {
    box-shadow: none;
}

.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label, .k-grid .k-edit-cell input[type=checkbox] + label.k-checkbox-label {
    margin-left: 0px;
}

.k-grid .k-combobox > .k-dropdown-wrap > .k-i-close {
    top: 11px;
    right: 27px;
}

    .k-grid .k-combobox > .k-dropdown-wrap > .k-i-close:before {
        width: 10px;
    }

.motility-grid .text-box {
    padding: 0px;
}

.grid-checkbox label {
    margin-top: 4px;
}

.grid-checkbox, .k-grid tr td.grid-checkbox, .grid-checkbox.k-edit-cell {
    text-align: center;
}

.k-grid .motility-textarea {
    font-size: 10pt;
    width: 100%;
    resize: none;
}

.k-grid tr.k-selected .motility-textarea {
    font-size: 12pt;
    padding: 0px;
    border-width: 0px 0px 1px 0px;
    margin-bottom: -5px;
}

.k-grid .motility-textarea:focus-visible {
    outline: none;
}
/*#endregion [Cell - Input Fields]*/

/*#region Cell - Colored*/
.colorCell {
    padding: 5px 5px;
    border-radius: 10px;
}

    .colorCell span {
        overflow: hidden;
        display: block;
    }
/*#endregion [Cell - Colored]*/

/*#region Template Classes*/
.isCustomerWaiting {
    background-color: yellow;
    color: #464646;
}

.grid-status-container {
    display: flex;
}

    .grid-status-container .grid-status-color {
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

    .grid-status-container .grid-status-color-alt {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 3px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid black;
    }

.grid-status-text {
    padding-top: 3px;
    margin-left: 3px;
}

.grid-cell-button-full-width {
    width: 100%;
}

.grid-full-width-height-status {
    width: 100%;
    height: 100%;
}

.grid-cell-button-small-height {
    height: 25px;
}

.entity-consolidate-dropdown {
    width: 65px;
}

.consolidate-entity-button {
    font-size: 8px;
}
/*#endregion [Template Classes]*/

/*#region Buttons*/
.k-grid .k-icon.k-i-more-vertical {
    margin: 0px;
}

.k-grid-delete .k-icon {
    margin: 0px;
    position: relative;
    top: -2px;
    left: -3px;
}

    .k-grid-delete .k-icon:before {
        width: 10px;
    }
/*#endregion [Buttons]*/

/*#region Grid Footer*/
.grid-details {
    padding: 3px 0px 0px 0px;
    text-align: right;
}

.grid-records {
    display: inline-block;
    margin-right: 5px;
    font-size: 10pt;
    position: relative;
    top: 2px;
}

.no-action-buttons {
    padding: 0px;
}
/*#endregion [Grid Footer]*/

/*#region Paging*/
.k-pager-numbers-wrap .k-pager-numbers :not(.k-pager-nav).k-link {
    width: 100%;
}

.k-pager-numbers-wrap button {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: inherit !important;
}

.k-pager-numbers-wrap select.k-picker-md {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #d6d6d6;
}

.k-pager-numbers li .k-selected {
    border-radius: 6px;
    background-color: var(--theme-secondary-sibling);
}

.k-pager-wrap .k-link {
    background-color: var(--theme-primary);
}

.k-pager-numbers .k-link {
    color: var(--theme-secondary);
}

.k-pager-wrap .k-link:hover {
    background: initial;
    font-weight: bold;
    color: var(--theme-primary)
}

.k-pager-wrap.k-pager-sm .k-pager-numbers {
    height: inherit;
}

    .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link {
        line-height: inherit;
        padding: 0px;
        position: relative;
        top: 1px;
        width: 100%;
    }

.k-pager-wrap {
    border-color: transparent;
}

.k-pager-sizes .k-dropdown-wrap .k-input, .k-pager-sizes .k-dropdown-wrap .k-input:after, .k-pager-sizes .k-dropdown-wrap .k-state-focused {
    color: var(--theme-secondary);
}
/*#endregion [Paging]*/

/*#region Misc Clasess*/
.gridPreviewItem {
    margin: 20px 0px;
}

    .gridPreviewItem label {
        margin-top: 0px;
    }

.k-edit-form-container .k-edit-buttons {
    margin: 0px;
    background-color: var(--theme-primary);
}

.k-edit-form-container .k-edit-buttons, .k-header {
    border: none;
}
/*#endregion [Misc Classes]*/

/*#region Motility Grid (to be phased out)*/
.motility-grid .k-combobox .k-select {
    background-color: transparent !important;
    background-image: none;
    border-color: var(--theme-mid-sibling);
}

.motility-grid .k-textbox, .motility-grid .text-box {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--theme-mid-sibling);
    outline: 0;
    background-color: transparent !important;
    font-size: 10pt;
    padding: 5px;
    height: auto;
    box-shadow: none;
}

.motility-grid .motility-dropdown .k-widget {
    background-color: transparent !important;
}

.motility-grid .k-dropdown-wrap, .motility-grid .k-dropdown-wrap:hover, .motility-grid .k-dropdown-wrap:active, .motility-grid .k-dropdown-wrap:after, .motility-grid .k-dropdown-wrap:before, .motility-grid .k-dropdown-wrap:focus, .motility-grid .k-dropdown-wrap .k-state-focused, .motility-grid .k-dropdown-wrap .k-state-focused:before, .motility-grid .k-dropdown-wrap .k-state-focused:after, .motility-grid .k-dropdown-wrap .k-state-active {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: 1px solid var(--theme-mid-sibling) !important;
    outline: 0;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: none !important;
    background-image: none;
    background-color: transparent !important;
}

.motility-grid .k-dropdown .k-input, .motility-grid .k-dropdown .k-state-focused .k-input {
    color: var(--theme-primary);
}
/*#endregion [Motility Grid]*/

/*#region Grid Card View*/
.mobile-no-scroll .modal-no-scroll-cards {
    overflow-y: scroll;
    margin-top: 10px;
    flex-grow: 1;
}

.grid-cards {
    padding: 0px 0px 10px 0px;
    background-color: var(--theme-section-background);
    margin-top: 10px;
    border: 1px solid #b7b7b7;
    max-height: calc(100vh - 200px);
    height: 1700px;
    overflow-y: auto;
    cursor: pointer;
}

.mobile-no-scroll .grid-cards {
    display: flex;
    flex-direction: column;
    height: unset;
    max-height: unset;
    overflow: unset;
    margin-top: 0px;
    height: 100%;
}

.grid-cards.grid-cards-selectable .grid-card {
    cursor: pointer;
}

.grid-card:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}

.grid-card.grid-card-selected {
    background-color: #4d4d4d;
    color: #e6e6e6;
}


.grid-card-header {
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .grid-card-header.grid-card-header-plain {
        text-transform: initial;
        font-weight: normal;
        margin: 0px;
    }

.grid-card-data {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 15px;
}

    .grid-card-data:last-of-type {
        margin: 0px;
        padding-bottom: 5px;
    }

    .grid-card-data.card-save-warning {
        color: red;
    }

    .grid-card-data.card-item-emphasis {
        font-weight: bold;
    }

    .grid-card-data.card-item-color-background {
        margin-left: 15px;
        border-radius: 5px;
        width: fit-content;
        padding: 3px 15px;
    }

    .grid-card-data a {
        font-size: 14px;
        text-decoration: underline;
        color: #1a5ec9;
    }
/*#endregion [Grid Card View]*/
/*#endregion [Grids]*/

/*#region Input & Buttons*/
/*#region Common/Wrap Styles*/
.form-control[readonly], .k-input[readonly] {
    background-color: #e9ecef;
}

.k-state-focused .form-control[readonly], .k-state-focused .k-input[readonly] {
    opacity: 1;
}

.k-input.k-textbox.k-state-disabled, .k-input.k-textbox:disabled, .k-input.k-textbox[disabled], .k-textarea.k-state-disabled,
.k-textarea:disabled, .k-textarea[disabled], .k-textbox.k-state-disabled, .k-textbox:disabled, .k-textbox[disabled] {
    opacity: initial;
}

.k-state-disabled, .k-widget[disabled] {
    opacity: 1;
}

/*styles shared across specific field types*/
.motility-dropdown {
    height: 24px;
}

    .motility-dropdown .k-dropdown, .motility-datepicker:not(.aligned-has-icon) .k-datepicker .k-picker-wrap,
    .k-widget.k-combobox.k-combobox-clearable, .k-multiselect .k-multiselect-wrap, .k-widget.k-datepicker {
        width: 150px;
    }

/*Outter field sizing (to ensure icons are inside the column bounds)*/
.motility-textbox, .motility-datepicker, .motility-dropdown, .motility-numeric, .motility-numeric .k-numerictextbox, .motility-numeric > input {
    width: 200px;
}

.extended-multiselect .k-multiselect::after {
    display: flex;
    position: relative;
    bottom: unset;
    right: unset;
    align-self: center;
    padding: 0px 4px;
}

.extended-multiselect .motility-dropdown {
    margin: 0px;
    width: calc(100% - 5px);
}

.motility-numeric .k-input-spinner {
    display: none;
}

.motility-textbox input:disabled, .motility-numeric input:disabled, .k-state-disabled.motility-textbox input, .k-state-disabled.motility-numeric input,
.k-picker-wrap.k-state-disabled .k-input, .k-widget[disabled]:not(.k-grid), .k-widget[disabled] :not(.k-checkbox)[disabled]:not(.k-grid-header)[disabled]:not(.k-header)[disabled]:not(.k-grid-content)[disabled],
.k-state-disabled.motility-dropdown input.k-input, .k-state-disabled.motility-dropdown .k-dropdown-wrap {
    border: none;
}

.motility-section-card .motility-textbox input, .motility-numeric input, .motility-section-card .k-textbox, .motility-section-card .k-input,
.motility-textbox input, .k-textbox, .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .motility-textbox .k-textbox,
.motility-dropdown .k-dropdownlist {
    padding: 0px;
    text-indent: initial;
    height: 24px;
}

.motility-multiselect .k-input {
    min-height: 24px;
    height: auto;
}

.motility-textbox, .motility-dropdown .k-dropdown, .motility-datepicker .k-datepicker, .motility-datepicker .k-datetimepicker .k-picker-wrap,
.motility-numeric input, .motility-numeric .k-numerictextbox, .k-widget.k-combobox.k-combobox-clearable {
    background-color: transparent;
    box-sizing: border-box;
}

.combobox-text-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; /* Wrap words if necessary */
    white-space: normal;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    padding-right: 0px;
    border-radius: 0px;
}

    .k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
        text-align: right;
    }

.motility-dropdown .k-input[type="text"], .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    color: var(--theme-secondary);
}

.motility-dropdown .k-icon, .k-icon, .k-tool-icon {
    color: var(--theme-accent);
}

.k-picker-wrap .k-input, .motility-dropdown .k-input, .motility-numeric .k-input {
    height: 24px;
    line-height: 24px;
}

.k-datepicker .k-picker-wrap {
    color: var(--theme-secondary);
}

.k-picker-wrap {
    color: var(--theme-secondary);
}

.motility-numeric-wrap, .k-numeric-wrap, .k-dropdown-wrap {
    border-bottom: 1px solid transparent;
}

.motility-numeric .k-select, .motility-datepicker .k-select, .motility-dropdown .k-select {
    position: absolute;
    width: 20px;
}

.motility-pincode {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    border: 3px solid #6c8acf;
    margin: 10px;
    background-color: transparent;
}

.error-text {
    margin-top: 10px;
    color: var(--theme-red-label);
    font-weight: 600;
}

/*styles shared across general kendo styles*/
.motility-input.motility-numeric.currency-data input {
    text-align: right;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-dropdown-wrap {
    border-radius: 0;
    background-color: transparent;
    color: var(--theme-secondary);
}

.k-picker-wrap .k-state-focused, .k-picker-wrap .k-state-focused:before {
    box-shadow: none;
}

.k-picker-wrap {
    background-color: transparent;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: 1px solid var(--theme-mid-sibling);
}

.k-picker-wrap {
    border: none;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    padding-right: 0px;
}

    .k-picker-wrap.k-state-default {
        border-color: transparent;
        color: var(--theme-secondary);
    }

        .k-picker-wrap.k-state-default .k-input {
            margin-right: 4px;
            box-shadow: none;
        }

    .k-picker-wrap .k-select {
        border: none;
    }

.k-select {
    border-radius: 0px;
}

.disabledField .motility-numeric .k-numerictextbox .k-numeric-wrap .k-select {
    display: none !important;
}

.standard-disabled-input-highlight-section {
    background-color: var(--theme-field-disabled);
    margin-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
}

    .standard-disabled-input-highlight-section .col {
        padding: 0px 10px;
    }

    .standard-disabled-input-highlight-section .motility-input {
        margin: 0px;
    }

    .standard-disabled-input-highlight-section label {
        margin-top: 5px;
    }

    .standard-disabled-input-highlight-section .motility-input input[disabled]:not(.k-checkbox):not(.k-radio) {
        background-color: transparent;
        padding: 0px;
    }
/*#endregion [Common/Wrap Styles]*/
/*#region Input Labels*/
.motility-label, .motility-label-message {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 8pt;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 3px;
    display: block;
    color: var(--theme-secondary);
}

.motility-label.fill-space {
    width: calc(100% - 220px);
    max-width: unset;
}

.motility-label-no-overflow {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 8pt;
    white-space: nowrap;
    margin-bottom: 3px;
    display: inline-block;
}

.motility-label.has-disabled-input {
    opacity: .65;
}

.redLabel {
    color: var(--theme-red-label);
}

.greenLabel {
    color: var(--theme-green-label);
}

.blueLabel {
    color: var(--theme-blue-label);
}

.labelPreview {
    position: absolute;
    font-size: 7pt;
    border: 2px solid var(--theme-secondary);
    border-radius: 5px;
    padding: 3px;
    background-color: var(--theme-primary);
    margin-top: -20px;
    white-space: nowrap;
    overflow: visible;
    width: fit-content;
    z-index: 99999;
}

    .labelPreview:after {
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        left: 12px;
        top: 8px;
    }

.tool-tip-modal-field {
    font-size: 10pt;
    width: 190px;
    margin-left: 10px;
    height: 20px;
}

.has-field-tool-tip {
    position: relative;
}

.toolTipHeader {
    position: relative;
    display: inline-block;
}

    .toolTipHeader .motility-button {
        min-width: initial;
        margin: 0px 0px 0px 10px;
    }

        .toolTipHeader .motility-button svg {
            width: 12px;
        }

    .toolTipHeader .fieldToolTip {
        font-weight: initial;
        text-transform: initial;
    }

.fieldToolTip {
    position: absolute;
    top: -7px;
    left: 106%;
    z-index: 10;
    background-color: #292a2d;
    display: inline-block;
    padding: 7px;
    color: #e6e6e6;
    display: none;
}

.toolTipHeader .fieldToolTip {
    top: 0px;
    left: 50px;
}

.fieldToolTip:after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    left: -7px;
    top: 4px;
    color: #292a2d;
}

.tool-tip-button {
    display: none;
}

.fieldToolTipLabelFull {
    font-size: 12px;
    font-weight: bold;
}

.fieldToolTipDataFull {
    font-size: 12px;
    margin-top: 3px;
    white-space: nowrap;
}

/*Tool tips in list format*/
.list-group-item.active .tool-tip-button {
    display: none !important;
}

.list-group-item .motility-button.tool-tip-button {
    min-width: initial;
    position: absolute;
    top: 0px;
    right: 5px;
}

.list-group-item .tool-tip-button svg {
    margin-right: 0px;
}

.list-group-item.has-tooltip-button {
    padding: 10px 40px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item .fieldToolTip {
    top: 25%;
    left: 110%;
}
/**/

.motility-label-large {
    font-size: 12pt;
}

.motility-dropdown-label {
    margin-top: -7px;
}

.input-display-fields-control {
    margin-bottom: 15px;
}

.input-display-fields {
    background-color: #EEEFF3;
    padding: 5px 10px;
    border-radius: 5px;
}

    .input-display-fields .motility-label, .advancedView .input-display-fields label:not(.k-grid-content .k-checkbox-label) {
        margin: 0px;
        font-size: 10pt;
        width: 360px;
        max-width: 360px;
        opacity: 1;
    }

    .input-display-fields .motility-input {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .input-display-fields .row:last-of-type .motility-input {
        margin: 0px;
    }

    .input-display-fields .col-auto, .advancedView .input-display-fields .col-auto {
        padding: 0px;
    }

    .input-display-fields.condensed-display-fields .motility-input {
        margin-bottom: 0px;
    }

    .input-display-fields .motility-input input[disabled]:not(.k-checkbox):not(.k-radio) {
        background: transparent;
        border: none !important;
        padding: 0px;
        font-size: 8.5pt;
        height: initial;
    }

.horizontalFields .motility-label, .motility-label.align-to-top {
    margin: 0px;
}

.horizontalFields div {
    margin: 0px;
}

.horizontalFields .row:first-child .motility-form-full {
    border-radius: 5px 5px 0px 0px
}

.horizontalFields .row:last-child .motility-form-full {
    border-radius: 0px 0px 5px 5px
}

.horizontalFields .motility-form-full {
    background-color: var(--theme-field-disabled);
    padding: 5px 5px;
}

    .horizontalFields .motility-form-full .deal-info-formatted p {
        font-size: 9pt;
        margin: 0px;
    }

        .horizontalFields .motility-form-full .deal-info-formatted p:first-child {
            font-weight: bold;
        }

.motility-condensed-label {
    margin-top: 10px;
}
/*#endregion Input Labels*/

/*#region Textbox*/
.motility-input input:not(.k-checkbox):not(.k-radio), .motility-input:not(.motility-datepicker) .k-input-inner {
    border: 1px solid #E2E2E2 !important;
    border-radius: 5px;
    outline: 0;
    font-size: 10pt;
    background-color: var(--theme-field-background);
    box-sizing: border-box;
    color: #4d4d4d;
    padding: 0px 5px;
    vertical-align: middle;
}

.extended-multiselect .motility-input input:not(.k-checkbox):not(.k-radio), .extended-multiselect .motility-input:not(.motility-datepicker) .k-input-inner {
    border: unset !important;
    border-radius: unset;
    outline: unset;
    font-size: unset;
    background-color: unset;
    box-sizing: unset;
    color: unset;
    padding: unset;
}

.input-field-light-contrast .motility-input input:not(.k-checkbox):not(.k-radio), .input-field-light-contrast .motility-input:not(.motility-datepicker) .k-input-inner {
    background-color: #fff;
}

.motility-input input.k-input-inner {
    width: 100% !important;
}

.motility-input.motility-textbox > input {
    width: 200px;
}


.motility-input input[readonly]:not(.k-checkbox):not(.k-radio), .motility-input .k-input-inner[readonly],
.motility-input input[disabled]:not(.k-checkbox):not(.k-radio), .motility-input .k-input-inner[disabled],
.motility-input .k-dropdownlist.k-disabled .k-input-inner {
    background-color: var(--theme-field-disabled);
    color: var(--theme-field-disabled-text-color);
    border-color: transparent !important;
}

.motility-input .k-disabled, .motility-input .k-widget[disabled] {
    opacity: 1;
}

.motility-textbox .k-textbox {
    outline: 0;
    background-color: transparent;
    font-size: 10pt;
    padding: 0px;
    color: var(--theme-secondary);
}

.motility-textbox .input.k-textbox, input.k-textbox:hover {
    color: var(--theme-secondary);
}

.k-input.k-textbox.k-state-focus, .k-input.k-textbox:focus, .k-textarea.k-state-focus, .k-textarea:focus,
.k-textbox.k-state-focus, .k-textbox:focus {
    color: var(--theme-secondary);
}

input.k-textbox:hover {
    background-color: transparent;
}

.k-textbox {
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
}

/*for auto filled fields*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--theme-section-background) inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--theme-secondary);
}

.motility-textbox-x2 {
    width: 440px;
}

input.k-textbox, input.k-textbox:hover {
    background-color: transparent;
}

.motility-textbox input:focus,
.motility-numeric input:focus {
    box-shadow: 0 0 10px 0 #76abd9;
}

label:has(+ .motility-textbox input:focus), label:has(+ .motility-numeric input:focus),
label:has(+ .motility-dropdown .k-picker-solid:focus), label:has(+ .motility-dropdown .k-picker-solid.k-focus),
label:has(+ .motility-dropdown .k-input-solid:focus), label:has(+ .motility-dropdown .k-input-solid.k-focus),
label:has(+ .motility-datepicker .k-input-solid:focus), label:has(+ .motility-datepicker .k-input-solid.k-focus) {
    text-decoration: underline;
    text-decoration-color: #1492E6;
    text-underline-offset: 2px;
}

.motility-textbox .k-widget {
    background-color: transparent;
    box-shadow: none;
}

input.small-motility-textbox {
    text-align: center;
    background-color: transparent;
    color: #e6e6e6;
    position: relative;
    color: var(--theme-secondary);
}
/*#endregion [Textbox]*/

/*#region Mask Field*/
.motility-maskbox input.k-textbox {
    padding: 0px 5px 0px 0px;
    color: var(--theme-secondary);
    height: 20px;
}

    .motility-maskbox input.k-textbox:hover, .motility-maskbox input.k-textbox:focus {
        background-color: transparent;
    }
/*#endregion [Mask Field]*/

/*#region Textarea*/
textarea, .k-textarea {
    background-color: transparent;
}

    textarea.k-textbox, textarea.k-textbox:hover {
        color: var(--theme-secondary);
    }

motility-textarea {
    height: initial;
    margin-top: 10px;
}

    motility-textarea:first-of-type {
        margin-top: 0px;
    }

.motility-textarea textarea {
    border-radius: 3px;
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 10pt;
}

.motility-textarea.textarea-xxsmall textarea {
    height: 35px;
}

.motility-textarea.textarea-xsmall textarea {
    height: 60px;
}

.motility-textarea.textarea-small textarea {
    height: 75px;
}

.motility-textarea.textarea-auto textarea {
    height: auto;
}

.motility-textarea.textarea-md textarea {
    height: 175px;
}

.motility-textarea textarea, .k-textarea, .k-textarea:hover, .k-textarea:focus {
    color: var(--theme-secondary);
    border: 1px solid var(--theme-mid-sibling);
    outline: none;
}

.motility-textarea.textarea-2-fields textarea {
    height: 50px;
    width: 450px;
}

.motility-textarea.stext-area textarea {
    height: 75px;
}

div.motility-textarea-full {
    margin: 0px;
}

.textarea-lg textarea {
    height: 300px;
}

.motility-textbox-label {
    font-size: 12pt;
}

.motility-textarea .k-editor {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--theme-mid-sibling);
}

    .motility-textarea .k-editor .k-editable-area {
        border: none;
    }

    .motility-textarea .k-editor .k-content {
        background-color: transparent;
    }
/*#endregion [Textrea]*/

/*#region Numeric*/
.motility-numeric .k-numerictextbox {
    border-radius: 0px;
}

/*wrap*/
.k-numerictextbox .k-numeric-wrap.k-state-focused {
    border-color: inherit;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.motility-numeric .k-numeric-wrap {
    border: none;
    outline: 0;
    width: 100%;
    background-color: transparent;
}

/*widget*/
.motility-numeric .k-widget {
    background-color: transparent;
}

/*k-select*/
.motility-numeric .k-select {
    right: -20px;
    bottom: 0px;
}

.k-numeric-wrap .k-select {
    border: none;
}

.motility-numeric .k-select {
    width: 2em;
    border-radius: 0px;
    top: inherit;
    bottom: 0px;
    height: inherit;
}

.k-numerictextbox .k-numeric-wrap .k-select {
    background-color: transparent;
    background-image: none;
    width: 15px;
    display: none !important;
}

    .k-numerictextbox .k-numeric-wrap .k-select:hover {
        border-color: transparent;
        color: inherit;
        background-color: transparent;
        background-image: none;
    }

.k-numerictextbox .k-select, .k-numerictextbox .k-select:hover {
    background-color: transparent;
    background-image: none;
}

.motility-numeric .k-widget .k-numerictextbox .k-select {
    display: none;
}

.k-link-increase, .k-link-increase:hover, .k-numerictextbox .k-state-hover .k-select {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}

    .k-numerictextbox.k-state-hover.k-select, .k-numerictextbox.k-state-hover.k-select:after {
        background-color: transparent;
        background-image: none;
    }

/*k-link*/
.k-numerictextbox .k-link {
    height: 11px;
}

.motility-numeric .k-select .k-link {
    border-radius: 0px;
    transition: background-color .5s;
}

.k-link-decrease, .k-link-decrease:hover {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}

/*input*/
.k-numeric-wrap.k-expand-padding .k-input {
    border-radius: 0px;
}

.k-numeric-wrap.k-state-default .k-input {
    box-shadow: none;
}

.motility-numeric .k-input {
    background-color: transparent;
    color: var(--theme-secondary);
}

    .motility-numeric .k-input[type="text"] {
        font-size: 10pt;
        color: var(--theme-secondary);
    }

.k-i-arrow-60-down:before {
    height: initial;
}

.k-dateinput .k-link-increase .k-icon, .k-numerictextbox .k-link-increase .k-icon {
    bottom: 0px;
}

/* Hide the -increase- and -decrease- buttons for the grid filters on numeric fields */
.k-grid span.k-numerictextbox.k-input span.k-input-spinner.k-spin-button {
    display: none;
}

/*#endregion [Numeric]*/

/*#region Date/Date Time Picker*/
/*mass styles*/
.k-datepicker, .k-datetimepicker .k-select, .k-datetimepicker:hover, .k-datepicker:hover, .k-datepicker:after, .k-datepicker .k-select,
.k-datepicker .k-select:hover, .k-datepicker .k-select:after, .k-datepicker .k-select:before, .k-datepicker .k-select:focus {
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
}

    .k-datepicker .k-picker-wrap .k-state-hover, .k-datepicker .k-select:hover, .k-datepicker .k-select:before, .k-datepicker .k-select:after,
    .k-datepicker .k-picker-wrap .k-state-hover:after, .k-datepicker:hover .k-select {
        background-color: transparent;
        color: var(--theme-mid-sibling);
        background-image: none;
    }

    .k-datepicker .k-select:hover {
        background-color: transparent;
    }

.motility-datepicker {
    margin: 0px 0px 0px 10px;
}

.k-datepicker .k-picker-wrap {
    background-color: transparent;
}

.k-datetimepicker .k-picker-wrap:hover, .k-datetimepicker .k-picker-wrap {
    color: var(--theme-secondary);
}

    .k-datepicker .k-picker-wrap:hover, .k-datetimepicker .k-picker-wrap:hover {
        color: initial;
        background-color: initial;
        border: none;
    }

        .k-datepicker .k-picker-wrap:hover .k-select {
            background-color: transparent;
            background-image: none;
        }

.motility-datepicker .k-datetimepicker .k-picker-wrap {
    border: none;
    padding: 0px;
    width: 156px;
}

.motility-datepicker-wrapper {
    margin-left: 5px;
}

.k-textbox:focus, .k-datepicker .k-picker-wrap.k-state-focused {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.k-datepicker .picker-wrap .k-state-active, .k-datepicker .k-picker-wrap.k-state-focused, .k-datetimepicker .k-picker-wrap.k-state-active,
.k-timepicker .k-picker-wrap.k-state-active, .k-timepicker .k-picker-wrap.k-state-focused {
    /*color: var(--theme-primary);*/
    color: var(--theme-secondary);
}

.k-datetimepicker .k-picker-wrap.k-state-focused {
    color: var(--theme-secondary);
}

/*k-select*/
.motility-datepicker .k-select, .motility-datepicker span.k-datetimepicker .k-select {
    text-align: center;
    line-height: normal;
    right: -20px;
    bottom: -1px;
}

.motility-datepicker span.k-datetimepicker .k-select {
    width: 40px;
    right: -43px;
}

.k-datetimepicker .k-select, .k-datetimepicker .k-select::after, .k-datetimepicker:hover, .k-datetimepicker .k-state-hover .k-select {
    background-image: none;
}

/*input*/
.k-picker-wrap.k-state-default .k-input, .motility-datepicker .k-picker-wrap .k-input {
    margin: 0px;
    height: 20px;
    font-size: 10pt;
}

/*calendar*/
.k-calendar-view {
    padding: 0px;
}

    .k-calendar-view .k-content th {
        text-align: center;
    }

/*date and time*/
.k-datetimepicker .k-select .k-link-date, .k-datetimepicker .k-select .k-link-time {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.motility-datepicker.datepicker-has-time .k-input-md {
    width: 200px;
}

.motility-datepicker.datepicker-has-time .k-picker-wrap {
    width: 129px;
}

.motility-datepicker .k-datetimepicker {
    border-radius: 0px;
}

.k-datetimepicker:not(.datepicker-has-time) {
    width: initial;
}

.motility-datepicker .k-datetimepicker .k-select .k-link-time {
    margin: 0px;
}
/*#endregion [Date/Date Time Picker]*/

/*#region Drop Down, Combobox, & Color Picker*/
.k-dropdown-wrap.k-state-disabled, .k-dropdown-wrap.k-state-disabled .k-input {
    border-bottom: none;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-combobox .k-dropdown-wrap .k-input {
    height: 20px;
    padding: 0px;
    font-size: 10pt;
}

.motility-dropdown .k-colorpicker .k-picker-wrap, .motility-dropdown .k-colorpicker .k-selected-color {
    height: 24px;
}

.motility-dropdown .k-item .k-state-hover:hover {
    background-color: rgba(0,0,0,0);
}

.motility-dropdown .k-list > .k-item .k-selected {
    background-color: var(--theme-secondary);
}

.motility-dropdown .k-list > .k-item .k-state-focused {
    background-color: var(--theme-secondary);
}

.motility-dropdown .k-select {
    right: -20px;
    bottom: -1px;
    border-radius: 0px;
    line-height: normal;
    text-align: center;
}

.motility-section-card .k-dropdown .k-dropdown-wrap .k-select, .motility-section-card .k-select,
.k-dropdown .k-dropdown-wrap .k-select, .k-select, .k-combobox .k-dropdown-wrap .k-select {
    padding-right: 0px;
    padding-left: 0px;
    width: 20px;
}

.MotilityDropdownList {
    width: 100%;
}

#unitSortType-list {
    width: 145px !important;
}

.list-title-with-field {
    position: relative;
}

.list-dropdown-rounded {
    position: absolute;
    top: -34px;
    right: 10px;
}

.motility-dropdown.dropdown-rounded {
    background-color: var(--theme-action);
    margin: 0px;
    padding: 0px 30px 1px 10px;
    border-radius: 15px;
    width: initial !important;
    display: inline-block;
    height: 20px;
}

.dropdown-rounded .k-state-border-down:hover {
    background-color: var(--theme-action) !important;
}

.dropdown-rounded .k-dropdown {
    width: initial;
    margin-top: -4px;
}

.dropdown-rounded .k-dropdown-wrap.k-state-default {
    border: none;
}

.dropdown-rounded .k-dropdown .k-dropdown-wrap .k-input {
    font-size: 8pt;
    height: initial;
}

.dropdown-rounded .k-select {
    right: -25px;
}

.dropdown-rounded .k-icon {
    color: #4d4d4d;
}

/*general*/
.motility-dropdown {
    background-color: transparent;
}

.k-dropdown {
    width: 100%;
}

.motility-dropdown .k-dropdown .k-state-default {
    background-color: transparent;
    box-shadow: none;
}

.motility-dropdown .k-state-hover .k-input, .motility-dropdown .k-dropdown .k-dropdown-wrap.k-state-hover .k-input {
    color: var(--theme-secondary);
}

/*wrap*/
.motility-dropdown .k-dropdown .k-dropdown-wrap, .k-combobox .k-dropdown-wrap {
    border-right: none;
    border-left: none;
    border-top: none;
}

.k-combobox .k-dropdown-wrap {
    border-bottom: 1px solid var(--theme-mid-sibling);
}

.motility-dropdown .k-dropdown-wrap, .motility-dropdown .k-dropdown-wrap:hover, .motility-dropdown .k-dropdown-wrap:active,
.motility-dropdown .k-dropdown-wrap:after, .motility-dropdown .k-dropdown-wrap:before, .motility-dropdown .k-dropdown-wrap:focus,
.motility-dropdown .k-dropdown-wrap .k-state-focused, .motility-dropdown .k-dropdown-wrap .k-state-focused:before,
.motility-dropdown .k-dropdown-wrap .k-state-focused:after, .motility-dropdown .k-combobox .k-state-default .k-input,
.motility-dropdown .k-combobox .k-state-default .k-input:focus, .motility-dropdown .k-dropdown-wrap .k-state-active,
.motility-dropdown .k-dropdown-wrap, .motility-dropdown .k-dropdown-wrap:hover, .motility-dropdown .k-dropdown-wrap:active,
.motility-dropdown .k-dropdown-wrap:after, .motility-dropdown .k-dropdown-wrap:before, .motility-dropdown .k-dropdown-wrap:focus,
.motility-dropdown .k-dropdown-wrap .k-state-focused, .motility-dropdown .k-dropdown-wrap .k-state-focused:before, .motility-dropdown
.k-dropdown-wrap .k-state-focused:after, .motility-dropdown .k-combobox .k-state-default .k-input, .motility-dropdown
.k-combobox .k-state-default .k-input:focus, .motility-dropdown .k-dropdown-wrap .k-state-active, .k-dropdown-wrap.k-state-default,
.k-dropdown-wrap.k-state-default:hover, .k-dropdown-wrap.k-state-active.k-state-border-down, .k-dropdown-wrap.k-state-focused,
.k-dropdown-wrap.k-state-active, .k-dropdown-wrap:hover, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap .k-state-focused,
.k-datetimepicker .k-picker-wrap.k-state-focused {
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.k-dropdown .k-dropdown-wrap.k-state-hover {
    border-color: var(--theme-mid-sibling);
    background-color: initial;
    background-image: initial;
    color: var(--theme-secondary);
}

.k-dropdown .k-dropdown-wrap.k-state-focused {
    background-color: initial;
    border-color: #76abd9;
    box-shadow: 0 0 7px 0 #76abd9;
}

.k-combobox .k-dropdown-wrap.k-state-focused {
    background-color: initial;
    border-color: #76abd9;
    box-shadow: 0 0 7px 0 #76abd9;
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input {
    color: var(--theme-secondary);
}

.k-dropdown-wrap.k-state-default, .k-multiselect-wrap, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default,
.k-dropdown-wrap.k-state-default:after, .k-multiselect-wrap:after, .k-numeric-wrap.k-state-default:after,
.k-picker-wrap.k-state-default:after, .k-dropdown-wrap.k-state-focused, .k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused:before, .k-numeric-wrap.k-state-focused:before,
.k-picker-wrap.k-state-focused:before, .k-dropdown-wrap.k-state-focused:hover, .k-numeric-wrap.k-state-focused:hover,
.k-picker-wrap.k-state-focused:hover, .k-dropdown-wrap.k-state-focused:after, .k-numeric-wrap.k-state-focused:after,
.k-picker-wrap.k-state-focused:after {
    background-color: transparent;
    border-radius: 0px;
}

.k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover:before,
.k-numeric-wrap.k-state-hover:before, .k-picker-wrap.k-state-hover:before, .k-dropdown-wrap.k-state-hover:hover,
.k-numeric-wrap.k-state-hover:hover, .k-picker-wrap.k-state-hover:hover, .k-dropdown-wrap.k-state-hover:after,
.k-numeric-wrap.k-state-hover:after, .k-picker-wrap.k-state-hover:after {
    background-color: transparent;
    border-radius: 0px;
}

.k-multiselect::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0ae";
    cursor: pointer;
    font-weight: 900;
    position: absolute;
    right: 3px;
    bottom: 4px;
    color: var(--theme-accent);
}

.k-combobox-clearable { /*Align bottom to match other fields*/
    position: relative;
    font-size: 10pt;
}

/*close/clear*/
.k-combobox > .k-dropdown-wrap > .k-i-close {
    right: 0px;
}

.motility-dropdown .k-clear-value:before {
    width: 10px;
    top: 8px;
}

.k-combobox > .k-dropdown-wrap > .k-i-close {
    top: 7px;
}

/*color picker*/
.k-colorpicker .k-selected-color {
    width: 125px;
    border-radius: 0;
}
/*#endregion [Drop Down, Combobox, & Color Picker]*/

/*#region Multi Select*/
.k-combobox .k-select {
    background-color: transparent;
    background-image: none;
    width: 27px;
}

.k-combobox .k-state-hover .k-select, .k-combobox > :hover .k-select {
    background-color: transparent;
    background-image: none;
}

.extended-multiselect .k-input-values {
    border: 1px solid #E2E2E2 !important;
    border-radius: 5px;
    outline: 0;
    font-size: 10pt;
    background-color: var(--theme-field-background);
    box-sizing: border-box;
    color: #4d4d4d;
    padding: 0px 5px;
}

.extended-multiselect .k-chip-solid-base {
    border: 1px solid gray;
}

.extended-multiselect .k-chip-content {
    padding-block: 5px;
}

.extended-multiselect .k-chip-text, .extended-multiselect .k-chip-label {
    font-size: 12px;
}

.extended-multiselect .motility-dropdown, .extended-multiselect .motility-dropdown .k-input {
    height: unset;
}

/*wrap*/
.k-multiselect .k-multiselect-wrap {
    width: 180px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid var(--theme-mid-sibling);
    border-radius: 0px;
    padding-right: 20px;
}

    .k-multiselect .k-multiselect-wrap::before {
        height: inherit;
    }

.k-multiselect .k-multiselect-wrap {
    background-color: transparent;
}

    .k-multiselect .k-multiselect-wrap:hover, .k-multiselect.k-state-focused > .k-multiselect-wrap {
        background-color: transparent;
        border-color: var(--theme-mid-sibling);
        cursor: pointer;
        box-shadow: none;
    }

/*list & items*/
.k-list .k-item.k-state-hover.k-selected, .k-list .k-item:hover.k-selected, .k-list .k-item.k-selected,
.k-list > .k-item.k-state-focused {
    font-size: inherit;
    padding: 0px 0px 0px 5px;
    background-color: var(--theme-mid-sibling);
}

.k-list-scroller .k-list .k-item.k-selected, .k-list-scroller .k-list .k-item.k-state-focused {
    color: var(--theme-primary) !important;
}

.k-list .k-item.k-state-hover.k-selected {
    background-color: var(--theme-secondary);
}

/*input*/
.k-multiselect .k-multiselect-wrap .k-input {
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: initial;
    color: var(--theme-secondary);
}

/*icons & button*/
.motility-field-clear {
    position: absolute;
    right: 20px;
    z-index: 100;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 2px 0px;
}

    .motility-field-clear[disabled='disabled'] {
        opacity: .5;
    }


/*forcing secondary colors on grid inputs (for dark mode)*/
.k-filter-row th .k-filtercell span span.k-widget:not(.k-state-focused):not(.k-state-active):not(.k-state-hover):has(.k-input) {
    color: var(--theme-secondary) !important;
}

.k-filter-row th .k-filtercell span.k-widget:not(.k-state-focused):not(.k-state-active):not(.k-state-hover):has(.k-input) {
    color: var(--theme-secondary) !important;
}

/*datepicker*/
.k-filter-row th .k-filtercell span span.k-widget.k-datepicker span.k-picker-wrap:is(.k-state-focused, .k-state-active, .k-state-hover):has(.k-input) {
    color: #333 !important;
}

/*numerictextbox*/
.k-filter-row th .k-filtercell span span.k-widget.k-numerictextbox span.k-numeric-wrap:not(.k-state-focused):not(.k-state-active):not(.k-state-hover):has(.k-input) {
    color: var(--theme-secondary) !important;
}

.k-filter-row th .k-filtercell span span.k-widget.k-numerictextbox span.k-numeric-wrap:is(.k-state-focused, .k-state-active, .k-state-hover):has(.k-input) {
    /*as the hover/focus is the same on both themes*/
    color: #333 !important;
}


.motility-multiselect .k-multiselect .k-multiselect-wrap .k-icon:before {
    width: 8px;
    bottom: 5px;
    left: 0px;
}

.k-multiselect .k-multiselect-wrap li.k-button {
    padding: 3px 18px 3px 7px;
    margin: 0px 0px 3px 0px;
    min-height: initial;
    font-size: 8pt;
    font-weight: normal;
    min-width: initial;
}
/*#endregion [Multi Select]*/

/*#region Checkbox*/
.k-checkbox:checked:disabled + .k-checkbox-label:before {
    border-radius: 0px;
}

.motility-checkbox, .advancedView .motility-input.motility-checkbox:not(.aligned-has-checkbox) {
    display: flex;
    align-items: center;
}

.advancedView .motility-input.motility-checkbox:not(.aligned-has-checkbox) {
    width: 100%;
    height: 24px !important;
}

    .advancedView .motility-input.motility-checkbox:not(.aligned-has-checkbox) label {
        order: 1;
        padding: 0px;
        font-weight: 600;
        letter-spacing: .5px;
        max-width: 180px;
        text-overflow: ellipsis;
    }

    .advancedView .motility-input.motility-checkbox:not(.aligned-has-checkbox) input {
        order: 2;
        margin-left: 10px;
    }

.motility-checkbox.aligned-has-ibutton button:not(.k-input-button) {
    position: unset;
    order: 3;
}

.motility-checkbox .k-checkbox, .k-checkbox {
    border-radius: 0px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-width: 2px;
    border: none;
}

.motility-checkbox .k-checkbox-label {
    color: var(--theme-secondary);
}

.advancedView .expanded-checkbox {
    display: flex;
    align-items: center;
}

    .advancedView .expanded-checkbox label {
        width: calc(100% - 25px) !important;
        max-width: calc(100% - 25px) !important;
    }

    .advancedView .expanded-checkbox .motility-input.motility-checkbox {
        width: 35px !important;
        margin: 0px !important;
    }

.k-checkbox:disabled + .k-checkbox-label {
    opacity: 1;
}

.k-checkbox::before {
    content: "";
    width: 8px;
    height: 8px;
}

.k-checkbox-label {
    font-size: 10pt;
    max-width: 180px;
}

.k-checkbox + .k-checkbox-label {
    margin-left: 10px;
}

.k-grid label.k-checkbox-label.k-no-text {
    margin-left: 0px;
}

.col-auto.content-bottom-col, .content-bottom-col {
    flex-direction: column;
    height: 62px;
    display: flex;
    justify-content: flex-end;
}

.col-auto.field-bottom-col, .field-bottom-col {
    display: flex;
    align-items: flex-end;
}

.content-bottom-element {
    margin-top: auto;
}

button.content-bottom-element {
    margin-bottom: 0px;
}

.k-checkbox:checked:focus {
    box-shadow: none;
}

.k-checkbox:after {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    color: #6c8acf;
    position: relative;
    top: -2px;
    left: 0.5px;
    font-size: 22px;
    font-weight: 400;
}

.k-checkbox:checked {
    background-color: transparent;
}

    .k-checkbox:checked:after {
        content: "\f14a";
        font-weight: 900;
        color: #85c96a;
    }

    .k-checkbox:checked:disabled + .k-checkbox-label:active:before, .k-checkbox:checked:disabled + .k-checkbox-label:before, .k-checkbox:checked:disabled + .k-checkbox-label:hover:before, .k-checkbox:disabled + .k-checkbox-label:before {
        background-color: transparent;
    }

.motility-checkbox {
    height: initial !important;
    width: 170px;
}

    .motility-checkbox.default-width-checkbox {
        width: initial;
    }

.field-bottom-col .motility-checkbox {
    width: 210px;
    height: 62.7px !important;
    display: flex;
    align-items: flex-end;
}

.motility-checkbox.checkbox-alignToFields {
    margin-top: 30px;
}

.motility-checkbox-align-with-input-column {
    padding-top: 20px;
}
/*#endregion [Checkbox]*/

/*#region Radio Buttons*/
.motility-radio, .k-radio {
    display: inline-block;
}

.k-radio-label {
    font-size: 10pt;
    margin: 14px 0px 0px 15px;
}

    .k-radio-label:before, .k-radio-label:after {
        width: 8px;
        height: 8px;
        top: 3px;
        border-color: var(--theme-secondary);
        background-color: var(--theme-primary);
    }

.motility-radio-wrapper {
    background-color: transparent;
    font-size: 10pt;
}

    .motility-radio-wrapper .fieldlist {
        margin: 0 0 -1em;
        padding: 0;
    }

        .motility-radio-wrapper .fieldlist li {
            list-style: none;
            padding-bottom: 1em;
            display: flex;
            align-items: center;
        }

        .motility-radio-wrapper .fieldlist label {
            margin-bottom: 0px;
        }

    .motility-radio-wrapper .k-radio:checked + .k-radio-label:before, .motility-radio-wrapper .k-radio-label:before {
        background-color: transparent;
        border-color: var(--theme-secondary);
    }

    .motility-radio-wrapper .k-radio:focus + .k-radio-label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.k-radio:checked + .k-radio-label:after {
    left: 0px;
    background-color: var(--theme-secondary);
}

.motility-radio-wrapper .k-radio:checked + .k-radio-label:active:after {
    border-color: var(--theme-mid-sibling);
    border-top-color: var(--theme-mid-sibling);
    border-right-color: var(--theme-mid-sibling);
    border-bottom-color: var(--theme-mid-sibling);
    border-left-color: var(--theme-mid-sibling);
    box-shadow: none;
}

.motility-radio-wrapper .k-radio-label:focus:after {
    border-color: var(--theme-mid-sibling);
}

.motility-radio-wrapper .k-radio-label:hover:after {
    border-color: var(--theme-mid-sibling);
    background-color: transparent;
}

.k-radio:checked {
    border-color: var(--theme-accent);
    background-color: #3C5DAA;
}

.k-radio {
    width: 12px !important;
    height: 12px !important;
}

    .k-radio::before {
        background-color: #3C5DAA;
    }

    .k-radio:hover {
        border-color: var(--theme-accent);
        background-color: rgba(var(--theme-section-background-rgb), .8);
    }
/*#endregion [Radio Button]*/

/*#region Aligned Styles*/
/*Plain Field + Checkbox*/
.aligned-has-checkbox input:first-child {
    width: 170px;
}

.aligned-has-checkbox .k-checkbox {
    margin-left: 10px;
    border: none;
    width: 20px !important;
}

    .aligned-has-checkbox .k-checkbox:after {
        top: 0px;
    }

/*Plain Field + Svg Icon*/
.aligned-has-svg {
    position: relative;
}

.motility-numeric.motility-input.aligned-has-svg svg, .motility-numeric.motility-input.aligned-has-svg i {
    display: inline-block;
}

.motility-numeric.motility-input.aligned-has-svg input {
    width: 155px;
}

.motility-numeric.motility-input.aligned-has-svg svg, .motility-numeric.motility-input.aligned-has-svg i {
    width: 10px;
    position: absolute;
    bottom: 0px;
}

/*Plain Field + Small Button*/
.motility-textbox.aligned-has-sbutton input, .aligned-has-sbutton .k-numerictextbox {
    width: 145px;
}

.motility-dropdown span {
    border: 0px;
    border-radius: 0px;
}

.aligned-has-sbutton button {
    width: 50px;
    min-width: inherit;
    position: absolute;
    margin-left: 5px;
    margin-top: -5px;
}

/*Plain Field (or numeric) + Icon Button*/
.motility-textbox.aligned-has-ibutton input, .motility-numeric.aligned-has-ibutton .k-numerictextbox, .motility-maskbox.aligned-has-ibutton .k-maskedtextbox {
    width: 163px;
}

.aligned-has-ibutton button:not(.k-input-button) {
    min-width: inherit;
    position: absolute;
    margin-left: 5px;
    margin-top: 0px;
}

/*Plain Field + Icon Button + Alpha Button (One letter)*/
.aligned-has-ibutton-alphabutton input {
    width: 125px !important;
}

.aligned-has-ibutton-alphabutton button {
    min-width: 33px;
    vertical-align: middle;
}

    .aligned-has-ibutton-alphabutton button:nth-of-type(1) {
        margin-left: 3px;
    }

    .aligned-has-ibutton-alphabutton button:nth-of-type(2) {
        margin-left: 3px;
    }

/*Icon + Checkbox*/
.aligned-has-icon.aligned-has-checkbox .k-widget, .aligned-has-icon.aligned-has-checkbox .k-picker {
    width: 170px;
}

/*Icon Fields + Small Button*/
.aligned-has-icon.aligned-has-sbutton .k-widget, .aligned-has-icon.aligned-has-sbutton .k-picker {
    width: 125px;
}

.aligned-has-icon.aligned-has-sbutton button {
    margin-left: 25px;
}

/*Icon Fields + Icon Button*/
.aligned-has-icon.aligned-has-ibutton .k-picker-md, .aligned-has-icon.aligned-has-ibutton .k-input-md {
    width: 166px;
}

/*Plain Field + Medium Button*/
.motility-textbox.aligned-has-mbutton input, .aligned-has-mbutton input {
    width: 115px;
}

.aligned-has-mbutton .k-input-md { /*numeric fields without icons*/
    width: 115px;
}

.aligned-has-mbutton button:not(.k-input-button) {
    width: 75px;
    min-width: inherit;
    margin-left: 5px;
    position: absolute;
}

/*Icon Fields + Medium Button*/
.aligned-has-icon.aligned-has-mbutton .k-picker-md, .aligned-has-icon.aligned-has-mbutton .k-input-md {
    width: 115px;
}

.aligned-has-icon.aligned-has-sbutton .k-widget {
    width: 95px;
}

/*Plain Field + Large Button*/
motility-textbox.aligned-has-lbutton input, .aligned-has-lbutton input {
    width: 65px;
}

.aligned-has-lbutton button {
    width: 115px;
    min-width: inherit;
    position: absolute;
    margin-left: 5px;
    margin-top: -5px;
}

/*Icon Fields + Large Button*/
.aligned-has-icon.aligned-has-lbutton .k-widget {
    width: 60px;
}

.aligned-has-icon.aligned-has-lbutton button {
    margin-left: 25px;
}

/*TextArea + Button*/
.aligned-has-button textarea {
    width: calc(100% - 133px);
}

.aligned-has-button button {
    position: relative;
    top: -8px;
    margin: 0px;
}

/*Plain Field + Icon Button + Small Button*/
.aligned-has-ibutton-sbutton input, .motility-textbox.aligned-has-ibutton-sbutton input {
    width: 113px;
    margin-right: 2px;
}

.aligned-has-ibutton-sbutton button:nth-of-type(1) {
    min-width: initial;
    position: absolute;
}

.aligned-has-ibutton-sbutton button:nth-of-type(2) {
    width: 50px;
    min-width: initial;
    margin-left: 35px;
    position: absolute;
}

/*Plain Field + Icon Button + Medium Button*/
.aligned-has-ibutton-mbutton input, .motility-textbox.aligned-has-ibutton-mbutton input {
    width: 90px;
}

.aligned-has-ibutton-mbutton button:nth-of-type(1) {
    min-width: initial;
    position: absolute;
    margin-left: 5px;
}

.aligned-has-ibutton-mbutton button:nth-of-type(2) {
    width: 65px;
    min-width: initial;
    margin-left: 45px;
    position: absolute;
}

/*Plain Field + Small Button + Medium Button*/
.aligned-has-sbutton-mbutton input {
    width: 70px;
}

.aligned-has-sbutton-mbutton button:nth-of-type(1) {
    width: 50px;
    min-width: inherit;
    margin-top: -5px;
    position: absolute;
}

.aligned-has-sbutton-mbutton button:nth-of-type(2) {
    width: 75px;
    min-width: initial;
    margin-top: -5px;
    margin-left: 55px;
    position: absolute;
}

/*Select xl button */
.aligned-has-xlbutton .k-dropdown {
    width: 5.4rem !important;
    position: relative;
    left: 4rem;
}

.aligned-has-xlbutton button:nth-of-type(1) {
    min-width: initial !important;
    margin-top: -5px !important;
    position: absolute !important;
    width: min-content !important;
}

.aligned-has-xlbutton button:nth-of-type(2) {
    width: 75px;
    min-width: initial;
    margin-top: -5px;
    margin-left: 45px;
    position: absolute;
}

/*Plain Field + Small Plain Field*/
.motility-textbox.aligned-has-sfield input, .aligned-has-sfield input {
    width: 145px;
}

    .aligned-has-sfield input.small-motility-textbox {
        width: 50px;
    }

/*Plain Field + Plain Field*/
.motility-textbox.aligned-has-equalfield-2 input {
    width: 97px;
}

/*Icon Field + Icon Field*/
.aligned-has-equaliconfield-2 .k-widget {
    width: 79px;
}

    .aligned-has-equaliconfield-2 .k-widget:nth-of-type(2) {
        margin-left: 20px;
    }

/* Dropdown + Medium Button */

.motility-dropdown.aligned-has-mbutton .k-dropdownlist {
    width: 115px;
}

/*Aligned Forms*/
.aligned-has-forms {
    width: 170px;
    margin-left: 10px;
}

    .aligned-has-forms > div {
        display: inline-block;
        margin: 0px !important;
    }

/*Double Plain Field */
.double-aligned-input input, .motility-textbox.double-aligned-input input {
    width: 84px;
}

/*Triple Plain Field */
.triple-aligned-input input, .motility-textbox.triple-aligned-input input {
    width: 56px;
}

/*Forms Plain Field + Plain Field*/
.aligned-has-equalform-2 {
    width: 180px;
    display: inline-block;
}

    .aligned-has-equalform-2 > .motility-input, .motility-textbox.aligned-has-equalfield-2 input {
        width: 82px;
        display: inline-block;
    }

        .aligned-has-equalform-2 > .motility-input.motility-textbox:nth-child(2) {
            margin: 0px;
        }

        /*Numeric + Numeric - No Icons*/
        .aligned-has-equalform-2 > .motility-input.motility-numeric:nth-child(2) {
            margin: 0px;
        }

.equalform-2-no-icons .k-widget {
    width: 97px;
}

/*Forms Icon Field + Small Field*/
.aligned-has-forms.aligned-has-icon.aligned-has-sfield div:nth-child(1) {
    width: 115px;
}

    .aligned-has-forms.aligned-has-icon.aligned-has-sfield div:nth-child(1) .k-widget {
        width: 98px;
    }

.aligned-has-forms.aligned-has-icon.aligned-has-sfield .motility-textbox {
    width: 50px;
}

/*Plain Field + Icon + Plain Field*/
.aligned-has-icon.aligned-has-equalfield-2 .k-widget {
    width: 89px;
}

.aligned-has-icon.aligned-has-equalfield-2 > input {
    width: 89px;
    margin-left: 17px;
    text-align: center;
}

/*Plain Field + Plain Field + Plain Field*/
.aligned-has-equalfield-3 input {
    width: 57px;
}

/*Forms Plain Field + Plain Field + Plain Field*/
.aligned-has-equalform-3 {
    width: 180px;
    display: inline-block;
}

    .aligned-has-equalform-3 > div {
        width: 53px;
        display: inline-block;
    }

    .aligned-has-equalform-3 div.motility-textbox:not(:first-child) {
        margin: 0px;
    }

/*Icon Field + Small Plain Field*/
/*Also handles numeric field with no icon*/
.aligned-has-icon.aligned-has-sfield .k-input-solid, .aligned-has-icon.aligned-has-sfield .k-widget.k-combobox.k-combobox-clearable {
    width: 140px;
}

.aligned-has-icon.aligned-has-sfield input.small-motility-textbox,
.aligned-has-icon.aligned-has-sfield .k-widget:nth-child(2) {
    width: 50px;
    margin-left: 5px;
}

.aligned-has-icon.aligned-has-sfield span.k-input-inner {
    white-space: initial;
    display: inline-flex;
    flex-flow: initial;
}

/*clearable dropdowns*/
.aligned-has-icons.aligned-has-sfield .k-input-solid {
    width: 115px;
}


/*Icon Field + Small Icon Field*/
.motility-numeric.aligned-has-sfield-icon .k-numerictextbox {
    width: 140px;
}

.motility-numeric.aligned-has-sfield-icon .k-picker {
    width: 55px;
}

.aligned-has-icon.aligned-has-sfield-icon .k-widget:first-child {
    width: 94px;
}

.aligned-has-icon.aligned-has-sfield-icon .k-widget:nth-of-type(2) {
    width: 40px;
    margin-left: 17px;
}

/*Icon Field + Icon Button + Aplha (One letter) Button*/
.aligned-has-icon.aligned-has-ibutton-alphabutton .k-input-md {
    width: 125px;
}

.aligned-has-icon.aligned-has-ibutton-alphabutton button:not(.k-input-button) {
    min-width: 33px;
    vertical-align: middle;
}

.aligned-has-icon.aligned-has-ibutton-alphabutton button:not(.k-input-button):nth-of-type(1) {
    margin-left: 3px;
}

.aligned-has-icon.aligned-has-ibutton-alphabutton button:not(.k-input-button):nth-of-type(2) {
    margin-left: 6px;
}

/*Equal Elements*/
.motility-input.has-equal-elements .k-widget {
    display: flex;
    align-items: flex-end;
    width: 170px !important;
}

    .motility-input.has-equal-elements .k-widget span:nth-child(2) {
        padding-left: 5px;
    }

    .motility-input.has-equal-elements .k-widget span:nth-child(1), .motility-input.has-equal-elements .k-widget span:nth-child(2) {
        height: 24px;
        top: 0px;
    }

/* Prevent duplicated borders when aligned */
.motility-dropdown.motility-numeric .k-dropdown-wrap {
    border: none;
}
/*#endregion [Input & Buttons]*/

/*#region Full Width Fields*/
.motility-form-side-full, .motility-form-side-full input {
    width: 100% !important;
    margin: 0px;
}

.motility-text-full {
    margin: 0px;
}

.motility-form-full, .motility-form-full .k-checkbox-label {
    width: initial;
    max-width: initial;
}

    .motility-form-full .k-widget {
        width: calc(100% - 20px);
    }

    .motility-form-full .k-multiselect .k-multiselect-wrap {
        width: calc(100% - 20px);
    }

    .motility-form-full .k-widget.k-combobox.k-combobox-clearable {
        width: calc(100% - 15px);
    }

.motility-textbox.motility-form-full, .motility-textbox.motility-form-full input {
    width: 100%;
}
/*#endregion [Full Width Fields]*/

/*#region Animation*/
@keyframes entityFieldShow {
    0% {
        opacity: 0;
        position: initial;
    }

    25% {
        opacity: 0;
        position: initial;
    }

    100% {
        opacity: 1;
    }
}

@keyframes entityFieldHide {
    from {
        opacity: 1;
        position: initial;
    }

    to {
        opacity: 0;
        position: initial;
    }
}

.entityFieldIn {
    animation-name: entityFieldShow;
    animation-duration: .75s;
    position: initial;
    opacity: 1;
}

.entityFieldOut {
    animation-name: entityFieldHide;
    animation-duration: .5s;
    position: absolute;
    opacity: 0;
}

@keyframes contentLoadOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes contentLoadIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contentLoadOut .motility-input {
    opacity: 0;
    animation-name: contentLoadOut;
    animation-duration: .25s;
}

.contentLoadIn .motility-input {
    opacity: 1;
    animation-name: contentLoadIn;
    animation-duration: .25s;
}

@keyframes fieldChange {
    0% {
        background-color: rgba(--var(--theme-field-update), 0);
        color: rgba(--var(--theme-field-update), 1);
    }

    50% {
        background-color: var(--theme-secondary);
        color: var(--theme-primary);
    }

    100% {
        background-color: rgba(--var(--theme-field-update), 0);
        color: rgba(--var(--theme-field-update), 1);
    }
}

.fieldUpdateAnimation {
    background-color: rgba(--var(--theme-field-update), 0);
    color: rgba(--var(--theme-field-update), 1);
    animation-name: fieldChange;
    animation-duration: 1s;
}
/*#endregion [Animation]*/
/*#endregion [Input & Buttons]*/

/*#region Advanced View*/
.advancedView label, .advancedView .motility-input {
    display: inline-block;
    position: relative;
}

.advancedView .extended-multiselect label, .advancedView .extended-multiselect .motility-input {
    display: block;
}

.advancedView .adv-ml-0 {
    margin-left: 0 !important;
}

.advancedView.fit-1-col {
    max-width: 380px;
}

.boxStyle.advancedView.fit-1-col {
    max-width: 367px;
}

.advancedView.fit-1-col-gauge {
    width: 580px;
    display: flex;
    justify-content: space-between;
}

    .advancedView.fit-1-col-gauge .k-gauge {
        width: 160px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .advancedView.fit-1-col-gauge .k-gauge > div {
            top: -15px;
            position: relative;
        }

.advancedView .button-swap {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 24px;
}

.advancedView .advanced-element-swap {
    display: inline-flex;
    height: 24px;
    justify-content: space-between;
    align-items: flex-end;
}

.advancedView .motility-input.advanced-element-swap > span, .advancedView .motility-input.advanced-element-swap > input {
    order: 2;
}

.advancedView .motility-input.advanced-element-swap > span {
    margin-left: 10px;
}

.advancedView .aligned-has-sbutton.advanced-element-swap button, .advancedView .aligned-has-ibutton.advanced-element-swap button {
    position: relative;
    margin-left: 0px;
    margin-top: -4px;
    height: 24px;
}

.advancedView .adv-pl-3 {
    padding-left: 0.6rem
}

.adv-pr-1 {
    padding-right: 1rem
}

.advancedView .adv-pr-1 {
    padding-right: 0rem
}

.advancedView .advanceView-inline-flex {
    display: inline-flex
}

.advancedView .advancedView-position-buttons {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
/* .advancedView .add-input-position span{
        width: 90px;
        position: relative;
        left: 5rem;
    }*/

.advancedView .button-swap input:nth-child(1) {
    order: 2
}

.advancedView .button-swap button:nth-child(2) {
    order: 1
}

.advancedView .swap-checkbox-label input:nth-child(1) {
    order: 1
}

.advancedView .swap-checkbox-label label:nth-child(2) {
    order: 2
}

.advancedView .mr-05 {
    margin-right: 0.5vw
}

.text-align-end {
    text-align: end
}

.advanceView .adv-ml-0 {
    margin-left: 0
}


.advancedView .position-left-i {
    left: 0.3rem;
}

.advancedView .swap-checkbox {
    transform: scaleX(-1);
    direction: rtl;
}

.switch-k-select .advancedView .aligned-has-button button {
    top: 0px
}

.advancedView .aligned-has-swap-mbutton {
    order: 2;
}

.advancedView .aligned-has-swap-xlbutton {
    position: relative;
    left: 5rem
}

.advancedView .aligned-
.advancedView .advancedViewNoPadding {
    padding: 0px !important;
}

.advancedView .d-block-advanced {
    display: block;
}

.advancedView .row-group-container, .advancedView .row-group-container-full {
    align-self: flex-start;
    margin: 0px 5px 0px 5px;
}

.row-group-container.row-group-container-full-width {
    width: 100%;
}

.row-group-container-full-width .row-group {
    width: 100%;
}

.row-group-container.row-group-container-full-width-sim .group-stack-wrapper:last-of-type::after {
    content: "";
    display: inline-block;
    width: clamp(800px, 90vw, 2400px);
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.group-stack-wrapper {
    padding: 0px 0px 10px 0px;
}

    .group-stack-wrapper .group-stack {
        width: 364.16px;
        display: inline-block;
        vertical-align: top;
    }

    .group-stack-wrapper .group-stack {
        width: 364.16px;
        display: inline-block;
    }

.advancedView.advancedViewCol .row-group .group-stack .col-auto {
    display: flex;
    align-items: flex-end;
}

.advancedView .group-stack label:not(.k-grid-content .k-checkbox-label) {
    top: 0px;
}

.advancedView .group-stack .motility-input, .advancedView .group-stack .k-multiselect, .advancedView .group-stack .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap .k-input {
    height: 23px;
}

.advancedView.input-wrapper {
    /*column-width: 422px;*/
    display: flex;
    height: 500px;
    align-content: flex-start;
    flex-flow: column wrap;
}

    .advancedView.input-wrapper.dynamic-column-display {
        height: unset;
        display: grid;
        grid-template-columns: repeat(auto-fit, 360px);
        overflow: hidden;
        resize: horizontal;
    }

    .advancedView.input-wrapper .dynamic-column-wrapper {
        column-width: 350px;
        column-gap: 0px;
        grid-column: 1/-1;
    }

    .advancedView.input-wrapper.dynamic-column-display .row-group-container {
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .advancedView.input-wrapper.dynamic-column-display .row, .advancedView.input-wrapper.dynamic-column-display .row-group {
        padding: 0px 5px;
    }

    .motility-desktop-only .motility-textarea {
        display: flex;
    }

.advancedView.input-wrapper.advanced-small-height {
    height: 450px
}

.advancedView.advanced-base-container-height {
    height: 500px
}

.advancedView.input-wrapper.advancedViewRow {
    flex-flow: row;
    height: initial;
}


/* Don't think these are needed anymore with the new styling
.advancedView .checkbox-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.advancedView .checkbox-flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.advancedView .checkbox-position-right {
    position: absolute;
    left: 10.8rem;
}

.advancedView .checkbox-position-leadInfo {
    position: relative;
    left: 0.8rem;
}*/

        .advancedView.input-wrapper.advancedViewCol {
    flex-flow: column wrap;
    height: initial;
}

.advancedView .align-right-text {
    text-align-last: right
}

.advancedView .label-checkbox {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 8pt;
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 3px;
    display: block;
    color: var(--theme-secondary);
}

.advancedView .row::after {
    content: "";
    display: table;
    clear: both
}

.advancedView.advancedViewCol .row-group .col-auto {
    display: inline-block;
}

.advancedView.input-wrapper.advancedViewRowWrap {
    flex-wrap: wrap;
}

.advancedView .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.advancedView .flex-auto {
    flex: auto;
}

.advancedView.boxStyle {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.advancedView label:not(.k-grid-content .k-checkbox-label) {
    width: 115px;
    text-align: left;
    margin: 0px;
    position: relative;
    max-height: 24px;
    white-space: initial;
    font-size: 7pt;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: middle;
    line-height: 1.2;
}

.advancedView .extended-multiselect label:not(.k-grid-content .k-checkbox-label, .motility-input .k-checkbox-label) {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
}

.advancedView .k-checkbox-label + .motility-numeric {
    width: 143px;
}

#MainMenu .advancedView label:not(.k-grid-content .k-checkbox-label) {
    width: 115px;
    text-align: left;
    margin: 0px;
    position: relative;
    top: 3px;
}

.advancedView .group-stack-wrapper label.k-checkbox-label {
    width: initial;
}

.advancedView .col-auto, .advancedView .col {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 206px !important;
}

    .advancedView .col-auto.col-no-label {
        width: 206px;
    }

.advancedView .condensed-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.advancedView .col-auto {
    margin-bottom: 10px;
    width: 349.16px;
    font-size: 0px;
}

    .advancedView .col-auto.extended-multiselect {
        flex-direction: column;
    }

    .advancedView .col-auto.content-bottom-col {
        height: initial;
    }

.advancedView .k-checkbox-label {
    display: inline-block;
    width: 135px;
}

.advancedView .row-group {
    display: inline-block;
    margin: 0px !important;
    border: none;
    padding-bottom: 0px !important;
}

.advancedView.advancedViewRow .row-group {
    display: flex;
}

.advancedView .row-group h2, .blueHeader {
    position: initial;
    background-color: var(--theme-section-header);
    box-shadow: inset 0px 0px 5px 0px var(--theme-section-header-shadow);
    color: #ffffff;
    margin: 0px;
    border-radius: 5px;
    padding: 6px 5px 5px 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.advancedView.advancedViewRow .row-group h2 {
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
}

.advanced-view-align-bottom-wrapper {
    display: flex;
    flex-direction: column;
    align-self: stretch !important;
    position: relative;
}

.advanced-view-align-bottom-container {
    position: initial;
}

.advanced-view-align-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*field width edits*/
.advancedView #AIIPore {
    width: calc(100%)
}

@media (max-width: 2000px) {
    .advancedView.advanced-base-container-height {
        height: 800px
    }

    #partsmasterinventory.advancedView.advanced-base-container-height {
        height: 800px
    }
}

@media (max-width: 1782px) {
    .advancedView.input-wrapper {
        height: 500px;
    } .advancedView.input-wrapper.lease-input-wrapper {
            height: 550px;
        } .advancedView.advanced-base-container-height {
        height: 800px;
    } #partsmasterinventory .advancedView.input-wrapper {
        height: 600px;
    } #partsmasterinventory .advancedView.advanced-base-container-height {
        height: 600px;
    }

    .advancedView.input-wrapper.dynamic-column-display {
        height: unset;
    }
}

@media (max-width: 1634px) {
    .advancedView.input-wrapper {
        height: 600px;
    } .advancedView.advanced-base-container-height {
        height: 1000px
    } #partsmasterinventory .advancedView.input-wrapper {
        height: 800px;
    } #partsmasterinventory .advancedView.advanced-base-container-height {
        height: 1000px
    }

    .advancedView.input-wrapper.dynamic-column-display {
        height: unset;
    }
}

@media (max-width: 1500px) {

    #partsmasterinventory .advancedView.input-wrapper {
        height: 850px;
    }
}

@media (max-width: 1249px) {
    .advancedView.input-wrapper {
        height: 1000px
    } #partsmasterinventory .advancedView.input-wrapper {
        height: 1050px;
    }
    .advancedView.input-wrapper.dynamic-column-display {
        height: unset;
    }
}

@media (max-width: 1024px) {
    #partsmasterinventory .advancedView.input-wrapper {
        min-height: 400px;
        height: 100%;
    }
}

@media (max-width: 869px) {
    .advancedView.input-wrapper {
        height: initial;
    }

    #partsmasterinventory .advancedView.input-wrapper {
        min-height: 400px;
        height: 100%;
    }
}


#partsmasterinventory-header .advancedView.input-wrapper {
    min-height: fit-content;
    height: fit-content;
    width: 100%;
}

.advancedView.flex-row {
    flex-direction: row
}

.advancedView.flex-row-height-auto {
    height: auto;
    display: flex;
    flex-direction: row;
}

.advancedView.heigth-fit-content {
    height: fit-content
}


/*#endregion [Advanced View]*/

/*#region Page Specific*/
/*#region Login*/
.motility-login-wrapper .k-textbox.k-state-disabled, .motility-login-wrapper .k-textbox:disabled, .motility-login-wrapper .k-textbox[disabled] {
    opacity: 1;
    cursor: text;
    pointer-events: initial;
}

.motility-login-wrapper .panel-transparent {
    background: rgba(var(--theme-section-background-rgb), 0.5);
    width: auto;
    max-width: 600px;
    margin: auto;
    padding: 15px;
    border-radius: 3px;
}

    .motility-login-wrapper .panel-transparent .panel-heading, .motility-login-wrapper .panel-transparent .panel-body {
        background: none;
    }

.loginfeedback {
    color: red;
    text-align: center;
}

.logout-text {
    font-size: 15px;
}

.password-reset-valid {
    color: green;
}

.password-reset-invalid {
    color: red;
}

.password-reset-check {
    margin-top: 20px;
    font-size: 10pt;
}
/*#endregion*/

/*#region Main Menu*/
.mainmenu-maincontent {
    overflow-x: hidden;
    padding-bottom: 3px;
}

.motility-mainmenu-border-right {
    border-right: 1px solid var(--theme-mid-sibling);
}

.historyIcon {
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.mainmenuquicklinkicon {
    height: 30px;
}

.mmmoduleicon {
    max-height: 80px;
}

.main-menu-quick-link {
    padding: 10px 0px;
    display: inline-flex;
    margin-right: 40px;
    min-width: 130px;
}

    .main-menu-quick-link img {
        width: 25px;
    }

    .main-menu-quick-link span {
        font-weight: 700;
        font-size: 12px;
        margin-left: 8px;
    }

#user-greeting {
    position: absolute;
    right: 25px;
    top: 0px;
    font-weight: 400;
    font-size: 15px;
}

    #user-greeting a {
        color: var(--modal-icons);
        font-size: 15px;
        margin-left: 5px;
        text-decoration: underline;
    }

.version-label {
    position: absolute;
    right: 25px;
    top: 33px;
    font-weight: 600;
    font-size: 15px;
}

.version-label-small {
    position: absolute;
    right: 25px;
    top: 25px;
    font-weight: 600;
    font-size: 15px;
}
/*#endregion*/

/*#region CRM*/
.k-input {
    justify-content: flex-end;
    border-style: none;
}

.entity-img {
    height: 155px;
    max-width: inherit;
    margin: 0px auto;
    padding: 30px;
    display: block;
}

#entityAddressList li {
    cursor: pointer;
}

#entityAddressDetails #addressDefault:checked, #entityAddressDetails #addressDefault:checked + .k-checkbox-label {
    pointer-events: none;
    opacity: .75;
}

#EntityCustomizationGrid .k-edit-cell .k-textbox {
    color: var(--theme-secondary) !important;
}

/*Sidebar Contacts List*/
#LeftContactsul {
    color: var(--theme-secondary);
}

#LeftContactsList {
    border-left: none;
    border-right: none;
    border-top: 1px var(--theme-mid-sibling);
    border-bottom: 1px solid var(--theme-mid-sibling);
    padding-left: 0px;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 8pt;
    overflow: hidden;
}

#HotContactsGrid {
    padding-left: 25px;
}

.sms-display {
    overflow: scroll;
    overflow-x: hidden;
    background-color: transparent;
    height: 680px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--theme-secondary);
}

.SalesFeatureON {
    display: none;
}

.NewEntityicons {
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

.SectionNewEntityIcons {
    margin-top: 10px;
}

.EntityScrollColor {
    background-image: linear-gradient(to right, var(--color), rgba(var(--theme-body-background-rgb), 0) 100%);
}
/*#endregion [CRM]*/
/*#region Messaging*/
#NewMessage {
    background-color: var(--theme-primary);
}

.motility-messaging-links {
    font-size: 10pt;
}

    .motility-messaging-links:hover {
        font-weight: bold;
        border-radius: 3px;
        background-color: rgba(179, 179, 179, 0.5);
    }

.motility-messaging-links-active {
    font-weight: bold;
    border-radius: 3px;
    background-color: rgba(179, 179, 179, 0.5);
    font-size: 10pt;
}

.motility-Mess-label, .MessInfo {
    font-size: 10pt;
    color: var(--theme-secondary);
}

#MessageEditorDiv .k-header {
    color: var(--theme-secondary);
}

#MessageEditorDiv .k-icon .k-icon-tool {
    color: var(--theme-secondary);
}

#MessageEditorDiv > .k-editor > .k-editable-area > .k-content {
    border-width: 0px !important;
    border-style: none !important;
}

#EntityMessages_ItemPreview {
    height: 554px;
    overflow: auto;
}

.messagingicons {
    width: 37px;
    height: 37px;
    padding: 3px 10px 3px 0px;
    margin: 3px 20px 3px 0px;
    border-right: 1px solid var(--theme-mid-sibling);
}

.MessDetails .motility-form-side-full input, .MessDetails .motility-form-full input {
    background-color: #fff !important;
}

#apptEditor-Wrapper .k-recur-view .k-radio-item .k-radio-label {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    padding-left: .75rem !important;
}
/*Should not use external sources for images*/
#treeview .k-sprite {
    background-image: url("http://demos.kendoui.com/content/web/treeview/coloricons-sprite.png");
}

#MessageTaskGrid {
    margin: 0;
    padding: 0;
    border-width: 0;
    min-height: Calc(100vh - 175px);
    height: Calc(100vh - 175px);
    width: 100%;
}

    #MessageTaskGrid .k-grid-content {
        min-height: Calc(100vh - 325px);
        height: Calc(100vh - 325px);
    }

#outerWrapper2 {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    border-width: 0;
    height: auto;
}

.card-header .btn-link {
    font-size: 10pt;
    font-weight: bold;
}

button.btn-link, button.btn-link:hover {
    color: var(--theme-secondary);
}

.motility-section-wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-right: 5px;
}

.motility-section {
    width: 100%;
    height: 17px;
    border-bottom: 1px solid var(--theme-mid-sibling);
    text-align: left;
}
/*#endregion*/

/*#region Deal Desking*/
@media screen and (max-width: 1000px) {
    .TaxesTabDetails .motility-checkbox {
        display: flex;
        align-items: center;
    }

    .col-auto {
        margin-top: inherit;
    }

    .adjustable-width {
        margin-left: 5rem;
    }

    .row-group-container {
        display: flex;
        flex-flow: column;
    }
}

.QuoteTabDetails .advancedView .motility-checkbox {
    width: 170px;
    margin: 0px 0px 0px 10px;
}

.adjustable-width {
    width: 50% !important
}

#tradesContainer .k-dropdown-wrap.k-state-default > input {
    position: relative;
    left: 0rem;
    margin-left: 0;
}

#DealDeskingContent .panel-top {
    min-height: 300px;
}

#DealDeskingContent .k-grid {
    overflow-y: hidden;
}

#DealDeskingContent .panel-bottom {
    height: 685px;
    overflow: auto;
}

#DealDesking .panel-bottom {
    padding-left: 0px;
    padding-right: 0px;
}

#vas-tree {
    margin-top: 33px;
}

/*#region Window View*/
.dealPreview table {
    width: 100%;
}

    .dealPreview table table {
        border: none !important;
    }

        .dealPreview table table td {
            padding: 10px;
        }

        /*odd columns*/
        .dealPreview table table tr td:nth-child(2n+1) {
            background-color: transparent;
            width: 10%;
            font-size: 8pt;
        }

        /*even columns*/
        .dealPreview table table tr td:nth-child(2n) {
            width: 20%;
            font-size: 10pt;
        }
/*#endregion [Window View]*/

/*#region Forms*/
.formSelectPresetButton {
    border-radius: 10px;
    background-color: #3c5daa;
    color: #e6e6e6;
}

.form-print-list-wrapper {
    width: 155px;
    padding-top: 8px;
}

.form-print-list-img {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 50px;
}

.form-print-list-wrapper .form-print-list {
    display: inline-block;
    font-size: 10px;
    padding-left: 10px;
}

.form-print-list-title {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 3px;
    padding-bottom: 2px;
}

.form-print-list-items {
    display: inline-block;
    padding-left: 10px;
}
/*#endregion [Forms]*/
/*#endregion [Deal Desking]*/

/*#region Unit Inventory*/
.partImageContainer {
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 6px;
}


    .partImageContainer img {
        width: 100%;
        padding: 0px;
        border: 0px;
        border-radius: 6px;
    }

#grdunitsearchresults {
    margin: 0;
    padding: 0;
    border-width: 0;
    /*min-height: Calc(100vh - 20rem);
                    height: Calc(80vh - 20rem);*/
    min-height: 100%;
    height: 100%;
    width: 100%;
}

#Make-list .k-list-filter .k-i-zoom {
    right: 10px;
    height: 32px;
    width: 39px;
    content: none;
    top: 42%;
    margin-top: 0px;
    padding-top: 0px;
}

    #Make-list .k-list-filter .k-i-zoom::before {
        content: none;
    }

#Model-list .k-list-filter .k-i-zoom {
    right: 10px;
    height: 32px;
    width: 39px;
    content: none;
    top: 42%;
    margin-top: 0px;
    padding-top: 0px;
}

    #Model-list .k-list-filter .k-i-zoom::before {
        content: none;
    }

.textbox-searchbutton-Disabled {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 8pt;
    /*border-left: none !important;
                border-right: none !important;
                border-top: none !important;*/
    background-color: #e9ecef;
    /*opacity: 0.4;*/
    border-color: var(--theme-mid-sibling);
    /*margin-right: 1px;*/
}

    .textbox-searchbutton-Disabled:hover {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top: 1px solid var(--theme-mid-sibling) !important;
        border-right: 1px solid var(--theme-mid-sibling) !important;
        border-left: 1px solid var(--theme-mid-sibling) !important;
        border-bottom: 1px solid var(--theme-mid-sibling) !important;
        background-color: #e9ecef;
        font-size: 8pt;
        /*margin-left: 1px;*/
        /*background-color: #e9ecef;*/
    }

.textbox-searchbutton {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background-color: transparent;
    border-color: var(--theme-mid-sibling);
    border-bottom: none;
}

    .textbox-searchbutton:hover {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top: 1px solid var(--theme-mid-sibling) !important;
        border-right: 1px solid var(--theme-mid-sibling) !important;
        border-left: 1px solid var(--theme-mid-sibling) !important;
        border-bottom: 1px solid var(--theme-mid-sibling) !important;
        background-color: #e9ecef;
    }

.internetgrideditcolumn {
    background-color: rgb(255, 192, 128);
}
/*#endregion*/

/*#region Parts/Service*/
.VinVerificationfail {
    background-color: rgba(251, 44, 44, .2) !important;
}

/*allow table cells to wrap to next line*/
#grdInvoiceLaborItemPartRequests.k-grid td[data-field="Request"], #grdServiceInvoiceLaborItems.k-grid td[data-field="Complaint"],
#grdInvoiceNotes.k-grid td[data-field="Note"] {
    white-space: inherit;
}

#ServiceInvoiceModal .CustomerNameTop, .PartsService-PurchaseOrder-Entity-Name, .PartsService-Receiving-Entity-Name {
    margin-left: 5px;
}

.parts-service-tooltip-section, .receiving-payment-tooltip-section {
    display: none;
}

.grid-details-parts-invoice, .grid-details-service-invoice {
    min-height: 323px;
}

.details-line {
    height: 1px;
    background-color: #000;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    #select-mobile-repair {
        display: inline-block;
    }

    #select-desktop-repair {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    #select-mobile-repair {
        display: none
    }

    #select-desktop-repair {
        display: inline-block;
    }
}

#PartsService_PurchaseOrderItems-gridWrapper .row-group-container:first-of-type {
    width: 25%;
}

.po-item-field-wrapper {
    display: none;
}

    .po-item-field-wrapper.show-item {
        display: block;
    }
/*#endregion [Parts/Service]*/
/*#region Accounting*/
#GlHeaderFormContainer {
    padding-bottom: 30px;
}

#ChkAccountDescriptionWrapper {
    font-size: 12pt;
    margin-left: 5px;
}

.accounting-payment-tooltip-section, .accounting-check-tooltip-section {
    display: none;
}

@media screen and (max-width: 1765px) {
    #accounting-AR-invoice .input-wrapper {
        flex-wrap: wrap
    }
}
/*#endregion [Accounting]*/
/*#region Cash Out*/
.cash-out-payment-container {
    display: flex;
    flex-wrap: wrap;
}

.cash-out-payment-wrapper {
    display: inline-block;
    background-color: var(--theme-body-background);
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .cash-out-payment-active, .cash-out-payment-wrapper:hover {
        background-color: var(--theme-secondary);
        color: var(--theme-primary);
        font-weight: bold;
        cursor: pointer;
    }

.cash-out-payment-icon-wrapper {
    height: 65px;
    align-items: center;
    display: flex;
}

.cash-out-payment-icon {
    width: 65px;
    text-align: center;
    margin: 5px 0px;
}

.cash-out-payment-text {
    width: 65px;
    margin-bottom: 0px;
    text-align: center;
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cash-out-payment-text-large {
    font-size: 16px;
}

.cash-out-payment-text-medium {
    font-size: 13px;
}

.cash-out-payment-text-small {
    font-size: 11px;
}

.payment-container-label, .cash-out-amount-display label {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
}

.cash-out-amount-display .motility-numeric .k-numerictextbox .k-input-inner {
    color: rgb(136, 211, 146) !important;
    font-weight: bold;
    font-size: 16px;
}
/*#endregion [Cash Out]*/

/*#region Search*/
#showsearchresults {
    top: -1px;
    position: relative;
    color: #fff;
    text-decoration: underline;
}
/*#endregion [Dearch]*/

/*#region Timeclock*/
.motility-timeclock {
    margin-top: 50px;
}

.boxStyle-2tone {
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-box-accent-rgb), .5);
}

    .boxStyle-2tone > div:nth-child(1) {
        border-radius: 12px 12px 0px 0px;
        padding-top: 25px;
        background-color: rgba(var(--theme-body-background-rgb), .8);
    }

        .boxStyle-2tone > div:nth-child(1):after {
            content: '\f0d8';
            font-family: 'FontAwesome';
            position: relative;
            bottom: -4px;
            width: 100%;
            font-size: 45pt;
            line-height: .25;
            text-align: center;
            height: 20px;
            color: var(--theme-section-background);
        }

    .boxStyle-2tone > div:nth-child(2) {
        border-radius: 0px 0px 12px 12px;
        background-color: var(--theme-section-background);
        box-shadow: rgba(var(--theme-box-accent-rgb), .8) 0px 3px;
    }

.timeclock-time {
    font-weight: bold;
    font-size: 46pt;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(var(--theme-secondary-rgb), .75);
}

.timeclock-date {
    font-weight: bold;
    font-size: 26pt;
    text-align: center;
    margin-bottom: 10px;
}

.timeclock-employee {
    margin: 0px auto 30px auto;
    width: calc(270px + 15px); /*include drop down error in calc for centering the field*/
}

.motility-timeclock .motility-dropdown, .motility-timeclock .motility-dropdown .k-widget.k-combobox.k-combobox-clearable {
    width: 270px;
    margin: 0px;
}

.timeclock-icons {
    text-align: center;
    padding: 30px 0px;
}

    .timeclock-icons:nth-child(1) {
        padding-bottom: 20px;
    }

    .timeclock-icons .timeclock-icon-wrapper {
        display: inline-block;
        padding: 0px 50px;
        vertical-align: top;
    }

.timeclock-icon-wrapper a {
    display: block;
}

.timeclock-icon-wrapper p {
    margin: 5px 0px 0px 0px;
    width: 100px;
}

.timeclock-icon-wrapper a img {
    transition: all .25s;
    width: 75px;
}

.timeclock-icon-wrapper a svg {
    font-size: 50pt;
    transition: all .25s;
}

.timeclock-icon-wrapper a:hover img, .timeclock-icon-wrapper a:hover svg {
    filter: drop-shadow(1px 3px rgba(var(--theme-box-accent-rgb), .7));
}
/*#endregion [Timeclock]*/

/*#region Settings*/
.settings-scroll-content-company {
    overflow-y: auto;
    max-height: calc(100vh - 315px);
}

.settings-scroll-content-app {
    overflow-y: auto;
    max-height: calc(100vh - 175px);
}

.settings-user-emailOneClick-buttons {
    max-width: 80px;
}

.card.card-body {
    border-color: var(--theme-mid-sibling)
}
/*#endregion [Settings]*/
/*#endregion*/

/*#region Modal*/
.modal {
    padding-right: 0px !important;
    height: calc(100svh - 40px);
}

.global-modal-alert.condensed-alert .motility-modal-header {
    margin-top: 0px;
}

.global-modal-alert.condensed-alert .modal-body {
    padding: 0px;
}

.global-modal-alert.condensed-alert .modal-content {
    padding-bottom: 5px;
}

.global-modal-alert.condensed-alert .modal-footer {
    padding-top: 5px;
}

.close-mobile {
    display: none;
}

.modal-lg.bug-modal {
    max-width: 650px;
}

.bug-modal .modal-content {
    background-color: rgba(var(--theme-body-background-rgb), .80);
}

.bug-modal input, .bug-modal textarea {
    background-color: var(--theme-primary);
}

.modal-dialog.modal-dialog-right {
    margin: 15px 15px 15px auto;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal.show {
    margin-top: 40px;
}

    .modal.show.force-modal-top {
        z-index: 1060;
    }

.modal-backdrop.show {
    margin-top: 40px;
}

#previoussearchresult, #nextsearchresult, #showsearchresults {
    cursor: pointer
}

.modal .row {
    margin-right: 0px;
    margin-left: 0px;
}

.motility-universal-color { /*x button on modals*/
    color: var(--theme-secondary);
}

.modal-content {
    padding: 15px 0px;
    max-height: calc(100vh - 100px);
    border-radius: 15px;
    background-color: var(--theme-modal-bg);
}

.modal-force-full-height .modal-content {
    height: calc(100vh - 100px);
}

.modal-xxl {
    max-width: 98%;
}

.modal-dialog.xxl-full-screen {
    width: 100%;
    max-width: 100%;
}



.modal-xxl .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-dialog.xxl-full-screen .modal-content {
    height: calc(100svh - 40px);
    max-height: calc(100svh - 40px);
    padding-top: 5px;
    border-radius: 0px;
}



.modal-xxl .modal-content > .row > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-dialog {
    overflow-y: initial;
    margin: 0px auto;
    height: 100%;
    width: 100%;
}

.modal-body {
    overflow-y: auto;
    /*max-height: calc(100vh - 200px);*/
    padding: 0px;
    overflow-x: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-xxl .modal-body, .modal-lg .modal-body {
    padding-top: 5px;
}

.modal-close-confirm.is-calculated-close-position {
    margin: 0px;
}

.is-not-calculated {
    visibility: hidden;
}

.modal-close-confirm p {
    font-size: 12pt;
}

#HistoryPanelbar {
    overflow: auto;
}

.mainmenu-content .modal-body {
    max-height: 521px;
    overflow: hidden;
}

.modal-content-xxl {
    min-height: calc(100vh - (2.75rem * 2));
}


/*.modal-xxl .auto-grid .k-grid-content {
        height: calc(100vh - 425px) !important;
    }*/
/*header*/
.modal-header {
    border-bottom: 1px solid var(--theme-mid-sibling);
}

.modal-content .motility-modal-header {
    padding-bottom: 0px;
    margin: 15px 0px 5px 0px;
    position: relative;
}

.modal-content div.motility-header-line {
    margin-top: 10px;
}

.modal-xxl .modal-content div.motility-header-line, .modal-lg .modal-content div.motility-header-line {
    margin-top: 0px;
}

.modal-content .motility-header-line svg:not(.tool-tip-icon):not(.toggle-icon) {
    padding: 0px 5px;
    cursor: pointer;
    font-size: 15pt;
}

.modal-content .motility-header-line h1 {
    margin-bottom: 0px;
}

.modal-content .line-side, .modal-content div.motility-header-line {
    margin-bottom: 0px;
}

.modal-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.entity-header-details span:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    margin-right: 5px;
}

.modal-icon-container svg {
    color: var(--modal-icons);
}

.stickyHeader .light-sticky-icons + .modal-icon-container svg:not(.toggle-icon) {
    color: #e6e6e6;
}

.modal-title .modal-icon-container, .motility-modal-header .modal-icon-container {
    position: absolute;
    right: 30px;
    top: -9px;
    z-index: 5;
}

.modal-lg .modal-content .motility-modal-header {
    margin: 0px;
}

.modal-xxl .motility-modal-header .modal-icon-container, .modal-lg .motility-modal-header .modal-icon-container {
    top: 0px;
}

.stickyHeader .modal-icon-container {
    right: 45px;
    top: -14px;
}

.modal-title .modal-icon-container.has-bug-icon, .motility-modal-header .modal-icon-container.has-bug-icon {
    right: 65px;
}

.status-indicator, .sublet-indicator {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #888;
    margin-right: 10px;
}

.new-status-indicator, .sublet-indicator {
    height: auto;
    width: auto;
    border-radius: 5px;
    border: 0px solid transparent;
    margin-right: 0px;
    padding: 0.25rem 0.5rem;
}

.modal .motility-header-line svg:last-child {
    padding-right: 0px;
}

.modal .motility-header-line svg:not(.tool-tip-icon):not(.toggle-icon):first-child {
    padding-left: 10px;
}

/*close*/
button.close {
    text-shadow: none;
    position: absolute;
    right: 0px;
    top: -5px;
    opacity: 1;
    background-color: var(--theme-action);
    padding: 5px;
    border-radius: 5px;
}

    button.close span {
        display: flex;
    }

        button.close span img {
            width: 15px;
            height: 15px;
        }

.modal-xxl .close, .modal-lg .close {
    top: 0px;
    right: 5px;
}

.modal-xxl.xxl-full-screen .close {
    top: 4px;
    right: 0px;
}

.xxl-full-screen .close {
    top: -9px;
}

.close.outterHeaderClose {
    top: -4px;
    right: 15px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { /*x button*/
    color: var(--theme-mid-sibling);
    opacity: 1;
}

.Close-Icon {
    width: 10px;
}

/*sticky summary*/
.stickyHeader > .col {
    padding: 0px !important;
}

.stickyHeader .modal-title, .stickyHeader .motility-modal-header:after,
.stickyHeader .motility-header-line:after {
    display: none;
}

.modal #stickySmall.stickyAltTop {
    margin-top: -15px;
}

.stickyHeader button.close {
    z-index: 61;
    right: 15px;
    box-sizing: content-box;
    top: 4px;
}

.stickyBottomContent svg {
    width: 11px !important;
    position: relative;
}

.stickyPresent #stickyBelowContent {
    padding-top: 125px;
}

.stickyDataWrap {
    margin: 0px !important;
    overflow: hidden;
    width: 100%;
}

.stickyDataDisplay {
    width: 200%;
}

.stickyDataItem {
    display: inline-block;
    padding: 7px 0px;
    margin-left: 7px;
}

    .stickyDataItem:first-child {
        margin-left: 0px;
    }

.compactViewDisplay {
    white-space: nowrap;
    padding-left: 10px;
}

.compactToggle {
    padding: 3px 10px;
}

    .compactToggle svg {
        font-size: 12pt;
        position: relative;
        top: 1px;
    }

    .compactToggle span {
        position: relative;
        top: -1px;
    }

.modal-icon-container .compactToggle {
    top: -3px;
    position: relative;
}

.modal-xxl .modal-icon-container .compactToggle, .modal-lg .modal-icon-container .compactToggle {
    margin: 7px 0px;
}

.modal-icon-container .compactToggle svg {
    color: #4d4d4d;
    padding-right: 5px;
}

.compactToggle:hover svg {
    color: #e6e6e6;
}


.xxl-full-screen .stickyHeader .close {
    margin-right: 7px;
}

.xxl-full-screen .stickyHeader .compactToggle {
    margin-right: -7px;
}

/*main menu*/
.motility-card-text {
    padding-top: 5px;
    text-align: center;
}

/*footer*/

.remove-footer-vertical-padding .modal-footer {
    padding: 0px 10px 0px 10px;
    border: none;
    position: relative;
}

.remove-body-vertical-padding .modal-body {
    padding-bottom: 0px;
    padding-top: 0px;
}

.modal-footer {
    padding: 15px 15px 0px 15px;
    border: none;
    position: relative;
}

/*page controls*/
.has-modal-page-controls .modal-body {
    padding-bottom: 25px;
}

.modal-content.has-modal-page-controls {
    padding-bottom: 0px;
}

.modal-footer.modal-page-controls {
    /*padding-bottom: 11px;
                padding-top: 11px;*/
    padding: 9px;
    position: relative;
    /*bottom: -16px;*/
    border-radius: 0px 0px 3px 3px;
}

.modal-pc-icon-content {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.modal-pc-icon-wrapper {
    width: 100px;
}

    .modal-pc-icon-wrapper.modal-pc-totals-wrapper {
        width: initial;
    }

.modal-pc-totals-wrapper .receiptTotal {
    margin-right: 30px;
}

.modal-pc-icon {
    height: 80px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    left: 24px;
    bottom: 10px;
    cursor: pointer;
    z-index: 62;
}

.modal-page-controls .pc-icon-buttons {
    padding-right: 0px;
    margin-left: auto;
}

/*buttons*/
.stackedButtons {
    height: 100%;
}

.tButton, .bButton {
    margin-top: 125px;
}

/*misc*/
#motility-dealer-message {
    width: 100%;
    padding: 0px !important;
    color: var(--theme-secondary);
}

/*#region Error Modal*/
.Error-Header {
    font-size: 18px;
    padding-bottom: 0px;
}

.Error-Modal-Header {
    border-bottom: 0px !important;
    padding-bottom: 0px;
}

.Error-Modal-Icon {
    width: 40px;
    padding-right: 10px;
}

    .Error-Modal-Icon + h1 {
        margin-bottom: 0px;
        margin-top: auto;
    }

#helpMessageTextBug {
    height: 100px;
    width: 100%;
    border-radius: 12px;
    resize: none;
}
/*#endregion [Error Modal]*/

/*#region Count Down Modal*/
#Count-Down-Timer {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #00b2e3;
}

.Count-Down-Text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.Count-Down-Icon {
    max-height: 135px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.timeout-dialog {
    width: 350px;
}
/*#endregion [Count Down Modal]*/
/*#endregion*/

/*#region Media Queries*/
@media only screen and (min-width: 1333px) {
    .col-xxl-small { /*For any columns with fields, keep them 200px width or greater when sidebar closed*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    .col-xxl-side-small { /*For any columns with fields, keep them 200px width or greater when sidebar closed*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .col-xxl-inside-small { /*For any columns with fields, keep them 200px width or greater when sidebar closed*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .highlightColSpan .col-xxl-inside-small:first-child {
        padding-left: 0px;
    }

    .highlightColSpan .col-xxl-inside-small:nth-child(2) {
        padding-right: 0px;
        padding-left: 1rem;
    }
}

@media (max-width: 991px) {
    .motility-textalign {
        text-align: left;
    }

    .motility-label {
        padding: 0px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .motility-mainmenu-border-right {
        border-right: none;
    }
}

@media (min-width:768px) {
    .main-content-rightside {
        padding-left: 9px;
    }
}

@media (max-width: 768px) {
    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }

    #nav-notifications-dropdown-menu-content {
        max-height: calc(100vh - 60px) !important;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media only screen and (min-width: 958px) and (max-width: 1332px) {
    .col-xxl-small, .col-xxl-side-small { /*For any columns with fields, keep them 200px width or greater when sidebar closed*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1594px) {
    .col-xxl-inside { /*For any columns with fields, keep them 200px width or greater when sidebar open*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .highlightColSpan .col-xxl-inside:first-child {
        padding-left: 0px;
    }

    .highlightColSpan .col-xxl-inside:nth-child(2) {
        padding-right: 0px;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 1593px) {
    .highlightColSpan .col-xxl-inside {
        padding: 0px;
    }
}

@media only screen and (min-width: 1594px) {
    .col-xxl { /*For any columns with fields, keep them 200px width or greater when sidebar open*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    .col-xxl-side {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
}

@media only screen and (min-width: 1830px) {
    .col-xxl-4 { /*For any columns with fields, keep them 200px width or greater when sidebar open*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 1221px) and (max-width: 1593px) {
    .col-xxl, .col-xxl-side { /*For any columns with fields, keep them 200px width or greater when sidebar open*/
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .stackedButtons {
        /*/margin: 30px 0px 10px 0px;*/
        text-align: center;
    }

    .tButton, .bButton {
        margin: 20px 0px 20px 0px;
        width: 70%;
    }

    .modal {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .pc-icons-buttons {
        text-align: left;
        margin-left: 30px;
        margin-top: 15px;
    }

    #page-controls .pc-icons-buttons button {
        margin-bottom: 10px;
    }

    #page-controls {
        padding-bottom: 0px;
    }
}
/*#endregion*/

/*#region K Dialogs*/
/*Icons*/
.k-i-close:before {
    content: url(../Images/XIcon_dark.svg);
}

.k-icon:before {
    width: 15px;
}

/*K Window*/
.k-window {
    background-color: var(--theme-primary) !important;
}

    .k-window label {
        margin-bottom: 0px;
    }

    .k-window .motility-checkbox {
        margin-top: 20px;
    }

.k-color-picker, .k-colorpicker {
    width: inherit;
    height: 22px;
}

.k-picker-md.k-icon-picker .k-input-inner {
    padding: 0px;
}

.k-window-titlebar-action.k-button-md.k-icon-button, .k-button-group-stretched .k-button {
    min-width: initial;
}

.k-window-titlebar-action.k-button-md.k-icon-button {
    background-color: var(--theme-action) !important;
    opacity: 1;
    padding: 0px;
}

    .k-window-titlebar-action.k-button-md.k-icon-button .k-button-icon {
        width: 30px;
        height: 30px;
        min-width: unset;
        min-height: unset;
    }

        .k-window-titlebar-action.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg {
            width: 25px;
            height: 25px;
        }

        .k-window-titlebar-action.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg path {
            fill: #4d4d4d;
        }

.k-button-group-stretched {
    width: 450px;
}

.k-scheduler-edit-form {
    padding: 0px !important;
}

.k-window div.k-window-content {
    overflow: hidden;
}

k-window-titlebar {
    background-color: #343a40;
}

.k-window-title {
    text-overflow: initial;
    font-size: 15pt;
    color: var(--theme-secondary);
}

.k-window-titlebar.k-hstack {
    background-color: transparent;
    border: none;
}

.k-window {
    padding: 8px 0px 15px 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.k-window-titlebar .k-window-actions {
    min-width: initial;
    position: absolute;
    right: 15px;
    top: 10px;
}

.k-window-actions .k-window-action {
    min-width: initial;
}

.k-window .k-edit-buttons {
    float: right;
}

/*Windows with no (x)*/
.k-window.k-dialog {
    padding: 10px 0px !important;
}

/*K Scheduler*/
.k-scheduler.k-widget {
    border: none;
}

.k-scheduler-toolbar > ul > li {
    background-color: transparent;
    border-color: transparent !important;
}

.k-scheduler-edit-form .k-edit-form-container {
    width: initial;
}

/* K Gauge*/
.k-gauge div svg g g:first-of-type g path {
    stroke: var(--theme-secondary);
}

.k-gauge div svg g g g text {
    stroke: var(--theme-secondary);
}

/*K Editor*/
.k-editor .k-editable-area .k-content, .k-editor-toolbar, table.k-editor, .k-upload {
    border: none;
}

.k-editable-area, .k-upload {
    background-color: white;
}

.k-upload {
    border-radius: 5px;
}

    .k-upload .k-upload-button-wrap .k-button {
        background: #8CE196;
    }

.k-editable-area {
    border-radius: 0px 0px 5px 5px;
}

.k-editor-toolbar-wrap .k-editor-toolbar {
    background-color: var(--theme-primary);
}

.k-editor-toolbar .k-button-group .k-tool-icon {
    color: var(--theme-secondary);
}

.k-content {
    background-color: transparent;
    color: var(--theme-secondary);
    border-top: 0px;
}

.k-numerictextbox.k-recur-count .k-button, .k-numerictextbox.k-recur-interval .k-button, .k-numerictextbox.k-recur-monthday .k-button {
    width: 20px !important;
    height: 12px;
    flex: none;
    min-width: initial;
    padding: 0px;
    margin: 0px;
}

.k-window .k-radio {
    margin-top: 5px;
}

.k-upload .k-dropzone, .k-upload .k-upload-dropzone {
    border-color: rgba(0, 0, 0, .08);
    color: #656565;
    background-color: #f6f6f6;
}

.k-dropzone-hint {
    display: none;
}

.k-upload .k-upload-files .k-file {
    align-items: center;
}

.k-upload .k-upload-files .k-file {
    padding-top: 5px;
    padding-bottom: 5px;
}

.k-editor .k-editor-toolbar button {
    background-color: inherit;
    min-width: inherit;
    margin: 0px;
    padding: 0px;
}

    .k-editor .k-editor-toolbar button .k-icon {
        color: #4d4d4d;
    }

.k-editor-toolbar .k-button-group {
    border-right: 1px solid #b1b1b1;
    padding-right: 7px;
}

.k-editor-toolbar.k-toolbar {
    background-color: #e6e6e6;
    border-radius: 5px 5px 0px 0px;
}

.k-editor {
    border-radius: 10px;
}

/*K Popup*/
.k-popup.k-list-container > div {
    overflow: none;
    overflow-y: scroll;
}

/*K File Manager*/
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
    border-color: var(--theme-secondary);
}

.k-filemanager-upload-dialog.k-widget {
    border-color: transparent;
}

.k-filemanager-upload-dialog .k-upload .k-dropzone {
    background-color: var(--theme-tab-background);
}

.uploadTarget .k-dropzone {
    background-color: var(--theme-tab-background);
}

.k-window.k-dialog.k-filemanager-upload-dialog {
    padding-bottom: 0px !important;
}

.k-dialog.k-filemanager-upload-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:not(.k-primary):not(:hover) {
    color: var(--theme-secondary) !important;
}

.k-filemanager-header .k-split-button .k-button {
    color: #4d4d4d;
}

.k-filemanager-header .k-toolbar .k-split-button .k-button.k-split-button-arrow {
    border-radius: 0 4px 4px 0;
    padding: 4px 4px 3px 4px;
}

.k-filemanager-header .k-button-group a:first-of-type {
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 3px 0px 0px 3px !important;
}

.k-filemanager-details-toggle label {
    color: var(--theme-secondary);
}

.k-filemanager-search-tool, .k-filemanager-search-tool input {
    height: 30px;
    border-radius: 4px;
}

.k-filemanager-breadcrumb {
    color: var(--theme-secondary);
}

.k-filemanager-preview-container {
    color: var(--theme-secondary);
}

.file-uploader-thumbnail-img {
    height: 56px;
}

    .file-uploader-thumbnail-img img {
        width: 100%;
    }

.k-split-button a:hover {
    color: #e6e6e6 !important;
}

.file-upload-modal .container-fluid, .file-upload-modal #azureFileWrapper, .file-upload-modal #AzureFileManager {
    height: 100% !important;
}

.file-upload-modal .pc-icon-details {
    display: none;
}

.k-split-button:focus, .k-split-button.k-focus, .k-button-solid-base:focus, .k-button-solid-base.k-focus {
    box-shadow: none;
}

.file-upload-modal .motility-modal-header:after {
    display: none;
}

#AzureFileManager, .k-filemanager-toolbar {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.k-filemanager-content-container {
    background: #FFF;
    border: 1px solid #979390;
    border-radius: 5px;
}

.k-filemanager-toolbar > button {
    margin-right: calc(20.3% - 102px);
}

button[data-command='OpenDialogCommand'] {
    display: none;
}

.k-popup .k-item {
    color: var(--theme-secondary);
}

.faux-input-wrapper .k-button-solid-base:hover, .faux-input-wrapper .k-button-solid-base.k-hover {
    border-color: transparent;
}

.faux-input-wrapper {
    margin-right: 20px;
}

    .faux-input-wrapper button.k-toolbar-tool {
        margin-right: 20px;
        cursor: default;
    }

    .faux-input-wrapper button.k-toolbar-tool, .faux-input-wrapper button.k-icon-button {
        background: transparent !important;
        color: var(--theme-secondary) !important;
        background: transparent;
        padding: 0px !important;
        margin: 0px;
        min-width: inherit;
        align-self: flex-end;
        min-height: initial;
    }

    .faux-input-wrapper button.k-icon-button {
        align-self: center;
        margin-left: 5px;
    }

    .faux-input-wrapper .faux-input {
        align-self: flex-end;
        background-color: var(--theme-field-background);
        color: #4d4d4d;
        width: 170px;
        line-height: 10pt;
        margin-left: 20px;
        padding: 4px 5px;
        border-radius: 5px;
    }

    .faux-input-wrapper button.k-toolbar-tool, .faux-input {
        font-size: 10pt;
        font-weight: 500;
    }

    .faux-input-wrapper button.k-icon-button .k-button-icon {
        min-width: 0;
        min-height: 0;
    }

.file-view-toggle button.k-button-md.k-icon-button {
    margin: 0px;
    padding: 2px 10px;
}

.k-filemanager .k-splitbar {
    display: inline-flex !important;
}

.k-filemanager-preview {
    display: block !important;
}

.k-filemanager-navigation, .k-filemanager-preview {
    padding-top: 0px;
    border: 0px;
}

.file-manager-section-header {
    border-bottom: 1px solid #979390;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    padding: 7px;
    text-align: left;
}

    .file-manager-section-header.header-has-padding {
        margin: 0px -1rem;
    }

.k-filemanager-treeview.k-treeview {
    display: flex;
    height: calc(100% - 35px);
}

.k-group.k-treeview-group.k-treeview-lines {
    flex-grow: 1;
}

.k-filemanager-view.k-filemanager-view-list {
    flex-grow: 1;
}

.k-listview.k-filemanager-listview {
    height: 100%;
}

.no-files-text {
    font-size: 1em;
    width: 100%;
    text-align: center;
    padding-top: calc(4rem + 16px);
}

#AzureFileManager .k-treeview > .k-group {
    color: #4d4d4d;
}

.k-filemanager-breadcrumb {
    display: none;
}

.k-file-info {
    padding-top: 3rem;
}
/*#endregion [K Dialogs]*/

/*#region Notes*/
.notes-exists {
    color: #85c96a !important;
}

/*#endregion*/

/*#region Reports*/
.dashboard-insights-page {
    height: calc(100vh - 100px);
}
/*endregion [Reports]*/
/*#Region New motility system*/
.motility-btn-new {
    background-color: #8CE196 !important;
}

.motility-btn-delete {
    background-color: #F88F6E !important;
}

.motility-btn-edit {
    background-color: #F8F886 !important;
}

.category-red-text {
    color: #ff6961
}

#imageGeneralTab {
    display: none
}

.red-label {
    color: red;
}

#discSection .k-picker-wrap {
    width: 100%
}
/*.dropdown-standard-position {
    position: relative;
    bottom: 3rem;
    left: 2rem;
}
*/

/*Kendo Version Update To 2024.1.130 Changes */

.k-picker-solid {
    background-color: transparent;
    background-image: none;
}

    .k-picker-solid:hover, .k-picker-solid.k-hover {
        background-color: transparent;
        background-image: none;
    }

.k-widget.k-numerictextbox {
    box-shadow: none;
}

.k-input-solid, .k-input-solid:focus, .k-input-solid.k-focus, .k-picker-solid:focus, .k-picker-solid.k-focus, .k-picker-solid:focus-within {
    background-color: transparent;
}

    .k-input-solid:focus, .k-input-solid.k-focus, .k-input-solid:focus-within, .k-picker-solid:focus, .k-picker-solid.k-focus, .k-picker-solid:focus-within {
        border: none;
        box-shadow: 0 0 10px 0 #76abd9;
        border-radius: 5px;
    }


.k-filtercell-wrapper .k-picker-md .k-input-inner {
    border-bottom: none;
}

.k-input-md .k-input-button, .k-input-md .k-spinner-increase, .k-input-md .k-spinner-decrease, .k-picker-md .k-input-button, .k-picker-md .k-spinner-increase, .k-picker-md .k-spinner-decrease {
    background-color: transparent;
    background-image: none;
    border: none;
}

.k-picker-md .k-input-button, .k-input-md .k-input-button {
    padding: 0px;
    margin: 0px;
    min-width: 20px;
}

.k-table-md {
    font-size: 13.333px;
}

.k-grid .k-table-th.k-selected, .k-grid td.k-selected, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-row.k-selected > .k-table-td,
.k-grid .k-table-row.k-selected > td .k-input-inner:not(:focus) { 
    background-color: #989898;
    color: var(--theme-primary);
}

    
.k-grid td, .k-grid .k-table-td, .k-grid .k-grid-content, .k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked {
    border-color: transparent;
}

.k-grid-header .k-grid-header-menu.k-active {
    background-color: var(--theme-primary);
    border-radius: 5px;
}

.k-filtercell > span > .k-button, .k-filtercell .k-filtercell-wrapper > .k-button {
    padding: 0px;
    margin: 0px;
    min-width: 24px;
    position: absolute;
    right: 10px;
}

.k-icon.k-svg-i-filter-clear {
    color: #000;
}

.k-input-value-text {
    font-size: 10pt;
}

.k-grid-container {
    flex-direction: column;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ECECEC;
    border-top: none;
}

.k-grid-toolbar {
    display: flex;
    justify-content: flex-end;
    border-top: none;
    padding: 0px 5px;
}

.hide-toolbar .k-grid-toolbar {
    display: none;
}

.k-toolbar .k-grid-excel {
    position: absolute;
    left: 0px;
}

    .k-toolbar .k-grid-excel.grid-excel-right {
        position: unset;
        left: unset;
        width: unset;
        order: 1;
    }

    .k-toolbar .k-grid-excel.grid-excel-plain .k-icon {
        display: none;
    }

    .k-toolbar .k-grid-excel .k-icon {
        color: var(--theme-action-text);
    }

.k-dropdowngrid-popup .k-table-th {
    background-color: #f5f5f5;
    border-color: var(--theme-section-border);
    color: #4d4d4d;
}

.k-table-scroller .k-table-row {
    background-color: var(--theme-primary);
    color: var(--theme-secondary);
}

    .k-table-scroller .k-table-row.k-table-alt-row {
        background-color: var(--theme-mid);
    }

.k-dropdowngrid-popup .k-table-th, .k-table-list .k-table-td {
    padding: 6px 8px;
}

.k-table-list .k-table-row.k-hover {
    background-color: var(--theme-secondary) !important;
    color: var(--theme-primary) !important;
}

.k-window-titlebar {
    background-color: transparent;
    border: none;
}

.k-window.k-dialog.k-filemanager-upload-dialog .k-dialog-actions {
    display: flex;
    flex-direction: row-reverse;
}

.k-window.k-dialog {
    color: var(--theme-secondary);
}

.k-filemanager-listview {
    background-color: transparent;
}

.k-listview, .k-listview-pager.k-pager {
    background: transparent;
}

    .k-listview-pager.k-pager button {
        background-color: #e6e6e6 !important;
        border-radius: 0px;
    }

        .k-listview-pager.k-pager button:nth-child(1) {
            border-radius: 5px 0px 0px 5px;
        }

        .k-listview-pager.k-pager button:nth-child(6) {
            border-radius: 0px 5px 5px 0px;
        }

.k-scheduler-content .k-more-events.k-button {
    box-sizing: inherit;
    margin: 0px;
}

.StatusToggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -40px;
    width: 100%;
}

.StatusToggleWithoutButtons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -20px;
    width: 100%;
}

.StatusToggleCheckBox {
    margin-left: 15px;
    margin-top: 15px;
}

.row-status-full-screen-border table {
    border-collapse: collapse !important;
}

.row-status-full-screen-border tr {
    border-bottom: 1px solid #4D4D4D !important;
}

.buttons-no-bottom-spacing button.motility-button {
    margin-bottom: 0px;
}

.motility-button.dropdown-toggle {
    top: -2px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .col-llg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.k-list-container ul > li:nth-child(odd):not(.k-dropdowngrid-popup *) {
    background-color: var(--theme-mid);
}

.k-dropdownlist ul > li:nth-child(odd):not(.k-dropdowngrid-popup *) {
    background-color: var(--theme-mid);
}

@media (max-width: 1199px) {
    .field-column-two, .field-column-two-adjacent {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .field-column-two {
        -ms-flex: 0 0 380px !important;
        flex: 0 0 380px !important;
        max-width: 380px !important;
    }

    .field-column-two-adjacent {
        -ms-flex: 0 0 calc(100% - 380px) !important;
        flex: 0 0 calc(100% - 380px) !important;
        max-width: calc(100% - 380px) !important;
    }
}

@media (min-width: 1750px) {
    .col-xxl-two-columns-tabs, .field-column-two {
        -ms-flex: 0 0 727px !important;
        flex: 0 0 727px !important;
        max-width: 727px !important;        
    }

    .col-xxl-two-columns-tabs .tab-content, .col-xxl-two-columns-tabs-adjacent, .tab-content {
        padding-bottom: 13px !important;
    }

    .col-xxl-two-columns-tabs-adjacent, .field-column-two-adjacent {
        -ms-flex: 0 0 calc(100% - 727px) !important;
        flex: 0 0 calc(100% - 727px) !important;
        max-width: calc(100% - 727px) !important;        
    }
}

