/* _content/Absp.Web/Pages/FrozenOverview.razor.rz.scp.css */
/* Frozen Overview - Touch-optimized for 1280x1024, min 48px touch targets */
/* Same content as Overview with larger typography and layout for touch screens */

/* Unified card grid: all cards in one layout with consistent 20px gap. */
.overview-layout[b-jczwwifk4n] {
    width: fit-content;
    padding: 1rem;
}

.cards-grid[b-jczwwifk4n] {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    gap: 20px;
}

.cards-grid--with-frozen[b-jczwwifk4n] {
    grid-template-columns: repeat(3, 400px);
}

.frozen-overview-wrapper[b-jczwwifk4n] {
    margin: auto;
    padding: 1rem;
    max-width: 1280px;
}

.frozen-overview-loading[b-jczwwifk4n] {
    margin: 2rem auto;
}

.frozen-overview-alert[b-jczwwifk4n] {
    font-size: 1.25rem;
}

/* Grid layout - same structure as Overview, larger for 1280x1024 */
.grid-container[b-jczwwifk4n] {
    display: grid;
    grid-template-columns: repeat(2, 400px); /* Two columns — widen if fields feel cramped */
    gap: 20px;
    margin-bottom: 0;
}

.grid-item[b-jczwwifk4n] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    border: 2px solid;
    background-color: white;
    padding: 8px;
    min-height: 48px;
}

/* Section heading inside each box */
.field-title[b-jczwwifk4n] {
    flex: 0 0 100%;
    font-weight: bold;
    font-size: 2rem;
    padding: 2px 4px;
}

/* First data field per box — long text like name, code, date */
[b-jczwwifk4n] .field-full {
    flex: 0 0 100%;
    padding: 8px;
    min-width: 0;
}

/* Numeric fields (fat %, weight Kg) — sit side by side within the box */
[b-jczwwifk4n] .field {
    flex: 1 1 45%;
    padding: 8px;
    min-width: 0;
}

[b-jczwwifk4n] .mud-input {
    font-weight: bold;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
}

[b-jczwwifk4n] .mud-input-label-outlined {
    font-weight: bold !important;
    font-size: clamp(1rem, 2vw, 1.5rem) !important;
}

/* Compensation bar - same as Overview, scaled for touch */
.info-bar[b-jczwwifk4n] {
    display: flex;
    border: 1px solid;
    min-height: 48px;
    margin-top: 0 !important;
}

.link-cell-1[b-jczwwifk4n] {
    display: flex;
    width: inherit;
}

.info-bar-item[b-jczwwifk4n] {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}

.info-bar-item span[b-jczwwifk4n] {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1;
}

.big-text[b-jczwwifk4n] {
    font-weight: bold;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
}

.link[b-jczwwifk4n] {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

/* FOD alert - same as Overview */
.fod-count-wrapper[b-jczwwifk4n] {
    float: left;
    border: solid 1px;
    border-top: none;
    border-left: none;
    display: flex;
    font-weight: bold;
    line-height: 1;
    min-height: 48px;
    padding: 0.5rem 1rem;
}

.fod-count-wrapper p[b-jczwwifk4n] {
    font-weight: bold;
    font-size: clamp(1rem, 3vw, 1.5rem);
    margin-left: 10px;
    line-height: 1.2;
}
/* _content/Absp.Web/Pages/LotManagement.razor.rz.scp.css */

.datagrid-container PropertyColumn[b-gllovxichc] {
    text-align: right;
}


.textalig[b-gllovxichc] {
    margin-left: 3.125rem ;
}

.txtright[b-gllovxichc] {
    margin-left: 3.125rem !important;
}

.CellTemp[b-gllovxichc] {
    font-size: 1rem;
}

.cellalign[b-gllovxichc] {
    font-size: 1rem;
    text-align: right;
}
[b-gllovxichc]  .mud-table-cell {
    text-align:end;
    font-size: 1rem;
}

[b-gllovxichc] tr th:first-of-type {
    text-align: start;
}

[b-gllovxichc] tbody tr td:first-of-type {
    text-align: start;
}



[b-gllovxichc] .mud-icon-size-small {
    display: none;
}

[b-gllovxichc] .mud-table-toolbar .mud-icon-size-small {
    display:block;
}

.bgcol[b-gllovxichc] {
    background-color: rgb(224, 225, 228);
}

[b-gllovxichc] .btnstyle {
    box-shadow: none;
}

[b-gllovxichc] .gridpap {
    font-size: 2.8rem;
    border: none;
}
/* _content/Absp.Web/Pages/Overview.razor.rz.scp.css */

[b-mws42yog5k] .mud-grid-item.mud-grid-item-xs-6 {
    margin-bottom: 1.875rem;
}

[b-mws42yog5k] input {
    text-align: end !important;
}


[b-mws42yog5k] h6 {
    width: 33%;
}

[b-mws42yog5k] .fatheight {
    height: 8.5rem;
}

[b-mws42yog5k] .alertcol {
    color: white;
}

[b-mws42yog5k] .mud-alert-text-warning {
    background-color: #F9D9C1;
}

textarea[b-mws42yog5k] {
    text-align: end;
}

@media (min-width: 1300px) {
    [b-mws42yog5k] .large-screen .mudpaper {
        margin-left: calc((100% - 6.25rem) / 2); /* Calculate the margin for larger screens */
    }
}

[b-mws42yog5k] .bgoverview {
     background-color: #00000005 !important;
}

[b-mws42yog5k] .samplesCount {
    background-color: rgba(102, 104, 103);
    color: white;
    max-width: 20rem;
    height: 7.625rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

[b-mws42yog5k] .counter {
    max-width: 6.25rem;
    align-content: center;
    margin-left: 6.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 0.4rem;
}


[b-mws42yog5k] .alertColor {
    background-color: #F9D9C1;
} 
/* _content/Absp.Web/Pages/RecipeManagement.razor.rz.scp.css */


.datagrid-container PropertyColumn[b-qtja57qvbw] {
    text-align: right;
}


.textalig[b-qtja57qvbw] {
    margin-left: 3.125rem ;
}

.txtright[b-qtja57qvbw] {
    margin-left: 3.125rem !important;
}

.CellTemp[b-qtja57qvbw] {
    font-size: 1rem;
}

.cellalign[b-qtja57qvbw] {
    font-size: 1rem;
    text-align: right;
}
[b-qtja57qvbw]  .mud-table-cell {
    text-align:end;
    font-size: 1rem;
}

[b-qtja57qvbw] tr th:first-of-type {
    text-align: start;
}

[b-qtja57qvbw] tbody tr td:first-of-type {
    text-align: start;
}



[b-qtja57qvbw] .mud-icon-size-small {
    display: none;
}

[b-qtja57qvbw] .mud-table-toolbar .mud-icon-size-small {
    display:block;
}

.bgcol[b-qtja57qvbw] {
    background-color: rgb(224, 225, 228);
}

[b-qtja57qvbw] .btnstyle {
    box-shadow: none;
}

[b-qtja57qvbw] .gridpap {
    font-size: 2.8rem;
    border: none;
}

/*Standard form small buttons*/
[b-qtja57qvbw] .absp_btn {
    background-color: #757575;
    color: white;
}

    [b-qtja57qvbw] .absp_btn :hover {
        color: black;
    }


/* _content/Absp.Web/Pages/Rejection.razor.rz.scp.css */

[b-4jgftowwx3] article {
    background: grey;
}

[b-4jgftowwx3] .mud-grid-item.mud-grid-item-xs-6 {
    margin-bottom: 1.875rem;
}

[b-4jgftowwx3] input {
    text-align:end;
}

[b-4jgftowwx3] h6 {
    width:33%;
}

[b-4jgftowwx3] .buttonmar {
    margin-top: 1.5em;
}


[b-4jgftowwx3] .fontalert {
    font-size: 15pt;
    font-weight: 500;
    min-width: 12.5rem;
    text-align: start;
    margin-top: 1.875rem;
}

[b-4jgftowwx3] .padbottom {
    padding-bottom: 3.125rem;
}

.bgcol[b-4jgftowwx3] {
    background-color: #00000005;
    border-radius: 0 0 10px 10px;
}


.mud-button-filled:disabled[b-4jgftowwx3] {
    background-color: red;
}

.curBatchColor[b-4jgftowwx3] {
    background-color: #0000001e;
}

[b-4jgftowwx3] .au2matecol {
    background-color: #757575;
}

[b-4jgftowwx3] .alertreject {
    font-size: 1.1rem;
    height: 2.797rem;
    margin-left: 1.25rem;
    width: 21.875rem;
    Margin-right: 1.25rem;
    margin-top: 1.875rem;
    padding: 0px 0;
}

.rejectimg[b-4jgftowwx3] {
    height: 25.313rem;
    width: 36rem;
    margin-right: 1em;
    border-radius: 1.5em;
    margin-top: 2.5em
}

[b-4jgftowwx3] .loading {
    height: 6rem !important;
    width: 6rem !important;
    margin-left: 2rem;
    margin-top: 3rem;
}

.testing[b-4jgftowwx3] {
    background-color: ErrorColor;
}
/* _content/Absp.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-pa4cqlpw9i] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    max-height: 1024px;
    margin:auto;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pa4cqlpw9i] {
        display: none;
    }

    .top-row.auth[b-pa4cqlpw9i] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-pa4cqlpw9i], article[b-pa4cqlpw9i] {
        /*padding-left: 2rem !important;*/
        /*padding-right: 1.5rem !important;*/
    }
}
/* _content/Absp.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e0ksyupeo3] {
    background-color: #666;
}

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

.navbar-brand[b-e0ksyupeo3] {
    font-size: 1.1rem;
    padding-left: 1rem;
}

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

.nav-item[b-e0ksyupeo3] {
    font-size: 1.1rem;
    /*padding-bottom: 0.5rem;*/
}

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

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

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

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

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

.navcol[b-e0ksyupeo3] {
    background-color: rgb(102, 104, 103);
    border-bottom-left-radius: 0.85rem;
    border-bottom-right-radius: 0.85rem;
}


[b-e0ksyupeo3] select {
    font-size: 13.2pt;
    height: 3rem;
    min-width: 10rem;
    border-radius: 0.5rem;
    background-color: #ECEFF1;
    opacity: 50%;
}

[b-e0ksyupeo3] .settingbtn {
    color: white !important;
    background-color: rgb(102, 104, 103);
    
}
 


