@import '_content/MECSRCL/MECSRCL.gqbyrsj6so.bundle.scp.css';

/* /Components/FormComponents/AssignMachineForm.razor.rz.scp.css */
.machine-form[b-i0ugd8hohc] {
    display: flex;
    flex-direction: column;
    padding: 1vh 1vw;
}

label[b-i0ugd8hohc] {
    min-width: 7vw;
}

[b-i0ugd8hohc] input, [b-i0ugd8hohc] select {
    width: 11vw;
    padding: 0;
    padding-left: .5vw;
    text-indent: 0px;
    box-sizing: border-box;
    background-color: var(--color-bg-less);
}

/* /Components/FormComponents/AssignScutchingLineForm.razor.rz.scp.css */
.scutching-line-form[b-1ckvkp6i5z] {
    display: flex;
    flex-direction: column;
    padding: 1vh 1vw;
}

label[b-1ckvkp6i5z] {
    min-width: 7vw;
}

[b-1ckvkp6i5z] input, [b-1ckvkp6i5z] select {
    width: 11vw;
    padding: 0;
    padding-left: .5vw;
    text-indent: 0px;
    box-sizing: border-box;
    background-color: var(--color-bg-less);
}
/* /Components/ItemComponents/AlertItem.razor.rz.scp.css */
svg[b-hjvjb1j346] {
    height: 3vh;
}

#alert-wrapper[b-hjvjb1j346] {
    display: flex;
    flex-direction: row;
    margin: 2vh 0 0 1vw;
}

#alert-wrapper > div[b-hjvjb1j346] {
    flex: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#alert-wrapper > div:first-of-type[b-hjvjb1j346] {
    text-align: center;
}

    #alert-wrapper > div:nth-of-type(2)[b-hjvjb1j346] {
        flex-grow: 1.5;
        font-weight: bold;
    }

    #alert-wrapper > div:last-of-type[b-hjvjb1j346] {
        flex-grow: 4;
    }
/* /Components/ItemComponents/ColumnChartWithLegend.razor.rz.scp.css */
.legend-wrapper[b-jx7jedzs1p] {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
}

#column-chart-with-legend-wrapper[b-jx7jedzs1p] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1vh .5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#column-chart-with-legend-wrapper > div:first-of-type[b-jx7jedzs1p] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#column-chart-with-legend-wrapper > div:first-of-type[b-jx7jedzs1p] >  div:first-of-type {
    min-height: 90%;
}
/* /Components/ItemComponents/MachineItem.razor.rz.scp.css */
#machine-item[b-gip61xnjvf] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 85%;
    padding-top: 1vh;
}

    #machine-item > div:first-of-type[b-gip61xnjvf] {
        width: 22.22%;
        height: 100%;
        position: relative;
    }

        #machine-item > div:first-of-type > span[b-gip61xnjvf] {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #machine-item > div:first-of-type > span:first-of-type[b-gip61xnjvf] {
            z-index: 1;
            cursor: pointer;
            background-color: var(--color-bg-less);
        }

        #machine-item > div:first-of-type > span:first-of-type:hover[b-gip61xnjvf] {
            background-color: none;
            opacity: .2;
        }

        #machine-item > div:first-of-type > span:last-of-type[b-gip61xnjvf] {
            z-index: 0;
            opacity: 1;
        }

    #machine-item > div:nth-of-type(2)[b-gip61xnjvf] {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

        #machine-item > div:nth-of-type(2)[b-gip61xnjvf] >  a {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            font-weight: bold;
            transition: text-decoration .15s ease-in;
            width: fit-content;
            text-decoration: none;
            color: var(--color-fg);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #machine-item > div:nth-of-type(2)[b-gip61xnjvf] >  a::after {
            content: '';
            width: 0px;
            height: 1px;
            display: block;
            background: var(--color-fg);
            transition: .15s;
        }

        #machine-item > div:nth-of-type(2)[b-gip61xnjvf] >  a:hover::after {
            width: 100%;
        }

        #machine-item > div:nth-of-type(2) > span[b-gip61xnjvf] {
            font-weight: lighter;
        }

    #machine-item > div:nth-of-type(3)[b-gip61xnjvf], #machine-item > div:nth-of-type(4)[b-gip61xnjvf] {
        width: 21.88%;
        display: flex;
        justify-content: center;
        font-weight: bold;
        align-items: center;
    }

    #machine-item > div:nth-of-type(5)[b-gip61xnjvf] {
        width: 11.11%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #machine-item > div:nth-of-type(5) > div[b-gip61xnjvf] {
            position: relative;
            justify-content: center;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            overflow: visible;
        }

            #machine-item > div:nth-of-type(5) > div > span[b-gip61xnjvf] {
                text-align: center;
                width: 1vw;
            }

        #machine-item > div:nth-of-type(5) > div[b-gip61xnjvf] >  a > svg {
            padding-right: .5vw;
            height: 3vh;
        }

        #machine-item > div:nth-of-type(5) > div:last-of-type[b-gip61xnjvf] {
            margin-top: 1vh;
        }

            #machine-item > div:nth-of-type(5) > div:first-of-type > div[b-gip61xnjvf] {
                background: #D1AD48;
            }

            #machine-item > div:nth-of-type(5) > div:last-of-type > div[b-gip61xnjvf] {
                background: #D14848;
            }


.n-early[b-gip61xnjvf], .early[b-gip61xnjvf] {
    right: .25vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 16vw;
    overflow: hidden;
    padding: 1vh .5vw 1vh .5vw;
    border-radius: .5em;
    z-index: 1000;
}

.n-early[b-gip61xnjvf] {
    top: -240%;
}

.early[b-gip61xnjvf] {
    top: 100%;
}

hr[b-gip61xnjvf] {
    padding: 0;
    margin: 0;
}
/* /Components/ItemComponents/NewsItem.razor.rz.scp.css */
#news-wrapper[b-vph0xq3sff] {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5vh;
}

    #news-wrapper > div[b-vph0xq3sff] {
        flex: 0;
    }

    #news-wrapper > div:first-of-type[b-vph0xq3sff] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

#news-wrapper > div:last-of-type[b-vph0xq3sff] {
    flex-grow: 10;
    line-height: 1.5vh;
}

span[b-vph0xq3sff] {
    margin: 0;
    padding: 0;
}
/* /Components/ItemComponents/ReportItem.razor.rz.scp.css */
#report-wrapper[b-6xz3gcchxt] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 15vh;
    font-weight: bold;
    cursor: pointer;
}

    #report-wrapper > div:first-of-type[b-6xz3gcchxt] {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: var(--color-bg-less);
        z-index: 2;
    }

    #report-wrapper  > div:first-of-type:hover[b-6xz3gcchxt] {
        background: none;
    }

    #report-wrapper > div:last-of-type[b-6xz3gcchxt] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        position: absolute;
        color: var(--color-bg-less);
        z-index: 0;
    }

        #report-wrapper > div:last-of-type > div[b-6xz3gcchxt] {
            width: 100%;
            height: 100%;
            padding: .5vh .25vw;
        }

            #report-wrapper > div:last-of-type > div > div[b-6xz3gcchxt] {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: end;
                align-items: center;
                border-radius: .2em;
            }
/* /Components/ItemComponents/ScutchingLineItem.razor.rz.scp.css */
#scutchingline-item-wrapper[b-6kb79gpsar] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding-top: 1vh;
}

    #scutchingline-item-wrapper > div:first-of-type[b-6kb79gpsar] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22.22%;
    }

    #scutchingline-item-wrapper > div:nth-of-type(2)[b-6kb79gpsar] {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

        #scutchingline-item-wrapper > div:nth-of-type(2)[b-6kb79gpsar] >  a {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            font-weight: bold;
            transition: text-decoration .15s ease-in;
            width: fit-content;
            text-decoration: none;
            color: var(--color-fg);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            #scutchingline-item-wrapper > div:nth-of-type(2)[b-6kb79gpsar] >  a::after {
                content: '';
                width: 0px;
                height: 1px;
                display: block;
                background: var(--color-fg);
                transition: .15s;
            }

            #scutchingline-item-wrapper > div:nth-of-type(2)[b-6kb79gpsar] >  a:hover::after {
                width: 100%;
            }

        #scutchingline-item-wrapper > div:nth-of-type(2) > span[b-6kb79gpsar] {
            font-weight: lighter;
        }

    #scutchingline-item-wrapper > div:nth-of-type(3)[b-6kb79gpsar] {
        width: 27.78%;
        display: flex;
        justify-content: end;
        flex-direction: column;
        align-items: center;
        align-items: center;
    }

    #scutchingline-item-wrapper > div:nth-of-type(3)[b-6kb79gpsar] {
        width: 11.11%;
        display: flex;
    }

        #scutchingline-item-wrapper > div:nth-of-type(3) > div[b-6kb79gpsar] {
            position: relative;
            justify-content: center;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            overflow: visible;
        }

            #scutchingline-item-wrapper > div:nth-of-type(3) > div > span[b-6kb79gpsar] {
                text-align: right;
                width: 1vw;
            }

            #scutchingline-item-wrapper > div:nth-of-type(3) > div[b-6kb79gpsar] >  a > svg {
                padding-right: .5vw;
                height: 3vh;
            }

            #scutchingline-item-wrapper > div:nth-of-type(3) > div:last-of-type[b-6kb79gpsar] {
                margin-top: 1vh;
            }

            #scutchingline-item-wrapper > div:nth-of-type(3) > div:first-of-type > div[b-6kb79gpsar] {
                background: #D1AD48;
            }

            #scutchingline-item-wrapper > div:nth-of-type(3) > div:last-of-type > div[b-6kb79gpsar] {
                background: #D14848;
            }


.n-early[b-6kb79gpsar], .early[b-6kb79gpsar] {
    right: .25vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 16vw;
    overflow: hidden;
    padding: 1vh .5vw 1vh .5vw;
    border-radius: .5em;
    z-index: 1000;
}

.n-early[b-6kb79gpsar] {
    top: -240%;
}

.early[b-6kb79gpsar] {
    top: 100%;
}

hr[b-6kb79gpsar] {
    padding: 0;
    margin: 0;
}
/* /Components/ItemComponents/WeighbridgeItem.razor.rz.scp.css */
#weighbridge-item[b-npqj2b5g87] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 85%;
    padding-top: 1vh;
}

    #weighbridge-item > div:first-of-type[b-npqj2b5g87] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22.22%;
    }

    #weighbridge-item > div:nth-of-type(2)[b-npqj2b5g87] {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

        #weighbridge-item > div:nth-of-type(2)[b-npqj2b5g87] >  a {
            width: 100%;
            max-width: 100%;
            display: inline-block;
            font-weight: bold;
            transition: text-decoration .15s ease-in;
            width: fit-content;
            text-decoration: none;
            color: var(--color-fg);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            #weighbridge-item > div:nth-of-type(2)[b-npqj2b5g87] >  a::after {
                content: '';
                width: 0px;
                height: 1px;
                display: block;
                background: var(--color-fg);
                transition: .15s;
            }

            #weighbridge-item > div:nth-of-type(2)[b-npqj2b5g87] >  a:hover::after {
                width: 100%;
            }

        #weighbridge-item > div:nth-of-type(2) > span[b-npqj2b5g87] {
            font-weight: lighter;
        }

    #weighbridge-item > div:nth-of-type(3)[b-npqj2b5g87] {
        width: 21.88%;
        display: flex;
        justify-content: center;
        font-weight: bold;
        align-items: center;
    }

    #weighbridge-item > div:nth-of-type(4)[b-npqj2b5g87] {
        width: 15.9%;
    }
/* /Components/LongFiberReportComponents/LongFiberReportLot.razor.rz.scp.css */
/* /Components/LongFiberReportComponents/LongFiberReportStatistics.razor.rz.scp.css */
#longfiber-statistics-wrapper div[b-o41xucth9b] {
    width: 100%;
    height: 100%;
}

#longfiber-statistics-wrapper[b-o41xucth9b] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #longfiber-statistics-wrapper[b-o41xucth9b] >  div {
        flex: 0;
    }

        #longfiber-statistics-wrapper > div:first-of-type[b-o41xucth9b] {
            display: flex;
            flex-direction: row;
            flex-grow: 1;
        }

            #longfiber-statistics-wrapper > div:first-of-type[b-o41xucth9b] >  div:not(div:last-of-type) {
                margin-right: .5vw;
            }


        #longfiber-statistics-wrapper > div:nth-of-type(2)[b-o41xucth9b] {
            flex-grow: 2;
            display: flex;
            flex-direction: column;
        }

            #longfiber-statistics-wrapper > div:nth-of-type(2) > div[b-o41xucth9b] {
                flex: 0;
                flex-grow: 8;
            }

            #longfiber-statistics-wrapper > div:nth-of-type(2) > div:first-of-type[b-o41xucth9b] {
                flex-grow: 1;
                color: var(--color-greyed-out);
                margin: .5vh 0 0 .25vw;
            }

            #longfiber-statistics-wrapper > div:nth-of-type(2) > div:last-of-type[b-o41xucth9b] {
                flex-grow: 1;
                display: flex;
                flex-direction: row;
                width: 25%;
                margin: 0 0 .5vh .25vw;
            }

                #longfiber-statistics-wrapper > div:nth-of-type(2) > div:last-of-type > div[b-o41xucth9b] {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    background: #d8ac4c;
                    background: linear-gradient(90deg,rgba(216, 172, 76, 0) 0%, rgba(216, 172, 76, 1) 100%);
                    border-radius: .2em;
                    margin-right: .25vw;
                    align-items: center;
                }
                    #longfiber-statistics-wrapper > div:nth-of-type(2) > div:last-of-type > div > span[b-o41xucth9b] {
                        margin: 0 .25vw;
                    }

                    #longfiber-statistics-wrapper > div:nth-of-type(2) > div:last-of-type > div > span:last-of-type[b-o41xucth9b] {
                        color: var(--color-bg-less);
                    }

        #longfiber-statistics-wrapper[b-o41xucth9b] >  div:last-of-type {
            flex-grow: 4;
        }

        #longfiber-statistics-wrapper > div:not(div:last-of-type)[b-o41xucth9b] {
            margin-bottom: 1vh;
        }

.grid-item[b-o41xucth9b] {
    padding: .5vh .25vw;
}

    .grid-item > div[b-o41xucth9b] {
        border-radius: .2em;
    }
/* /Components/MachineComponents/MaintenanceComponent.razor.rz.scp.css */
#maintenance-wrapper[b-q9dia4esmh] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #maintenance-wrapper > div:first-of-type[b-q9dia4esmh] {
        width: 100%;
        height: 15%;
        display: flex;
        flex-direction: row;
        margin-bottom: .5vh;
    }

        #maintenance-wrapper > div:first-of-type[b-q9dia4esmh] >  div {
            flex: 0;
            flex-grow: 1;
            position: relative;
        }

        #maintenance-wrapper > div:first-of-type[b-q9dia4esmh] >  div:not(div:last-of-type) {
            margin-right: .5vw;
        }

    #maintenance-wrapper[b-q9dia4esmh] >  div:last-of-type {
        width: 100%;
        height: 85%;
        margin-top: .5vh;
    }
/* /Components/MachineComponents/MapComponent.razor.rz.scp.css */
#map-wrapper[b-8ygmm1wpa6] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #map-wrapper > div:first-of-type[b-8ygmm1wpa6] {
        width: 35%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-right: .25vw;
    }

        #map-wrapper > div:first-of-type > div:first-of-type[b-8ygmm1wpa6] {
            width: 100%;
            height: 70%;
        }

            #map-wrapper > div:first-of-type > div:first-of-type > div[b-8ygmm1wpa6] {
                width: 100%;
                height: 100%;
                position: relative;
                background-image: url(images/zorhy.png);
                background-size: cover;
                background-position: center;
            }

                #map-wrapper > div:first-of-type > div:first-of-type > div > div:first-of-type[b-8ygmm1wpa6] {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin: 1vh 0 0 .5vw;
                    color: var(--color-bg-less);
                    font-weight: bold;
                }

                #map-wrapper > div:first-of-type > div:first-of-type > div > div:last-of-type[b-8ygmm1wpa6] {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-evenly;
                    width: 35%;
                    margin-left: .5vw;
                    font-weight: bold;
                }

                    #map-wrapper > div:first-of-type > div:first-of-type > div > div:last-of-type > div[b-8ygmm1wpa6] {
                        width: 50%;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: space-evenly;
                        padding: 1vh 0 1vh 0;
                        margin: 0 .5vw 1vh 0;
                        text-align: center;
                    }

        #map-wrapper > div:first-of-type > div:not(div:first-of-type)[b-8ygmm1wpa6] {
            width: 100%;
            height: 15%;
            margin-top: 2vh;
        }

            #map-wrapper > div:first-of-type > div:not(div:first-of-type) > div[b-8ygmm1wpa6] {
                height: 100%;
                display: flex;
                flex-direction: column;
            }

                #map-wrapper > div:first-of-type > div:not(div:first-of-type) > div > div:first-of-type[b-8ygmm1wpa6] {
                    width: 100%;
                    height: 20%;
                    color: var(--color-greyed-out);
                    margin: .5vh 0 0 .25vw;
                }

                #map-wrapper > div:first-of-type > div:not(div:first-of-type) > div > div:last-of-type[b-8ygmm1wpa6] {
                    width: 100%;
                    height: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: start;
                }

    #map-wrapper[b-8ygmm1wpa6] >  div:last-of-type {
        width: 65%;
        height: 100%;
        margin-left: .25vw;
    }

svg[b-8ygmm1wpa6] {
    height: 3.5vh;
}
/* /Components/MachineComponents/OperationsComponent.razor.rz.scp.css */
#operations-wrapper[b-4x5gex52ze] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

    #operations-wrapper[b-4x5gex52ze] >  div:first-of-type {
        height: 60%;
        width: 100%;
        margin-bottom: .5vh;
    }

    #operations-wrapper[b-4x5gex52ze] >  div:last-of-type {
        height: 40%;
        width: 100%;
        margin-top: .5vh;
    }

th:nth-of-type(2)[b-4x5gex52ze], td:nth-of-type(2)[b-4x5gex52ze] {
    flex-grow: .5;
}

/*th:nth-of-type(3), td:nth-of-type(3) {
    flex-grow: 1.5;
}*/
/* /Components/MachineComponents/StatisticsComponent.razor.rz.scp.css */
#statistics-wrapper[b-da905zmsmf] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}
/* /Components/ManageIssuesComponent.razor.rz.scp.css */
#manage-issues[b-wuixy50s8a] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#manage-issues > div[b-wuixy50s8a] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    min-width: 20%;
    max-width: 80%;
}

#manage-issues > div > div[b-wuixy50s8a] {
    display: flex;
    flex-direction: column;
    gap: .5vh;
    padding: 1vh .5vw;
    background-color: var(--color-bg-less);
    border-radius: var(--value-border-radius);
}

#manage-issues > div > div:last-of-type > div[b-wuixy50s8a] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#manage-issues > div > div:last-of-type > div > button[b-wuixy50s8a] {
    height: 3vh;
    aspect-ratio: 1/1;
    margin-left: 1vw;
}

input[b-wuixy50s8a] {
    padding-left: .5vw;
}
/* /Components/ReportsComponents/FieldOpsComponent.razor.rz.scp.css */
#reports-field-wrapper[b-dvbnbgwxtj] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#reports-field-wrapper div[b-dvbnbgwxtj] {
    width: 100%;
    height: 100%;
}

    #reports-field-wrapper > div:first-of-type[b-dvbnbgwxtj] {
        height: 66%;
        display: flex;
        flex-direction: row;
        margin-bottom: 1vh;
    }

        #reports-field-wrapper > div:first-of-type > div:first-of-type[b-dvbnbgwxtj] {
            width: 40%;
            margin-right: .5vw;
            position: relative;
        }

        #reports-field-wrapper > div:first-of-type[b-dvbnbgwxtj] >  div:last-of-type {
            width: 60%;
        }

    #reports-field-wrapper > div:last-of-type[b-dvbnbgwxtj] {
        height: 33%;
        display: flex;
        flex-direction: row;
    }

        #reports-field-wrapper[b-dvbnbgwxtj] >  div:last-of-type > div {
            flex: 0;
            flex-grow: 1;
        }

        #reports-field-wrapper[b-dvbnbgwxtj] >  div:last-of-type > div:not(div:last-of-type) {
            margin-right: .5vw;
        }

    #reports-field-wrapper div.line-wrapper[b-dvbnbgwxtj] {
        width: 100%;
        height: .1vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.export-button[b-dvbnbgwxtj] {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* /Components/ReportsComponents/IndustryComponent.razor.rz.scp.css */
#reports-industry-wrapper[b-xrp0lm9284] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #reports-industry-wrapper div[b-xrp0lm9284] {
        width: 100%;
        height: 100%;
    }

    #reports-industry-wrapper > div[b-xrp0lm9284] {
        height: 50%;
        display: flex;
        flex-direction: row;
    }

    #reports-industry-wrapper[b-xrp0lm9284] >  div:last-of-type {
        height: 50%;
    }

    #reports-industry-wrapper > div:first-of-type[b-xrp0lm9284] {
        margin-bottom: 1vh;
    }

        #reports-industry-wrapper > div:first-of-type > div:first-of-type[b-xrp0lm9284] {
            height: 100%;
            width: 35%;
            margin-right: .5vw;
            position: relative;
        }

        #reports-industry-wrapper > div:first-of-type[b-xrp0lm9284] >  div:last-of-type {
            height: 100%;
            width: 65%;
        }

    #reports-industry-wrapper div.line-wrapper[b-xrp0lm9284] {
        width: 100%;
        height: .1vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.export-button[b-xrp0lm9284] {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* /Components/ScutchingLineComponents/ScutchedStrawBaleComponent.razor.rz.scp.css */
#scutched-bale-wrapper[b-tnk4ib00xz] {
    min-height: 15vh;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    background-color: var(--color-bg);
    padding: 1.5vh .75vw;
    border-radius: var(--value-border-radius);
    border: .3vh solid var(--color-grey1);
}

[b-tnk4ib00xz] .value-holder { 
    box-shadow: none;
    border: .3vh solid var(--color-grey3);
}

select[b-tnk4ib00xz] {
    width: 100%;
    height: 100%;
    background: var(--color-bg-less);
    border: .3vh solid var(--color-grey3);
    padding-left: 1vw;
    font-weight: bold;
}

select option[b-tnk4ib00xz] {
    font-weight: normal;
}

#scutched-bale-wrapper[b-tnk4ib00xz] >  div {
    flex: 1;
}

#scutched-bale-wrapper > div:last-of-type[b-tnk4ib00xz] {
    flex: 2;
}

#scutched-bale-wrapper > div:first-of-type[b-tnk4ib00xz] {
    flex: 1.25;
}

#scutched-bale-wrapper > div:first-of-type[b-tnk4ib00xz] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
/* /Components/ScutchingLineComponents/ScutchingLineOperations.razor.rz.scp.css */
#scutching-line-operations-wrapper[b-snpxe6ox3j] {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: .5vw;
}

#scutching-line-operations-wrapper > div:first-of-type[b-snpxe6ox3j] {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    overflow-y: auto;
    padding: 2vh 1vw;
}

#scutching-line-operations-wrapper > div:last-of-type[b-snpxe6ox3j] {
    flex: 1;
    max-width: 20%;
}

#scutching-line-operations-wrapper > div:last-of-type > div[b-snpxe6ox3j] {
    display: flex;
    flex-direction: column;
    padding: 1vh .5vw;
    gap: 1vh;
}

#scutching-line-operations-wrapper > div:last-of-type > div > select[b-snpxe6ox3j] {
    height: 5vh;
    background-color: var(--color-bg-less);
}

#scutching-line-operations-wrapper > div:last-of-type > div > span[b-snpxe6ox3j] {
    font-weight: bold;
}

#scutching-line-operations-wrapper > div:last-of-type > div[b-snpxe6ox3j] >  .inline-value-item-wrapper {
    padding: 0;
    margin: 0;
}
/* /Components/ScutchingLineComponents/ScutchingLineStatistics.razor.rz.scp.css */
div[b-0229s0vl6x] {
    width: 100%;
    height: 100%;
}

#scutchingline-statistics-wrapper[b-0229s0vl6x] {
    display: flex;
    flex-direction: column;
}

#scutchingline-statistics-wrapper[b-0229s0vl6x] >  div {
    flex: 0;
    flex-grow: 2;
}

    #scutchingline-statistics-wrapper > div:first-of-type[b-0229s0vl6x] {
        display: flex;
        flex-direction: row;
        margin-bottom: 1vh;
        flex-grow: 1;
    }

        #scutchingline-statistics-wrapper > div:first-of-type > div[b-0229s0vl6x] {
            flex: 0;
        }

        #scutchingline-statistics-wrapper > div:first-of-type > div:not(div:last-of-type)[b-0229s0vl6x] {
            margin-right: .5vw;
        }

        #scutchingline-statistics-wrapper > div:first-of-type > div:not(div:last-of-type)[b-0229s0vl6x]
        {
            flex-grow: 1;
        }
        
        #scutchingline-statistics-wrapper > div:first-of-type > div:nth-of-type(1)[b-0229s0vl6x],
        #scutchingline-statistics-wrapper > div:first-of-type > div:nth-of-type(2)[b-0229s0vl6x] {
            display: flex;
            flex-direction: column;
        }

            #scutchingline-statistics-wrapper > div:first-of-type > div[b-0229s0vl6x] >  div:nth-of-type(2) {
                margin-top: 1vh;
            }


        #scutchingline-statistics-wrapper > div:first-of-type > div:last-of-type[b-0229s0vl6x] {
            flex-grow: 3;
        }

tr[b-0229s0vl6x] {
    display: flex;
    flex-direction: row;
}

    tr th[b-0229s0vl6x], tr td[b-0229s0vl6x] {
        flex: 0;
        flex-grow: 2;
    }

/*    tr th:first-of-type, tr td:first-of-type,
    tr th:nth-of-type(3), tr td:nth-of-type(3) {
        flex-grow: 3;
    }*/
/* /Components/WeatherBaseComponent.razor.rz.scp.css */
#weather-base-wrapper[b-bb2itnmslc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    #weather-base-wrapper > div[b-bb2itnmslc] {
        width: 100%;
        height: 90%;
        display: flex;
    }

        #weather-base-wrapper > div[b-bb2itnmslc] >  div:last-of-type {
            border-right-width: 0;
        }

        #weather-base-wrapper > div[b-bb2itnmslc] >  div:first-of-type {
            border-left-width: 0;
        }

.hyperlink[b-bb2itnmslc] {
    margin-left: 1vw;
}
/* /Components/WeatherDayComponent.razor.rz.scp.css */
#weather-day-wrapper[b-krauj74ggk] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
    box-sizing: border-box;
    border: .05vw solid black;
    border-top-width: 0;
    border-bottom-width: 0;
}

    #weather-day-wrapper > div[b-krauj74ggk] {
        display: flex;
        flex-direction: column;
    }

        #weather-day-wrapper > div:first-of-type > span:nth-of-type(2)[b-krauj74ggk] {
            margin-top: 2vh;
        }

            #weather-day-wrapper > div > div[b-krauj74ggk] {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
            }

                #weather-day-wrapper > div > div > span[b-krauj74ggk] {
                    display: flex;
                    align-items: center;
                    font-weight: normal;
                }

                #weather-day-wrapper > div > div > span:first-of-type[b-krauj74ggk] {
                    color: dodgerblue;
                }

span[b-krauj74ggk] {
    text-align: center;
}
/* /Components/YearSelectComponent.razor.rz.scp.css */
#year-div[b-i3vuadxyq8] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    #year-div > *[b-i3vuadxyq8] {
        margin: 1vh .5vw 1vh .5vw;
    }

    #year-div > select[b-i3vuadxyq8] {
        border: .1vw solid var(--color-grey3);
        border-radius: .25em;
        height: 4vh;
    }

[b-i3vuadxyq8] .file-input {
    width: 100%;
    height: 100%;
    display: none;
}

label[b-i3vuadxyq8] {
    color: var(--color-fg);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--color-grey4);
}

label:hover[b-i3vuadxyq8] {
    background: var(--color-grey3);
}
/* /Components/YieldComponents/YieldBales.razor.rz.scp.css */
table tr[b-txnrozdwf1] {
    width: 100%;
    display: flex;
}

table tr:not(tr:first-of-type)[b-txnrozdwf1] {
    margin: 1vh 0 1vh 0;
}

    table tr th[b-txnrozdwf1], table tr td[b-txnrozdwf1]{
        flex: 0;
        flex-grow: 1;
    }

    table tr th:first-of-type[b-txnrozdwf1], table tr td:first-of-type[b-txnrozdwf1] {
        flex-grow: 1.25;
    }

        /*table tr th:nth-of-type(4),
        table tr td:nth-of-type(4) {
            flex-grow: 1.5;
        }*/
/* /Components/YieldComponents/YieldLots.razor.rz.scp.css */
table tr[b-fxgtnonwov] {
    width: 100%;
    display: flex;
}

    table tr:not(tr:first-of-type)[b-fxgtnonwov] {
        margin: 1vh 0 1vh 0;
    }

    table tr th[b-fxgtnonwov], table tr td[b-fxgtnonwov] {
        flex: 0;
        flex-grow: 1;
    }

    table tr th:nth-of-type(3)[b-fxgtnonwov], table tr td:nth-of-type(3)[b-fxgtnonwov] {
        flex-grow: .5;
    }

    table tr th:nth-of-type(4)[b-fxgtnonwov], table tr td:nth-of-type(4)[b-fxgtnonwov] {
        flex-grow: 1.5;
    }

    table tr th:nth-of-type(5)[b-fxgtnonwov], table tr td:nth-of-type(5)[b-fxgtnonwov] {
        flex-grow: .70;
    }

    table tr th:nth-of-type(11)[b-fxgtnonwov], table tr td:nth-of-type(11)[b-fxgtnonwov] {
        flex-grow: 1.25;
    }
/* /Components/YieldComponents/YieldStatistics.razor.rz.scp.css */
#yield-statistics-wrapper[b-mezgoca935] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.grid-item[b-mezgoca935] {
    padding: .1vh .05vw;
}

.grid-item > div[b-mezgoca935] {
    border-radius: .2em;
}

    #yield-statistics-wrapper div[b-mezgoca935] {
        width: 100%;
        height: 100%;
    }

    #yield-statistics-wrapper[b-mezgoca935] >  div {
        flex: 0;
        display: flex;
        flex-direction: row;
    }

    #yield-statistics-wrapper > div:not(div:last-of-type)[b-mezgoca935]
    {
        margin-bottom: 1vh;
    }

        #yield-statistics-wrapper > div[b-mezgoca935] >  div {
            flex: 0;
            flex-grow: 1;
        }

        #yield-statistics-wrapper > div[b-mezgoca935] >  div:not(div:first-of-type) {
            margin-left: .5vw;
        }

    #yield-statistics-wrapper > div:first-of-type[b-mezgoca935] {
        flex-grow: 2;
    }

    #yield-statistics-wrapper > div:nth-of-type(2)[b-mezgoca935] {
        flex-grow: 4;
    }

        #yield-statistics-wrapper > div:nth-of-type(2) > div[b-mezgoca935] {
            display: flex;
            flex-direction: column;
            padding: 0 .25vw;
        }

            #yield-statistics-wrapper > div:nth-of-type(2) > div > div:first-of-type[b-mezgoca935] {
                flex: 0;
                flex-grow: 1;
                color: var(--color-greyed-out);
            }

            #yield-statistics-wrapper > div:nth-of-type(2) > div > div:nth-of-type(2)[b-mezgoca935] {
                flex: 0;
                flex-grow: 10;
            }

            #yield-statistics-wrapper > div:nth-of-type(2) > div > div:last-of-type[b-mezgoca935] {
                display: flex;
                flex-direction: row;
                flex: 0;
                flex-grow: 1;
                margin: .5vh 0 .5vh .25vw;
            }

                #yield-statistics-wrapper > div:nth-of-type(2) > div > div:last-of-type > div[b-mezgoca935] {
                    width: 30%;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    border-radius: .2em;
                    margin-right: .25vw;
                }

                    #yield-statistics-wrapper > div:nth-of-type(2) > div > div:last-of-type > div > span[b-mezgoca935] {
                        margin: 0 .25vw 0 .25vw;
                    }

                    #yield-statistics-wrapper > div:nth-of-type(2) > div > div:last-of-type > div > span:last-of-type[b-mezgoca935] {
                        color: var(--color-bg-less);
                    }

        #yield-statistics-wrapper[b-mezgoca935] >  div:last-of-type {
            flex-grow: 7;
        }

/*td:nth-of-type(3), th:nth-of-type(3) {
    flex-grow: 1.5;
}*/
/* /Layout/MainLayout.razor.rz.scp.css */
#page[b-47y1fln62g] {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.body > div:first-of-type[b-47y1fln62g] {
    height: 6vh;
}

.body > div:last-of-type[b-47y1fln62g] {
    height: 92vh;
    width: 98%;
}
/* /Pages/Admin.razor.rz.scp.css */
div[b-y2j5vje8wu] {
    width: 100%;
    height: 100%;
}

#admin-wrapper[b-y2j5vje8wu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
}
/* /Pages/FieldOps/FieldManagement/FieldEditor.razor.rz.scp.css */
#field-e-wrapper[b-fnmi6knblq] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #field-e-wrapper > div:first-of-type[b-fnmi6knblq] {
        flex: 0;
        flex-grow: 55;
        height: 100%;
        margin: 0 .25vw 0 0;
        display: flex;
        flex-direction: column;
    }

        #field-e-wrapper > div:first-of-type[b-fnmi6knblq]  > div:last-of-type {
            width: 100%;
            height: 100%;
            box-shadow: none;
        }

    #field-e-wrapper[b-fnmi6knblq] >  div:nth-of-type(2) {
        flex: 0;
        flex-grow: 45;
        height: 100%;
        margin: 0 0 0 .25vw;
    }

#import-div[b-fnmi6knblq] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-greyed-out);
    font-weight: bold;
    position: relative;
}

    #import-div > label[b-fnmi6knblq] {
        width: 95%;
        height: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .15vw dashed var(--color-grey3);
        border-radius: .2em;
        background: var(--color-grey4);
    }

[b-fnmi6knblq] .file-input {
    width: 100%;
    height: 100%;
    display: none;
}

tr:has(td)[b-fnmi6knblq] {
    margin: 1vh 0;
}

tr td:first-of-type[b-fnmi6knblq], tr th:first-of-type[b-fnmi6knblq] {
    flex-grow: .25;
}

tr td:nth-of-type(3)[b-fnmi6knblq], tr th:nth-of-type(3)[b-fnmi6knblq] {
    flex-grow: 1.5;
}

tr td:nth-of-type(6)[b-fnmi6knblq], tr th:nth-of-type(6)[b-fnmi6knblq] {
    flex-grow: .5;
}

tr td input[b-fnmi6knblq], tr td select[b-fnmi6knblq] {
    width: 90%;
    height: 100%;
    border: .1vw solid var(--color-grey3);
    border-radius: .25em;
}
/* /Pages/FieldOps/FieldManagement/FieldManagement.razor.rz.scp.css */
#field-m-wrapper[b-3dxxu208bu] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #field-m-wrapper > div:first-of-type[b-3dxxu208bu] {
        width: 45%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        #field-m-wrapper > div:first-of-type > div[b-3dxxu208bu] {
            height: 100%;
        }

        #field-m-wrapper > div:first-of-type > div:first-of-type[b-3dxxu208bu] {
            height: 95%;
            margin-bottom: .5vh;
        }

        #field-m-wrapper > div:first-of-type > div:last-of-type[b-3dxxu208bu] {
            height: 5%;
            margin-top: .5vh;
        }

            #field-m-wrapper > div:first-of-type > div:first-of-type > div[b-3dxxu208bu] {
                height: 100%;
                width: 100%;
            }

            #field-m-wrapper > div:first-of-type > div:last-of-type > div[b-3dxxu208bu] {
                height: 100%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
            }

    #field-m-wrapper[b-3dxxu208bu] >  div:last-of-type {
        width: 55%;
        height: 100%;
        margin-left: .5vw;
    }

[b-3dxxu208bu] a {
    justify-content: center;
}

tr[b-3dxxu208bu] {
    cursor: pointer;
}

tr th:nth-of-type(2)[b-3dxxu208bu], tr td:nth-of-type(2)[b-3dxxu208bu] {
    flex: 3;
}
/* /Pages/FieldOps/FieldManagement/FieldPage.razor.rz.scp.css */
#field-wrapper[b-f0wx0vv38k] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    #field-wrapper select[b-f0wx0vv38k] {
        margin: 17px 60px 0 0;
        border: .1vw solid var(--color-grey3);
        border-radius: .25em;
        height: 30px;
        z-index: 799;
        position: relative;
    }

    #field-wrapper > div[b-f0wx0vv38k] {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    #field-wrapper > div:first-of-type[b-f0wx0vv38k] {
        height: 60%;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: .5vh;
    }

        #field-wrapper > div:first-of-type > div:first-of-type[b-f0wx0vv38k] {
            height: 100%;
            width: 55%;
            margin-right: .25vw;
        }

            #field-wrapper > div:first-of-type > div:first-of-type > div[b-f0wx0vv38k] {
                width: 100%;
                height: 100%;
                position: relative;
            }

                #field-wrapper > div:first-of-type > div:first-of-type > div > div:last-of-type[b-f0wx0vv38k] {
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                #field-wrapper > div:first-of-type > div:first-of-type > div[b-f0wx0vv38k] >  div:first-of-type {
                    height: 100%;
                    width: 100%;
                }

        #field-wrapper > div:first-of-type > div:last-of-type[b-f0wx0vv38k] {
            height: 100%;
            width: 45%;
            margin-left: .25vw;
            display: flex;
            flex-direction: column;
        }

            #field-wrapper > div:first-of-type > div:last-of-type > div[b-f0wx0vv38k] {
                height: 33.33%;
                width: 100%;
                display: flex;
                flex-direction: row;
            }

            #field-wrapper > div:first-of-type > div:last-of-type[b-f0wx0vv38k] >  div:last-of-type {
                height: 33.33%;
                width: 100%;
            }

            #field-wrapper > div:first-of-type > div:last-of-type > div:not(div:last-of-type)[b-f0wx0vv38k] {
                margin-bottom: 1vh;
            }

            #field-wrapper > div:first-of-type > div:last-of-type > div:not(div:last-of-type) > div[b-f0wx0vv38k] {
                width: 33.33%;
                height: 100%;
            }
            
            #field-wrapper > div:first-of-type > div:last-of-type > div:not(div:last-of-type) > div div[b-f0wx0vv38k] {
                width: 100%;
                height: 100%;
            }

            #field-wrapper > div:first-of-type > div:last-of-type > div:not(div:last-of-type)[b-f0wx0vv38k] >  div:not(div:last-of-type) {
                margin-right: .5vw;
            }

    #field-wrapper > div:last-of-type[b-f0wx0vv38k] {
        height: 40%;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: .5vh;
    }

    #field-wrapper > div:last-of-type[b-f0wx0vv38k] >  div:first-of-type {
        height: 100%;
        width: 65%;
        margin-right: .25vw;
    }

    #field-wrapper > div:last-of-type > div:last-of-type[b-f0wx0vv38k] {
        height: 100%;
        width: 35%;
        margin-left: .25vw;
    }

        #field-wrapper > div:last-of-type > div:last-of-type > div:first-of-type[b-f0wx0vv38k] {
            width: 100%;
            height: 90%;
            display: flex;
            flex-direction: row;
        }

            #field-wrapper > div:last-of-type > div:last-of-type > div:first-of-type[b-f0wx0vv38k] >  div {
                min-width: 0;
                flex: 1; 
            }

        #field-wrapper > div:last-of-type > div:last-of-type > div:last-of-type[b-f0wx0vv38k] {
            width: 100%;
            height: 10%;
            display: flex;
            flex-direction: row;
        }
/* /Pages/FieldOps/FleetManagement/FleetManagement.razor.rz.scp.css */
#fleet-div[b-e9mjjbtmh7] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #fleet-div > div:first-of-type[b-e9mjjbtmh7] {
        width: 45%;
        height: 100%;
        margin-right: .25vw;
        overflow-y: auto;
    }

        #fleet-div > div:first-of-type > div:first-of-type[b-e9mjjbtmh7] {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: var(--color-bg-less);
        }

        #fleet-div > div:first-of-type > div[b-e9mjjbtmh7]
        {
            display: flex;
            justify-content: center;

        }

            #fleet-div > div:first-of-type > div:first-of-type > div:first-of-type[b-e9mjjbtmh7] {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }

    #fleet-div[b-e9mjjbtmh7] >  div:last-of-type {
        width: 55%;
        height: 100%;
        margin-left: .25vw;
    }

.header-div[b-e9mjjbtmh7] {
    position: sticky;
    top: 0;
    margin-top: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
}

    .header-div > div:first-of-type[b-e9mjjbtmh7] {
        width: 52.22%;
    }

    .header-div > div:nth-of-type(2)[b-e9mjjbtmh7],
    .header-div > div:nth-of-type(3)[b-e9mjjbtmh7] {
        text-align: center;
        width: 21.88%;
    }

    .header-div > div:nth-of-type(4)[b-e9mjjbtmh7] {
        width: 11.11%;
    }
/* /Pages/FieldOps/FleetManagement/MachinePage.razor.rz.scp.css */
/* /Pages/FieldOps/Yield/YieldPage.razor.rz.scp.css */
#yield-wrapper[b-7d17930i58] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #yield-wrapper > div:first-of-type[b-7d17930i58] {
        width: 100%;
        height: 5%;
        display: flex;
        flex-direction: row;
        margin-bottom: 1vh;
    }

    #yield-wrapper > div:last-of-type[b-7d17930i58] {
        width: 100%;
        min-height: 95%;
        max-height: 95%;
    }
/* /Pages/Home.razor.rz.scp.css */
div[b-zqqjezfwsq] {
    border-radius: .2em;
    width: 100%;
    height: 100%;
}

#home-wrapper[b-zqqjezfwsq] {
    display: flex;
    flex-direction: column;
}

    #home-wrapper > div:first-of-type[b-zqqjezfwsq] {
        flex: 0;
        flex-grow: 3;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

        #home-wrapper > div:first-of-type > div[b-zqqjezfwsq] {
            flex: 0;
            flex-grow: 1;
        }

            #home-wrapper > div:first-of-type > div:first-of-type[b-zqqjezfwsq] {
                margin: 0 .25vw .5vh 0;
            }

            #home-wrapper > div:first-of-type > div:last-of-type[b-zqqjezfwsq] {
                margin: 0 0 .5vh .25vw;
            }

            #home-wrapper > div:first-of-type > div > div[b-zqqjezfwsq] {
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 0 1vw;
            }

            #home-wrapper > div:first-of-type > div > div > div:first-of-type[b-zqqjezfwsq] {
                padding-top: 1vh;
                color: var(--color-grey3);
                font-weight: bold;
                height: 10%;
            }
            

    #home-wrapper > div:last-of-type[b-zqqjezfwsq] {
        flex: 0;
        flex-grow: 1;
        margin-top: 1vh;
        height: 100%;
    }

        #home-wrapper > div:last-of-type > div[b-zqqjezfwsq] {
            height: 100%;
        }
/* /Pages/Industry/LongFiberReport/LongFiberReport.razor.rz.scp.css */
/* /Pages/Industry/ScutchingLine/ScutchingLinePage.razor.rz.scp.css */
/* /Pages/Industry/ScutchingLine/ScutchingLines.razor.rz.scp.css */
#scutching-wrapper[b-xb6ezbctcu] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #scutching-wrapper > div:first-of-type[b-xb6ezbctcu] {
        width: 45%;
        height: 100%;
        margin-right: .25vw;
        overflow-y: auto;
    }

        #scutching-wrapper > div:first-of-type > div[b-xb6ezbctcu] {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    #scutching-wrapper[b-xb6ezbctcu] >  div:last-of-type {
        width: 55%;
        height: 100%;
        margin-left: .25vw;
    }
/* /Pages/Industry/Weighbridge/WeighbridgePage.razor.rz.scp.css */
#weighbridge-wrapper[b-jk6cg6bd3f] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #weighbridge-wrapper > div:first-of-type[b-jk6cg6bd3f] {
        width: 100%;
        height: 15%;
        display: flex;
        flex-direction: row;
        margin-bottom: .5vh;
    }

        #weighbridge-wrapper > div:first-of-type[b-jk6cg6bd3f] >  div {
            flex: 0;
            flex-grow: 1;
        }

        #weighbridge-wrapper > div:first-of-type[b-jk6cg6bd3f] >  div:not(div:last-of-type) {
            margin-right: .5vw;
        }

    #weighbridge-wrapper[b-jk6cg6bd3f] >  div:last-of-type {
        width: 100%;
        height: 85%;
        margin-top: .5vh;
    }
/* /Pages/Industry/Weighbridge/Weighbridges.razor.rz.scp.css */
#weighbridges-div[b-phbydakifp] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

    #weighbridges-div > div:first-of-type[b-phbydakifp] {
        width: 45%;
        height: 100%;
        margin-right: .25vw;
        overflow-y: auto;
    }

        #weighbridges-div > div:first-of-type > div:first-of-type[b-phbydakifp] {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: var(--color-bg-less);
        }

        #weighbridges-div > div:first-of-type > div[b-phbydakifp] {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

                #weighbridges-div > div:first-of-type > div:first-of-type > div:first-of-type[b-phbydakifp] {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    background: var(--color-bg-less);
                }

    #weighbridges-div[b-phbydakifp] >  div:last-of-type {
        width: 55%;
        height: 100%;
        margin-left: .25vw;
    }


.header-div[b-phbydakifp] {
    position: sticky;
    top: 0;
    margin-top: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
}

    .header-div > div:first-of-type[b-phbydakifp] {
        width: 62.22%;
    }

    .header-div > div:nth-of-type(2)[b-phbydakifp] {
        text-align: center;
        width: 21.88%;
    }

    .header-div > div:nth-of-type(3)[b-phbydakifp] {
        width: 15.9%;
    }
/* /Pages/Reports/Reports.razor.rz.scp.css */
#reports-wrapper[b-ji1ge2jd12] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

    #reports-wrapper > div[b-ji1ge2jd12] {
        width: 100%;
        white-space: nowrap;
    }

        #reports-wrapper > div > div:first-of-type[b-ji1ge2jd12] {
            cursor: pointer;
            width: 100%;
            padding: 1vh 0 1vh 0;
            color: var(--color-bg-less);
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        #reports-wrapper > div > div:nth-of-type(2)[b-ji1ge2jd12] {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            grid-auto-rows: auto;
            gap: 1vw;
        }
/* /Pages/Reports/ReportsPage.razor.rz.scp.css */
#reports-page-wrapper[b-g3ayp0wbur] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#reports-page-wrapper > div:first-of-type[b-g3ayp0wbur] {
    width: 100%;
    min-height: 5%;
    max-height: 5%;
    margin-bottom: 1vh;
}
