html, body {
    font-family: Inter, "Segoe UI", sans-serif;
    font-size: 12px;
}


:root {
    --project-image: url('../images/100x50transparent.png');
    --project-drawer-width: 300px;
    --project-grey: #e6e7e9;
    --project-drawer-width-collapsed: 95px;
    --projectrac-primary-color: transparent;
    --projectrac-primary-text-color: white;
    --projectrac-secondary-color: transparent;
    --projectrac-secondary-color-mod: color-mix(in srgb,var(--projectrac-secondary-color), #fff 10%);
    --projectrac-secondary-text-color: white;
    --projectrac-tertiary-color: #ececec;
    --projectrac-tertiary-text-color: white;
    --projectrac-button-color: #ececec;
    --projectrac-button-text-color: black;
    --projectrac-nav-height: 50px;
    --project-nav-height: 150px;
    --project-dialog-bg: #e7e7e8;
}
    .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

@media (max-height: 688px) {
    .side-navigation-logo {
        visibility: hidden;
    }
}

@media (min-width: 636px) { 
    .project-header-navigation {
        width: 300px;
        max-width: 300px;
        height: var(--project-nav-height);
        background-color: var(--projectrac-primary-color);
    }
}
@media (max-width: 635.99px) {

    .project-header-navigation {
        width: 300px;
        min-width: 300px;
        height: var(--project-nav-height);
        background-color: var(--projectrac-primary-color);
    }
}

.content-start {
    top: var(--project-nav-height);
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

span.custom-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.custom-file-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    flex-grow: 1;
}

.file-badge {
    width: 40px;
    height: 40px;
    background: var(--projectrac-secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
}

.file-info {
    flex: 1;
}


.center-in-column {
    text-align: center !important;
}

.k-grid-table td.special-background {
    background: #ffffcc !important;
}

div.workplan-tree button.k-button-Clear {
}

div.workplan-tree button:not(.workplan-new-task) span.k-svg-i-plus > svg {
    fill: var(--projectrac-secondary-color) !important;
}

div.workplan-tree span.k-svg-i-star > svg {
    fill: #d3c800;
}

div.workplan-tree > div > div.k-grid-header > div > table > thead > tr > th:nth-child(n+1):nth-child(-n+3) {
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}
div.workplan-tree > div > div.k-grid-header > div > table > thead > tr > th:nth-child(n+1):nth-child(-n+4) {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
}


div.workplan-tree div.k-grid-container > div.k-grid-content > table > tbody > tr > td:nth-child(2) {
    white-space: nowrap;
}

div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr.project-grid-header td {
    border-bottom-width: 2px !important;
    border-bottom-color: var(--projectrac-secondary-color) !important;
    border-bottom-style: solid !important;
}
div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr.project-grid-header td {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
}

div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:not(.project-grid-header) td:nth-child(n+4):nth-child(-n+10) {
    border-right-width: 1px !important;
    border-right-color: silver !important;
    border-right-style: solid !important;
}

div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:not(.project-grid-header) td:nth-child(n+1):nth-child(-n+4) {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}

div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:not(.project-grid-header) td:nth-child(n+1):nth-child(-n+5) {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
}

div.workplan-tree > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:not(.project-grid-header) td {
    border-bottom-width: 1px !important;
    border-bottom-color: silver !important;
    border-bottom-style: solid !important;
    white-space: nowrap;
}

div.workplan-tree span.k-svg-i-plus {
    margin-top: -1px;
}

.workplan-tree-history tr:first-of-type[aria-level="1"]  {
    background-color: #abf9a8 !important;
    color: black;
}

.workplan-tree-history tr[aria-level="1"] {
    background-color: #e59279 !important;
    color: black !important;
}

.letter-circle {
    background-color: #d9d9d9;
    border-radius: 50%;
    color: #333;
    cursor: default;
    font-size: 9px;
    font-weight: 600;
    height: 20px;
    min-height: 20px;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    padding: 4px;
    text-align: center;
    margin-right: 6px;
    display: inline-block;
}

.input-validation-error {
    border: 2px solid red;
    background-color: red;
    outline: none;
}
.k-invalid .k-textbox,
.k-invalid .k-input {
    border-color: red;
}

table thead tr th {
    border-bottom: 1px solid white !important;
}


    table th {
        border-left: 1px solid white !important;
        border-right: 1px solid white !important;
    }

.header-margin-top {
    margin-top: 2.25rem;
}

div.workplan-tree td {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-block-end: 0px !important;
}

div:not(.workplan-tree) td {
    padding: 3px 7px 3px 7px;
    font-size: 11px !important;
    font-weight: 500 !important;
}

div:not(.workplan-tree) th {
    padding: 3px 7px 3px 7px;
    font-size: 11px !important;
    font-weight: bold !important;
}

.bootstrap-gutter-fix {
    margin-right: 5px;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.projectrac-height {
    height: calc(100vh - var(--project-nav-height));
}


.projectrac-report-height {
    height: calc(100vh - (var(--project-nav-height) + 134px));
}

.projectrac-card-height {
    /* excludes card padding */
    height: calc(100vh - (var(--project-nav-height) + 150px));
}

.projectrac-bi-height {
    height: calc(100vh - (var(--project-nav-height) + 130px));
    aspect-ratio: 2.1 / 1;
    max-width: calc(100vw - 350px);
}

.projectrac-bi-height-contract {
    height: calc((100vh - (var(--project-nav-height))) - 130px);
    aspect-ratio: 2.1 / 1;
    max-width: calc(100vw - 350px);
}

.dialog-bg {
    background-color: var(--project-dialog-bg);
}



.nav-landing-login {
    background-color: black;
    height: var(--projectrac-nav-height);
    min-height: var(--projectrac-nav-height);
}

.nav-project {
    /*background-color: var(--projectrac-primary-color);*/
    background-color: #e6e7e8;
    color: var(--projectrac-primary-text-color);
    height: var(--project-nav-height);
    min-height: var(--project-nav-height);
}

.loading {
    color: white;
    /*height: 100vh;
    background-color: black;*/
    position: fixed; /* Positions the overlay relative to the viewport */
    top: 0;
    left: 0;
    width: 100%; /* Ensures it covers the full width */
    height: 100%; /* Ensures it covers the full height */
    background-color: rgba(0, 0, 0); /* Semi-transparent black background */
    display: flex; /* Centers content horizontally and vertically */
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Ensures it appears on top of other content */
}

.W225
{
    width: 225px;
}
.W225 li {
    margin-top: 25px;
}

#userButton > span.k-button-text {
    flex: 1 1 auto !important;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: auto;
}

    .loading-progress circle {
        fill: none;
        stroke: black;
        stroke-width: 0.2rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: white;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.spinner {
    /* Add your spinner animation or styling here */
    /* Example: a simple rotating circle */
    border: 4px solid #f3f3f3;
    border-top: 4px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto 15px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-progress-text {
    text-align: center;
    font-weight: bold;
    /*inset: calc(20vh + 3.25rem) 0 auto 0.2rem;*/
    position: relative;
}

.landing-login-logo {
    font-size: 45px;
    font-weight: bolder;
    margin-left: -2px;
}

.secondary-inversed-text {
    color: var(--projectrac-secondary-color);
    font-weight: bold;
}
.secondary-text {
    color: var(--projectrac-secondary-color);
}

.primary-inversed-text {
    color: var(--projectrac-primary-color);
}

.projectrac-spinner {
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    left: 50%;
}

.border-bottom-thick {
    border-bottom: 1px solid white;
}

.login-secondary-text {
    font-size: 16px;
    font-weight: bold;
}

.login-background {
    background-color: white;
    height: calc(100vh - var(--projectrac-nav-height));
}

.landing-logo-text {
    font-weight: bolder;
    font-size: 16px;
}

.landing-logo-image {
    justify-self: start;
    display: inline-block;
    height: 3.5rem;
    align-items: center;
}

.header-initials {
    border-radius: 3px;
    background-color: #f5f5f5;
    color: black;
}

.project-header-logo {
    font-size: 24px;
    font-weight: bold;
}

.project-header {
    /*background: url('/images/madison-waterfront2.jpg') repeat center center !important;*/
    background-repeat: repeat;
    background-position: center center;
    height: var(--project-nav-height);
    background-color: white;
    border-bottom: 1px solid var(--projectrac-primary-color);
    min-width: 500px;
}


.project-header-home-spacing {
    min-height: 1.5rem;
}

.project-header-secondary {
    background-color: white;
    height: var(--project-nav-height);
}

.page-header {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 2px;
}

.page-header-lg {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2px;
}

.project-card-header {
    color: var(--projectrac-primary-color);
    font-size: 22px;
    vertical-align: middle;
}

.side-navigation-panel {
    width: var(--project-drawer-width);
    min-width: var(--project-drawer-width);
    min-height: calc(100vh - var(--project-nav-height));
    background-color: #e6e7e8;
    transition: width 0.5s ease-out;
}

.side-navigation-panel-secondary {
    width: var(--project-drawer-width);
    min-width: var(--project-drawer-width);
    min-height: calc(100vh - var(--project-nav-height));
    background-color: var(--project-dialog-bg);
    transition: width 0.5s ease-out;
}

.side-navigation-link-open {
   height: 36px;
   margin-left: 1.5px;
}

.side-navigation-panel-separator {
    margin-left: 1.5rem !important;
    background-color: var(--projectrac-primary-color);
    border: 0;
    height: 2px;
    width: 220px;
    opacity: 1;
}


.side-navigation-panel-separator-collapsed {
    margin-left: 1.5rem !important;
    background-color: var(--projectrac-primary-color);
    border: 0;
    height: 1px;
    width: 36px;
    opacity: 1;
}

.content-separator {
    /*margin-left: 1.5rem !important;*/
    background-color: var(--projectrac-primary-color);
    border: 0;
    height: 1px;
    opacity: 1;
}

.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > .k-table-td {
    background-color: transparent;
    color: var(--projectrac-secondary-color);
    font-weight: bold;
}

.multi-header th[data-level="1"] > span > span > span.k-column-title {
    margin-right: auto !important;
    margin-left: auto !important;
}

.justify-left th[data-level="1"]:not(:first-child) > span > span > span.k-column-title {
    margin-right: auto !important;
    margin-left: auto !important;
}
.justify-left th[data-level="1"] > span > span > span.k-column-title {
    margin-right: auto;
    margin-left: 0px;
    text-align: left;
}
.justify-left td:has(.k-checkbox-wrap) {
    text-align: center;
    background-color: #ffffcc;
}

.project-grid-header {
    backdrop-filter: brightness(33310%);
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / .15) !important;
}

.column-item-hidden {
    display: none;
}

.hover-column-item .k-grid-content tr:hover .column-item-hidden {
    fill: var(--projectrac-secondary-color) !important;
    stroke: var(--projectrac-secondary-color) !important;
    display: inline;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / .1) !important;
}

.column-item-hidden .k-button-solid-base {
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / .1) !important;
}

.grid-button {
    height: 28px;
}

.TelerikNotification .k-notification-container .k-notification {
    width: 300px;
    position: relative;
    overflow: hidden;
   text-align: center;
    text-wrap: auto;
    align-items: center;
}
.custom-notification-parent {
    position: absolute; /* lets the notifications use this parent for positioning */
    left: 100%;
    top: var(--projectrac-nav-height);
    transform: translate(-110%, -30px);
    z-index: 10234; /* depends on other z-indexes on the page */
    /* This example centers the notification container according to its own parent which is
        below the button.
        Centering approach based on https://css-tricks.com/centering-css-complete-guide/
        */
}

.custom-positioned-notifications {
    position: relative; /* force the individual notifications respect the position of their parent */
    flex-wrap: nowrap !important; /* display the individual notifications in a single column */
}


.k-table-tfoot {
    background-color: var(--project-dialog-bg);
}

.side-navigation-panel-collapsed {
    width: var(--project-drawer-width-collapsed);
    min-width: var(--project-drawer-width-collapsed);
    height: calc(100vh - var(--project-nav-height));
    background-color: #e6e7e8;
    min-height: 300px;
    transition: width 0.5s ease-out;
}

.project-info-box {
    padding-left: 30px !important;
    padding: 6px;
}

.project-info-button {
    border-radius: 5px;
    height: 30px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
    background-color: var(--projectrac-secondary-color);
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    display: block;
}

.project-info-button-collapsed {
    text-align: center;
    border-radius: 5px;
    color: white;
    max-width: calc(var(--project-drawer-width-collapsed) - 10px);
    margin-left: auto;
    margin-right: auto;
    background-color: var(--projectrac-secondary-color);
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    display: block;
}


.side-navigation-logo {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 1.5rem;
    background-color: #e6e7e8;
}

.side-navigation-logo-collapsed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: var(--project-drawer-width-collapsed);
    background-color: #e6e7e8;
}

.landmark-logo {
    width: 114px;
    margin-left: auto;
    margin-right: auto;
}

.landmark-logo-collapsed {
    width: 70px;
    margin-left: 7px;
}

.k-button-text>span.k-icon {
    margin-top: -4px;
    margin-right: 5px;
}


.svg-grid-sm-fix {
    position: relative;
    top: -1.5px;
}

.colored-svg>svg {
    fill: var(--projectrac-secondary-color) !important;
}

/* For Telerik UI for Blazor FileSelect/Upload 
.k-dropzone .k-dropzone-hint, .k-file, .k-upload-files.k-reset {
    display: none; 

}

.k-upload .k-dropzone {
    border: none;
    padding: 0;
}

    .k-upload .k-dropzone em { 
        display: none;
    }
*/
/*.k-numerictextbox > .k-input-inner {
    text-align: right !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
*/

#userdetailselector.k-dropdownlist > .k-input-inner {
    background-color: #e7e7e8 !important;
}

#projectselector.k-dropdownlist {
    border-color: white;
}

#projectselector.k-dropdownlist > .k-input-inner:hover {
    background-color: var(--projectrac-primary-color) !important;
    /*    backdrop-filter: brightness(210%);
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;*/
}

span.k-dropdownlist:not(#projectselector) > span.k-input-inner {
    background-color: white;
}

.k-window-titlebar {
    background-color: var(--projectrac-secondary-color) !important;
    color: var(--projectrac-secondary-text-color) !important;
}

div.custom-title > div.k-dialog-titlebar {
    background-color: var(--projectrac-primary-color) !important;
    color: var(--projectrac-primary-text-color) !important;
}



.k-splitbar.k-focus {
    background-color: white !important;
}

.k-resize-handle {
    height: 100% !important;
}

.k-splitbar {
    padding-left: 0px !important;
    padding-right: 9px !important;
}

.k-resize-handle {
    width: 1px !important;
}

.k-column-title {
    font-weight: bold;
}

.k-numerictextbox input {
    text-align: right;
}

.k-collapse-prev {
    margin: 0px !important;
    padding: 0px !important;
}

.k-collapse-next {
    margin: 0px !important;
    padding: 0px !important;
}

/*li.k-item.k-menu-item > span {
    color: var(--projectrac-secondary-text-color) !important;
    font-weight: bold;
    background-color: var(--projectrac-secondary-color) !important;
    border-radius: 4px;
}*/

/*.k-menu-link-text {
    margin-top: 2px;
    color: var(--projectrac-secondary-text-color) !important;
}*/

.user-button-item {
    font-size: 15px;
    color: black !important;
}


.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    background-color: var(--projectrac-secondary-color) !important;
}


.k-link .k-menu-link {
    color: var(--projectrac-secondary-text-color) !important;
}


.k-table-th.k-sorted, th.k-table-th {
    color: var(--projectrac-primary-text-color);
    background-color: var(--projectrac-primary-color);
}

.k-checkbox {
    border-color: gray;
}

.project-border-top {
    border-top: 1px solid black !important;
}

.dropdown-menu-secondary {
    background-color: var(--projectrac-secondary-color);
    color: var(--projectrac-secondary-text-color);
    border-radius: 4px;
}

.back-button {
    color: var(--projectrac-secondary-color);
    background-color: silver;
}

.utility-button {
    color: black;
    padding: 6px 10px;
    background-color: #cbcccb;
}

.approval-button {
    color: white;
    background-color: gray;
}

.project-button {
    padding: 4px;
    width: 80px;
}

.e-accordion .e-acrdn-item .e-acrdn-header {
    padding: 5px 8px !important;
}

.xl-button {
    width: 330px !important;
    max-width: 330px !important;
}

.mt-nxl {
    margin-top: -0.05rem !important;
}

.mt-6 {
    margin-top: 24px !important;
}

.mt-7 {
    margin-top: 28px !important;
}

.mt-8 {
    margin-top: 32px !important;
}

code {
    color: #c02d76;
}

.full-screen-wait {
    background-color: rgba(0,0,0,.7);
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10005;
    top: 0px;
    left: 0px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.project-select {
    color: var(--projectrac-primary-text-color);
    background-color: var(--projectrac-primary-color);
}
.project-select:hover {
    color: var(--projectrac-primary-text-color);
    background-color: var(--projectrac-secondary-color);
}

.grouped-accordion-button {
    margin-left: auto;
    margin-right: auto;
    color: var(--projectrac-primary-text-color);
    background-color: var(--projectrac-primary-color);
    padding: 3px;
    min-width: 220px;
    cursor: pointer;
    border-radius: 4px;
}

.grouped-accordion-subbutton {
    margin-left: auto;
    margin-right: auto;
    color: var(--projectrac-primary-color);
    padding: 2px;
    min-width: 220px;
    cursor: pointer;
}

.grouped-accordion-subbutton:hover {
    color: var(--projectrac-secondary-color);
}

.grouped-collapsed-subbutton {
    margin-left: auto;
    margin-right: auto;
    color: var(--projectrac-primary-text-color);
    padding: 2px;
    min-width: 220px;
    cursor: pointer;
}

.grouped-collapsed-subbutton:hover {
    color: var(--projectrac-secondary-color);
}

.grouped-accordion-subitem {
    cursor: pointer;
    color: white;
}

.grouped-accordion-selected {
    background-color: var(--projectrac-secondary-color);
    font-weight: bold;
}

.menu-selected {
    color: var(--projectrac-secondary-color);
    font-weight: bold;
}

.collapsed-menu-button {
    margin-left: auto;
    margin-right: auto;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background-color: var(--projectrac-primary-color);
}

.collapsed-menu-button-selected {
    margin-left: auto;
    margin-right: auto;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background-color: var(--projectrac-secondary-color);
}

.collapsed-menu-extension {
    width: 265px;
    margin-left: 29px;
    height: 36px;
    position: absolute;
    border-top-right-radius: 7px;
    background-color: var(--projectrac-primary-color);
    z-index: 4000;
}

.milestone-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: transform 0.15s ease;
}

    .milestone-toggle:hover:not(.disabled) {
        transform: scale(1.1);
    }

    .milestone-toggle:active:not(.disabled) {
        transform: scale(0.95);
    }

    .milestone-toggle.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


.no-alt-rows > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:not([aria-level='1']) {
    background-color: transparent !important;
}

.no-alt-rows > div > div.k-grid-container > div.k-grid-content > table > tbody > tr:hover:not([aria-level='1']) {
    background-color: #eaeaea !important;
}

.no-alt-rows > div > div.k-grid-container > div.k-grid-content > table > tbody > tr.k-grid-edit-row {
    background-color: #eaeaea !important;
}

.no-alt-rows-row-border > div > div.k-grid-container > div.k-grid-content > table > tbody > tr > td {
    border-bottom: 1px solid var(--kendo-color-border, rgba(0, 0, 0, 0.08)) !important;
}

.history .k-grid-header .k-table-th {
    vertical-align: top !important;
}

.workplan-add-child {
    border: 0px, solid transparent;
    background-color: transparent;
}

.workplan-new-task {
    background-color: var(--projectrac-secondary-color);
    color: var(--projectrac-secondary-text-color);
    font-size: 7px;
    width: 13px;
    height: 13px;
    padding-left: 0px;
}
    .workplan-new-task:hover {
        background-color: var(--projectrac-secondary-color);
        color: var(--projectrac-secondary-text-color);
        filter: grayscale(51);
    }

.dropdown-toggle {
    background-color: var(--projectrac-secondary-color);
    color: var(--projectrac-secondary-text-color);
}

    .dropdown-toggle:hover {
        background-color: var(--projectrac-secondary-color);
        color: var(--projectrac-secondary-text-color);
        filter: brightness(1.15);
    }

.dropdown-toggle.show {
    background-color: var(--projectrac-primary-color);
    color: var(--projectrac-secondary-text-color);
}

.report-background {
    padding: 6px;
    width: 250px;
    backdrop-filter: brightness(33310%);
    color: var(--projectrac-secondary-color) !important;
    /*    background-color: var(--projectrac-secondary-color) !important;*/
    background-color: hsl(from var(--projectrac-secondary-color) h s l / .2) !important;
}

li.k-treeview-item {
    color: var(--projectrac-secondary-color);
}

    li.k-treeview-item[aria-level="2"] > span > .k-treeview-leaf:hover {
        padding: 6px !important;
        backdrop-filter: brightness(33310%);
        color: var(--projectrac-secondary-color) !important;
        /*    background-color: var(--projectrac-secondary-color) !important;*/
        background-color: hsl(from var(--projectrac-secondary-color) h s l / .2) !important;
    }
    li.k-treeview-item[aria-level="1"] .k-treeview-leaf:hover {
        background-color: transparent;
        padding: 6px !important;
        color: var(--projectrac-secondary-color);
    }

    li.k-treeview-item[aria-level="1"] .k-treeview-leaf {
        padding: 6px !important;
    }

div.dropdown > ul {
    padding: 6px;
    backdrop-filter: brightness(33310%);
    color: var(--projectrac-secondary-color) !important;
    /*    background-color: var(--projectrac-secondary-color) !important;*/
    background-color: hsl(from var(--projectrac-secondary-color) h s l / .2) !important;
}

    div.dropdown > ul > li > a {
        padding: 6px;
        color: var(--projectrac-secondary-color) !important;
        /*    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;
*/
    }

a.dropdown-item:hover {
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.2) !important;
    color: var(--projectrac-secondary-text-color);
    border-radius: 3px;
}


/*.k-treeview .k-icon:before {
    content: "\e127";*/ /* Example Unicode character */
/*}*/

.collapsed-menu-extension-selected {
    width: 265px;
    margin-left: 29px;
    height: 36px;
    position: absolute;
    border-top-right-radius: 7px;
    background-color: var(--projectrac-secondary-color);
    z-index: 4000;
}

.chevron-left {
    transform: rotate(0deg);
    transition: transform 0.3s ease-out;
    left: 263px;
    top: 39.5px;
    cursor: pointer;
    z-index: 888;
}


.chevron-right {
    transform: rotate(180deg);
    transition: transform 0.3s ease-out;
    left: 62px;
    top: 39.5px;
    cursor: pointer;
    z-index: 888;
}



.chevron-up {
    transform: rotate(180deg);
    transition: transform 0.3s ease-out;
}


.chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease-out;
}

.accordion-state-gone {
/*    visibility: collapse;
    display: none;*/
    overflow: hidden;
    max-height: 0px;
    transition: transform 0.5s ease-out;
    transition: max-height .5s ease-out;
}

.accordion-state-visible {
/*    visibility: visible;
    display: unset;*/
    max-height: 500px;
    transition: transform 0.5s ease-out;
    transition: max-height 1s ease-out;
}

.ann1 {
    transform: rotate(-180deg);
}

.e-dropdown-btn {
    background-color: var(--projectrac-secondary-color) !important;
}

.tab-item {
    cursor: pointer;
    padding-bottom: 0px !important;
    color: var(--projectrac-primary-color);
    font-weight: 600;
    opacity: .5;
    border-radius: 0px;
    fill: var(--projectrac-primary-color);
    height: 35px;
}

.tab-item-border {
    cursor: pointer;
    padding-bottom: 0px !important;
    color: var(--projectrac-primary-color);
    font-weight: 600;
    opacity: .5;
    border-bottom-color: var(--projectrac-primary-color);
    border-bottom-width: 1px;
    border-radius: 0px;
    fill: var(--projectrac-primary-color);
    height: 35px;
}

    .tab-item:hover {
        cursor: pointer;
        padding-bottom: 0px !important;
        color: var(--projectrac-primary-color);
        opacity: 1;
        text-decoration: underline;
        border-bottom-color: var(--projectrac-primary-color);
        border-bottom-width: 1px;
        border-radius: 0px;
    }

.tab-text {
    margin-left: 0.2rem;
    margin-right: 1.3rem;
    stroke: #000000;
}

.tab-selected {
    color: var(--projectrac-secondary-color);
    stroke: var(--projectrac-secondary-color);
    font-weight: 600;
    opacity: 1;
    padding-bottom: 0px !important;
    border-bottom-color: var(--projectrac-secondary-color);
    border-bottom-width: 3px;
    border-radius: 0px;
    fill: var(--projectrac-secondary-color);
    height: 35px;
}

.tab-selected:hover {
    color: var(--projectrac-secondary-color);
    text-decoration: underline;
    padding-bottom: 0px !important;
    border-bottom-color: var(--projectrac-secondary-color);
    border-bottom-width: 3px;
    border-radius: 0px;
}

.tabbed-tab-text {
    position: relative;
    display: inline-block;
}

    .tabbed-tab-text::after {
        content: attr(data-text);
        font-weight: 1000;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        display: block;
    }

.tab-selected-border {
    border-bottom-color: var(--projectrac-secondary-color);
    border-bottom-width: 3px;
}

.tab-inactive-border {
    border-bottom-color: var(--projectrac-primary-color);
    border-bottom-width: 3px;
}

.tab-separator {
    border-bottom: 1px solid gray;
}


.e-search-icon::before {
    content: '\e754';
    font-family: e-icons;
}

.e-headercell {
    color: var(--projectrac-primary-text-color) !important;
    background-color: var(--projectrac-primary-color) !important;
}

.e-dropdown-popup ul .e-item .e-menu-icon {
    fill: var(--projectrac-secondary-color) !important;
    color: var(--projectrac-secondary-color) !important;
}

.e-dropdown-popup > ul > li > a {
    color: var(--projectrac-secondary-color) !important;
}

.e-dropdown-popup ul.e-dropdown-menu {
    backdrop-filter: brightness(210%);
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;
}

.projectrac-primary-background {
    background-color: var(--projectrac-primary-color);
    color: var(--projectrac-primary-text-color);
}


.ac-body {
}
.ac-content {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 30.2s ease-in, visibility .2s 0.2s;
}

.grouped-accordion-subitem:hover {
    color: var(--projectrac-secondary-color);
}

.ac-body:hover > .ac-content {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.fill-secondary {
    fill: var(--projectrac-secondary-color);
}

.secondary-button {
    backdrop-filter: brightness(210%);
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;
}

.secondary-background {
    color: var(--projectrac-secondary-text-color) !important;
    background-color: var(--projectrac-secondary-color) !important;
}

.e-back-icon::before {
    content: '\e773';
}



.form-popup {
    position: absolute;
    top: 2rem;
    right: 15px;
    border: 2px solid #afafaf;
    z-index: 5009;
    background-color: white;
}

/* Add styles to the form container */
.form-container {
    width: 400px;
    min-height: 230px;
    padding: 10px;
    backdrop-filter: brightness(210%);
    color: var(--projectrac-secondary-color) !important;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;
}

li.e-has-child > div.e-fullrow, li.e-level-1 > div.e-fullrow {
    border: .3px solid gray;
    border-radius: 4px;
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.3) !important;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.9) !important;
    border: none;
}
.e-treeview .e-list-text {
    font-weight: bold;
}

li.e-hover > .e-fullrow {
    background-color: hsl(from var(--projectrac-secondary-color) h s l / 0.9) !important;
}

.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
    background-color: transparent;

}

.e-treeview .e-icon-collapsible, .e-treeview .e-icon-expandable {
    color: var(--projectrac-primary-color);
}

.richp {
    word-wrap: break-word;
    white-space: break-spaces;
}

.status-on-hold, .status-tsk-on-hold {
    background-color: #fdefd7;
    color: #000000;
}

.priority-normal {
    background-color: #fff3e3;
    color: #d89828;
}

.priority-high {
    background-color: #fadbd8;
    color: #c0392b;
}

.priority-low {
    background-color: #d4edda;
    color: #1e7e34;
}

.status-on-hold-circle, .status-tsk-on-hold-circle, .priority-normal-circle {
    fill: #faa91c
}

.status-tsk-paused {
    fill: #faa91c;
    background-color: #fef4e4;
}


.status-tsk-overdue {
    background-color: #f9e5dc;
    color: red;
    fill: red;
}

.status-canceled, .status-unknown, .status-tsk-canceled {
    background-color: #f1f1f1;
    color: #a6a6a6;
}

.status-canceled-circle, .status-unknown-circle, .status-tsk-canceled-circle {
    fill: #a6a6a6;
}

.status-open, .status-tsk-completed, .priority-low {
    background-color: #e5efe4;
    color: #339c4d;
}

.status-open-circle, .status-tsk-completed-circle {
    fill: #339c4d;
}

.status-pending-approval, .status-in-process, .status-tsk-open {
    background-color: #aae0f9; /* Example custom background color */
    color: #006fc0; /* Example custom text color */
}

.status-pending-approval-circle, .status-in-process-circle, .status-tsk-open-circle {
    fill: #006fc0;
}

.status-draft, .status-tsk-draft {
    background-color: #bbb6d2; /* Example custom background color */
    color: #6f2f9f; /* Example custom text color */
}

.status-draft-circle, .status-tsk-draft-circle {
    fill: #6f2f9f;
}

.status-approved, .status-tsk-approved {
    background-color: #ddebdc; /* Example custom background color */
    color: #00af50; /* Example custom text color */
}

.status-approved-circle, .status-tsk-approved-circle {
    fill: #00af50;
}

.status-rejected, .status-tsk-rejected {
    background-color: #f6dbce; /* Example custom background color */
    color: #ff0000; /* Example custom text color */
}

.status-rejected-circle, .status-tsk-rejected-circle {
    fill: #ff0000;
}



.status-tsk-draft, .status-tsk-not-started {
    background-color: silver; 
    color: black; 
}

.status-tsk-draft-circle, .status-tsk-not-started-circle {
    fill: black;
}


.rounded-status {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: 400 !important;
}


.status-button-overdue {
    fill: #d2232a;
    width: 20px;
    height: 20px;
}

.status-button {
    fill: #000000;
    width: 20px;
    height: 20px;
}

.fill-white {
    fill: white;
}

.fill-black {
    fill: black;
}

.fill-button-black span svg {
    fill: #949494 !important;
}

.table-narrow-padding > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.project-page-header {
    color: black !important;
}

.project-workplan-tree-header > div .k-grid-header th {
    background: #d9d9d9;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.project-workplan-grid-header .k-grid-header th {
    background: black;
    color: white;
    text-transform: uppercase;
}

.project-information-pin {
    padding-left: 9px;
}

.project-information-header {
    font-size: 16px;
}

.project-information-tab-text > div.tab-item > .tab-text {
    color: black !important;
    fill: black !important;
}

.project-information-grid-header {
    min-height: 185px;    
} 

.project-information-grid-header .k-grid-header th {
    background: #f2f3f4 !important;
    color: black !important;
}


.project-information-card-header {
    background: black !important;
    color: white !important;
}

.project-information-subheader {
    font-size: 12px;
    font-weight: bolder;
}

.project-information-content {
    margin-right: 255px;
}

.project-information-panel {
    position: absolute;
    right: 0;
    top: var(--project-nav-height);
    width: 250px;
    overflow-y: auto;
    z-index: 1000;
    overflow-x: hidden;
    height: calc(100vh - var(--project-nav-height) - 40px);
    margin-right: 13px;
    border-left-style: solid;
    border-left-width: 1px;
}

.project-information-description {
    word-wrap: break-word;
    text-wrap: auto;
    max-height: 130px;
    overflow-y: auto;
}

.project-information-user-grid {
/*    position: relative;
    bottom: 20px;
    left: 0;
    right: 0;
    min-height: 120px;
    height: 250px; 
    background: #f2f2f2;
    border-top: 1px solid #ccc;*/
}

.bottom-panel {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    min-height: 220px;
    height: calc(100vh - 40px); /* grows with viewport */

    background: #f2f2f2;
    border-top: 1px solid #ccc;
}



@media (max-width: 1310px) {
    .vertical-separator {
        display: none;
    }

    .project-information-content > .d-flex {
        flex-wrap: wrap !important;
    }

    .project-information-content > div > .flex-fill {
        width: 100%;
    }

    .project-information-content {
        margin-right: 255px;
    }

    .project-information-grid {
        margin-top: 12px;
    }
}

.vertical-separator {
    border-left: 1px solid black;
    height: 100%;
}

.side-panel {
    background-color: #312f30;
    color: white;
}

.side-panel-title {
    width: 75px;
}

.side-panel-task-name {
    color: white;
    font-size: 16px;
}

    .side-panel-task-name > input {
        padding-left: 0px;
    }

    .workstream-tree {
        width: 190px;
        height: 75px;
        display: inline-block;
        background-color: white;
        color: black;
    }

.side-panel-save {
    color: black;
    padding: 6px 10px;
    background-color: white;
    width: 75px;
}

.offcanvas.fullscreen {
    width: calc(100vw - var(--project-drawer-width)) !important;
}


.max-width-400 {
    max-width: 400px;
}


#workplanTree li.k-treeview-item {
    color: black;
}

#workplanTree > k-focus {
    background-color: var(--projectrac-secondary-color) !important;
}

#workplanTree li.k-treeview-item[aria-level="2"] > span > .k-treeview-leaf:hover {
    padding: 3px;
    backdrop-filter: brightness(33310%);
    color: black !important;
    /*    background-color: var(--projectrac-secondary-color) !important;*/
    background-color: white;
}

#workplanTree li.k-treeview-item[aria-level="1"] .k-treeview-leaf:hover {
    background-color: transparent;
    padding: 3px;
    color: black;
}

#workplanTree li.k-treeview-item[aria-level="1"] .k-treeview-leaf {
    padding: 3px;
}

.required-label::after {
    content: "* ";
    font-size: larger;
    color: red;
}
.required-column::after {
    content: " *";
    font-size: larger;
    color: white;
}

/*#U1 .k-table-th.k-sorted, th.k-table-th {
    color: black;
    background-color: #d8d8d8 !important;
}*/



/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/* Landmark environment */




.lmk-header-navigation {
    width: 300px;
    min-width: 300px;
    height: var(--project-nav-height);
    background-color: var(--projectrac-tertiary-color);
}
.lmk-tab {
    background-color: var(--projectrac-secondary-color);
    color: var(--projectrac-secondary-text-color);
    display: inline-block;
    padding-top: 2px;
    border-radius: 6px 6px 0px 0px;
    margin-left: 1.4px;
    font-weight: bold;
    height: 24px;
}

.lmk-split-tab {
    min-width: 541px;
}

.lmk-link {
    margin-bottom: -2px;
}

.solid-line {
    border: none; /* Removes the default border styling */
    height: 2px; /* Sets the thickness of the line */
    background-color: var(--projectrac-secondary-color); /* Sets the solid color */
    margin: 0px;
    opacity: 1;
}

.lmk-carousel-container {
    position: relative;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.lmk-carousel-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px 0;
}

    .lmk-carousel-track::-webkit-scrollbar {
        display: none;
    }

.lmk-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s, background-color 0.2s, transform 0.2s;
}

.lmk-carousel-container:hover .lmk-carousel-arrow {
    opacity: .5;
}

.lmk-carousel-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.lmk-carousel-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.lmk-carousel-arrow-left {
    left: 15px;
}

.lmk-carousel-arrow-right {
    right: 15px;
}

.lmk-carousel-arrow svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.lmk-card {
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background: white;
    flex-shrink: 0;
}

.lmk-card-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

.lmk-card-content {
    background-color: var(--project-grey);
    padding: 10px 7px 9px 7px;
    border-radius: 8px 8px 0px 0px;
    margin-top: -8px;
    position: relative;
    display: flex;
    gap: 7px;
}

.lmk-card-icon {
    width: 16px;
    min-width: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0px;
}

    .lmk-card-icon svg {
        width: 12px;
        height: 12px;
        fill: #666;
    }

.lmk-card-body {
    flex: 1;
}

.lmk-card-title {
    margin: 0 0 0 0;
    font-size: 10px;
    font-weight: bolder;
    line-height: 16px;
    color: #333;
}

.lmk-card-text {
    color: #666;
    font-size: 8px;
    text-wrap: wrap;
    line-height: 1.5;
    font-weight: 600;
}

.lmk-grid-header .k-grid-header th {
    background: #57585a !important;
    color: white !important;
}


.lmk-feed-container {
    margin-left: -20px;
    margin-right: 20px;
}

.lmk-bottom-border {
    border-bottom: 1px solid gray;
}

.lmk-feed {
    width: 100%;
    table-layout: fixed;
}

    .lmk-feed td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.lmk-grid-height {
    /* excludes card padding */
    height: calc(100vh - (var(--project-nav-height) + 180px));
}

.link-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
}

    .link-button:hover {
        color: #0a58ca !important;
        text-decoration: none;
    }

    .link-button:focus {
        box-shadow: none !important;
        outline: none !important;
    }


div.lmk-workplan-tree div.k-grid-container > div.k-grid-content > table > tbody > tr > td {
    white-space: nowrap;
}


.rounded-project-status {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8px;
    border-radius: 10px;
}

.project-status-construction {
    background-color: green;
    color: white;
}

.project-status-predevelopment {
    background-color: #00b1b6;
    color: white;
}

.project-status-development {
    background-color: navy;
    color: white;
}

.quick-links {
    width: 240px;
}

.glassy-btn {
    display: inline-block;
    width: 65px;
    flex-wrap: nowrap;
    margin-left: 5px;
    padding: 9px 10px;
    color: white;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.07) 55%, rgba(0, 0, 0,0.1) 51%, rgba(0, 0, 0, 0.3) 100%);
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

    .glassy-btn .k-icon {
        margin-left: -2px;
        margin-bottom: 2px;
    }

    .glassy-btn .btn-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .glassy-btn .btn-text {
        opacity: 0.85;
    }

    .glassy-btn:hover {
        background-color: black;
        color:silver;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .glassy-btn:active {
        transform: translateY(1px);
        box-shadow: inset 0 2px 6px rgba(0,0,0,0.9);
    }


.gantt .k-grid .k-grid-header .k-table-th {
    vertical-align: middle;
}

.gantt .k-grid .k-grid-header .k-table-th:first-child {
    padding-left: 15px;
}

.gantt .k-grid .k-grid-header .k-table-th:not(:first-child) {
    text-align: center;
}

.gantt .k-grid div[role="treegrid"] td:not([data-col-index="0"]) {
    text-align: center;
}

.gantt .k-grid div[role="treegrid"] tr[aria-level="1"]  {
    font-weight: bold;
}

.k-grid div[role="treegrid"] tr td {
    /*    height: 22px;*/
    height: 25px !important;
    max-height: 25px !important;
    padding: 1px 3px !important;
}

.gantt .k-grid div[role="treegrid"] tr {
    /*    height: 22px;*/
    height: 30px !important;
    max-height: 30px !important;
}

.gantt-sched .k-grid div[role="treegrid"] tr[aria-level="1"] td {
       font-weight: bold;
       background-color: black;
       color: white;
}
.gantt-sched .k-grid div[role="treegrid"] tr[aria-level="2"] td {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.gantt .k-grid div[role="treegrid"] tr[aria-level="1"] td {
    font-weight: bold;
    border-bottom: 1px solid black;
}
.gantt .k-grid div[role="treegrid"] tr:not([aria-level="1"]) td {
    border-bottom: 1px solid lightgray;
}

.gantt .k-grid .k-table-row.k-table-alt-row {
    background-color: white !important;
}

.k-gantt-tasks tr td {
    height: 30px !important;
    border-bottom: 1px solid transparent !important;
}

.k-gantt .k-gantt-timeline-pane .k-task-summary-complete, .k-task-summary:not([aria-level="153a0f9b-1ed9-409c-a109-19af819034a7"]):not([aria-level="2f2facb3-549f-4936-8725-c971caca5071"]):not([aria-level="6cf406f4-b150-41f8-bfdb-c03a8d1ac32f"]):not([aria-level="f591c34d-8463-408a-ac1f-62492ba7ae9d"]):not([aria-level="c5f4da88-93dc-47cf-b995-badcfb265e5a"]):not([aria-level="c38f8131-98ed-463c-966b-a466650c95e7"]):not([aria-level="565a5a39-1993-4309-a64b-9fd5901e6f04"]):not([aria-level="ff46d75-dca7-4b92-b02c-c250e06593a0"]):not([aria-level="ccb53e9e-1966-4722-b3aa-66da085ac231"]):not([aria-level="1698a610-b80a-4056-ba54-58ac71bd361d"]):not([aria-level="dff46d75-dca7-4b92-b02c-c250e06593a0"]) {
    background-color: var(--projectrac-secondary-color) !important;
}

.k-task-summary:is([aria-level="153a0f9b-1ed9-409c-a109-19af819034a7"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="2f2facb3-549f-4936-8725-c971caca5071"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="6cf406f4-b150-41f8-bfdb-c03a8d1ac32f"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="f591c34d-8463-408a-ac1f-62492ba7ae9d"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="c5f4da88-93dc-47cf-b995-badcfb265e5a"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="c38f8131-98ed-463c-966b-a466650c95e7"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="565a5a39-1993-4309-a64b-9fd5901e6f04"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="ff46d75-dca7-4b92-b02c-c250e06593a0"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="ccb53e9e-1966-4722-b3aa-66da085ac231"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="1698a610-b80a-4056-ba54-58ac71bd361d"]) {
    color: var(--projectrac-primary-color) !important;
}
.k-task-summary:is([aria-level="dff46d75-dca7-4b92-b02c-c250e06593a0"]) {
    color: var(--projectrac-primary-color) !important;
}

.k-gantt .k-gantt-timeline-pane .k-task-summary-complete {
    background-color: var(--projectrac-secondary-color) !important;
}
/*.k-gantt .k-gantt-timeline-pane .k-task-summary:not([aria-level="153a0f9b-1ed9-409c-a109-19af819034a7"]):not([aria-level="2f2facb3-549f-4936-8725-c971caca5071"]):not([aria-level="6cf406f4-b150-41f8-bfdb-c03a8d1ac32f"]):not([aria-level="f591c34d-8463-408a-ac1f-62492ba7ae9d"]):not([aria-level="c5f4da88-93dc-47cf-b995-badcfb265e5a"]):not([aria-level="c38f8131-98ed-463c-966b-a466650c95e7"]):not([aria-level="565a5a39-1993-4309-a64b-9fd5901e6f04"]):not([aria-level="ff46d75-dca7-4b92-b02c-c250e06593a0"]):not([aria-level="ccb53e9e-1966-4722-b3aa-66da085ac231"]):not([aria-level="1698a610-b80a-4056-ba54-58ac71bd361d"]) {
    background-color: var(--projectrac-secondary-color) !important;
}*/
.k-gantt .k-gantt-timeline-pane .k-task-milestone {
    background-color: rgb(from var(--projectrac-secondary-color) r g b / 0.5) !important;
}
.k-gantt .k-gantt-timeline-pane .k-task-single {
    background-color: rgb(from var(--projectrac-secondary-color) r g b / 0.5) !important;
}
.k-gantt .k-gantt-timeline-pane .k-grid-header-table .k-table-row {
    background-color: #d1d2d4;
    color: black;
    text-align: center;
} 
.gantt .k-gantt-timeline-pane .k-grid-header-table .k-table-row:first-child {
        background-color: var(--projectrac-primary-color);
        color: white;
        text-align: center;
    }
.gantt .k-gantt-timeline-pane .k-grid-header-table tr, td {
/*    height: 12px !important;
    block-size: 12px !important;*/
} 
.gantt .k-table-td[colspan="365"] {
    border-left: 1px solid white;
}

.tl-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border: 1px solid var(--projectrac-primary-color);
    border-radius: 3px;
    background: #fff;
    color: black;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
}

    .tl-btn:hover {
        border-color: var(--projectrac-primary-color);
        background-color: var(--projectrac-secondary-color);
        color: var(--projectrac-primary-color);
    }

    .tl-btn:disabled {
        opacity: 0.4;
        cursor: default;
        pointer-events: none;
    }

    .tl-btn svg {
        width: 12px;
        height: 12px;
        flex-shrink: 0;
    }

.tl-btn--icon {
    padding: 3px 6px;
}

.white-label-dropdown, .white-label-dropdown span {
    background-color: var(--projectrac-secondary-color) !important;
    color: white;
    font-weight: 600;
}
    .white-label-dropdown, .white-label-dropdown span:hover {
        background-color: var(--projectrac-secondary-color-mod);
        color: white;
        font-weight: 700;
    }
        .white-label-dropdown button:hover {
            background-color: var(--projectrac-primary-color) !important;
            color: white;
            font-weight: 600;
        }
.white-label-toggle span.k-button-icon svg {
    fill: black !important;
    stroke: black !important;
}
.white-label-toggle.k-button.k-selected, .white-label-toggle.k-button-icon.k-selected {
    border-color: var(--projectrac-primary-color) !important;
    background-color: var(--projectrac-secondary-color-mod) !important;
}

.white-label-toggle.k-selected {
    border-color: var(--projectrac-primary-color) !important;
    background-color: var(--projectrac-secondary-color-mod) !important;
}

div.workplan span.k-svg-i-star > svg {
    fill: #d3c800 !important;
}

div.workplan thead > tr > th:nth-child(n+1):nth-child(-n+4) {
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}

div.workplan thead > tr > th:nth-child(n+1):nth-child(-n+5) {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
}

.workplan-add {
    background-color: var(--projectrac-secondary-color) !important;
}

.workplan-add > svg {
    stroke: white !important;
}

div.workplan tbody > tr > td:nth-child(2) {
    white-space: nowrap;
}

div.workplan tbody > tr[data-row-depth='0'] td {
    border-bottom-width: 1.5px !important;
    border-bottom-color: var(--projectrac-secondary-color) !important;
    border-bottom-style: solid !important;
    background-color: color-mix(in srgb, var(--projectrac-secondary-color), #fff 90%);
    font-weight: bold !important;
}

div.workplan tbody > tr[data-row-depth='1'] td {
    font-weight: 500 !important;
}

div.workplan tbody > tr[data-row-depth='0'] td {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}

div.workplan tbody > tr:not([data-row-depth='0']) td:nth-child(n+4):nth-child(-n+10) {
    border-right-width: 1px !important;
    border-right-color: silver !important;
    border-right-style: solid !important;
}

div.workplan tbody > tr:not([data-row-depth='0']) td:nth-child(n+1):nth-child(-n+4) {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}

div.workplan tbody > tr:not([data-row-depth='0']) td:nth-child(n+1):nth-child(-n+5) {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
}

div.workplan tbody > tr:not([data-row-depth='0']) td {
    border-bottom-width: 1px !important;
    border-bottom-color: silver !important;
    border-bottom-style: solid !important;
    white-space: nowrap;
}




div.milestone span.k-svg-i-star > svg {
    fill: #d3c800 !important;
}

.milestone-dialog .k-dialog-actions  {
    justify-content: flex-end;
}

.milestone-dialog .k-dialog-actions > button {
    max-width: 100px;
}

div.milestone tbody > tr > td:nth-child(2) {
    white-space: nowrap;
}

div.milestone thead th  {
   font-weight: bold;
}

div.milestone tbody > tr[data-row-depth='0'] td {
    border-bottom-width: 1.5px !important;
    border-bottom-color: var(--projectrac-secondary-color) !important;
    border-bottom-style: solid !important;
    background-color: color-mix(in srgb, var(--projectrac-secondary-color), #fff 90%);
    font-weight: bold !important;
}

div.milestone tbody > tr[data-row-depth='1'] td {
    font-weight: 500 !important;
}

div.milestone tbody > tr[data-row-depth='0'] td {
    border-left-width: 0px !important;
    border-left-color: transparent !important;
    border-left-style: solid !important;
    border-right-width: 0px !important;
    border-right-color: transparent !important;
    border-right-style: solid !important;
}



div.workplan tbody > tr:not([data-row-depth='0']) td {
    border-bottom-width: 1px !important;
    border-bottom-color: silver !important;
    border-bottom-style: solid !important;
    white-space: nowrap;
}

.center-td {
    display: block;
    margin: 0 auto;
    text-align: center;
}


.workplan-dark-header {
    background-color: #6b6661 !important;
    color: white !important;
}

.gantt-workplan .k-grid div[role="treegrid"] tr[aria-level="1"] td {
    font-weight: bold;
    white-space: nowrap;
    background-color: color-mix(in srgb, var(--projectrac-secondary-color), #fff 90%);
    font-weight: bold !important;
    border-bottom: 1.3px solid var(--projectrac-secondary-color);
}

.gantt-workplan .k-grid div[role="treegrid"] tr[aria-level="1"] td {
    font-weight: bold;
    white-space: nowrap;
    background-color: color-mix(in srgb, var(--projectrac-secondary-color), #fff 90%);
    font-weight: bold !important;
    border-bottom: 1.3px solid var(--projectrac-secondary-color);
}

.gantt-workplan .k-grid div[role="treegrid"] tr[aria-level="2"] td {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    overflow: auto;
    background: white;
}

/*.gantt-workplan .k-gantt-timeline-pane .k-task-summary:not([aria-level="6cf406f4-b150-41f8-bfdb-c03a8d1ac32f"]):not([aria-level="f591c34d-8463-408a-ac1f-62492ba7ae9d"]):not([aria-level="c5f4da88-93dc-47cf-b995-badcfb265e5a"]):not([aria-level="c38f8131-98ed-463c-966b-a466650c95e7"]):not([aria-level="565a5a39-1993-4309-a64b-9fd5901e6f04"]):not([aria-level="ff46d75-dca7-4b92-b02c-c250e06593a0"]):not([aria-level="ccb53e9e-1966-4722-b3aa-66da085ac231"]):not([aria-level="1698a610-b80a-4056-ba54-58ac71bd361d"]) {
    background-color: var(--projectrac-secondary-color) !important;
}
*/
