@import 'all.css';


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 20px 0;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::before {
        content: "An error has occurred. "
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


.mud-appbar {
    background-color: #f68511 !important;
}
.menu-info-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: smaller;
}
.ordertable {
    margin-top:1rem;
    max-height: calc(100vh - 180px) !important;
    font-size: 10px;
}

.ordertable thead,
.ordertable thead tr,
.ordertable thead tr td,
.ordertable thead tr th {
    background-color: #f68511 !important;
    z-index: 8;
}

.ordertable td[data-label] {

    display:none;

}
.ordertable td[data-label] button {
    display:none;
}

.ordertable .mud-table-cell {
    padding-inline-start: 4px !important;
    padding-inline-end: 4px !important;
    padding: 2px 4px 2px 4px !important;
}
.ordertable .mud-select-input,
.mud-list-item-text .mud-typography-body1{
    font-size: 10px !important;
}

.datepicker {
    width:80px;
}
.datepicker.hidepicker .mud-input-adornment {
    display: none !important;
}

.mud-checkbox>p {
    font-size: 11px !important;
}


.c-orderstatus {
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
}
.f-orderstatus {
    position: sticky;
    left: 0px;
    z-index:10;
}
thead tr td.f-orderstatus {
    z-index:20 !important;
}
.c-traffic {
    width:90px !important;
    min-width:90px !important;
    max-width:90px !important;
}
.f-traffic {
    position: sticky;
    left: 200px;
    z-index:10;
}
thead tr td.f-traffic {
    z-index:20 !important;
}
.c-order {
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
}
.f-order {
    position: sticky;
    left: 290px;
    z-index:10;
}
thead tr td.f-order {
    z-index:20 !important;
}
.c-orderdate {
    width:1800px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-supplier {
    width:270px !important;
    min-width:270px !important;
    max-width:270px !important;
}
.c-sample {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-sampleclient {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-payment {
    width:130px !important;
    min-width:130px !important;
    max-width:130px !important;
}
.c-production {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-qc {
    width:160px !important;
    min-width:160px !important;
    max-width:160px !important;
}
.c-testing {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-shipment {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-shipmentplanning {
    width:120px !important;
    min-width:120px !important;
    max-width:120px !important;
}

.c-shipmentfinal {
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
}
.c-remarks {
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
}

.f-t-data {
    position: sticky;
    left: 0px;
    width:190px;
    min-width:190px;
    max-width:190px;
    z-index:10;
}
thead tr td.f-t-data {
    z-index:20 !important;
}
.c-t-data {
    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;
}
.f-t-traffic {
    position: sticky;
    min-width:190px;
    max-width:190px;
    left: 190px;
    z-index:10;
}
thead tr td.f-t-traffic {
    z-index:20 !important;
}
.f-t-remarks {
    position: sticky;
    left: 190px;
    width:250px;
    min-width:250px;
    max-width:250px;
    z-index:10;
}
thead tr td.f-t-remarks {
    z-index:20 !important;
}
.f-t-order {
    position: sticky;
    left: 280px;
    z-index:10;
}
thead tr td.f-t-order {
    z-index:20 !important;
}
.c-t-carton {
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
}
.c-t-total {
    width:140px !important;
    min-width:140px !important;
    max-width:140px !important;
}
.c-t-supplier {
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
}
.c-t-delivery {
    width:120px !important;
    min-width:120px !important;
    max-width:120px !important;
}
.c-t-shipment {
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
}
.c-t-shipmentdata {
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
}
.c-t-delivered {
    width:90px !important;
    min-width:90px !important;
    max-width:90px !important;
}

.c-tp-status {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.f-tp-status {
    position: sticky;
    left: 100px;
    width:100px;
    min-width:100px;
    max-width:100px;
    z-index:10;
}
thead tr td.f-tp-status {
    z-index:20 !important;
}
.c-tp-container {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.f-tp-container {
    position: sticky;
    left: 100px;
    width:100px;
    min-width:100px;
    max-width:100px;
    z-index:10;
}
.c-tp-booking {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.f-tp-booking {
    position: sticky;
    left: 0px;
    width:100px;
    min-width:100px;
    max-width:100px;
    z-index:10;
}
thead tr td.f-tp-booking {
    z-index:20 !important;
}
thead tr td.f-tp-container {
    z-index:20 !important;
}
.c-tp-orderno {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.f-tp-orderno {
    position: sticky;
    left: 200px;
    width:100px;
    min-width:100px;
    max-width:100px;
    z-index:10;
}
thead tr td.f-tp-orderno {
    z-index:20 !important;
}
.c-tp-type {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.c-tp-forwarder {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.c-tp-shippingcompany {
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
}
.c-tp-bl {
    width:110px !important;
    min-width:110px !important;
    max-width:110px !important;
}
.c-tp-quantity {
    width:50px !important;
    min-width:50px !important;
    max-width:50px !important;
}
.c-tp-size {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.c-tp-tracking {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.c-tp-etad {
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
}
.c-tp-custdocs {
    width:100px !important;
    min-width:100px !important;
    max-width:100px !important;
}
.c-tp-dd {
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
}
.f-g-container {
    position: sticky !important;
    left: 0;
    width:150px;
    min-width:150px;
    max-width:150px;
    z-index:10 !important;
}
.c-g-container {
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
}
.c-g-split {
    width:15px !important;
    min-width:15px !important;
    max-width:15px !important;
}
.c-g-customer {
    width:150px;
    min-width:150px;
    max-width:150px;
}
.c-g-ordernumber {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-item {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-quantity {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-price {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-hscode {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-duty {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-cartons {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-l {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-w {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-h {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-weight {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-cbmc {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.c-g-cbmt {
    width:100px;
    min-width:100px;
    max-width:100px;
}
.groupagetable {
    margin: 0;
    background-color: var(--mud-palette-surface);
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
}
.groupagetable td {
    margin: 0;
    background-color: var(--mud-palette-surface) !important;
    border: 1px solid #f0f0f0;
}


.w-40 {
    width:40px;
    max-width:40px;
}
.w-50 {
    width:50px;
    max-width:50px;
}
.w-55 {
    width:55px;
    max-width:55px;
}
.w-60 {
    width:60px;
    max-width:60px;
}
.w-65 {
    width:65px;
    max-width:65px;
}
.w-70 {
    width:70px;
    max-width:70px;
}
.w-75 {
    width:75px;
    max-width:750px;
}
.w-80 {
    width:80px;
    max-width:80px;
}
.w-85 {
    width:85px;
    max-width:85px;
}
.w-90 {
    width:90px;
    max-width:90px;
}
.w-95 {
    width:95px;
    max-width:95px;
}
.w-100 {
    width: 100px;
    max-width: 100px;
}
.w-115 {
    width:115px;
    max-width:115px;
}
.w-125 {
    width:125px;
    max-width:125px;
}


.form-select {
    padding: 0.1rem 2rem 0.1rem 0.1rem !important;
    font-size: 10px !important;
    background-color: #fcfcfc !important;
}
.form-control {
    font-size: 10px !important;
    padding: 0.1rem !important;
    background-color: #fcfcfc !important;
}
.mud-select {
    background-color: #fcfcfc !important;
}
textarea {
    background-color: #fcfcfc !important;
    font-size: 10px !important;
    margin: 0 !important;
}



.btn {
    font-size: 10px !important;
    padding: 0.1rem !important;
}

.e-c-remarks {
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
}
.e-f-remarks {
    position: sticky;
    left: 0px;
    z-index:10;
}
thead tr td.e-f-remarks {
    z-index:20 !important;
}
.e-c-orderstatus {
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
}
.e-f-orderstatus {
    position: sticky;
    left: 200px;
    z-index:10;
}
thead tr td.e-f-orderstatus {
    z-index:20 !important;
}
.e-c-binnendienst {
    width:90px !important;
    min-width:90px !important;
    max-width:90px !important;
}
.e-f-binnendienst {
    position: sticky;
    left: 400px;
    z-index:10;
}
thead tr td.e-f-binnendienst {
    z-index:20 !important;
}
.e-c-order {
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
}
.e-f-order {
    position: sticky;
    left: 490px;
    z-index:10;
}
thead tr td.e-f-order {
    z-index:20 !important;
}
.e-c-leverancier {
    width: 280px !important;
    min-width:280px !important;
    max-width:280px !important;
}
.e-c-orderdata {
    width: 190px !important;
    min-width:190px !important;
    max-width:190px !important;
}
.e-c-orderdataklant {
    width: 190px !important;
    min-width:190px !important;
    max-width:190px !important;
}
.e-c-productie {
    width: 190px !important;
    min-width:190px !important;
    max-width:190px !important;
}
.e-c-transport {
    width: 200px !important;
    min-width:200px !important;
    max-width:200px !important;
}
.e-c-leveringklant {
    width: 190px !important;
    min-width:190px !important;
    max-width:190px !important;
}

.ordertable.striped tbody tr.mud-table-row:nth-child(2n+1) td {
    background-color: #d8d8d8 !important
}
.ordertable tbody tr.mud-table-row td {
     padding-top: 4px !important;
     padding-bottom: 4px !important;
}
.ordertable tbody tr.mud-table-row td * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.ordertable td {
    vertical-align: top;
    background-color: #eaeaea !important;
    font-size: 10px !important;
}
.ordersubtable {
    margin: 0;
    font-size: 10px;
    border-collapse: collapse;
    width: 100%;
}
.ordertable.striped tbody tr.mud-table-row td .ordersubtable,
.ordertable.striped tbody tr.mud-table-row td .ordersubtable td {
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc !important;
}
.ordersubtable .mud-input>input.mud-input-root {
    font-size: 10px !important;
    padding: inherit;
}
.ordersubtable .mud-input>input.mud-input-root[readonly] {
    color: dimgray !important;
}

.ordertable.striped tbody tr.mud-table-row.webattention td {
    background-color: #fed8b1 !important;
}
.ordertable.striped tbody tr.mud-table-row.webattention td .ordersubtable .accent,
.ordertable.striped tbody tr.mud-table-row td .ordersubtable .accent {
    background-color: lightblue !important;
}
td.fixeddata {
    color:dimgrey !important;
}
