.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 0.875rem !important;
}

.mud-nav-item.indent a.mud-nav-link {
    padding-left: 36px;
    padding-inline-start: 36px;
    padding-inline-end: unset;
}

.mud-nav-item.indent2 div.mud-nav-link {
    padding-left: 60px;
    padding-inline-start: 60px;
    padding-inline-end: unset;
}

.app-border {
    /*border: 1px solid #dee2e6 !important;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.cursor-pointer-table > .mud-table-container > .mud-table-root > .mud-table-body > .mud-table-row:hover {
    cursor: pointer;
}

.box {
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 2px solid #BFBFBF;
}

.working {
    background-color: #FF7979;
}

.not-working {
    background-color: #46B1E1;
}

.stopped {
    background-color: #FFFFFF;
}

.disconnected {
    background-color: #D9D9D9;
}

.mud-simple-table .primary-header th {
    background-color: #215F9A !important;
    color: var(--mud-palette-primary-text) !important;
}

.mud-simple-table.mud-table-bordered .primary-header tr th:not(:last-child) {
    border-right: 1px solid var(--mud-palette-table-lines);
}

.primary-header.mud-table-head {
    background-color: #215F9A !important;
    position: sticky;
    z-index: 2;
    top: 0;
}

    .primary-header.mud-table-head .mud-table-cell {
        color: var(--mud-palette-primary-text) !important;
        background-color: #215F9A !important;
    }

.mud-input-control:not(.readonly):not(.mud-file-upload):not(.mud-input-control-boolean-input) > .mud-input-control-input-container {
    background-color: var(--mud-palette-surface);
}

.mud-picker.readonly > .mud-input-control:not(.readonly) > .mud-input-control-input-container {
    background-color: transparent;
}

.mud-picker.readonly .mud-input-control {
    background-color: transparent !important;
}

.readonly.mud-input-control .mud-input-control-input-container .mud-input-label {
    background-color: #f5f5f5;
}

.mud-picker.readonly .mud-input-control .mud-input-control-input-container .mud-input-label {
    background-color: #f5f5f5;
}

.sunday {
    color: #d7352b !important;
}

.saturday {
    color: #5b97ee !important;
}

.color-box {
    width: 35px;
    height: 100%;
}

.button-base {
    height: 40px;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

.button120 {
    width: 120px;
    height: 40px;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

.button180 {
    width: 180px;
    height: 40px;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text200 {
    width: 200px !important;
}

.text250 {
    width: 250px !important;
}

.text400 {
    width: 400px !important;
}

.text600 {
    width: 600px !important;
}

.text950 {
    width: 950px !important;
}

.text100pct {
    width: 100% !important;
}

.text-model-prefix {
    width: 80px;
    padding-left: 8px;
}

.text-model-size-no {
    width: 180px;
}

.text-serial-no {
    width: 180px;
}

.date-yyyymmdd{
    width: 180px;
}

:root {
    --blazor-load-percentage:50%;
}

.loading {
    height: calc(100vh - 124px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-progress {
    width: 13rem;
    height: 13rem;
}

.loading-progress circle#base, circle#cur {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 1rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle#cur {
    stroke: #429CC3;
    stroke-dasharray: calc(3.142 * var(--blazor-load-percentage, 0%)), 500%;
    transition: stroke-dasharray 0.5s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
}

.loading-progress-text:after {
    content: "Loading..." /*var(--blazor-load-percentage-text, "Loading...")*/;
}

.loading-progress-header-base {
    background: #004675;
    height: 64px;
}

.loading-progress-header-layout {
    height: 80%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading-progress-footer-base {
    background: #004675;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.loading-progress-footer-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.loading-progress-footer-text {
    font-size: 0.875rem;
    color: white;
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    line-height: 1.43;
    letter-spacing: .01071em;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 1.0rem;
    background: white;
    border-radius: 4px;
}

.mud-input-control-helper-container > .mud-input-error {
    background-color: transparent;
    color: red;
}

.mud-input-control-helper-container:has(.mud-input-error) {
    background-color: transparent;
}

.align-right input {
    text-align: right;
}

tbody.hasUnit > tr > td {
    position: relative;
}

@keyframes overlay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.4980392156862745;
    }
}

@keyframes progresscircular {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.app-overlay {
    animation: 0.2s ease-in 0.5s forwards overlay;
    background-color: rgba(33,33,33);
    opacity: 0;
}

.app-progress {
    animation: mud-progress-circular-keyframes-circular-rotate 1.4s linear infinite, 0s linear 0.3s forwards progresscircular !important;
    opacity: 0;
}

.mud-snackbar-location-bottom-center {
    bottom: 72px !important;
}

.mud-nav-item .mud-nav-link.active {
    background-color: #215F9A !important;
    color: var(--mud-palette-primary-text) !important;
}

    .mud-nav-item .mud-nav-link.active .mud-nav-link-icon {
        color: var(--mud-palette-primary-text) !important;
    }

th > .mud-table-sort-label:hover {
    color: #cbe4fb;
}

.mud-table-head > .mud-table-row {
    white-space: nowrap;
}

.mud-simple-table table * tr {
    white-space: nowrap;
}

.login-username {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
    .mud-table-sort-label:hover .mud-table-sort-label-icon {
        opacity: 0 !important;
    }

        .mud-table-sort-label:hover .mud-table-sort-label-icon.mud-direction-asc {
            opacity: 0.8 !important;
        }

        .mud-table-sort-label:hover .mud-table-sort-label-icon.mud-direction-desc {
            opacity: 0.8 !important;
        }
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000000 !important;
}

    input:-webkit-autofill:focus {
        caret-color: #000000 !important;
    }

h1:focus {
    outline: none;
}