﻿
* {
    outline: none;
}

body {
    font-family: "Robotto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

body {
    height: 100vh;
    overflow: auto;
}

.max-h-100 {
    max-height: 100%;
}

div#app {
    height: 100%;
    overflow: auto;
    display: flex;
}

*,
input.k-textbox, .k-input-inner {
    font-size: 12px;
}

.btn-attachment {
    margin-left: 10px;
}

.save-btn-camera {
    margin-left: 10px !important;
}

.btn-attachment span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    border: 0;
    opacity: 0;
}

.btn-attachment:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 1;
    background: url('/images/feather/paperclip.svg') center center no-repeat;
    opacity: 1 !important;
}

.btn-attachment:hover:before {
    filter: brightness(0) invert(1);
}

.btn-attachment.k-state-selected:before {
    filter: brightness(0) invert(1);
}

.color-primary {
    color: #3069f9;
}

.border-radius {
    border-radius: 3px;
}

.bg-gray {
    background: #e1e3e9;
}

.flex {
    display: flex;
}

.flex-auto {
    flex: 1 1 0;
}

.flex-0 {
    flex: 1 1 0;
}

.column-gap {
    column-gap: 10px;
}
.row-gap {
    row-gap: 10px;
}
.row-gap-5 {
    row-gap: 5px;
}
.row-gap-30 {
    row-gap: 30px;
}

a:hover {
    text-decoration: none;
}
.border-top-left-radius{
    border-top-left-radius:5px;
}
.border-top-right-radius {
    border-top-right-radius: 5px;
}
.animated {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100vh;
}

div#wrapper {
    display: flex;
    width: 100%;
}

div#page-wrapper {
    flex: 1 1 auto;
    width: calc(100% - 250px);
    height: 100vh;
    background: #f3f3f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h1 {
    font-size: 1.75rem;
    padding-top: 10px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

h2 {
    font-weight: 600;
    font-size: 1.5rem;
}

.h-100vh {
    height: 100vh;
}

label {
    font-weight: bold;
}

.ibox {
    display: flex;
    flex-direction: column;
}

.ibox-content {
    padding: 0;
    border: 0px;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    .ibox-content > * {
        flex: 1 1 auto;
    }

.main {
    height: 100vh;
    flex: 1 1 0;
    width: 100% !important;
}

.top-row:not(.auth) {
    display: flex !important;
}

.content {
    background: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 1.1rem;
    width: calc(100% - 250px);
    flex: 1 1 auto;
}

.filter-white {
    filter: brightness(0) invert(1);
}

button.k-flat.k-icon-button span {
    filter: invert(30%) sepia(99%) saturate(2036%) hue-rotate(216deg) brightness(99%) contrast(101%);
}

.k-grid-search {
    width: 200px;
    border-radius: 5px;
}

.k-grid .k-command-cell .k-icon-button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all 0.1s linear 0s;
    background: #0048b8;
    border-color: #0048b8;
}
.k-button-solid-primary {
    border-color: #0048b8;
    background-color: #0048b8;
}

.k-grid .k-command-cell .k-icon-button:hover {
    background: #0640d3;
}

        .k-grid .k-command-cell .k-icon-button:hover span {
            filter: brightness(0) invert(1);
        }

.k-button.k-primary span.k-icon {
    filter: brightness(0) invert(1);
}

.k-button {
    border-radius: 5px;
}

.k-icon-button {
    border-radius: 0;
}

.k-button {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    line-height: 1;
}

    .k-button:hover {
        opacity: 0.9;
    }

.box-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.k-grid-header .k-header:first-child {
    border-left-width: 1px;
}

.k-grid-header .k-header[data-has-children="true"] {
    background: #3a3e54 !important;
    color: #fff;
    padding: 4px;
    text-align:center;
}

.overflow-auto {
    overflow: auto;
}
/* width */
*::-webkit-scrollbar {
    width: 15px;
}

    /* Track */
    *::-webkit-scrollbar-track, *::-webkit-scrollbar:horizontal {
        background: rgb(199 199 199);
    }

/* Handle */
*::-webkit-scrollbar-thumb,
.view-scroll-hover:hover::-webkit-scrollbar-thumb {
    background: rgb(72 72 72 / 45%);
    border-radius: 5px;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover,
    .view-scroll-hover:hover::-webkit-scrollbar-thumb:hover {
        background: rgb(0 0 0 / 45%);
    }
/* width */
*::-webkit-scrollbar:horizontal {
    height: 15px;
}


/* Handle */
*::-webkit-scrollbar-thumb:horizontal {
    background: rgb(72 72 72 / 45%);
    border-radius: 5px;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:horizontal:hover {
        background: rgb(0 0 0 / 45%);
    }

.k-window {
    max-height: 100%;
    overflow: auto;
}

.k-master-row .k-grid-content-sticky {
    border-color: rgb(229 229 237);
    box-shadow: 0px 2px 4px 0px rgb(70 71 117 / 10%);
}

th,
td {
    /* border-color: rgb(229 229 237) !important; */
}

.k-grid-toolbar {
    background: transparent;
    border-color: transparent;
    padding: 10px 0;
}
.k-toolbar-item {
    margin-left: auto;
}
.k-grid {
    background: transparent;
    border-radius: 5px;
   /* overflow: hidden;*/
    border: none;
}
/*.k-form > *:not(.k-hidden):first-child, .k-form > *.k-hidden + :not(.k-hidden) {
    margin-top: 0;
}*/
.k-form-md .k-form-field, .k-form-md .k-form-buttons {
    margin-top: 0;
    margin-bottom: 14px;
}
.k-window-content form .k-form-field > label.k-form-label, .k-window-content form .k-form-field > label {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
/* .k-grid-pager,
.k-grid-header,
.k-grid-container {
  border: 1px solid rgb(229 229 237);
} */

/* .k-grid-pager {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
} */

/* .k-grid-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} */
/*custom starts here*/

/* .k-window-content {
  min-width: 80vw;
} */

.header-mcGroup-background {
    background-color: #2b7de3 !important;
    color: black !important;
    font-weight: 500 !important;
}

.header-mc-background {
    background-color: #0c77fd !important;
    color: white !important;
    text-align: center !important;
    border-left-width: 1px !important;
    border-color: rgb(226 227 227) !important;
}

.header-mcD-background {
    background-color: #17375f !important;
    color: white !important;
    font-weight: 500 !important;
}

.k-window-content .k-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%);
}

.k-window-content form {
    height: 100%;
    overflow: auto;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
}

    .k-window-content form .k-form-field > label.k-form-label {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .k-window-content form .k-form-field {
        justify-content: flex-start;
        align-items: flex-start;
        width: 48%;
    }

    .k-window-content form .k-form-field-wrap .k-switch {
        float: none !important;
    }

    .k-window-content form.cs-form-flex .k-form-field {
        width: 100%;
    }
    .k-window-content form.cs-form-flex {
        flex-direction: column;
        padding-bottom: 0;
        flex-wrap: nowrap;
        overflow: auto;
    }
        .k-window-content form.cs-form-flex .k-form-fieldset {
            overflow: auto;
            display: flex;
            padding-right: 10px;
        }
.cs-form-flex legend.k-form-legend {
    display: none;
}

    .k-switch {
        zoom: 0.7;
    }

    .k-switch * {
        font-size: 10px;
    }

.k-multiselect .k-multiselect-wrap .k-button {
    background: #e8ecff;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 1;
    height: auto;
    font-weight: 400;
}

.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
    background: #fff;
    line-height: 1;
}

.k-grid-header .k-header {
    font-weight: 500;
    background: #f6f7ff;
    font-weight: bold;
    /* padding-top: 32px; */
}

.k-grid-header th.k-grid-header-sticky, .k-grid-header td.k-grid-header-sticky, .k-grid-header .k-grid-header-sticky.k-sorted {
    background-color: #d3d3d3;
    border-color: transparent;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover,
.k-master-row:hover .k-grid-content-sticky {
    background-color: #e7f0ff !important;
}

/* .k-grid tr.k-alt{
  background-color: #fff;
} */
td.mergedcell {
    background: #fff !important;
}

tr:hover td.last-col, tr.masterfundrow:hover td.last-col {
    background: #d7e6ff;
}


td.last-col {
    background: #f7f7f7;
}

tr.masterfundrow, div.masterfundrow {
    background: #f3fbe9 !important;
}

    tr.masterfundrow td.last-col {
        background: #e9f7da;
    }
/*top menu*/
.nav {
    align-items: stretch;
    margin-left: 20px;
}

li.nav-item:hover {
    cursor: pointer;
}

ul.nav.nav-second-level {
    position: absolute;
    background: #111634;
    top: 48px;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    display: none;
    padding-top: 5px;
    margin-left: 8px;
}

    ul.nav.nav-second-level.two-row {
        display: none;
        flex-direction: column;
        max-width: unset;
        flex-wrap: wrap;
        padding: 10px;
        width: 430px;
        border-radius: 3px;
        background: #111634;
        top: 48px;
    }

        ul.nav.nav-second-level.two-row > li {
            width: 50%;
        }

    ul.nav.nav-second-level > li a {
        margin: 0;
        padding: 10px;
        width: 100%;
        border-radius: 3px;
    }

        ul.nav.nav-second-level > li a span {
            padding: 0;
        }

    ul.nav.nav-second-level > li:hover a {
        color: #fff;
        background: #070b22;
    }

        ul.nav.nav-second-level > li:hover a span {
            color: #fff;
        }

    ul.nav.nav-second-level > li a {
    }

li.nav-item {
    align-items: stretch;
    display: flex;
}

/* a.nav-link span {
  margin: 8px;
} */
/* a.nav-link.active span {
  color: #3069fb;
} */
a.nav-link.active span {
    color: #ffffff;
    background: #111634;
}

span.color-gray {
    color: #aaa;
}

ul.nav.nav-second-level > li a span {
    margin: 0;
}

.nav-link {
    text-align: left;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
}

/* a.nav-link span {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  margin-right: 10px;
  border-radius: 3px;
} */
.has-child:hover > a > span {
    background: #111634;
}

span.color-gray {
    color: #aaa;
}
/* a.nav-link:hover span {
  color: #3169fb;
} */
.has-child:hover ul.nav.nav-second-level {
    display: flex;
}
@media(min-width:768px){
    .imglogo{
        margin-right: 150px;
    }
}
@media (max-width: 768px) {
    .k-window-content form .k-form-field {
        width: 100%;
    }
}

.adminNavMenu.SubNav {
    width: 100%;
}

    .adminNavMenu.SubNav a {
        padding-left: 25px;
    }

.s-line-val {
    background: #e8ecff;
    padding: 8px;
    border-radius: 10px;
    height: auto;
    font-weight: 400;
}

    .s-line-val + .s-line-val {
        margin-top: 6px;
    }

.k-grid .k-command-cell .k-icon-button span {
    filter: brightness(0) invert(1);
}

.k-dialog-titlebar {
    background: #fff;
    color: #19233c;
}

rowtemplate {
    height: 0px;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}
/* tr.k-master-row > td:first-child {
  position: sticky;
  position: sticky;
  right: 0;
  z-index: 2;
} */

td.last-col, th.last-col {
    position: sticky;
    right: 0;
    background: #f7f7f7;
    text-align: center;
}

/* .cs-template td button {
  opacity: 0;
  outline: none !important;
} */

.cs-template td:hover button {
    opacity: 1;
}

/* .cs-template button:hover {
  background: #3069fa !important;
} */
.cs-template {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k-loader-top .k-loader-container-inner {
    background: transparent;
    border: none;
}

.cs-rowtemplate td {
    /* width: 150px; */
    max-width: 200px;
}

.k-drawer-wrapper {
    height: 100%;
}

input.k-input {
    font-size: 11px;
}

.k-toolbar .k-input {
    width: 20em;
    font-size: 12px;
}

tr.merged-header th {
    background: #636468 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

th {
    font-weight: bold;
}

.loader-app {
    width: 100vw;
    height: 100vh;
}

.img-loader {
    margin-right: 8px;
    background: #fafafb;
    width: 70px;
    height: 70px;
    animation: ui-pulse 1.1s infinite;
    border-radius: 50%;
    padding: 12px;
}

    .img-loader img {
        width: 100%;
    }

@keyframes ui-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(55, 145, 228, 0.4);
        box-shadow: 0 0 0 0 rgba(55, 145, 228, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(55, 145, 228, 0);
        box-shadow: 0 0 0 10px rgba(55, 145, 228, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(55, 145, 228, 0);
        box-shadow: 0 0 0 0 rgba(55, 145, 228, 0);
    }
}

.k-toggle-button, .k-toggle-button.k-state-selected {
    font-size: 11px;
}
/* .k-button, .k-button-secondary {
  border-color: rgb(48 105 250);
  color: #316afc;
  background-color: #fff;
  background-image: none;
} */
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-state-focused {
    box-shadow: none;
    /* border-color: transparent; */
}

.k-button.k-button-solid-primary .k-icon {
    filter: brightness(0) invert(1);
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-state-focused, .k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-state-focused {
    outline: none;
}
/*.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
  filter: invert(47%) sepia(57%) saturate(6266%) hue-rotate(214deg) brightness(94%) contrast(112%);
}*/
.edit-item {
    cursor: pointer;
}

    .edit-item:hover {
        color: #316afc;
        background-color: #EDEDD0;
    }

.k-window-content, .k-window-content:last-child {
    padding: 15px;
}

.k-window-title {
    align-items: center;
}

    .k-window-title > * {
        font-size: 13px;
    }

.k-checkbox {
    border-color: #2e67f5;
}

.cursor-pointer {
    cursor: pointer;
}

.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.k-grid th:first-child, .k-grid td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

td {
    /* border: 1px solid rgb(221 221 221) !important; */
}
/* .k-grid table{
  border-collapse: collapse;
} */
.k-pager-wrap {
    color: #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.k-grid-header .k-header[data-has-children="true"].k-grid-header-sticky {
    background: #474a5e !important;
}

.button-danger.k-button {
    background: #d30000;
    border-color: #d30000;
    color: #fff;
}

.k-textarea > .k-input {
    font-size: 11px;
}

td.locked-left {
    position: sticky;
    left: 0;
    x: 10;
    background: #f7f7f7;
}

tr.masterfundrow td.locked-left {
    background: #e9f7da;
}

.k-state-selected.k-button img {
    filter: brightness(0) invert(1);
}

.k-button img {
    width: 17px;
}

.k-grid-toolbar {
    padding-top: 0px;
}
.k-toolbar-item {
    margin-left: auto;
}

.column-gap-5px {
    column-gap: 5px;
}

.k-card-title {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

td.NACell, div.NACell {
    background: #ededed;
}

td.SubmittedCell, div.SubmittedCell {
    background: #fffbda;
    color: #b18608;
    font-weight: bold;
}

td.OverDueCell, div.OverDueCell {
    background: #ffeeee;
    font-weight: bold;
    color: red;
}

.CompletedCell {
    background: #daffdb;
    color: #228f26;
}

.k-checkbox:disabled {
    opacity: 0.3;
    border-color: #727272;
}

.legend-container {
    color: #3069fa;
    top: 20px;
}

.k-grid-filter-popup {
    max-width: 200px;
}

.k-popup .k-filter-menu .k-item {
    max-width: 100%;
    white-space: normal;
}

.k-filter-menu .k-filter-menu-container li.k-item > * {
    display: flex;
}

    .k-filter-menu .k-filter-menu-container li.k-item > * > label {
        width: calc(100% - 20px);
    }

button.k-button {
    font-size: 11px;
    border-radius: 5px;
}

.k-drawer-container {
    height: 100%;
}

tr.k-grid-norecords {
    text-align: left;
    font-weight: bold;
    color: #326afc;
}

.k-grid-header .k-grid-filter.k-state-active .k-icon:before {
    filter: brightness(0) invert(1);
}


.myCustomCellFormatting, div.ReturnedExecuted {
    background-color: #daffdb;
    color: #228f26;
}

.isMeetingNotConfirmedFormatting, div.UncomfimedMeeting {
    background-color: #fffbda;
    color: #b18608;
}

.isMeetingConfirmedFormatting {
    background-color: white;
    color: black;
}

.h-32 {
    height: 26px;
}
/* .k-animation-container {
  transition: all linear 0.1s;
} */

.k-animation-container > .k-popup {
    border-radius: 5px;
    margin-top: 2px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

iframe {
    border: none;
}

td.locked-col {
    position: sticky;
    left: 0;
    background: #f7f7f7;
    text-align: center;
    z-index: 0;
}

span.k-grid-search {
    margin-left: auto;
}

.map {
    background: url(/images/mapimage.png) top left;
    background-size: cover;
}
/* .map img{
  height: 100%;
} */
.point {
    position: absolute;
    top: 12.8%;
    left: 42.2%;
    width: 20px;
    height: 20px;
    background: #0027ff;
    z-index: 10;
    cursor: pointer;
    border: 3px solid #fff;
}



.k-tooltip-content > * {
    font-size: 10px;
    line-height: 10px;
    color: #000;
}

.k-tooltip {
    background: #fff;
    padding: 15px;
}

.progress-container > .progress {
    display: flex;
    column-gap: 10px;
    background: transparent;
}

.k-progressbar {
    font-size: 10px;
}

.k-progress-status {
    font-size: 10px;
}

.k-progressbar {
    height: 10px;
}

.progress-container {
    margin: 10px 0;
}

span.circle {
    background: #26D142;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.tasks strong {
    margin-bottom: 0px;
    display: block;
}

.tasks {
    font-size: 8px;
    margin-top: 20px;
}

    .tasks li {
        list-style: disc;
        margin-bottom: 6px;
    }

.k-tooltip .k-callout {
    color: #fff;
}

.k-progressbar .k-state-selected {
    border-color: #26D142;
    color: white;
    background-color: #26D142;
}

.color-blue {
    color: #093c87;
}

.tile-no-padding .k-card-header {
    border: none;
    padding: 0;
}

.tile-title {
    padding: 15px;
    color: #fff;
}

.show-overflow .k-tilelayout-item-body {
    overflow: auto !important;
    padding: 0;
}

table.custom-table td, table.custom-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table.custom-table {
    width: 100%;
    height: 100%;
}

.photos-tag {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -65px;
    background: #fff;
    color: #000;
    padding: 8px;
    font-weight: bold;
    max-width: 100%;
    text-transform: uppercase;
}

.photos-thumb {
    position: relative;
}

.k-card-header {
    border: none;
    padding: 0;
}

.tileline {
    display: none;
}

table.table-with-border.cs-table {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.column-gap-20 {
    column-gap: 20px;
}

.tile-title * {
    color: #fff;
}

table.table-with-border.cs-table td {
    border: 1px solid #ddd;
}

.tile-title {
    color: #fff;
    background: #000;
    padding: 7px;
}

.bg-e {
    background: #efefef !important;
}

.border-right {
    border-right: 1px solid #efefef !important;
}

.k-tilelayout {
    padding: 0 !important;
    background: transparent;
}

.color-brown {
    color: #e48800;
}

.k-splitter-flex.k-splitter-horizontal {
    background: transparent;
    border: none;
}
/*.k-grid.cs-gridheader {
    padding-right: 15px;
}*/

.k-rounded-full.k-button {
    border-radius: 50%;
}

.k-tooltip-content {
    color: #333;
    max-height: 200px;
    overflow: auto;
}

.k-grid .k-grouping-header {
    display: none;
}

.line.line-shadow2 {
    margin-left: -6px;
}

.line.line-shadow3 {
    margin-left: 6px;
    z-index: -1;
}
.k-tabstrip-items-wrapper.k-vstack {
    max-width: 350px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    flex-direction: column;
    display: flex;
    overflow: auto;
    flex-flow: column;
    overflow-x: hidden;
}
button.k-bare.filter-blue {
    filter: unset;
    background: #fff !important;
    border-radius: 50%;
    padding: 0;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    align-items: center;
    margin: 0 !important;
    justify-content: center;
}

    button.k-bare.filter-blue img {
        min-width: 15px !important;
        min-height: 15px !important;
        width: 15px;
    }

.k-button-solid-primary img {
    filter: brightness(0) invert(1);
}

.component-div h1 {
    display: none;
}

span.cert.cert-System.Certificate:before {
    content: url('/images/certificate.png');
}

span.cert.cert-Tags:before {
    content: url(/images/tag.png);
}

.cs-padding-0 .h-100.overflow-auto.flex.flex-column.p-4 {
    padding: 0 !important;
}

.k-i-caret-alt-right::before {
    content: url(/images/feather/chevron-right.svg);
}

.span.k-icon.k-i-none {
    display: inline-block;
}
.right-0{
    right:0;
}

div.togglepwd {
    position: absolute;
    right: 8px;
    top: 3px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
   cursor: pointer
}
.ml-auto {
    margin-left: auto;
}


.k-window.printwindow .printpage {
    zoom: 0.55;
    align-self: start;
}

.cs-milestone {
    display: flex;
    justify-content: flex-start;
    padding: 25px;
    margin-right: -117px;
    width: 100%;
    overflow: auto;
    min-height: 220px;
}

.cs-diamond {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 2px solid #6e6e6e;
    z-index: 1;
    background: white;
    transform: rotate(45deg);
    margin-bottom: 15px;
}

.cs-milestone-point {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 200px;
    min-width: 100px;
    position: relative;
    flex-wrap: wrap;
    padding: 0 15px;
    position: relative;
    padding-bottom: 30px;
    width: 80%;
}



.cs-milestone-point.has-spacing {
    padding-right: 100px;
    min-width: 190px;
}

.cs-diamond {
    transform: rotate(45deg);
    margin-bottom: 15px;
}


.cs-milestone-point.cs-complete .cs-diamond {
    background: #37b400;
    border-color: #37b400;
}

.cs-milestone-point.cs-complete:after {
    background: #319b02;
}

.cs-milestone-point:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #6e6e6e;
    top: 9px;
    position: absolute;
    z-index: 0;
}

.cs-milestone-point:last-child:after {
    display: none;
}

.cs-activityname {
    margin-left: -50%;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    color: #626262;
}

.cs-milestone-point:first-child {
    margin-left: 100px;
}

.cs-activityname.cs-activitybox {
    border: 1px solid #000;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    margin-left: calc(-50% + 5px);
    width: calc(100% - 10px);
    margin-right: 5px;
}

.cs-milestone-point.cs-complete .cs-activityname {
    color: #333;
}
.overflow-sample {
    position: fixed;
    top: 50px;
    width: calc(100% - 250px);
    left: 250px;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
}

.content-collapsed-collapse .overflow-sample {
    width: 100%;
    left: 0;
}
.overflow-sample-content {
    font-size: 17vw;
    font-weight: bold;
    transform: rotate(22deg);
}

.overflow-sample.overflow-popup {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.overflow-sample.overflow-popup .overflow-sample-content {
    font-size: 35vw;
}
@media print {
    @page {
        size: landscape
    }

    .sidebar, .top-row, .main-dash-cs {
        display: none !important;
    }

    .overflow-sample.overflow-popup .overflow-sample-content {
        margin-top: -20%;
    }

    body, .k-window-content {
        padding: 0;
    }

    .overflow-sample-content {
        transform: rotate(20deg);
    }
}

.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;
}
.k-grid th.center-me {
    text-align: center;
}
.k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}
/*.header-mc-background {
    background-color: #538DD5 !important;
    color: white !important;
    text-align: center !important;
}*/
.header-mcGroup-background {
    background-color: #2b7de3 !important;
    color: white !important;
    font-weight: 500 !important;
    border-left-width: 1px !important;
    border-color: rgb(226 227 227) !important;
}
h6 {
    color: #005c9d;
    font-size: 1.1em;
    font-weight: bold;
}

/*img.pl-producing {
    filter: invert(59%) sepia(78%) saturate(416%) hue-rotate(57deg) brightness(113%) contrast(109%);
    width: 35px;
}

img.pl-nonproducing {
    filter: invert(56%) sepia(11%) saturate(0%) hue-rotate(296deg) brightness(88%) contrast(102%);
    width: 35px;
}
img.pl-staffed {
    width: 35px;
    filter: invert(67%) sepia(52%) saturate(445%) hue-rotate(8deg) brightness(93%) contrast(88%);
}
img.pl-decom {
    filter: invert(50%) sepia(47%) saturate(1875%) hue-rotate(191deg) brightness(102%) contrast(101%);
    width: 35px;
}*/
img.pl-complete, img.pl-producing, img.pl-nonproducing, img.pl-staffed, img.pl-decom {
    width: 35px;
}
.header-punchGroup-background, .k-grid-header .k-header[data-has-children="true"].header-punchGroup-background {
    background-color: #FABF8F !important;
    color: black !important;
    font-weight: 500 !important;
}
.mapboxgl-ctrl-attrib-inner {
    display: none;
}
span.pl-pipeline {
    width: 100%;
    display: inline-block;
    background: black;
    height: 5px;
    border-radius: 50px;
}

    span.pl-pipeline.pp-operation {
        background: #b7e300;
    }

    span.pl-pipeline.pp-notproducing {
        background: #7d7d7d;
    }

    span.pl-pipeline.pp-hc {
        background: #7590b8;
    }
table.inner-platform-tbl img {
    max-width: 35px;
    margin: 0 auto;
    display: block;
}

.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;
}
.column-gap2 {
    column-gap: 2px;
}
span.cs-regnum {
    background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
}
.tooltip-dark .k-tooltip {
    background: rgba(0,0,0,0.8) !important;
    color: yellow;
}

.tooltip-dark .k-tooltip .k-callout {
    /* same as tooltip background */
    color: rgba(0,0,0,0.8) !important;
}
.tooltip-dark *{
    color: #fff !important
}
.tooltip-img {
    cursor:pointer
}

span.cs-regnum.cs-regnum-2 {
    background: #37b400;
}

span.cs-regnum.cs-regnum-3 {
    background: #ffc000;
}

span.cs-regnum.cs-regnum-4 {
    background: #007bff;
}
td.k-table-td.cs-green {
    background: #4eb300;
    color: #fff;
}
.k-disabled, .k-widget[disabled], .k-disabled {
    opacity: 0.8
}
.k-icon-button.modal-camera-btn {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #42db00;
    border-color: #42db00;
    border-radius: 50% !important;
    margin-top: 10px;
}

    .k-icon-button.modal-camera-btn > .k-icon {
        filter: brightness(0) invert(1);
        transform: scale(2);
    }

    .k-icon-button.modal-camera-btn:hover {
        background: #58d723;
    }

div#camera video:nth-child(3) {
    display: none;
}
.image-preview-div {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    column-gap: 0;
    white-space: nowrap;
    padding: 0;
}


.form-img-preview {
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #dedede;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}
div[class^="__markerjs2_ __markerjs2_"] {
    z-index: 20000 !important;
}
.k-picker-solid, .k-input-md, .k-picker-md {
    height: 34px;
}
    .k-input-md.k-textarea{
        height:unset;
    }
.k-icon-button {
    width: 34px;
    height: 34px;
}
.k-button-solid-error .k-icon.k-i-trash {
    filter: brightness(0) invert(1);
}
.cs-delete-smaller {
    zoom: 0.7;
}
.color-red{
    color: red;
}
.cs-table2 td, .cs-table2 th {
    border: 1px solid #878787;
    padding: 2px 5px;
    background: #f1f1f1;
}

.cs-table2 td {
    border-collapse: collapse;
}
.cs-table2 th {
    padding: 10px;
    background: #565656;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
    z-index: 0 !important;
}
.k-loader-container-panel {
    background: transparent;
    border: none;
}
.k-column-title {
    white-space: pre-wrap;
}
.k-grid .k-cell-inner {
    align-items: end;
    margin: 0 !important;
}
.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}
.k-grid .k-grid-header .k-table-th {
    padding: 5px 11px;
}
.k-column-title {
    white-space: normal;
}
.cs-table3 td {
    font-weight: 600;
}
.customprogressbar {
    width: 100%;
}

.cs-progresscontainer {
    width: 200px;
}
.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;
    }

.k-progressbar.progress-bar-green {
    border: 1px solid green;
    color: green;
    font-weight: 500;
    background-color: green;
}

    .k-progressbar.progress-bar-green .k-selected {
        border-color: green;
        color: #fff;
        background-color: green;
    }
.k-form-buttons.k-actions-start {
    margin-top: auto;
}
fieldset.k-form-fieldset {
    flex: 1 1 auto;
    overflow: auto;
}
.k-form-md .k-form-field label {
    margin-bottom: 0;
}
.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #0640d3;
    background-color: #0640d3;
}


.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;
}
.k-grid td, .k-grid .k-table-td {
    border-block-end-width: 1px;
}
.k-button-solid-error .k-icon {
    filter: brightness(0) invert(1);
}
.k-grid-content .k-table-row:last-child > td, .k-grid-content .k-table-row:last-child > .k-table-td, .k-grid-content-locked .k-table-row:last-child > td, .k-grid-content-locked .k-table-row:last-child > .k-table-td,
.k-grid .k-table-th:first-child, .k-grid td:first-child, .k-grid .k-table-td:first-child {
    border-bottom-width: 1px;
}
.cs-qr-container {
    width: 150px;
}
@media(max-width:500px) {
     .k-toolbar-item {
        margin-left: unset;
        width: 100%;
    }

     .k-toolbar .k-input {
        width: 100%;
    }
    .sm-w-100 {
        width: 100%;
    }
    .cs-qr-container {
        flex: 1 1 0;
    }
}
.k-button-solid-success .k-icon {
    filter: brightness(0) invert(1);
}
video {
    max-width: 100%;
    transform: none !important;
}
div#camera {
    max-width: 100%;
    max-height: 100%;
}
.cs-bullet {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 auto;
}
.badge {
    font-size: 80%;
}
.bg-danger {
    background-color: #f31700 !important;
}
.bg-success {
    background-color: #37b300 !important;
}
.bg-warning {
    background-color: #fabc00 !important;
}
.bg-pending {
    background-color: #B5E6A2 !important;
}
.badge-danger {
    color: #fff;
    background-color: #f21700;
}
.badge-success {
    color: #fff;
    background-color: #37b400;
}
.badge-warning {
    color: #212529;
    background-color: #fcbe00;
}
.cs-legend-table td {
    font-size: 10.5px;
    padding: 1px 5px;
    border-color: rgba(0,0,0,0.1);
}
.color-black {
    color: black;
}

.bg-yellow {
    background: yellow;
}

.border-none {
    border: none;
}

.img-wrap-attachment .thumbnail-remove-btn {
    zoom: 0.6;
    position: absolute;
    right: -20px;
    top: -10px;
}

.img-wrap-attachment {
    position: relative;
}

.img-wrap-attachment .thumbnail-remove-btn span {
    filter: invert(1) !important;
}

.img-wrap-attachment .thumbnail-remove-btn.k-button {
    background: #f31a1a;
    opacity: 0.8;
}

.img-wrap-attachment .thumbnail-remove-btn.k-button:hover {
    opacity: 1;
}

img.filter-red {
    filter: invert(16%) sepia(60%) saturate(6683%) hue-rotate(6deg) brightness(107%) contrast(108%);
}
img.filter-red:hover{
    cursor:pointer
}

.clickable {
    cursor: pointer; /* Changes the cursor to a pointing finger */
}
.row-gap5{
    row-gap: 5px;
}
.skyline-tooltip .k-tooltip-content {
    max-height: unset;
    overflow: unset;
}

.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 #c4d3e9;
    padding: 8px;
}

.cs-table-content-center th {
    background: #0048b8;
    color: #fff;
    border: 1px solid #7f9cc9;
    font-weight: 500;
    padding: 8px;
}

.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;
}

span.value-space {
    margin-right: 5px;
}
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
    color: #3a3e54;
}
.k-hierarchy-cell .k-icon.k-svg-icon {
    width: 21px;
    height: 21px;
    padding: 0 !important;
    margin: 0;
}
.k-textarea.k-input.remarksText.commentTextArea {
    min-height: 100px;
    min-width: 400px;
}
.k-textarea.k-input.remarksText.dtrRemarksArea {
    height: 54px;
}
.imagecarousel-window {
    width: 60% !important;
    height: 90% !important;
}
.img-carousel-content {
    min-width: 600px !important;
    min-height: 400px !important;
}
.img-carousel-content {
    width: 100%;
    height: 100%;
}
.image-carousel {
    height: 100%;
    text-align: center;
}

    .image-carousel > img {
        object-fit: contain;
        width: auto;
        height: 100% !important;
        margin: 0 auto;
    }
    .image-carousel > img {
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
    }

.cs-bullet-pre-requisite-status {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
}

    .cs-bullet-pre-requisite-status:last-child {
        margin-bottom: 0; /* Remove margin for the last item */
    }

.workpack-dtr {
    display: block;
    margin-bottom: 14px;
}

    .workpack-dtr:last-child {
        margin-bottom: 0; /* Remove margin for the last item */
    }

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);
    }

.k-form-hint {
    color: #2126ab;
    font-size: 11px;
}

.cs-icon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.cs-cross {
    background: red;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

span.cs-warning {
    background: orange;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

span.cs-new {
    background: yellow;
    color: black;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}