/* _content/DeltaWeb/Components/Delta/Orders/Schedule.razor.rz.scp.css */
.table-container[b-4yhiac3eey] {
    overflow-x: auto;
    width: 100%;
}

table[b-4yhiac3eey] {
    table-layout: fixed;
    width: 100%;
}

.table tr td[b-4yhiac3eey] {
    font-size: 11px;
}

th[b-4yhiac3eey], td[b-4yhiac3eey] {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.col-order[b-4yhiac3eey] {
    width: 60px;
    min-width: 40px;
    max-width: 70px;
    text-align: center;
    white-space: nowrap;
}

.col-release[b-4yhiac3eey] {
    width: 40px;
    min-width: 30px;
    max-width: 50px;
    text-align: center;
    white-space: nowrap;
}

.col-partnum[b-4yhiac3eey] {
    min-width: 120px;
    max-width: 180px;
    white-space: nowrap;
}

.col-partname[b-4yhiac3eey] {
    min-width: 120px;
    max-width: 220px;
    white-space: nowrap;
}

.col-customer[b-4yhiac3eey] {
    min-width: 120px;
    max-width: 180px;
    white-space: nowrap;
}

.col-type[b-4yhiac3eey] {
    width: 90px;
    min-width: 60px;
    max-width: 100px;
    white-space: nowrap;
}

.col-serial[b-4yhiac3eey] {
    width: 70px;
    min-width: 70px;
    max-width: 90px;
    white-space: nowrap;
}

.col-date[b-4yhiac3eey] {
    width: 70px;
    min-width: 60px;
    max-width: 80px;
    white-space: nowrap;
}

.col-shipped[b-4yhiac3eey] {
    width: 60px;
    min-width: 60px;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: clip;
}

.col-price[b-4yhiac3eey] {
    width: 80px;
    min-width: 60px;
    max-width: 100px;
    text-align: left;
    white-space: nowrap;
}

.progress-cell[b-4yhiac3eey] {
    white-space: nowrap;
    min-width: 120px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.col-st[b-4yhiac3eey] {
    width: 32px;
    min-width: 28px;
    max-width: 36px;
    text-align: center;
    vertical-align: middle;
}

.text-completed-procs[b-4yhiac3eey] {
    color: white;
    background-color: #62748b;
    line-height: 18px;
    padding: 2px 4px 2px 4px;
}

.box[b-4yhiac3eey] {
    height: 18px;
    width: 18px;
}

.red-row td[b-4yhiac3eey] {
    background-color: rgba(236, 97, 97, 0.4);
    border-color: rgba(236, 97, 97, 0.46);
}

.blue[b-4yhiac3eey] {
    background-color: #6D98BE;
}

.yellow[b-4yhiac3eey] {
    background-color: #EDD716;
}

.orange[b-4yhiac3eey] {
    background-color: #FF9800;
}

.red[b-4yhiac3eey] {
    background-color: #E96C6C;
}

@media (max-width: 1100px) {
    .col-hide-xl[b-4yhiac3eey] {
        display: none !important;
    }
}
@media (max-width: 1300px) {
    .col-hide-xxl[b-4yhiac3eey] {
        display: none !important;
    }
}
/* _content/DeltaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-22ps08vj2v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-22ps08vj2v] {
    flex: 1;
}

.sidebar[b-22ps08vj2v] {
    background-color: #283342;
}

.top-row[b-22ps08vj2v] {
    background-color: #283342;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-22ps08vj2v]  a, .top-row[b-22ps08vj2v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-22ps08vj2v]  a:hover, .top-row[b-22ps08vj2v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-22ps08vj2v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-22ps08vj2v] {
        justify-content: space-between;
    }

    .top-row[b-22ps08vj2v]  a, .top-row[b-22ps08vj2v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-22ps08vj2v] {
        flex-direction: row;
    }

    .sidebar[b-22ps08vj2v] {
        width: 145px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-22ps08vj2v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-22ps08vj2v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-22ps08vj2v], article[b-22ps08vj2v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-22ps08vj2v] {
    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[b-22ps08vj2v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DeltaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qhyukwyja8] {
    appearance: none;
    cursor: pointer;
    width: 2.95rem;
    height: 2.1rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qhyukwyja8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-qhyukwyja8] {
    font-size: 1.1rem;
}

.bi[b-qhyukwyja8] {
    font-size: 1rem; 
    vertical-align: middle; 
    margin-right: 0.7rem; /* Space between icon and text */
    line-height: 1; 
    display: inline-block;
    padding-left: 0.1rem;
}

.nav-item[b-qhyukwyja8] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}
    .nav-item:first-of-type[b-qhyukwyja8] {
        padding-top: 1rem;
    }
    .nav-item:last-of-type[b-qhyukwyja8] {
        padding-bottom: 1rem;
    }
    .nav-item[b-qhyukwyja8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-qhyukwyja8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qhyukwyja8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qhyukwyja8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qhyukwyja8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qhyukwyja8] {
        display: none;
    }

    .nav-scrollable[b-qhyukwyja8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}

.top-row[b-qhyukwyja8] {
    min-height: 3rem;
    background-color: #283342;
    padding-left: 1.7rem;
}
.logo-image[b-qhyukwyja8] {
    width: 39px;
    height: 33px;
}
@media (min-width: 641px) {
    .top-row[b-qhyukwyja8] {
        min-height: 4.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-left: 0rem;
    }
    .logo-image[b-qhyukwyja8] {
        width: 50px;
        height: 43px;
    }
}


