﻿.sp {
    display: none !important;
}

.border-red {
    border: 1px solid red;
}

.font-regular {
    font-size: 14px;
    color: #212529;
}

img.filter-red {
    filter: invert(16%) sepia(60%) saturate(6683%) hue-rotate(6deg) brightness(107%) contrast(108%);
}

.color-red {
    color: #f31700;
}

.color-white {
    color: #fff;
}

.column-gap {
    column-gap: 10px;
}

.column-gap-3px {
    column-gap: 3px;
}

.column-gap-20, .column-gap20 {
    column-gap: 20px;
}

.row-gap {
    row-gap: 10px;
}

.row-gap-20, .row-gap20 {
    row-gap: 20px;
}
.row-gap-5 {
    row-gap: 5px;
}

.row-gap-8 {
    row-gap: 8px;
}

.row-gap2 {
    row-gap: 2px;
}

.k-switch {
    zoom: 0.7;
}

.k-loader-top .k-loader-container-inner {
    border: none;
}

.k-overlay-white {
    background: white;
    opacity: 1;
}

.k-loader-container-inner.k-loader-container-panel {
    background: transparent;
}

table.custom-table {
    position: relative;
    overflow: auto;
    width: 100%;
}

    table.custom-table th {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #ddd;
        border: 1px solid #ccc !important;
        padding: 10px;
        font-weight: 500;
    }

    table.custom-table td {
        border: 1px solid #ddd !important;
        padding: 10px;
    }

        table.custom-table td.border-none {
            border: none !important;
        }

span.cert.cert-ITR:before {
    content: url(/images/itr.png);
}

span.cert.cert-Punch:before {
    content: url(/images/punch.png);
}

.k-i-caret-alt-down::before {
    content: url(/images/feather/chevron-down.svg);
}

.custom-treelist td > span.k-icon.k-i-caret-alt-down {
    display: none;
}

.k-grid.k-treelist.custom-treelist td {
    display: flex;
}

span.badge {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    span.badge.badge-ACTIVE, span.badge.badge-Open {
        background: #6CC04A;
    }

    span.badge.badge-INACTIVE, span.badge.badge-Closed {
        background: #D71538;
    }

.k-picker-solid {
    box-shadow: none;
    background: #fff;
}

.filter-white {
    filter: brightness(0) invert(1);
}

iframe {
    box-shadow: none;
    border: none;
    outline: none;
}

.grid-hierarchy .k-grid-toolbar {
    display: none;
}

.custom-tile .k-tilelayout-item-header.k-card-header {
    padding: 0;
}

.custom-tile .k-tilelayout-item-body {
    padding: 0;
}

span.cs-tick {
    background: #77bf44;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    span.cs-tick img {
        filter: brightness(0) invert(1);
    }

span.cs-cross {
    background: #d50f46;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    span.cs-cross img {
        filter: brightness(0) invert(1);
    }

.custom-switchHierarchy {
    position: absolute;
    right: 22px;
    top: 19px;
    z-index: 100000;
}


.k-tabstrip-content, .k-tabstrip > .k-content {
    background-color: #FFFFFF;
}

.form-container {
    background-color: white;
    padding: 24px;
    margin-bottom: 54px;
    border-radius: 16px;
}


span.checklist-details {
    margin-bottom: 10px;
}

div.togglepwd {
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
}

.togglepwd img {
    filter: sepia(150%) saturate(3614%) hue-rotate(220deg) brightness(83%) contrast(150%);
}

.toggle-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    border-color: #d9d9d9;
}

    .toggle-btn img {
        width: 19px;
    }

    .toggle-btn:hover img {
        filter: brightness(0) invert(1);
    }


table.preservationformtable tr td {
    /*line-height: 2em;*/
    vertical-align: middle;
    border: 1px solid #80808054;
    padding: 8px;
    margin: 0px;
}

tr.preservationformheader th {
    font-size: 14px;
    background: #424242;
    color: white;
    padding: 22px 12px 7px 12px;
    text-align: center;
    width: 30px;
}

.k-button-solid-base {
    border-color: rgb(213 213 247);
  
}

.k-button.buttongroupborder.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base.k-icon-button {
    border-radius: 4px;
    border-color: #c4c4c4;
}

.cs-table td {
    border-top: 1px solid #ddd;
    padding: 3px 10px;
}

.cs-table th {
    padding: 3px 10px;
}

td.k-detail-cell {
    background-color: #e3e4e7;
    padding: 24px;
}

.cs-table-content-center td, .cs-table-content-center th {
    text-align: center;
    width: 10%;
}

.cs-table-content-center td {
    background: #fdffff;
    border: 1px solid #deedeb;
}

.cs-table-content-center th {
    background: #4ea9a0;
    color: #fff;
    border: 1px solid #b0ddd8;
    font-weight: 500;
}

.cs-table-content-center img {
    width: 18px;
}

.cs-table-content-center tr:first-child th:first-child {
    background: transparent;
    border: none;
}

.cs-table-content-center {
    background: transparent;
}
/*.k-hierarchy-cell {
    background-color: white;
}

    .k-hierarchy-cell:hover {
        background-color: #c7e3e3;
    }
*/

.value-space {
    margin-right: 10px;
    min-width: 15px;
    display: inline-block;
}

.table-format .k-grid tr.k-alt {
    background-color: white;
}

/*.table-format .k-hierarchy-cell {
    background-color: white;
}*/
.table-format .k-master-row .k-hierarchy-cell:hover {
    background-color: #f1f1ff;
}

/*
.table-format tr.k-master-row.k-alt {
    background-color: white;
}*/

.sub-table tr:first-child th.k-header {
    background: rgb(250 250 250);
    color: #424242;
    border: 1px solid lightgray;
}





.badge {
    font-weight: 500;
    color: white;
    line-height: 1;
    padding: 3px;
    letter-spacing: 0px;
    font-size: 11px;
}

    .badge.badge-green {
        background: #4ba327;
        color: white;
    }

    .badge.badge-red {
        background: #d91336;
        color: white;
    }

    .badge.badge-gray {
        color: #fff;
        background: #424242;
    }

    .badge.badge-blue {
        color: #fff;
        background: #2635d4;
    }

.status-green {
    color: #4ba327;
    font-weight: 500;
}

.status-blue {
    color: #2635d4;
    font-weight: 500;
}

.status-yellow {
    color: #be8f00;
    font-weight: 500;
}

.status-red {
    color: #d91336;
    font-weight: 500;
}

.customprogressbar {
    width: 130px;
    height: 8px;
    border-radius: 7px !important;
}

/*.k-grid {
    border: 1px solid lightgray;
}*/


.k-input {
    border-color: lightgray;
    color: #333;
    background-color: #ffffff;
    font-weight: 500;
}



.k-dialog-titlebar {
    color: #fff;
    background-color: #424242;
}

button.k-button.cs-backbtn {
    min-width: 38px;
    min-height: 38px;
    border-radius: 50%;
    color: red;
}



.k-progressbar .progress-green .k-selected {
    border-color: #4ba327;
    color: #fff;
    background-color: #4ba327;
}

.k-progressbar .progress-orange .k-selected {
    border-color: #fc751e;
    color: #fff;
    background-color: #fc751e;
}

.k-progressbar .progress-red .k-selected {
    border-color: #d91336;
    color: #fff;
    background-color: #d91336;
}



.sticky-preservation-form-action {
    position: fixed;
    bottom: 0;
    right: 0;
    background: white;
    padding: 16px 24px;
    align-items: end;
    flex: auto;
    /*width: 100%;*/
    z-index: 2;
    /*border: 1px solid*/
    box-shadow: 0px -1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

.sidebar {
    z-index: 3;
}



.k-button-solid-tertiary {
    border-color: rgba(0,0,0,0.08);
    color: #424242;
    background-color: #e9ffe5;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
}

    .k-button-solid-tertiary:hover, .k-button-solid-tertiary.k-hover {
        border-color: #55c241;
        background-color: #55c241;
        color: #fff;
    }

.qr-wrapper {
    background: white;
    padding: 20px;
    width: 190px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid gray;
}

    .qr-wrapper > label {
        margin: 0px 0px 16px 0px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #424242;
        word-break: break-all;
    }


.qr-overlay-image {
    background: white;
    border-radius: 50px;
}

.grouplist-width {
    width: 60%;
}

.checkbox-button {
    background: #fff;
    border: 1px solid grey;
}


.images-wrapper {
    height: fit-content;
    overflow-y: auto;
    /*flex: 0.5 1 auto;*/
    column-gap: 10px;
    row-gap: 10px;
}

.transition {
    transition: all ease-in-out 0.3s;
}

.card-container {
    /*width: calc(12.5% - 15px);*/
    /*margin-right:16px;*/
    display: flex;
}

.k-grid tr.highlightTagsWithoutGroupOrTag:hover td {
    background-color: #ff9e9e !important;
}

.k-grid tr.highlightTagsWithoutGroupOrTag > td.k-command-cell.k-grid-content-sticky {
    background-color: #f5bdbd;
}

.k-grid tr.highlightTagsWithoutGroupOrTag > td.k-detail-cell {
    background-color: #f5bdbd;
}

.k-grid tr.highlightTagsWithoutGroupOrTag td {
    background-color: #ffe2e2;
}

#disabled-delete {
    cursor: not-allowed !important;
    filter: grayscale(.9);
    opacity: 0.3;
}

.customprogressbar {
    width: 100%;
}

.cs-progresscontainer {
    width: 200px;
}

.k-progressbar.progress-bar-green {
    background-color: #E2F9D8;
    border: 1px solid #4ba327;
    color: #E2F9D8;
}

    .k-progressbar.progress-bar-green .k-selected {
        border-color: #4ba327;
        color: #fff;
        background-color: #4ba327;
    }

.k-progressbar.progress-bar-blue {
    background-color: #2126ab;
    border: 1px solid #3276d5;
    color: #fff;
}

    .k-progressbar.progress-bar-blue .k-selected {
        border-color: #2126ab;
        color: #fff;
        background-color: #2126ab;
    }

.k-progressbar.progress-bar-yellow {
    background-color: #fffbeb;
    border: 1px solid #dbab00;
    color: #c69c05;
    font-weight: 500;
}

    .k-progressbar.progress-bar-yellow .k-selected {
        border: 1px solid #dbab00;
        color: #fff;
        background-color: #dbab00;
    }

.k-progressbar.progress-bar-red {
    border: 1px solid #cf1a37;
    color: #cf1a37;
    font-weight: 500;
    background-color: #ffeff2;
}

    .k-progressbar.progress-bar-red .k-selected {
        border-color: #cf1a37;
        color: #fff;
        background-color: #cf1a37;
    }

.progress-bar-red-status.k-progressbar.progress-bar-red-outline {
    border-color: #cf1a37;
    color: #cf1a37;
    background-color: #ffeff2;
}

    .progress-bar-red-status.k-progressbar.progress-bar-red-outline >
    .k-progress-status-wrap.k-progress-center {
        border: 1px solid #c51f38;
        border-radius: 4px;
    }



.top-bar {
    border-bottom: 1px solid #dee2e6 !important;
}

.k-window-title {
    white-space: normal;
}

.k-form-field-error input {
    border-color: #f31700;
}

/*
.attachment-btn {
    border-radius: 4px;
    border: 1px solid #3276d5;
    height: 40px;
    width: 40px;
    background-color: #3276d5;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 4px;
}
    .attachment-btn > img {
        height: 16px;
        align-items: center;
        text-align: center; 
    }

    .attachment-btn  > label {
        color: #3276d5;
    }

.take-photo-btn {
    border-radius: 4px;
    border: 1px solid #3276d5;
    height: 40px;
    width: 40px;
    background-color: #3276d5;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 4px;
}

    .take-photo-btn > img {
        height: 16px;
        align-items: center;
        text-align: center;
    }

    .take-photo-btn > label {
        color: #3276d5;
    }*/

.red-checklist-row {
    background: #ffe2e2;
}

.k-multiselect.telerik-blazor.multiselect-qrcode.k-input.k-input-solid.k-input-md.k-rounded-md {
    border: 1px solid lightgrey;
}

.disable-preservation-form-link {
    cursor: not-allowed;
    pointer-events: none;
}

.left-btn { /*
    width: 40px;
    height: 40px;*/
    border-radius: 100px;
    padding: 8px 16px;
}

.modal-camera-btn {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #4ba327;
    border-color: #4ba327;
}

    .modal-camera-btn > .k-icon {
        filter: brightness(0) invert(1);
        transform: scale(2);
    }

    .modal-camera-btn:hover {
        background: #58d723;
    }

div#camera video:nth-child(3) {
    display: none;
}

.reject-btn {
    color: white;
    border-radius: 100px;
    background-color: #c73e34;
    border-color: #c73e34;
    padding: 8px 16px;
}

    .reject-btn .k-icon {
        filter: brightness(0) invert(1);
    }

    .reject-btn:hover {
        background-color: #f31700;
        border: 1px solid #ff6358;
    }

.accept-btn {
    color: white;
    border-radius: 100px;
    background-color: #4ba327;
    border-color: #4ba327;
    padding: 8px 16px;
}

    .accept-btn > img {
        filter: brightness(0) invert(1);
    }

    .accept-btn:hover {
        background: #58d723;
    }

.img-carousel-content {
    min-width: 600px !important;
    min-height: 400px !important;
}

.image-carousel {
    height: 100%;
    text-align: center;
}

    .image-carousel > img {
        object-fit: contain;
        width: auto;
        height: 100% !important;
        margin: 0 auto;
    }

.img-carousel-content {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: unset !important;
}

div#camera {
    overflow: hidden;
    width: 480px;
    max-width: 100%;
    height: calc(100% - 84px);
    transform: scaleX(1);
}

    div#camera canvas {
        height: auto;
        max-width: 100%;
        transform: unset !important;
        object-fit: cover;
    }

.k-button-solid-success .k-icon, .k-button-solid-error .k-icon {
    filter: brightness(0) invert(1);
}

.cs-btngroup .k-button:not(.k-icon-button) {
    min-width: 130px;
}

.k-command-cell .k-icon.k-i-delete {
    filter: invert(24%) sepia(86%) saturate(6803%) hue-rotate(3deg) brightness(94%) contrast(106%);
}

.k-window-actions {
    margin: unset;
}

.k-notification-group .k-notification {
    display: flex;
}

.k-button-solid-primary.k-icon-button .k-icon {
    filter: brightness(0) invert(1);
}

.cs-tablepi {
    table-layout: fixed;
    font-size: 8px;
    border-collapse: collapse;
    margin: 0;
    height: 36px;
    width: 800px;
}

    .cs-tablepi td {
        padding: 5px;
        border: 1px solid #eee;
        font-size: 12px;
        line-height: 1;
    }

    .cs-tablepi th {
        padding: 10px;
    }

.k-grid-header .k-table-th.k-grid-header-sticky {
    color: #fff;
}

.k-grid tr.no-children td.k-hierarchy-cell * {
    display: none;
}

.k-grid tr.no-children td.k-hierarchy-cell {
    pointer-events: none;
}

.k-checkbox {
    border-color: rgb(48 54 214);
}

.k-splitter-flex.k-splitter-horizontal {
    background: transparent;
    border: none;
    column-gap: 15px;
}

.k-splitbar {
    background-color: #eaeaea;
}

.k-grid .k-cell-inner {
    align-items: end;
}

.k-grid.k-grid-md .k-grid-header .k-grid-header-wrap .k-table.k-grid-header-table.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu, .k-grid.k-grid-md .k-grid-header .k-grid-header-wrap .k-table.k-grid-header-table .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu {
    margin-bottom: 4px;
    border-radius: 3px;
    background: transparent;
}

span.k-sort-icon {
    filter: brightness(0) invert(1);
}

.header-custom-background {
    background-color: #ffc000 !important;
    color: black !important;
    font-weight: 500 !important;
}

.writeCellWithValue {
    background-color: #555555;
    color: white;
}

.writeCellWithoutValue {
    background-color: lightgray;
}

.k-grid th.center-me {
    justify-content: center;
}

.k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.left-wrap {
    justify-content: left;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title, .k-column-title {
    white-space: normal;
}

.header-punchGroup-background {
    background-color: #FABF8F !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-punch-background {
    background-color: #E26B0A !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-punchD-background {
    background-color: #5a2b04 !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-mcGroup-background {
    background-color: #C5D9F1 !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-mc-background {
    background-color: #538DD5 !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-mcD-background {
    background-color: #17375f !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-pcGroup-background {
    background-color: #E4DFEC !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-pc-background {
    background-color: #60497A !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-chGroup-background {
    background-color: #ececd7 !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-ch-background {
    background-color: #80a247 !important;
    color: white !important;
    font-weight: 500 !important;
}

.header-ahGroup-background {
    background-color: #c9c9c9 !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-ah-background {
    background-color: #7d7d7d !important;
    color: white !important;
    font-weight: 500 !important;
}


.header-pcD-background {
    background-color: #261d31 !important;
    color: white !important;
    font-weight: 500 !important;
}

.sumNAValue {
    background-color: #555555;
    color: white;
}

.sumCompValue {
    background-color: #00B050;
    color: white;
}

.sumIncompValue {
    background-color: #C00000;
    color: white;
}

.trv-report-viewer-wrapper, .cs-report {
    width: 100%;
    height: 100%;
}

    .cs-report .k-panel.trv-report-viewer, .k-panel.trv-report-viewer {
        height: 100% !important;
    }

    .trv-report-viewer-wrapper .k-button-solid-base.k-selected .k-icon {
        filter: brightness(0) invert(1);
    }

.k-splitbar:focus .k-icon, .k-splitbar.k-focus .k-icon {
    filter: brightness(0) invert(1);
}

.cs-chart {
    width: calc(50% - 5px);
}

.customdownloadtagbtn {
    background-color: #BFDCF7;
    white-space: normal;
    word-break: break-all;
}

.customdownloadbtn {
    background-color: #f70303;
    white-space: normal;
    word-break: break-all;
}

    .customdownloadbtn .k-icon {
        filter: brightness(0) invert(1);
    }

.customuploadbtn {
    background-color: #70AD47;
}

.customdownloadbtn:hover {
    background: #ff2a2a !important;
}

.customuploadbtn:hover {
    background: #80b74b !important;
}

.customuploadbtn .k-icon {
    filter: brightness(0) invert(1);
}

.k-icon-button.customuploadbtn:hover {
    background: #80b74b;
}

.cs-badge {
    background: #e2ffd5;
    color: #00b53c;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 72px;
    border-radius: 100px;
    text-align: center;
    line-height: 1;
    padding: 6px;
    font-size: 10px;
}

    .cs-badge:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #00d346;
        border-radius: 9px;
        vertical-align: unset;
        margin-right: 3px;
    }

    .cs-badge.badge-Offline {
        background: #ffe8e6;
        color: #ff1800;
    }

        .cs-badge.badge-Offline:before {
            background: #ff1800;
        }

.cs-tilelayout.k-tilelayout {
    background: transparent;
    padding: 0 !important;
}

.k-tilelayout {
    background-color: transparent;
}

a.k-scrollview-prev, a.k-scrollview-next {
    background: #00000029;
    top: 44%;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    zoom: 0.6;
}

.k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active {
    color: #fff;
    background-color: #2635d4 !important;
}

.k-grid-md .k-grid-header .k-grid-filter, .k-grid-md .k-grid-header .k-header-column-menu, .k-grid-md .k-grid-header .k-grid-header-menu {
    color: #fff;
}

span.k-grid-column-menu.k-grid-header-menu:hover {
    background: #ebebeb52 !important;
}

.k-grid-filter-menu.k-grid-header-menu {
    margin-bottom: 4px;
}

.k-grid .k-cell-inner .k-sort-order {
    color: orange;
}

input.cs-upload-btn:before {
    background: #3276d5;
    content: 'Choose file(s)';
    position: absolute;
    left: 0;
    width: 87px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

input.cs-upload-btn.cs-upload-btn-single:before {
    content: 'Choose file';
    width: 83px;
}

input.cs-upload-btn {
    cursor: pointer !important;
    position: relative;
    height: 26px;
}

    input.cs-upload-btn:hover:before {
        background: #0c58c3;
    }

/* Background for all cancelled rows */
tr.k-master-row.k-table-row.cancelledItem,
.cancelledItem {
    background: #d3d3d3; /* Dark gray */
    color: #000; /* Optional: ensure text stays readable */
}

    /* Background for even-numbered cancelled rows */
    tr.k-master-row.k-table-row.cancelledItem:nth-child(even) {
        background: #c0c0c0; /* Slightly darker for even rows */
    }

    /* Sticky cell background for cancelled rows */
    tr.k-master-row.k-table-row.cancelledItem > td.k-grid-content-sticky {
        background: #e0e0e0; /* Slight contrast for sticky cells */
    }

    /* Sticky cell background for even cancelled rows */
    tr.k-master-row.k-table-row.cancelledItem:nth-child(even) > td.k-grid-content-sticky {
        background: #cccccc;
    }



tr.k-master-row.k-table-row.closedItem:nth-child(even),
tr.k-master-row.k-table-row.removedItem:nth-child(even) {
    background: #e2f7da;
}

tr.k-master-row.k-table-row.closedItem, .closedItem,
tr.k-master-row.k-table-row.removedItem, .removedItem {
    background: #eaffe2;
}

tr.k-master-row.k-table-row.closedItem:nth-child(even) > td.k-grid-content-sticky,
tr.k-master-row.k-table-row.removedItem:nth-child(even) > td.k-grid-content-sticky {
    background: rgb(225 237 219);
}

tr.k-master-row.k-table-row.closedItem > td.k-grid-content-sticky,
tr.k-master-row.k-table-row.removedItem > td.k-grid-content-sticky {
    background: #f6fff1;
}

tr.k-master-row.k-table-row.reinspectionRequired:nth-child(even),
tr.k-master-row.k-table-row.activeItem:nth-child(even) {
    background: #fbeec7;
}

tr.k-master-row.k-table-row.reinspectionRequired:nth-child(odd),
tr.k-master-row.k-table-row.activeItem:nth-child(odd) {
    background: #fff3cf;
}

tr.k-master-row.k-table-row.reinspectionRequired:nth-child(even) > td.k-grid-content-sticky,
tr.k-master-row.k-table-row.activeItem:nth-child(even) > td.k-grid-content-sticky {
    background: #f3e5b0;
}

tr.k-master-row.k-table-row.reinspectionRequired:nth-child(odd) > td.k-grid-content-sticky,
tr.k-master-row.k-table-row.activeItem:nth-child(odd) > td.k-grid-content-sticky {
    background: #f7edc9;
}

.k-grid .k-grid-header .k-table-th {
    white-space: initial;
}

.badge.cs-badge {
    background: #13d35321;
    color: #29a74f;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 10px;
    width: 100% !important;
}

    .badge.cs-badge.badge-no {
        background: #ff6c471c;
        color: #c4330e;
        width: 100% !important;
    }

        .badge.cs-badge.badge-no:before {
            background: #fd5f36;
        }

.cs-table2 td, .cs-table2 th {
    border: 1px solid #ddd;
    padding: 3px 10px;
}

.color-green {
    color: #00b500;
}

.k-upload .k-upload-files .k-file-info {
    align-items: center;
    display: flex;
}

.k-switch-md .k-switch-track {
    height: 31px;
    min-width: 63px;
}

.glove-icon {
    position: relative;
}

.icon-number {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -20%);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

img.cs-glove.cs-glove-red {
    filter: invert(19%) sepia(81%) saturate(7449%) hue-rotate(357deg) brightness(102%) contrast(118%);
}

img.cs-glove.cs-glove-yellow {
    filter: invert(84%) sepia(37%) saturate(814%) hue-rotate(354deg) brightness(106%) contrast(104%);
    color: black;
}

img.cs-glove {
    width: 25px;
    height: 25px;
}

.color-black {
    color: black;
}

.k-window-title {
    line-height: 1;
}

.k-window-titlebar {
    color: #fff;
    background-color: #262424;
    line-height: 1;
}

.cs-table2 th {
    background: #424242;
    color: #fff;
    font-weight: 500;
}

.k-window {
    border: 1px solid #787878 !important;
}

.cs-table2 th.cs-totals {
    background: #757575;
}

.cs-table2 td.cs-totals {
    background: #f3f3f3;
}

.k-animation-container {
    z-index: 10002;
}

.cs-customWidthMs {
    min-width: 150px;
    width: auto !important;
}

.k-pager-info {
    display: flex !important;
}

.customsearch-wrapper input {
    height: 34px;
    border-radius: 5px;
}

.customsearch-wrapper {
    position: relative;
}

    .customsearch-wrapper:before {
        content: url(https://cdn-oriondata.azureedge.net/feather/search.svg);
        zoom: 0.8;
        position: absolute;
        z-index: 10;
        top: 10px;
        display: block;
        right: 9px;
        opacity: 0.3;
        pointer-events: none;
    }

.form-img-preview {
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #dedede;
    width: 45px;
    height: 45px;
    object-fit: cover;
}


.form-img-preview-container {
    display: flex;
    column-gap: 2px;
    row-gap: 2px;
    width: 100%;
    flex-wrap: wrap;
}

.thumbnail {
    width: 50px;
    height: 50px;
    border: none;
}

.image-preview-div {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    column-gap: 0;
    white-space: nowrap;
    padding: 0;
}

.image-carousel > img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

.k-window.cs-popup-grid {
    width: 90%;
    height: 90%;
}

button.telerik-blazor.k-button.cs-mobiledownload {
    width: 50%;
    white-space: normal;
    text-align: left;
    height: 38px;
}

    button.telerik-blazor.k-button.cs-mobiledownload * {
        font-size: 14px;
    }

    button.telerik-blazor.k-button.cs-mobiledownload .k-icon {
        transform: scale(1.3);
        margin: 10px;
    }



span.br-item {
    font-size: 13px;
    color: #6f6f6f;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    color: blue;
    background: #f0f0ff;
    cursor: pointer;
}

    span.br-item.br-current {
        pointer-events: none !important;
        color: #000000;
        background: #e9e9e9;
        font-weight: 500;
    }

    span.br-item:active {
        color: #3036d5;
        background: #ebecff;
    }

.cs-bic button {
    white-space: normal;
    text-align: left;
    font-size: 14px;
    border: 2px solid rgb(191 191 255);
    color: rgb(84 84 247);
    font-weight: 400;
}

    .cs-bic button span {
        font-size: 15px;
        padding: 10px;
        display: block;
        text-align: left;
        width: 100%;
    }

.cs-biclabel, .cs-bic-form {
    font-size: 14px;
}

    .cs-bic-form *, .cs-bic-form input, .cs-bic-form textarea {
        font-size: 14px !important;
    }

    .cs-bic-form input, .cs-bic-form textarea {
        min-height: 38px;
    }

    .cs-bic-form .k-radio-item input {
        min-height: unset;
    }

    .cs-bic-form .k-radio-item {
        line-height: 1;
        column-gap: 16px;
        align-items: flex-start;
    }

button.cs-saveChanges {
    padding: 10px 20px;
}

    button.cs-saveChanges * {
        font-size: 17px;
    }

.cs-breadcrumb img {
    opacity: 0.5;
    width: 10px;
}

input.cs-upload-btn.cs-bic-upload:before {
    height: 28px;
    width: 97px;
    line-height: 28px;
}

div#reconnect-modal {
    background: rgba(43, 46, 56, 0.9);
    width: 300px;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#reconnect-modal * {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

.reconnect-inner {
    width: 600px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

span.cs-badge-subsystem {
    background: #d9d9d9;
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    white-space: pre;
}

span.badge-subsysCount {
    background: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    margin-left: 10px;
    border-radius: 50%;
}

    span.badge-subsysCount.badge-hasItem {
        background: #37b400;
    }

.viewQR {
    cursor: pointer;
}

.customcell {
    width: 20px;
    height: 20px;
    background: #f31700;
    border-radius: 50%;
}

    .customcell.CustomGreenCell {
        background: #37b400;
    }

    .customcell.CustomOrangeCell {
        background: #ffc000;
    }

.cs-table-2 th {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #262424;
    color: white;
}

.cs-table-2 {
    height: 100%;
}

.cs-bic button span.k-icon {
    width: auto;
}

.k-svg-icon {
    max-width: 16px;
}

.gpt-header img {
    width: 38px;
}

.gpt-header {
    margin-left: auto;
}

    .gpt-header img:hover {
        opacity: 0.8;
        cursor: pointer;
    }

.gpt-header-dropdown.gpt-disabled {
    min-height: 0px;
    height: 0px;
    border: none;
}

.gpt-header-dropdown {
    position: absolute;
    top: 55px;
    left: calc(50% - 240px);
    border: 1px solid #2126ab;
    width: 600px;
    min-height: 300px;
    max-height: 60%;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 5px;
    background: #fff;
    overflow: auto;
    transition: all ease-in-out 0.2s;
}

.right-loader {
    position: absolute;
    right: 20px;
}


.k-scrollview-pageable > .k-button, .k-scrollview-nav > .k-link {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 22%);
}

.qr-Window .k-window-titlebar {
    background: black;
}

.qrscanner img {
    width: 33px;
    transition: all linear 0.1s;
}

.qrscanner {
    cursor: pointer;
}

    .qrscanner:hover img {
        filter: invert(16%) sepia(39%) saturate(6157%) hue-rotate(233deg) brightness(113%) contrast(106%);
    }

.cs-scannerText {
    position: absolute;
    width: 95%;
    text-align: center;
    background: #ffcb32;
    padding: 10px;
    left: 0;
    border-radius: 80px;
    font-weight: 500;
    margin: 0 2.5%;
    display: flex;
    column-gap: 0;
    justify-content: center;
    padding-right: 30px;
    cursor: pointer;
    bottom: 20px;
    line-height: 1;
    align-items: center;
    color: black;
}

img.qr-searchclose {
    position: absolute;
    right: 10px;
    background: #ffffff8c;
    border-radius: 50%;
    padding: 3px;
    top: 7px;
}

.qr-Window .k-window-content {
    padding: 0;
    overflow: hidden;
}

.k-window .k-window-titlebar .k-icon-button .k-icon {
    filter: brightness(0) invert(1);
}

.qr-WindowContent {
    background: #000000;
    color: #fff;
    text-align: center;
}

    .qr-WindowContent .qr-WindowText {
        font-size: 15px;
        color: #d1d1d1;
        padding: 30px;
    }

canvas#canvas {
    border-radius: 15px;
}

.icon-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 7px;
    font-size: 35px;
    align-items: center;
    background: rgb(255, 247, 223);
    min-height: 85px;
    border-radius: 10px;
    padding: 7px;
    font-weight: 500;
    min-height: 160px;
}

    .icon-box img {
        width: 30px;
        opacity: 0.9;
    }

    .icon-box span {
        font-size: 14px;
    }

.icon-qr-scanned img {
    filter: brightness(0) invert(1);
}

.icon-qr-scanned {
    background: rgb(255, 192, 0);
    padding: 18px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.icon-box.icon-itr {
    background: #fdeceb;
}

    .icon-box.icon-itr .icon-qr-scanned {
        background: #f33d3a;
    }

.icon-box.icon-punch {
    background: #e8ecf2;
}

    .icon-box.icon-punch .icon-qr-scanned {
        background: #1e457d;
    }

.icon-box.icon-preser {
    background: #ebfdf6;
}

    .icon-box.icon-preser .icon-qr-scanned {
        background: #59eba8;
    }

span.qr-search {
    background: black;
    border-radius: 50%;
    margin-right: 5px;
    padding: 3px;
}

    span.qr-search img {
        filter: brightness(0) invert(1);
        width: 16px;
    }

.row-gap-qr {
    row-gap: 15px;
}

.column-gap-qr {
    column-gap: 15px;
}

.preservation-checklist-camera {
    max-height: 66px;
    overflow: auto;
}

img.moc-verified {
    width: 17px;
    margin-left: 5px;
}

.filter-values-container {
    max-height: 300px;
    overflow: auto;
}

.table-fcm td {
    border: 1px solid #ddd3 !important;
}

td.k-table-td.cell-missing, td.k-table-td.cell-incorrect {
    background: rgb(255 21 0 / 70%);
    padding: 0;
}

td.k-table-td.cell-deleted {
    background: rgb(251 187 180) !important;
}

tr.k-alt td.k-table-td.cell-deleted {
    background: rgb(239 182 176) !important;
}

td.k-table-td.cell-correct {
    background: rgb(114 220 91 / 70%);
    padding: 0;
}

img.cell-matrixicon {
    filter: brightness(0) invert(1);
    width: 25px;
}

.verticalheader {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

.cs-closedby {
    display: flex;
    justify-content: space-between;
    height: 30px;
}

.k-pdf-viewer button.k-icon-button {
    background-color: #2635d4;
}

.delete-img-btn {
    /* border-radius: 50px; */
    padding: 2px;
    border-radius: 50px;
    background: #eb1818 !important;
    border: 1px solid #eb1818;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    right: 13px;
    top: -11.5px;
}

    .delete-img-btn > span.k-icon.k-i-trash.k-button-icon {
        filter: brightness(1) invert(1);
        zoom: 0.75;
    }

.download-img-btn {
    padding: 2px;
    border-radius: 50px;
    background: #eb1818 !important;
    border: 1px solid #eb1818;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    right: 13px;
    top: -11.5px;
}

img.tagFiles {
    margin-left: 10px;
    filter: invert(76%) sepia(68%) saturate(6565%) hue-rotate(67deg) brightness(101%) contrast(105%);
}

.strikethrough {
    text-decoration: line-through;
}

.k-editor .k-icon-button .k-icon {
    filter: none;
}

.device-img {
    cursor: crosshair;
}

span.font-smaller {
    font-size: 10px;
    background: rgb(55 55 216);
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff;
}

.h-100vh {
    height: 100vh;
}

.k-disabled, .k-widget[disabled], .k-disabled {
    opacity: 0.8;
}

.k-input.k-disabled {
    opacity: 1;
    background: #eee;
    border-color: #eee;
}

.noChild .k-hierarchy-cell {
    pointer-events: none;
}

.noChild td.k-table-td.k-hierarchy-cell > * {
    display: none;
}

.k-switch-off .k-switch-track, .k-switch-off .k-switch-thumb {
    border-color: rgb(202 206 255);
}

.k-switch-off .k-switch-track {
    color: #ffffff;
    background-color: #424242;
}

.k-form-field.k-form-field-error label {
    color: #f31700;
}

.cs-warning {
    color: red;
    font-style: italic;
}

.cs-tabstrip-maxheight {
    overflow: auto;
    display: flex;
    max-height: 600px;
    flex-direction: column;
}

    .cs-tabstrip-maxheight .k-content {
        display: flex !important;
        flex-direction: column;
        overflow: auto !important;
        flex: 1 1 auto;
    }

        .cs-tabstrip-maxheight .k-content .k-grid {
            overflow: auto;
        }

span.badge.cs-forApproval {
    min-width: 61px;
    text-wrap: unset;
    font-size: 10px;
    letter-spacing: 0px;
    border-radius: 4px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    background: rgb(255 235 158);
    font-weight: 500;
    border: 1px solid rgb(239 208 114);
    color: rgb(171 128 0);
}

    span.badge.cs-forApproval.cs-approved {
        background: rgb(216 255 219);
        color: rgb(10, 151, 16);
        border: 1px solid rgb(184 235 186);
    }

    span.badge.cs-forApproval.cs-rejected {
        background: #ffe4e4;
        color: red;
        border-color: #f8cccc;
    }

.k-dropdowngrid-popup .k-table-td {
    white-space: normal !important;
    word-break: break-all;
    text-wrap: unset;
}

@keyframes pulsealarm {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 74, 74, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 74, 74, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 7px rgba(255, 74, 74, 0);
        box-shadow: 0 0 0 7px rgba(255, 74, 74, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 74, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 74, 74, 0);
    }
}

.cs-alarm {
    display: inline-flex;
    margin-right: 8px;
    background: #ff4a4a !important;
    width: 30px;
    height: 30px;
    animation: pulsealarm 1.1s infinite;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .cs-alarm.orange {
        background: #FF9800 !important;
    }

    .cs-alarm.cs-alarm-small {
        width: 17px;
        height: 17px;
        margin-right: 0;
    }

        .cs-alarm.cs-alarm-small img {
            width: 11px;
        }

.cs-treelist-icon.cs-treelist-alarm {
    margin-right: 8px;
    background: #ff4a4a !important;
    width: 18px;
    height: 18px;
    animation: pulsealarm 1.1s infinite;
}

img.cs-alarm-img {
    filter: brightness(0) invert(1);
}

span.cs-info {
    width: 17px;
    height: 17px;
    background: #d2d2fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #d2d2fc;
    color: #000;
}

span.badge-drawingalert {
    background: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    border-radius: 50%;
}

span.k-button-text:empty {
    display: none;
}

span.badge.bg-warning {
    color: black !important;
}

span.badge.bg-secondary {
    background: #a432ff !important;
}

image-preview-div.image-preview-popup {
    column-gap: 20px;
}

.cs-customeehaPopup-form {
    padding: 20px 10px;
}

img.form-img-preview.cs-eeha-mobileimg {
    width: 90px;
    height: 90px;
}

.customImageUploadPopup .thumbnail {
    width: 90px;
    height: 90px;
}

.customImageUploadPopup .img-wrap-attachment {
    width: 90px;
    margin-right: 2px;
}

.cs-invalid {
    background: #ff000014;
    color: red;
    padding: 9px;
}

.cs-valid {
    background: #00ff3130;
    color: #245200;
    padding: 9px;
}

span.font-smaller.bg-danger-device {
    background: #f4bfba;
    color: #7c0000;
}

.header-isolatedGroup-background {
    background-color: #f8cbad !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-deisolatedGroup-background {
    background-color: #a8cd5c !IMPORTANT;
    color: black !important;
    font-weight: 500 !important;
}

.background-yellow {
    background-color: #ffff6f !IMPORTANT;
    color: black !important;
    font-weight: 500 !important;
}

.background-blue {
    background-color: #5fd7ff !IMPORTANT;
    color: black !important;
    font-weight: 500 !important;
}

}

tr.k-master-row.k-table-row.redbg:nth-child(even) {
    background: #f7dada;
}

tr.k-master-row.k-table-row.redbg, .redbg {
    background: #ffe2e2;
}

    tr.k-master-row.k-table-row.redbg:nth-child(even) > td.k-grid-content-sticky {
        background: rgb(237 219 219);
    }

    tr.k-master-row.k-table-row.redbg > td.k-grid-content-sticky {
        background: #fff1f1;
    }

.cs-radio-h.k-list-horizontal {
    gap: 0 !important;
}

    .cs-radio-h.k-list-horizontal li {
        flex: 1 1 0;
        text-align: center;
        justify-content: center;
    }

.cs-radio-h li {
    padding: 3px 10px;
}

.cs-radio-h.k-list-horizontal li input {
    width: 25px;
    height: 25px;
}

.cs-radio-h label {
    display: none !important;
}

tr.cs-th-1 {
    position: sticky;
    top: 0px;
    z-index: 1;
}

tr.cs-th-2 {
    position: sticky;
    top: 50px;
    z-index: 1;
}

tr.cs-th-2 {
}

.cs-table-sticky th {
    height: 50px;
}

tr.cs-th-3 {
    position: sticky;
    top: 108px;
    background: #e7e7e7;
    z-index: 1;
}

.line-height-1 {
    line-height: 1;
}

.cs-table-sticky th, .cs-table-sticky td {
    padding: 10px 10px;
}
.cs-wrap {
    text-wrap: wrap;
}
.cs-form form {
    height: 100%;
    display: flex;
    flex-direction: column;
}
div#cs-eeha-mwindow {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.badge.badge-cs-confirm {
    background: #FF9800;
    font-size: 90%;
    line-height: 1;
}
.no-prewrap {
    white-space: normal;
    word-break: break-word;
}
.k-radio {
    border-color: #838383;
    background-color: #fff;
}
.k-form-hint {
    color: #2126ab;
    font-size: 11px;
}
label.cs-field {
    margin: 0;
    min-height: 30px;
    width: 100%;
    border: 1px solid lightgray;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    align-items: center;
    border-radius: 5px;
}
.attachment-btn-toptight {
    position: absolute;
    top: -2px;
    right: -7px;
    width: 18px;
    height: 18px;
}
.img-wrap-attachment {
    position: relative;
}
.attachment-btn-toptight .k-icon {
    zoom: 0.8;
}
.k-upload .k-upload-files .k-file {
    padding: 2px;
}

.k-upload .k-file-single > .k-file-info {
    min-height: 15px;
}
.capture-btn {
    background: #3036d5;
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.capture-btn img {
    width: 35px;
    filter: brightness(0) invert(1);
}
.capture-btn input.upload-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.delete-img-btn.delete-punch {
    width: 25px;
    height: 25px;
    top: -10px;
    right: -11px;
    position: absolute;
}
.smaller {
    font-size: 85%;
}
legend.k-form-legend:empty {
    display: none;
}
.field-edited {
    color: #08710c;
    background: #ddffde !important;
    border-color: #b4dbb5 !important;
}
.k-input.k-disabled.field-edited {
    border-color: #dffee0 !important;
}

.button-spacing {
    margin-right: 12px;
}
.badge-planned {
    background-color: deeppink;
    color: white;
    font-weight: 500;
}
.k-toolbar-items.k-toolbar-items-scroll {
    overflow: visible;
    width: 100%;
    flex-wrap: wrap;
}