html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9em;
}

fnt {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9em;
}

.fnt-90 {
    font-size: .9em;
    white-space: nowrap;
}

.single-line {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.no-overflow {
    overflow: hidden;
    white-space: nowrap;
}

.lbl {
    line-height: 30px;
    margin-right: 10px;
    font-size: .9rem;
    color: #6c757d;
}

.lbl-unit {
    margin-top: 5px;
    margin-left: 5px;
    font-size: .9rem;
    color: #6c757d;
}

.cur {
    margin-top: 7px;
}

.hdr {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.fw-bold {
    font-weight: bold !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px #000000;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
    }

.content {
    padding-top: 1.1rem;
}

.demo-drawer .dxbl-drawer-content {
    overflow: auto;
}

.demo-drawer:has(.demo-drawer-menu) {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.demo-drawer-menu {
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-drawer-content:has(.demo-drawer-overview-right) {
    padding: 0;
}

.demo-drawer-overview-right .dxbl-drawer-header,
.demo-drawer-overview-right .dxbl-drawer-body,
.demo-drawer-overview-right .dxbl-drawer-footer {
    width: 225px;
}

.hiddenHeader {
    display: none;
}

h1:focus {
    outline: none;
}

.out-line {
    outline: 1px solid lightgray;
}

.brd-0 {
    border-width: 0;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.tab-split {
    border-right: .5px solid lightgray !important;
}

.pos-absolute {
    position: absolute;
}

.right-aligned {
    position: absolute;
    right: 0;
}

.pos-relative {
    position: relative;
}

.grd-button-1 {
    position: absolute;
    top: 12px;
    right: 236px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-2 {
    position: absolute;
    top: 12px;
    right: 269px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-3 {
    position: absolute;
    top: 12px;
    right: 302px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-button-4 {
    position: absolute;
    top: 12px;
    right: 335px;
    padding: 3px 5px 2px 5px; /* -top -right -bottom -left */
}

.grd-group {
    background: #6c757d;
    color: white;
}

.pos-previous {
    position: absolute;
    top: 12px;
    left: 13px;
    padding: 2px 5px 2px 5px; /* -top -right -bottom -left */
}

.align-right {
    text-align: right;
}

.alt-row > td {
    background: #D4D4D8;
}

.bg-red-row > td {
    background: #FECACA;
}

.bg-green-row > td {
    background: #BEF264;
}

.text-red-bold {
    color: #B91C1C !important;
    font-weight: bold;
}

.text-green-bold {
    color: green !important;
    font-weight: bold;
}

.text-orange-bold {
    color: orange !important;
    font-weight: bold;
}

.text-orange {
    color: orange !important;
}

.text-green {
    color: green !important;
}

.text-red {
    color: #B91C1C !important;
}

.text-bold {
    font-weight: bold
}

.text-blue-bold {
    color: #0000e5;
    font-weight: bold
}

.text-blue {
    color: #0000e5 !important;
}

.text-indigo {
    color: #560591 !important;
}

.text-gray {
    color: gray !important;
    font-weight: normal !important;
}

.text-zinc-400 {
    color: #9f9fa9;
}

.bg-blue {
    background: #8ec5ff;
}

.bg-indigo {
    background: indigo;
}

.bg-green {
    background: #adebad !important;
}

.bg-header-indigo-50 {
    background: #faf5ff !important;
}

.bg-header-red {
    background: #ffa1ad !important;
}

.bg-header-green {
    background: #05df72 !important;
}

.bg-red-50 {
    background: #fef2f2;
}

.bg-orange-50 {
    background: #fff7ed;
}

.bg-orange-75 {
    background: #fff2e0;
}

.bg-orange-100 {
    background: #ffedd4;
}

.bg-amber-50 {
    background: #fffbeb;
}

.bg-amber-75 {
    background: #fef7d9;
}

.bg-yellow-50 {
    background: #fefce8;
}

.bg-lime-50 {
    background: #f7fee7;
}

.bg-green-50 {
    background: #f0fdf4;
}

.bg-stone-50 {
    background: #fafaf9;
}

.bg-blue-50 {
    background: #eff6ff;
}

.bg-yellow {
    background: #fde047 !important;
}

/* bg-light */
.bg-shade {
    background: #eeeeee !important;
}

.bg-gray {
    background: lightgray !important;
}

.bg-red {
    background: #ffc9c9;
}

#gantt {
    height: 500px;
}


.e-photo {
    border: 1px solid currentColor;
    object-fit: cover;
    object-position: center top;
    border-radius: 100px;
    width: 100px;
    height: 100px;
}

.img-regular {
    object-fit: cover;
    width: 750px;
    height: 150px;
}

.bg-green-row {
    border-color: green;
}

.e-name {
    color: rebeccapurple;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.e-main {
    line-height: 1;
}

.mmh {
    min-height: 200px;
    max-height: 360px;
    overflow: auto;
}

.h-26 {
    height: 26px;
}

.h-160 {
    height: 160px;
    overflow: auto;
}

.h-200 {
    height: 200px;
    overflow: auto;
}

.h-240 {
    height: 240px;
    overflow: auto;
}

.h-320 {
    height: 320px;
    overflow: auto;
}

.h-400 {
    height: 400px;
    overflow: auto;
}

.h-480 {
    height: 480px;
    overflow: auto;
}

.h-560 {
    height: 560px;
    overflow: auto;
}

.h-640 {
    height: 640px;
    overflow: auto;
}

.h-720 {
    height: 720px;
    overflow: auto;
}

.h-800 {
    height: 800px;
    overflow: auto;
}

.mh-160 {
    max-height: 160px;
    height: 100%;
}

.mh-200 {
    max-height: 200px;
    height: 100%;
}

.mh-240 {
    max-height: 240px;
    height: 100%;
}

.mh-320 {
    max-height: 320px;
    height: 100%;
}

.mh-400 {
    max-height: 400px;
    height: 100%;
}

.mh-480 {
    max-height: 480px;
    height: 100%;
}

.mh-560 {
    max-height: 560px;
    height: 100%;
}

.mh-640 {
    max-height: 640px;
    height: 100%;
}

.mh-720 {
    max-height: 720px;
    height: 100%;
}

.mh-800 {
    max-height: 800px;
    height: 100%;
}

.mh-960 {
    max-height: 960px;
    height: 100%;
}

.mh-1040 {
    max-height: 1040px;
    height: 100%;
}

.mh-1120 {
    max-height: 1120px;
    height: 100%;
}

.mh-1200 {
    max-height: 1200px;
    height: 100%;
}

.mh-1440 {
    max-height: 1440px;
    height: 100%;
}

.mw-60 {
    max-width: 60px;
    width: 100%;
}

.mw-70 {
    max-width: 70px;
    width: 100%;
}

.mw-80 {
    max-width: 80px;
    width: 100%;
}


.mw-90 {
    max-width: 90px;
    width: 100%;
}

.mw-101 {
    max-width: 100px;
    width: 100%;
}

.mw-110 {
    max-width: 110px;
    width: 100%;
}

.mw-120 {
    max-width: 120px;
    width: 100%;
}

.mw-130 {
    max-width: 130px;
    width: 100%;
}

.mw-140 {
    max-width: 140px;
    width: 100%;
}

.mw-150 {
    max-width: 150px;
    width: 100%;
}

.mw-160 {
    max-width: 160px;
    width: 100%;
}

.mw-180 {
    max-width: 180px;
    width: 100%;
}

.mw-200 {
    max-width: 200px;
    width: 100%;
}

.mw-240 {
    max-width: 240px;
    width: 100%;
}

.mw-270 {
    max-width: 270px;
    width: 100%;
}

.mw-320 {
    max-width: 320px;
    width: 100%;
}

.mw-400 {
    max-width: 400px;
    width: 100%;
}

.mw-480 {
    max-width: 480px;
    width: 100%;
}

.mw-560 {
    max-width: 560px;
    width: 100%;
}

.mw-640 {
    max-width: 640px;
    width: 100%;
}

.mw-720 {
    max-width: 720px;
    width: 100%;
}

.mw-800 {
    max-width: 800px;
    width: 100%;
}

.mw-880 {
    max-width: 880px;
    width: 100%;
}

.mw-960 {
    max-width: 960px;
    width: 100%;
}

.mw-1040 {
    max-width: 1040px;
    width: 100%;
}

.mw-1120 {
    max-width: 1120px;
    width: 100%;
}

.mw-1200 {
    max-width: 1200px;
    width: 100%;
}

.mw-1280 {
    max-width: 1280px;
    width: 100%;
}

.mw-1360 {
    max-width: 1360px;
    width: 100%;
}

.mw-1440 {
    max-width: 1440px;
    width: 100%;
}

.mw-1460 {
    max-width: 1460px;
    width: 100%;
}

.mw-1520 {
    max-width: 1520px;
    width: 100%;
}

.mw-1600 {
    max-width: 1600px;
    width: 100%;
}

.mw-1680 {
    max-width: 1680px;
    width: 100%;
}

.mw-1760 {
    max-width: 1760px;
    width: 100%;
}

.mw-1840 {
    max-width: 1840px;
    width: 100%;
}

.mw-1920 {
    max-width: 1920px;
    width: 100%;
}

.mw-2560 {
    max-width: 2560px;
    width: 100%;
}

.mih-240 {
    min-height: 240px;
    height: 100%;
}

.miw-240 {
    min-width: 240px;
    width: 100%;
}

.miw-480 {
    min-width: 480px;
    width: 100%;
}

/*Fix Width*/
.w-40 {
    width: 40px;
}

/*Fix Width*/
.w-51 {
    width: 50px;
}

.w-60 {
    width: 60px;
}

.w-70 {
    width: 70px;
}

.w-80 {
    width: 80px;
}

.w-90 {
    width: 90px;
}

.w-101 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-125 {
    width: 125px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-160 {
    width: 160px;
}

.w-200 {
    width: 200px;
}

.w-240 {
    width: 240px;
}

.w-320 {
    width: 320px;
}

.w-400 {
    width: 400px;
}

.w-640 {
    width: 640px;
}

.w-720 {
    width: 720px;
}

.w-800 {
    width: 800px;
}

.height180 {
    height: calc(100vh-180px) !important;
}

.width180 {
    width: calc(100vh-180px) !important;
}

.beginGroup span {
    border-top: 1px solid lightgray;
    padding-top: 8px;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.highlightedDanger > td {
    color: red;
}

.highlightedWarning > td {
    background-color: #FCD34D;
}

.separator {
    overflow: hidden;
    background-color: currentColor;
    opacity: 0.2;
    height: 1px;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.user-profile .logo-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.user-profile
.menu-icon-user-profile {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.gantt-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

input[type="color"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    box-shadow: 2px 2px 5px #000000;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}

    input[type="color"]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
    }
