@import '_content/WebControls/WebControls.bundle.scp.css';

/* /Components/Dashboard/OpenToBuyWidget.razor.rz.scp.css */


.open-to-buy[b-q4xphpou0c] {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.open-to-buy table[b-q4xphpou0c] {
    border-spacing: 10px;
    border-collapse: collapse;
}

.open-to-buy th[b-q4xphpou0c], td[b-q4xphpou0c] {
    padding: 7px;   
}

.open-to-buy th[b-q4xphpou0c] {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 5;
}

    .open-to-buy th:not(:last-child)[b-q4xphpou0c], td:not(:last-child)[b-q4xphpou0c] {
        border-right: 1px solid #ccc;
    }

.open-to-buy th[b-q4xphpou0c] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    .open-to-buy td[b-q4xphpou0c] {
        font-size: 13px;
        text-align: right;
        font-weight: 500;
    }

.open-to-buy tr:nth-child(odd)[b-q4xphpou0c] {
    background-color: var(--mud-palette-table-striped);
}

.open-to-buy td:first-child[b-q4xphpou0c] {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
/* /Components/Dashboard/VendorScorecardWidget.razor.rz.scp.css */
.vendor-scorecard[b-1sqbx1u7s6] {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.vendor-scorecard table[b-1sqbx1u7s6] {
    border-spacing: 10px;
    border-collapse: collapse;
}

.vendor-scorecard th[b-1sqbx1u7s6], td[b-1sqbx1u7s6] {
    padding: 7px;
}

.vendor-scorecard th[b-1sqbx1u7s6] {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 5;
}

    .vendor-scorecard th:not(:last-child)[b-1sqbx1u7s6], td:not(:last-child)[b-1sqbx1u7s6] {
        border-right: 1px solid #ccc;
    }

.vendor-scorecard th[b-1sqbx1u7s6] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.vendor-scorecard td[b-1sqbx1u7s6] {
    font-size: 13px;
    text-align: right;
    font-weight: 500;
}

.vendor-scorecard tr:nth-child(odd)[b-1sqbx1u7s6] {
    background-color: var(--mud-palette-table-striped);
}

.vendor-scorecard td:first-child[b-1sqbx1u7s6] {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
/* /Components/OTB/OpenToBuyControl.razor.rz.scp.css */
[b-aptvp14xpf] .otb-column-header {

    font-weight: 700 !important;
    background-color: #ccc;
}
/* /Shared/NavMenu.razor.rz.scp.css */

.image-click:hover[b-4bf10i1zij] {
    cursor: pointer;
}

.navbar-toggler[b-4bf10i1zij] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-4bf10i1zij] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

    .collapse[b-4bf10i1zij] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
