.dxbl-calendar tr.dxbl-calendar-days-of-week>td:first-child {
    display: none;
}
body[data-tenantid="10626"] .kingbos-page[data-id="WaveReviewBillEdit"] .kingbos-grid-container.BodyGrid td[data-column="fqty"] {
    font-weight: bold;
    font-size: var(--font-size-lg);
    --background-td: #bdf701;
    --background-td-active: #bdf701;
    --background-td-hover: #bdf701;
    background-color: #bdf701;
}

body[data-tenantid="10626"] .kingbos-page[data-id="WaveReviewBillEdit"] .kingbos-grid-container.BodyGrid tr:nth-child(odd)>td[data-column="fqty"] {
    --background-td: #defb80;
    --background-td-active: #defb80;
    --background-td-hover: #defb80;
    background-color: #defb80;
}

body[data-tenantid="10626"] .kingbos-page[data-id="WaveReviewBillEdit"] .kingbos-grid-container.BodyGrid td[data-column="fnoqty"] {
    font-weight: bold;
    font-size: var(--font-size-lg);
    --background-td: #ffeb33;
    --background-td-active: #ffeb33;
    --background-td-hover: #ffeb33;
    background-color: #ffeb33;
}

body[data-tenantid="10626"] .kingbos-page[data-id="WaveReviewBillEdit"] .kingbos-grid-container.BodyGrid tr:nth-child(odd)>td[data-column="fnoqty"] {
    --background-td: #fff599;
    --background-td-active: #fff599;
    --background-td-hover: #fff599;
    background-color: #fff599;
}
.main-content {
    flex: 1 1 auto;
    background-color: var(--background);
    padding: 0 16px;
}
.kingbos-tabs .main-content {
    display: block!important;
}
.kingbos-tabs .main-content:not(.active) {
    position: absolute;
    visibility: hidden;
    left: -10000px;
    top: -10000px;
    width: calc(100vw - var(--main-menu-width));
    height: calc(100vh - var(--page-header-height) - var(--main-menu-item-height));
}
