/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-wi1f2o4g1z] {
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wi1f2o4g1z] {
    font-size: 1.1rem;
}

.nav-text span[b-wi1f2o4g1z] {
    color: white;
}

.sidebar[b-wi1f2o4g1z] {
    background-color: #4e1d20;
    position: relative;
}

.nav-link[b-wi1f2o4g1z] {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px #4e1d20 solid;
    border-bottom: 1px #4e1d20 solid;
    margin-bottom:5px;
}


.sidebar.condensed[b-wi1f2o4g1z] {
    max-width: 65px;
}

    .sidebar.condensed .logo[b-wi1f2o4g1z] {
        visibility: hidden;
    }

.navbar-toggle[b-wi1f2o4g1z] {
    position: absolute;
    top: 15px;
    right: 0;
    margin-right: -40px;
    cursor: pointer;
    padding: 5px;
    pointer-events: all;
    z-index: 100;
}


.sidebar i[b-wi1f2o4g1z]{
    margin-right: 20px;
    font-size: 20px;
}

.nav-icon[b-wi1f2o4g1z] {
 
    color: grey;
    font-size: 20px;
}
/* /Components/Modal.razor.rz.scp.css */
.modal-dialog[b-e3bj7n1k3a] {
    width: 750px;
    max-width: 750px;
}

.modal.show[b-e3bj7n1k3a] {
    background-color: rgba(0, 0, 0, 0.7);
}


.modal-dialog .modal-header[b-e3bj7n1k3a] {
    background-color: #f7f9fa;
    padding: 20px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* /Components/Pages/Account/Login/Login.razor.rz.scp.css */
.forgot-password[b-k4zq9xfeux]{
    display:block;
    margin:10px;
}
/* /Components/Pages/PickSheets/AssignCartons/AssignCartons.razor.rz.scp.css */



.carton-split-row input[b-vcyacnxn19]{
    max-width:50px;
}

.table > tbody > tr.main-row:nth-of-type(odd)[b-vcyacnxn19],
table thead tr[b-vcyacnxn19]{
    background-color: rgba(0, 0, 0, 0.05);
    color: #212529;
}





.table > tbody > tr.assigned[b-vcyacnxn19] {
    background-color: rgba(100,255,100, 0.5) !important;
}


.split-button[b-vcyacnxn19]{
    margin-left: 20px;
}
/* /Components/Pages/PickSheets/CreatePickSheet/CreatePickSheet.razor.rz.scp.css */
.selected[b-6wix5hhzh0]{
    background-color: rgb(0, 255, 33, 0.5)
}

.error[b-6wix5hhzh0] {
    background-color: rgb(255, 100, 100, 0.5)
}
/* /Components/Pages/ShippingLogs/ShippingLogList.razor.rz.scp.css */
.shipping-log-date-filter[b-nbqs4fs52t]{
    margin-top:20px;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
}

.shipping-log-date-filter  .col[b-nbqs4fs52t] {
    flex-basis: 33%;

}



    .shipping-log-date-filter .col .spacer[b-nbqs4fs52t] {
        background-color: #f7f9fa;
        padding: 10px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
/* /Components/PagingButtons.razor.rz.scp.css */
.pagination[b-znhhfokuhg] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pagination[b-znhhfokuhg] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    list-style: none;
    border-radius: .25rem;
    justify-content: end;
}

.page-link:hover[b-znhhfokuhg] {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

ul.pagination li a[b-znhhfokuhg] {
    position: relative;
    display: block;
    line-height: 1.25;
    background-color: #fff;
    padding: 11px 16px;
    color: #92969b;
    text-decoration: none;
    border-radius: 5px;
    border-color: #dbdee7;
}

ul.pagination li a[b-znhhfokuhg] {
    cursor: pointer;
}

    ul.pagination li a.active[b-znhhfokuhg] {
        border: 1px solid #dee2e6;
        font-weight: bold;
        color: black;
    }

    ul.pagination li a.inactive[b-znhhfokuhg] {
        color: #dbdee7;
        cursor: not-allowed;
    }
