﻿body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.nav-section {
    margin-left: 8px
}

.navbar-right {
    margin-left: auto !important;
}

#topbar {
    background: none;
    border: none;
}

.navbar-nav .mobile-only {
    display: none;
}

.icon-primary {
    color: var(--bs-primary);
}

.icon-secondary {
    color: var(--bs-secondary);
}

.icon-success {
    color: var(--bs-success);
}

.icon-info {
    color: var(--bs-info);
}

.icon-warning {
    color: var(--bs-warning);
}

.icon-danger {
    color: var(--bs-danger);
}

.icon-light {
    color: var(--bs-light);
}

.icon-dark {
    color: var(--bs-dark);
}

.icon-white {
    color: var(--bs-white);
}

.alert-light-outline {
    border: 1px solid var(--bs-light);
}

.float-right {
    float: right;
}

#greeting {
    display: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.offcanvas-help {
    width: 40% !important;
}

.table-sm-padding > :not(caption) > * > * {
    padding: .5rem;
}


.navbar-vertical.navbar-expand-md .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.k-grid {
    font-size: .9rem;
}

    .k-grid .k-grid-content-locked a, .k-grid .k-grid-content a {
        color: #2c7be5;
        text-decoration: underline;
    }

        .k-grid .k-grid-content-locked a.btn, .k-grid .k-grid-content a.btn {
            text-decoration: none !important;
        }


.k-toolbar, .k-grid-header, .k-grid-pager {
    background-color: #f9fbfd;
}

    .k-grid-header .k-header > .k-link {
        background-color: #f9fbfd;
        text-transform: uppercase;
        font-size: .8125rem;
        font-weight: 600;
        letter-spacing: .08em;
        color: #95aac9 !important;
        border-bottom-width: 1px;
        font-size: .625rem;
    }

.k-grid col.k-sorted, .k-grid th.k-sorted {
    background-color: #f9fbfd;
}

.k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
    background-color: rgba(235,241,255, 1);
}

.k-grid .k-alt {
    background-color: #f9fbfd;
}

#box-grid .k-grid-add {
    width: 99%;
}

.k-list .k-item, .k-list-optionlabel {
    padding: 0;
}

.font-weight-bold {
    font-weight: 600;
}

#upcoming-orders-detail th {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #95aac9;
    text-shadow: none;
    opacity: .5;
}

.dropZone {
    padding: 5rem 1rem;
    background-color: #fff;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
    text-align: center;
    color: #95aac9;
    transition: all .2s ease-in-out;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.k-upload .k-dropzone {
    background-color: #fff;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
    text-align: center;
    color: #95aac9;
    transition: all .2s ease-in-out;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.k-upload {
    border: none;
    margin-top: 10px;
}

.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header {
    border-color: rgba(33,37,41,.125);
}


.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
    background-color: #ffffff;
}

.k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap:hover {
    background-color: #ffffff;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    background-color: #ffffff;
}

.k-window-titlebar {
    height: 60px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-color: #edf2f9;
}

.k-window-title {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.k-upload .k-upload-files {
    border: none;
}

.form-control:disabled, .form-control[readonly], .k-edit-form-container .k-dropdown[aria-disabled="true"] .k-dropdown-wrap,
.k-dropdown[aria-disabled="true"] .k-dropdown-wrap {
    background-color: #f9fbfd;
    opacity: 1;
}

#view-pallet-estimate {
    cursor: pointer;
}

.k-edit-form-container {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 3%;
}

.k-widget .k-edit-form-container * {
    box-sizing: border-box;
}

.card-header {
    height: auto;
}

    .card-header p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.error {
    width: 100%;
    margin-top: 0;
    font-size: .8125rem;
    color: #e63757;
}

footer {
    background-color: #14477d;
    color: #ffffff;
    margin-top: 200px;
    min-height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

    footer a, footer a:link, footer a:visited, footer a:active {
        color: #ffffff
    }

        footer a:hover {
            color: #95aac9;
        }


.k-stepper {
    font-family: "Cerebri Sans",sans-serif;
}

.k-button {
    border-radius: .375rem;
}

label {
    font-weight: 600;
}

.error {
    font-weight: 400;
}

.k-i-x {
    margin-top: 8px;
}

.invalid-feedback {
    display: block;
}

input.k-textbox {
    text-indent: 0;
}

.k-widget.form-control .k-input {
    padding: .167em 0;
}

.text-right {
    text-align: right;
}

.search-row {
    display: none;
}

#home-page .alert {
    font-size: 120%;
}

.alert p:last-of-type {
    margin-bottom: 0;
}

.alert-danger a {
    color: #ffffff;
    text-decoration: underline;
}

/* Absolute Center Spinner */
.loading, #loading-page {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    #loading-page:before,
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    #loading-page:not(:required),
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.k-edit-form-container .k-primary,
.k-primary .k-icon,
.k-grid-cancel,
.k-state-default .k-grid-cancel,
.k-state-default .k-primary,
.k-grid-cancel .k-icon {
    color: #fff !important;
}

#box-grid {
    font-size: 80%;
}

    #box-grid .k-button {
        font-size: 90%;
    }

.k-overflow-container .k-primary, .k-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.k-grid-cancel {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.k-edit-form-container .k-edit-buttons {
    text-align: center !important;
}

.k-edit-form-container {
    position: relative;
    width: 100%;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 1px;
}

.k-window {
    width: 40%;
}

.k-grid-cancel:hover {
    background-color: #d9534f !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.input-hint {
    font-style: italic;
    padding: 0;
    margin: 0 !important;
    color: #717171;
    font-size: 12px !important;
}

.input-hint-table-heading {
    padding: 0;
    margin: 0 !important;
    color: #717171;
    font-size: 12px !important;
}

#attachment-context-menu,
.attachment-filename input,
#car-attachment-context-menu,
.car-attachment-filename input {
    display: none;
}

#attachment-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

    #attachment-form .input-hint {
        margin-top: 10px !important;
    }

#upload-intent-list {
    display: none;
}

#close-intent-list {
    margin-bottom: 10px;
}

.context-menu {
    background: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    text-transform: none !important;
}

#notification-view .dropdown-menu-card .card-header {
    padding: 1rem;
}

.dropdown-menu.notify-drop {
    right: 0 !important;
    left: inherit !important;
}

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 395px;
    max-height: 395px;
}

    .dropdown-menu.notify-drop .drop-content {
        min-height: 350px;
        max-height: 350px;
        overflow-y: scroll;
    }

.notification-dropdown .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
    cursor: pointer;
}

.dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 12px;
}

.dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}

.dropdown-menu.notify-drop .drop-content li p.time {
    font-size: 10px;
    top: -6px;
    margin: 0;
    padding: 0;
}

.dropdown-menu.notify-drop .drop-content li p {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.dropdown-menu.notify-drop .drop-content li a {
    font-size: 12px;
    font-weight: normal;
    line-height: 1 !important;
}

    .dropdown-menu.notify-drop .drop-content li a.link-destination {
        font-weight: 600;
        line-height: 1;
    }

.dropdown-menu .notification-row {
    padding: 0 10px;
}

#notifications-list-view h5, #notifications-list-view p {
    margin: 4px 0 0 0;
    padding: 0;
}

#notifications-list-view .btn {
    margin-top: 6px;
}

#notifications-list-view p.text-muted {
    font-size: 80%;
}

#notifications-list-view .avatar-title {
    border-radius: 20px;
}

#webnotifications-page .k-listview {
    border: none;
    background: transparent !important;
}

#notifications-list-view .card {
    margin-bottom: 30px;
}

.category-margin .form-control {
    padding: .5rem .75rem;
}


.previous-values {
    width: 700px;
}

.modified {
    width: 100px;
}

[id^="programprofilequestion_"] .programprofilequestion-date .error {
    margin-left: 50px;
    font-size: 12px;
}

[id^="programprofilequestion_"] .has-error {
    border-color: #a94442 !important;
}

.k-datepicker .has-error {
    border: 1px solid #a94442 !important;
}

#car-details {
    padding: 20px;
}

    #car-details .form-control {
        width: 96%;
    }

#employee-container, #itad-container {
    display: none;
}

#hide-secondary-contact {
    display: none;
}

.secondary-contact {
    display: none;
}

/*#region Custom CSS */

.hidden {
    display: none;
    visibility: hidden;
}

/*#region order CSS */

.form-horizontal .form-group .k-datepicker {
    background: #fff !important;
}

.account-information .form-horizontal .form-group textarea.ordertype-description {
    height: 100px;
    position: absolute;
}

.margin-auto {
    margin: 0 auto;
}

.padding-top-60 {
    padding-top: 60px;
}

.radio-inline {
    color: #000;
}

.padding-right-0 {
    padding-right: 0;
}
/*#endregion*/


/*#region program CSS */
.view-program {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #666666;
}

.email-link {
    font-size: 12px;
    color: #0099FF;
}

.border-bottom {
    border-bottom: 2px solid #ddd;
}

.program-information .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.margin-right-3 {
    margin-right: 3px;
}

.program-information .table-bordered > thead > tr > th, .program-information .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}

#program-page .k-toolbar{
    gap:0;
}

/*#endregion*/

/*#region start Header style*/
.navbar-toggle {
    background: #337ab7;
}

    .navbar-toggle .icon-bar {
        background: white;
    }

.customerAccountName a {
    color: #333333;
    font-size: 15px;
}

.customerAccountName li {
    padding-top: 10px;
}

#ddlAccountNumber {
    width:100%;
}
/*#endregion start Header style*/
.cur-pointer {
    cursor: pointer;
}

.box-section {
    border: 1px solid #ddd;
}

    .box-section .heading {
        background: #F5F5F5;
        padding: 6px;
        font-weight: bold;
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        color: #6B6B6B;
        border-bottom: 1px solid #ddd;
    }

.box-section-table .sub-heading {
    font-weight: 100;
    margin-top: 5px;
}

.time-width {
    width: 105px;
}

.box-section .inner-body {
    position: relative;
    min-height: 263px;
}

.box-section-table .inner-body {
    min-height: 240px;
}

.inner-body {
    position: relative;
}

.box-section-table .heading {
    background: #f5f5f5;
    padding: 6px;
    font-weight: bold;
    font-family: 'Arial Bold','Arial';
    font-weight: 700;
    font-style: normal;
    color: #6b6b6b;
    border: 1px solid #ddd;
}

.box-section-table .table {
    border: none;
}

    .box-section-table .table > thead:first-child > tr:first-child > th {
        border-bottom: none;
    }


.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }

.autocomplete-arrow {
    position: absolute;
    top: 9px;
    right: 28px;
}

.padding-right {
    padding-right: 25px;
}

.categoryItemName {
    font-weight: bolder;
    font-size: 15px;
}

#menu li a {
    border-bottom: 4px solid #fff;
}

.font-size-14 {
    font-size: 14px;
}

.k-tooltip-error {
    border-color: #e63757;
    color: #fff;
    background-color: #e63757;
}

.order-form-container {
    margin: 0px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#correctAddresses, #addressesHeading {
    font-size: 130%;
}

.pallet-button {
    font-size: 14px;
    margin-top: 30px;
    display: block;
    color: darkturquoise;
    cursor: pointer;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.brand-link {
    display: block;
}

/* Default styles for mobile (stacked layout) */
.brand-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.brand-link {
    text-align: center;
}

.utility-footer {
    --bs-header-margin-bottom: 2rem;
    --bs-header-spacing-y: 1.5rem;
    --bs-header-body-border-width: 1px;
    --bs-header-body-border-color: #e3ebf6;
    --bs-header-body-border-color-dark: rgba(227, 235, 246, .1);
    margin-bottom: 0
}

.utility-footer-body {
    padding-bottom: var(--bs-header-spacing-y);
    padding-top: var(--bs-header-spacing-y);
}

.no-border {
    border: none !important;
}

.header-no-border {
    margin-bottom: 0;
}

.navbar-vertical-sm .nav-section {
    display: none;
}

#navbar-brand-img-sm {
    display: none;
    max-height: 3rem;
}

.navbar-brand-img, .navbar-brand > img {
    max-height: 2rem;
}

.navbar-vertical-sm #sidebarToggle {
    margin-top: 1rem;
}

.header-no-border .header-body {
    border: none !important;
}

.k-picker-solid {
    background: #fff;
}

.navbar-brand-img {
    width: 100%;
}

.collapsible-header {
    cursor: pointer;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bs-white);
    border-top: 1px solid var(--bs-border-color);
    padding: 1rem 2rem;
}

    .footer ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 2rem;
        margin-bottom: 4px;
    }

.layout-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.footer .left, .footer .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

#service-dates-container li:has(.tag-editor-tag.active) {
    display: none;
}

.tag-editor .tag-editor-tag:hover {
    border-color: #285e8e;
    background-color: #3276b1;
}

.tag-editor .tag-editor-delete {
    border-color: #357ebd;
    background-color: #428bca;
    color: #ffffff;
}

    .tag-editor .tag-editor-delete i:before {
        color: #ffffff;
    }

    .tag-editor .tag-editor-delete:hover {
        border-color: #285e8e;
        background-color: #3276b1;
    }

#service-dates-container .tag-editor, .tag-editor-hidden-src {
    pointer-events: none;
    padding: 0;
}

.loader-element {
    position: absolute;
    /* Changed to absolute for specific element blocking */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid #000000;
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 60px;
    height: 60px;
    animation: fa-spin .7s linear infinite;
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md {
        overflow-y: visible;
    }

    .account-information .form-horizontal .control-label {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .brand-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* Only apply stacked layout when sidebar is collapsed on desktop */
    .navbar-vertical-sm .brand-wrapper {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .navbar-vertical-sm .brand-link {
        text-align: center;
    }

    .navbar-vertical-sm .sidebar-toggle {
        margin: 0;
    }

    .navbar-vertical.navbar-expand-md .navbar-brand {
        display: flex;
    }

    .navbar-vertical.navbar-expand-md.navbar-vertical-sm .navbar-brand {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 90%;
    }
}

@media (min-width: 1200px) {
    .form-container {
        width: 1050px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
        max-width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
        max-width: 1470px;
    }
}

@media only screen and (max-width: 768px) {
    #sidebarToggle {
        display: none;
    }

    .navbar-vertical-sm .nav-section {
        display: block !important;
    }

    .navbar-light .navbar-divider {
        display: none;
    }

    .offcanvas-help {
        width: 100% !important;
    }

    .k-stepper .k-step-label .k-step-text {
        font-size: 12px;
    }

    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }

    .footer {
        padding: 1rem 1rem;
        text-align: left;
    }

        .footer ul {
            flex-direction: column;
            gap: 0;
            margin-bottom: 2px;
            text-align: left;
        }

        .footer .left, .footer .right {
            display: block;
        }

    .layout-footer {
        flex-direction: column;
        gap: .5rem; /* Add space between stacked .left and .right divs */
        margin-bottom: .5rem;
    }

        /* Optional: Center align the content when stacked */
        .layout-footer .left,
        .layout-footer .right {
            text-align: left;
        }
}


@media only screen and (max-width: 1200px) {
    a.navbar-brand {
        width: 200px;
        height: 29px;
    }

    .form-container {
        width: 100%;
    }

    .full-width {
        width: 100%;
    }

    .padding-right-0 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .k-stepper .k-step-label .k-step-text {
        font-size: 8px;
    }

    .card-body {
        padding: 0.5rem;
    }

    .navbar-nav .mobile-only {
        display: block;
    }

    .navbar-right {
        margin-left: -1rem !important;
    }

    .dropdown-menu .notification-row {
        padding: 0;
        margin: 0 35px 0 10px;
    }

    .k-grid tr td {
        font-size: 80%;
    }

    #navbar-brand-img {
        display: block;
    }

    #navbar-brand-img-sm {
        display: none;
    }

    .navbar-divider {
        display: none;
    }

    .header .header-body {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* Custom width modal */
.custom-modal-width .modal-dialog {
    max-width: 90%;
    width: 90%;
}


.k-loading-mask {
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.custom-element-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .custom-element-blocker .k-loading-mask {
        position: static !important;
        background: none !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto !important;
        height: auto !important;
    }

    .custom-element-blocker .k-loading-text {
        margin-bottom: 10px;
        font-size: 14px;
        color: #333;
        position: static !important;
    }


    .custom-element-blocker .k-loading-color {
        display: none !important; /* Hide this as we're using the image for animation */
    }

#allGraphData, #allGraphDataForOpenCases {
    cursor: pointer;
}

.accountOverviewModal .k-grid td, .authorizedAccountsHome .k-grid td, .authorizedProgramsHome .k-grid td
.accountOverviewModal .k-grid-toolbar .k-button, .authorizedAccountsHome .k-grid-toolbar .k-button, .authorizedProgramsHome .k-grid-toolbar .k-button {
    font-size: 80%;
}

.dropdown-item {
    cursor: pointer !important;
}

#attachments-upload.file-uploader, #intentlist-upload .file-uploader, #orderBoxList-upload.file-uploader {
    background: #F9FCFF;
    padding: 10px;
    border: 2px dotted #D4E7FF;
    min-height: 70px;
}


    #attachments-upload .k-upload-empty, #attachments-upload.file-uploader .k-upload-dropzone {
        opacity: 0 !important;
        width: 0px !important;
        display: none !important;
    }



.attach-img {
    height: 31px;
    width: 31px;
}

.file-uploader p {
    margin: 0;
    padding: 0;
}

.file-uploader h5 {
    margin: 0;
    padding: 0;
    color: #717171;
}

.backup-img {
    height: 71px;
    border: 5px solid #EBF4FF;
    background: #D4E7FF;
    border-radius: 90px;
    padding: 6px 17px;
    width: 76px;
}

.error-file-message {
    color: #E71E4A;
}

.upload-file-success {
    background: #D4E7FF;
    color: #004396;
}

.upload-file-error {
    background: #FCE1E7;
    color: #E71E4A;
}

.upload-file-detail {
    padding: 3px 12px;
    border-start-start-radius: 8px;
    border-bottom-left-radius: 8px;
}

.change-File {
    background-color: #2682F4;
    height: 100%;
    border: none;
    border-radius: 0px;
    padding: 4px 10px;
    color: #fff;
}

.error-change-file-icon-color {
    background: #E71E4A !important
}

.clear-files {
    height: 100%;
    padding: 4px 10px;
    background: #004396;
    border: none;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    gap: 10px;
}

.error-clear-file-icon-color {
    background: #3E434D !important
}

#intentlist-upload .k-upload-empty, #intentlist-upload .k-upload {
    opacity: 0 !important;
    width: 100px !important;
    display: none !important;
}

#orderBoxList-upload .k-upload-dropzone, #rderBoxList-upload .k-upload-empty, #rderBoxList-upload .k-upload {
    opacity: 0 !important;
    width: 100% !important;
    display: none !important;
}

.loader {
    border: 4px solid #000000;
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 60px;
    height: 60px;
    animation: fa-spin .7s linear infinite;
}

.box-return-steps {
    width: 51px;
    height: 29px;
    line-height: 26px;
}

#service-dates-calendar {
    width: 100% !important;
}

#service-schedule .tag-editor-delete {
    display: none;
}

#service-schedule .tag-editor, .tag-editor-hidden-src {
    pointer-events: none;
    padding: 0;
}

#service-dates-container ul {
    padding-top: 10px;
    padding-left: 10px;
}

.energyEfficentLabel:before {
    content: url("/img/energy_savings_leaf.svg");
    height: 15px;
}

.energyEfficentLabel {
    line-height: 15px !important;
    display: inline-flex !important;
}

.tag-editor {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
    padding: 3px 0;
}

    .tag-editor.tag-editor-tag {
        border-color: #357ebd;
        background-color: #428bca;
        color: #ffffff;
    }

#service-schedule li:has(.tag-editor-tag.active) {
    display: none;
}

.tag-editor.tag-editor-tag:hover {
    border-color: #285e8e;
    background-color: #3276b1;
}

.tag-editor.tag-editor-delete {
    border-color: #357ebd;
    background-color: #428bca;
    color: #ffffff;
}

    .tag-editor.tag-editor-delete i:before {
        color: #ffffff;
    }

    .tag-editor.tag-editor-delete:hover {
        border-color: #285e8e;
        background-color: #3276b1;
    }


#radioContainer .custom-control {
    margin-bottom: 6px;
}



#partialViewContainer #totalEstimatetable td,
#partialViewContainer #totalEstimatetable th,
#partialViewContainer #dispositionPriceEstimates td,
#partialViewContainer #dispositionPriceEstimates th,
#partialViewContainer #servicePriceEstimates td,
#partialViewContainer #servicePriceEstimates th {
    padding: .3rem;
}

#partialViewContainer #totalEstimatetable .text-muted,
#partialViewContainer #dispositionPriceEstimates .text-muted,
#partialViewContainer #servicePriceEstimates .text-muted,
#partialViewContainer #totalEstimatetable .input-hint,
#partialViewContainer #dispositionPriceEstimates .input-hint,
#partialViewContainer #servicePriceEstimates .input-hint {
    font-size: 10px !important;
    padding-right: 10%
}

#partialViewContainer div.pac-container {
    z-index: 99999999999 !important;
}

#partialViewContainer #ddlServiceType-list {
    height: 230px !important;
}

#partialViewContainer #ddlServiceType-list > .k-list-scroller {
        overflow-y: auto;
        overflow-x: hidden;
        height: 200px !important;
    }

#partialViewContainer .customer-responsive-box {
    overflow-y: auto;
    min-height: 200px;
    max-height: 1000px;
}

#partialViewContainer .customer-responsive-box-header {
    position: sticky;
    top: -1px;
}

#partialViewContainer .customer-responsive-box tfoot {
    position: sticky;
    bottom: 5px;
    background: #fff;
}


#boxorderdashboard-index-page #grid .btn-sm {
    line-height: 1;
}

#dashboard-index-page div.pac-container {
    z-index: 99999999999 !important;
}

#dashboard-index-page div.pac-container {
    z-index: 99999999999 !important;
}

#create-order .dropdown .btn {
    background: none;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

#create-order div.pac-container {
    z-index: 99999999999 !important;
}

#create-order .stepper-container {
    padding: 30px 20px;
}

#create-order .k-stepper .k-step-label .k-step-text {
    white-space: pre-wrap !important;
}

#create-order .total-stats {
    background: #F9F9F9;
    padding: 20px;
    border: 1px;
}

    .total-stats p {
        margin: 0;
        padding: 0;
    }

.grey-border {
    border-color: #C3C5CD !important
}

.teal-color {
    background: #308FB5;
}

.popover-inner {
    width: 500px !important;
    max-width: 500px !important;
}

.popover {
    width: 500px !important;
    max-width: 500px !important;
}

.jconfirm-buttons {
    text-align: center !important;
    float: none !important;
}

.blockUI.blockMsg.blockElement {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.k-loading-mask {
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#allGraphData, #allGraphDataForOpenCases {
    cursor: pointer;
}

.accountOverviewModal .k-grid td, .authorizedAccountsHome .k-grid td, .authorizedProgramsHome .k-grid td
.accountOverviewModal .k-grid-toolbar .k-button, .authorizedAccountsHome .k-grid-toolbar .k-button, .authorizedProgramsHome .k-grid-toolbar .k-button {
    font-size: 80%;
}

.dropdown-item {
    cursor: pointer !important;
}

.alert-info a {
    color: #fff !important;
    text-decoration:underline;
}

#box-program-form #txtBoxAddress1 {
    border: 1px solid var(--bs-gray-400);
    border-radius: .375rem;
    font-size: .9375rem;
    font-family: var(--kendo-font-family, inherit) !important;
}

.w-100{
    width:100%
}
.m-h-400{
    min-height:400px;
}

.w-165{
    width:165px;
}

.w-45{
    width:45px;
}

.m-w-83 {
    min-width: 83%
}

.table-layout-fixed {
    table-layout: fixed;
}

.h-30{
    height:30px;
}

.l-h-0{
    line-height:0 !important;
}