@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/OrderList.razor.rz.scp.css */
/* Disable text selection for the table rows */
table.orders[b-nb43r31pos] {
    user-select: none;
    overflow-x: hidden;
}

table:focus[b-nb43r31pos] {
    outline: none;
}

table tbody tr[b-nb43r31pos] {
    line-height: 19px;
}

    table tbody tr.selected-row[b-nb43r31pos] {
        background-color: #0078CE;
        color: mintcream;
    }

tbody tr:nth-of-type(odd)[b-nb43r31pos] {
    background-color: #b8cce4;
}

tbody tr:nth-of-type(even)[b-nb43r31pos] {
    background-color: #dce6f1;
}

table th[b-nb43r31pos], table td[b-nb43r31pos], table tr[b-nb43r31pos] {
    border: 1px solid #dee2e6;
    font-size: .9rem;
}

[b-nb43r31pos] input[type=number]::-webkit-inner-spin-button,
[b-nb43r31pos] input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.spinner-border[b-nb43r31pos] {
    width: 3rem;
    height: 3rem;
    margin-left: 140px;
}

table td[b-nb43r31pos] {
    max-width: 80px;
    max-height: 15px;
}
/* /Components/QGEdit.razor.rz.scp.css */
/*QuickGrid in-built Css*/
[b-kogxj2f2bf] .col-title {
    text-overflow: clip;
    margin-right: -16px;
}

/*QuickGrid in-built Css*/
[b-kogxj2f2bf] .sort-indicator {
    display: none;
}

[b-kogxj2f2bf] .form-control {
    font-size: 1rem;
    background-color: transparent;
    padding: 0px 0px 0px 1px;
    line-height: 20px;
    border: none;
}

[b-kogxj2f2bf] table th, [b-kogxj2f2bf] table td, [b-kogxj2f2bf] table tr {
    border: 1px solid #dee2e6;
}

[b-kogxj2f2bf] input[type=number]::-webkit-inner-spin-button,
[b-kogxj2f2bf] input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

[b-kogxj2f2bf] .jobline {
    min-width: 25px;
    max-width: 25px;
}

[b-kogxj2f2bf] .date {
    min-width: 70px;
    max-width: 70px;
}

[b-kogxj2f2bf] .entity {
    min-width: 110px;
    max-width: 110px;
}

[b-kogxj2f2bf] .refnum {
    min-width: 60px;
    max-width: 60px;
}

[b-kogxj2f2bf] .buyacct {
    min-width: 70px;
    max-width: 85px;
}

[b-kogxj2f2bf] .item {
    min-width: 100px;
    max-width: 135px;
}

[b-kogxj2f2bf] .qty {
    min-width: 25px;
    max-width: 30px;
}

[b-kogxj2f2bf] .amt {
    min-width: 45px;
    max-width: 45px;
}

[b-kogxj2f2bf] .seq {
    min-width: 30px;
    max-width: 35px;
}

[b-kogxj2f2bf] .line {
    min-width: 20px;
    max-width: 25px;
}

[b-kogxj2f2bf] .div {
    min-width: 20px;
    width: 30px;
}

[b-kogxj2f2bf] .sellacct {
    min-width: 70px;
    max-width: 70px;
}

[b-kogxj2f2bf] .sellitm {
    min-width: 140px;
    max-width: 180px;
}

[b-kogxj2f2bf] .sellqty {
    min-width: 25px;
    max-width: 35px;
}

[b-kogxj2f2bf] .num {
    min-width: 90px;
    max-width: 90px;
}

[b-kogxj2f2bf] .table {
    font-size: 0.8rem;
    padding: 0px 0px 0px 1px;
}

[b-kogxj2f2bf] .numer {
    text-align: right;
}

[b-kogxj2f2bf] .snumer {
    text-align: center;
}

.act-btns[b-kogxj2f2bf] {
    font-size: 1rem;
    line-height: 10px;
    margin-left: 5px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vldbevo9bb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vldbevo9bb] {
    flex: 1;
}

.sidebar[b-vldbevo9bb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

    .sidebar[b-vldbevo9bb] {
        width: 150px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-vldbevo9bb], article[b-vldbevo9bb] {
        padding-left: .5rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z0rs8rhgm0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z0rs8rhgm0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-z0rs8rhgm0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-z0rs8rhgm0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-z0rs8rhgm0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-z0rs8rhgm0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-z0rs8rhgm0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z0rs8rhgm0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z0rs8rhgm0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z0rs8rhgm0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-z0rs8rhgm0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-z0rs8rhgm0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/OrderEdit/Order_Edit.razor.rz.scp.css */
.table-striped tbody tr:nth-of-type(odd)[b-kkk5w4dk58] {
    background-color: #dce6f1;
}

.table-striped tbody tr:nth-of-type(6n+1)[b-kkk5w4dk58] {
    background-color: #b8cce4;
}

.table-striped tbody tr:nth-of-type(6n+2)[b-kkk5w4dk58] {
    background-color: #b8cce4;
}

.table-striped tbody tr:nth-of-type(6n+3)[b-kkk5w4dk58] {
    background-color: #b8cce4;
}

/*Remove border from input text*/
[b-kkk5w4dk58] .borderless-string-input {
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    max-width: 150px;
}

    [b-kkk5w4dk58] .borderless-string-input:focus {
        overflow: visible;
        /*outline: none;*/
    }
    
/*Remove border from input number*/
[b-kkk5w4dk58] .borderless-numeric-input {
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    max-width: 80px;
}

    [b-kkk5w4dk58] .borderless-numeric-input:focus {
        /*outline: none;*/
    }

/* /Pages/Orders.razor.rz.scp.css */
.top-ctrls[b-yhgtlujr8h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-btns[b-yhgtlujr8h] {
    font-size: .9rem;
    margin-bottom: 5px;
}

.form-group[b-yhgtlujr8h] {
    margin-bottom: 5px;
}

[b-yhgtlujr8h] .form-control {
    font-size: .9rem;
    background-color: transparent;
    padding: 0;
    line-height: 20px;
    border: none;
}

[b-yhgtlujr8h] .top-input {
    width: 150px;
    border: 1px solid grey;
}

.order-t-wrapper[b-yhgtlujr8h] {
    display: flex;
}

.right-panel[b-yhgtlujr8h] {
    padding-left: 15px;
    flex: 1;
    overflow-y: auto;
}

.left-panel[b-yhgtlujr8h] {
    overflow-y: auto;
}
