﻿
.wrapper {
    display: grid;
    /* background-color: rgba(207,222,210,0.6); */
    background-color: #FAFAFA;
    padding: 4px;
    grid-template-columns: 20px 30fr 40fr 30fr 20px;
    /*grid-auto-rows:minmax(200px,auto);*/
    grid-template-rows: 10px 62px 45% 10px 40% 10px;
    grid-gap: 2px;
    /*            border-color: cornsilk;
            background-color: cornflowerblue;*/
    justify-items: stretch;
    align-items: stretch;
    height: 100vh;
    border: #234234 1px solid;
}


    .wrapper > div {
        background: transparent;
        padding: 1px;
    }

        .wrapper > div:nth-child(odd) {
            background: transparent;
        }

.modal-open {
    margin-right: 0px !important;
}

.logo-box {
    grid-column: 2/5;
    grid-row: 2;
    text-align: left;
}

/*        .user-box {
            grid-column: 4/6;
            grid-row: 2;
            text-align: left;
        }*/

.files-box {
    grid-column: 2;
    grid-row: 3;
    text-align: center;
}

.workbook-box {
    grid-column: 3;
    grid-row: 3;
    text-align: center;
}

.target-box {
    grid-column: 4;
    grid-row: 3;
    text-align: center;
}

.work-box {
    grid-column: 2/5;
    grid-row: 5;
    text-align: center;
}

.blue-column-header-up {
    background-color: #4089A4;
    margin: 3px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: 0px solid #bE672A;
    border-left-color: #FE975A;
    border-top-color: #FE975A;
    color: white;
    width: 145px;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.lm-blue-column-header-up {
    background-color: #4089A4;
    margin: 3px;
    padding: 3px;
    border-radius: 6px;
    box-shadow: inset -3px -3px 4px -2px rgba(0,0,0,0.5);
    border: 0px solid #bE672A;
    border-left-color: #FE975A;
    border-top-color: #FE975A;
    color: white;
    width: 145px;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.blue-button-up {
    background-color: #2E4966;
    margin: 3px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: 1px solid #bE672A;
    border-left-color: #FE975A;
    border-top-color: #FE975A;
    color: white;
    width: 145px;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .blue-button-up:hover {
        background-color: #fa6734;
    }

.blue-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 5px;
    padding: 5px;
    background-color: #2E4966;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: .5px solid gray;
    height: initial;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.green-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #7CD463;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: .5px solid gray;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

    .green-box-up:hover {
        background-color: #9Cf483;
    }

.yellow-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 5px;
    padding: 10px;
    background-color: #FFD629;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: .5px solid gray;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .yellow-box-up:hover {
        background-color: #FFf639;
    }

.red-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 5px;
    padding: 10px;
    background-color: #FD745E;
    border-radius: 8px;
    box-shadow: inset -6px -6px 8px -3px rgba(0,0,0,0.5);
    border: .5px solid gray;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: left;
}

    .red-box-up:hover {
        background-color: #FD947E;
    }

/*        ::-webkit-scrollbar {
            display: none;
        }*/

.modal-xlg {
    width: 90%;
}

.lm-blue-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 3px rgba(0,0,0,0.5);
    border: .5px solid gray;
    height: initial;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.modal-dialog-centered {
    align-items: center;
}

/* Make tenant list rows/cells clickable */
#tenant-choice-list tr, #tenant-choice-list td {
    cursor: pointer;
    pointer-events: auto;
}

/* Remove any pointer-events: none from modal-content or modal-body if present */
.modal-content, .modal-body {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        /* max-width: var(--bs-modal-width); */
        margin-right: auto;
        margin-left: auto;
    }
}

.lm-blue-box-detail-up {
    color: white;
    background-color: #4089A4;
    margin: 4px;
    width: auto;
    /*display: block;*/
    padding: 5px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    border: .5px solid #555;
    height: initial;
    font-family: 'Urbanist';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.password-very-weak {
    color: #dc3545;
}
/* red */
.password-weak {
    color: #dc3545;
}
/* red */
.password-medium {
    color: #ffc107;
}
/* yellow */
.password-strong {
    color: #17a2b8;
}
/* blue */
.password-very-strong {
    color: #28a745;
}
/* green */

#signupForm, #signupForm .form-label, #signupForm label {
    text-align: left !important;
    display: block;
}

#tenant-choice-list tr, #tenant-choice-list td {
    cursor: pointer;
    pointer-events: auto;
}

.lm-green-box-up {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid green;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

    .lm-green-box-up:hover {
        background-color: #9Cf483;
    }

.lm-green-box-detail-up {
    width: auto;
    /*display: block;*/
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    border: .5px solid green;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-red-box-detail-up {
    width: auto;
    /*display: block;*/
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    border: .5px solid red;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-0,
.lm-box-up-5 {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid green;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

    .lm-box-up-0:hover,
    .lm-box-up-5:hover {
        background-color: #9Cf483;
    }

.lm-box-up-solid-0,
.lm-box-up-solid-5 {
    background-color: #9Cf483;
}

.lm-box-up-3 {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid orange;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-3a {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #fdc55e;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid orange;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-3:hover {
    background-color: #fdc55e;
}

.lm-box-up-3a:hover {
    background-color: #edb54e;
}

.lm-box-up-1,
.lm-box-up-2 {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid red;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-1a,
.lm-box-up-2a {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FD745E;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid red;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-1:hover,
.lm-box-up-2:hover {
    background-color: #FD745E;
}

.lm-box-up-1a:hover,
.lm-box-up-2a:hover {
    background-color: #ED644E;
}

.lm-box-up-4 {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid #6495ED;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-4a {
    width: auto;
    display: block;
    height: fit-content;
    margin: 3px;
    padding: 2px;
    background-color: #6d9ef7;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid #5485dD;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.lm-box-up-4:hover {
    background-color: #6d9ef7;
}

.lm-box-up-4a:hover {
    background-color: #5485dD;
}

.lm-template-col-0,
.lm-template-col-5 {
    width: auto;
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid green;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: left;
}

.lm-template-col-3 {
    width: auto;
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid orange;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: left;
}

.lm-template-col-1,
.lm-template-col-2 {
    width: auto;
    /*display: block;*/
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid red;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: left;
}

.lm-template-col-4 {
    width: auto;
    /*display: block;*/
    height: fit-content;
    margin: 3px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border: .5px solid blue;
    font-family: 'Urbanist';
    font-size: 10px;
    font-weight: 500;
    text-align: left;
}

/* EXL/wwwroot/css/exl2_style.css */
.modal-dialog-centered {
    display: flex !important;
}

#tenant-choice-list tr, #tenant-choice-list td {
    cursor: pointer;
    pointer-events: auto;
}


.signup-content-register {
    padding: 0;
    font-size: 16px;
}

.tree {
    --spacing: 1.5rem;
    --radius: 10px;
}

.results-table-wrapper {
    display: flex;
    justify-content: center;
}

.results-table {
    background: #f8f9fa;
    margin: 0 auto;
    max-width: 600px;
    border-collapse: collapse;
}

    .results-table th, .results-table td {
        border: 1px solid #dee2e6; /* to match bootstrap table-bordered */
        padding: 0.75rem;
    }

.results-header {
    background: #274768;
    color: #fff;
}

    .results-header h3 {
        margin: 0;
    }

.checkmark-cell {
    width: 40px;
    text-align: center;
}

.error-text {
    color: #d9534f;
    font-weight: bold;
}

.no-results,
.error-message {
    color: #d9534f;
    font-weight: bold;
}


.tree li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}

    .tree ul li {
        border-left: 2px solid #ddd;
    }

        .tree ul li:last-child {
            border-color: transparent;
        }

        .tree ul li::before {
            content: '';
            display: block;
            position: absolute;
            top: calc(var(--spacing) / -2);
            left: -2px;
            width: calc(var(--spacing) + 2px);
            height: calc(var(--spacing) + 1px);
            border: solid #ddd;
            border-width: 0 0 2px 2px;
        }
/* jqGrid header styling */
.ui-jqgrid .ui-jqgrid-htable th {
    border: 1px solid #348AA7 !important;
    background: #a3d0e4 !important;
    color: #274768 !important;
    text-align: left !important;
    padding: 10px !important;
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 300px !important;
}

/* Remove default background from all data cells */
.ui-jqgrid .ui-jqgrid-btable td {
    border: 1px solid #348AA7 !important;
    color: #274768 !important;
    text-align: left !important;
    padding: 12px 16px !important;
    min-width: 120px !important;
    max-width: 300px !important;
    white-space: normal !important;
    word-break: break-word !important;
    vertical-align: middle !important;
    overflow-wrap: break-word !important;
    background: #fff !important; /* Default is white */
}

/* Alternate row coloring: even rows */
.ui-jqgrid .ui-jqgrid-btable tr:nth-child(even) td {
    background: #a3d0e4 !important;
    color: #274768 !important;
}

/* Input fields inside grid cells */
.ui-jqgrid .ui-jqgrid-btable td input {
    display: block;
    margin: 0 auto 0 0;
    text-align: left;
}

/* Make jqGrid's first row invisible but keep it for layout */
/*.jqgfirstrow{
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    visibility: hidden !important;
    border: none !important;
    padding: 0 0 !important;
}*/

/* Highlight jqGrid row on hover with sky blue */
.ui-jqgrid .ui-jqgrid-btable tr:hover td {
    background: #87ceeb !important; /* Sky blue */
    color: #274768 !important;
}

.password-input::placeholder {
    font-family: 'Urbanist'; /* uses the form-control/bootstrap default font */
}
/* Style only entered text */
.password-input {
    font-family: monospace; /* custom font for typed text */
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Thin.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-ExtraLight.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Light.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Regular.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Medium.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-SemiBold.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Bold.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-ExtraBold.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/css/fonts/Urbanist/static/Urbanist-Black.woff2') format('woff2'), url('/css/fonts/Urbanist/static/Urbanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body, html {
    font-family: 'Urbanist';
}

#grid {
    width: 100% !important;
    font-size: 13px;
}
/* Make all inputs and selects inside jqGrid cells fill the cell width exactly */
.ui-jqgrid .ui-jqgrid-btable td input,
.ui-jqgrid .ui-jqgrid-btable td select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 6px 8px;
    font-family: 'Urbanist', Arial, sans-serif;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #348AA7;
    background: #fff;
    color: #274768;
    display: block;
}

/* Make all inputs and selects inside jqGrid cells fill the cell width exactly */
.ui-jqgrid .ui-jqgrid-btable td input,
.ui-jqgrid .ui-jqgrid-btable td select {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

/* Validation marker styles (CSP-safe: no inline styles) */
.invalid-chars-label {
    color: #dc3545; /* red text for errors */
    margin-left: 6px;
    font-size: 12px;
}

.invalid-cell {
    outline: 1px solid rgba(220,53,69,0.35); /* subtle red outline to highlight the cell */
}