/* /Pages/BuildOrdersList.razor.rz.scp.css */
.headerRow[b-h5mcc2cnsm] {
    display: flex;
    justify-content: start;
}

.gridState[b-h5mcc2cnsm] {
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 2px 8px; /* top/bottom right/left */
    background-color: lightblue;
}

.allCount[b-h5mcc2cnsm] {
    font-size: 100%;
    vertical-align: text-top;
}
.modelCount[b-h5mcc2cnsm] {
    font-size: 80%;
    vertical-align: text-top;
    margin-left: 4px;
    margin-right: 4px;
}

.selectionRow[b-h5mcc2cnsm] {
    display: flex;
    justify-content: start;
    margin-bottom: 16px;
    align-items: center;
}

.selectorLabel[b-h5mcc2cnsm] {
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.error[b-h5mcc2cnsm] {
    color: red;
}

.commandsContainer[b-h5mcc2cnsm] {
    margin-left: auto;
}

.input-container[b-h5mcc2cnsm] {
    display: flex;
    justify-content: left;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 400px;
}

.input-label[b-h5mcc2cnsm] {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    font-weight: bold;
}

.input-control[b-h5mcc2cnsm] {
    -webkit-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2;
}

.screenOnly[b-h5mcc2cnsm] {
    display: inline;
}

.printOnly[b-h5mcc2cnsm] {
    display: none;
}

@media all {
    .page-break[b-h5mcc2cnsm] {
        display: inline-block;
    }
}

@media print {
    @page {
        size: letter landscape;
        margin: 1.0in 0.25in 0.5in 0.25in; /*top right bottom left*/
    }

    .printOnly[b-h5mcc2cnsm] {
        display: inline;
    }

    .screenOnly[b-h5mcc2cnsm] {
        display: none;
    }

    .page-break-after[b-h5mcc2cnsm] {
        display: block;
        break-after: page;
        break-inside: avoid;
        page-break-after: always;
    }
}

/* /Pages/BuildOrdersValidation.razor.rz.scp.css */
.tabDescription[b-r3h68f6qwi] {
    padding: 8px 8px;
    margin: 0  -8px 8px -8px;
    background-color: #F0F0F0;
    text-align: left;
    color: gray;
}

.selectionRow[b-r3h68f6qwi] {
    display: flex;
    justify-content: start;
    margin-bottom: 16px;
    align-items: center;
}

.selectorLabel[b-r3h68f6qwi] {
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.orderIdsContainer[b-r3h68f6qwi] {
    flex-grow: 1;
}

.commandsContainer[b-r3h68f6qwi] {
    margin-left: auto;
}

.errors[b-r3h68f6qwi] {
    color: red;
}

.inProgress[b-r3h68f6qwi] {
    color: red;
    margin-left: auto;
    animation: blinker-b-r3h68f6qwi 1s linear infinite;
}

@keyframes blinker-b-r3h68f6qwi {
    50% {
        opacity: 0;
    }
}
/* /Pages/DataSync.razor.rz.scp.css */
.tabDescription[b-2bxg1cgew4] {
    padding: 8px 8px;
    margin: 0  -8px 8px -8px;
    background-color: #F0F0F0;
    text-align: left;
    color: gray;
}

.selectionRow[b-2bxg1cgew4] {
    display: flex;
    justify-content: start;
    margin-bottom: 16px;
    align-items: center;
}

.selectorLabel[b-2bxg1cgew4] {
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.orderIdsContainer[b-2bxg1cgew4] {
    flex-grow: 1;
}

.commandsContainer[b-2bxg1cgew4] {
    margin-left: auto;
}

.watermarkContainer[b-2bxg1cgew4] {
    margin-left: 20px;
    margin-right: 8px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid lightgray;
    font-size: 90%;
    background-color: #F0F0F0;
}

.warnings[b-2bxg1cgew4] {
    color: red;
    margin-left: auto;
}

.errors[b-2bxg1cgew4] {
    color: red;
    margin-left: auto;
}

.inProgress[b-2bxg1cgew4] {
    color: red;
    margin-left: auto;
    animation: blinker-b-2bxg1cgew4 1s linear infinite;
}

@keyframes blinker-b-2bxg1cgew4 {
    50% {
        opacity: 0;
    }
}
/* /Pages/LogViewer.razor.rz.scp.css */
.selectionRow[b-7y03e3kk2y] {
    display: flex;
    justify-content: start;
    margin-bottom: 16px;
    align-items: center;
}

.selectorLabel[b-7y03e3kk2y] {
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.selectionRight[b-7y03e3kk2y] {
    margin-left: auto;
    display: flex;
    justify-content: end;
}

.error[b-7y03e3kk2y] {
    color: red;
}

.commandsContainer[b-7y03e3kk2y] {
    margin-left: auto;
}

.maxEntriesLabel[b-7y03e3kk2y] {
    margin-top: 6px;
    margin-right: 8px;
    margin-left: auto;
}

.content[b-7y03e3kk2y] {
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}
/* /Pages/ServiceConfig.razor.rz.scp.css */
.json[b-52699woi5y] {
    font-family: Consolas, monospace;
    font-size: 12px;
}
/* /Pages/ServiceHealth.razor.rz.scp.css */
.data-row[b-jkirotdf7k] {
    display: flex;
}

.resource-name[b-jkirotdf7k], .health[b-jkirotdf7k], .details[b-jkirotdf7k] {
    min-height: 72px;
    line-height: 72px;
    vertical-align: middle;
    font-size: 16px;
    padding: 4px 4px 4px 4px;
}

.resource-name[b-jkirotdf7k] {
    color: black;
    background-color: lightgoldenrodyellow;
    font-weight: bold;
    flex: 2;
}

.health[b-jkirotdf7k] {
    text-align: center;
    font-weight: bold;
    color: white;
    flex: 1;
}

.details[b-jkirotdf7k] {
    flex: 5;
}
/* /Shared/BuildLabel.razor.rz.scp.css */
.labelBox[b-osh8ooj9tj] {
    border: 1px solid darkgray;
    table-layout: fixed;
    width: 328px;
    height:auto;     
}

.headerBox[b-osh8ooj9tj] {
    font-size: 26px;
    padding: 0px 4px 0px 4px; /*top right bottom left*/
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.subHeaderBox[b-osh8ooj9tj] {
    font-size: 18px;
    padding: 0px 4px 0px 4px; /*top right bottom left*/
    max-height: 24px;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items:center;
}

.detailsBox[b-osh8ooj9tj] {
    vertical-align: top;
    padding: 8px 4px 0px 4px; /*top right bottom left*/
    width: 100%;
}

.qrBox[b-osh8ooj9tj] {
    padding: 0px 0px 0px 4px; /*top right bottom left*/
}

.qcGrid[b-osh8ooj9tj] {
    padding: 0px 4px 4px 4px; /*top right bottom left*/
    width: 97%;
    margin: 0px 4px 4px 4px; /*top right bottom left*/
}

.qcGridItemName[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    border-collapse: collapse;
    padding: 1px 1px 0px 4px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.qcGridItem[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 220px;
}

.qcNotesBox[b-osh8ooj9tj] {
    border: 0px;
    height: 72px;
    font-size: 48px;
    font-weight: bold;
    color: transparent;
    text-align: center;
    vertical-align: middle;
    -webkit-text-stroke: 1px darkgray;
}

.qcBuiltLabel[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    border-collapse: collapse;
    padding: 1px 1px 0px 4px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    width: 68px;
}

.qcBuiltValue[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    border-collapse: collapse;
    width: 180px;
    font-size: 11px;
    padding-left: 4px;
}

img.qrCode[b-osh8ooj9tj] {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.voltage[b-osh8ooj9tj] {
    font-size: 22px;
    font-weight: bold;
    border: 1px solid black;
    padding: 0 4px 0 4px;
    border-radius: 4px;
}

.voltageHigh[b-osh8ooj9tj] {
   color:red;
}

.highlight[b-osh8ooj9tj] {
    background-color: yellow;
}

.plugType[b-osh8ooj9tj] {
    font-family: Consolas,monaco,monospace;
    font-size: 20px;
}

.country[b-osh8ooj9tj] {
    font-size: 12px;
}

.imageBox[b-osh8ooj9tj] {
    vertical-align: top;
    text-align: left;
    padding: 0 0 2px 4px; /*top right bottom left*/
    width: 140px;
}

.title[b-osh8ooj9tj] {
    font-size: 10px;
    color: gray;
}

.propertyLabel[b-osh8ooj9tj] {
    border-bottom: 1px solid white;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    text-align: left;
    color: black;
    background-color: lightgray;
    width: 80px;
}

.propertyValue[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: black;
    max-height: 24px;
    width: 96px;
}

.accessory[b-osh8ooj9tj] {
    border: 1px solid lightgray;
    padding: 0px 4px 0px 4px; /*top right bottom left*/
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: black;
    max-height: 24px;
    width: 50%;
}

.notesBox[b-osh8ooj9tj] {
    padding: 1px 8px 1px 8px;
    font-size: 11px;
    text-align: left;
    color: black;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: bold;
    vertical-align: top;
}

.yellowFill[b-osh8ooj9tj] {
    background-color: yellow;
}
/* /Shared/EventConsole.razor.rz.scp.css */
.console[b-pz9x63jk67] {
    /*border: 1px solid lightgray;*/
    padding: 0px;
}

.console-content[b-pz9x63jk67] {
    flex: 1 1 auto;
    overflow: auto;
}

.console-header[b-pz9x63jk67] {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 0 0 16px 0;
}

.console-title[b-pz9x63jk67] {
    flex: 1;
    margin: 0 !important;
}

.console-message[b-pz9x63jk67] {
    display: flex;
    align-items: baseline;
    color: #000000;
    font-family: 'Courier New', monospace;
}
/*
.console-message {
    margin: 8px 0;
    padding: 4px 0;
    display: flex;
    align-items: baseline;
    color: #000000;
    background: rgba(210,233,255,0.8);
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}
*/
.console-message-time[b-pz9x63jk67] {
    font-size: 12px;
    padding: 2px 4px;
}

.console-message-text[b-pz9x63jk67] {
    font-size: 13px;
    display: inline-block !important;
    white-space: pre-wrap;
}
/* /Shared/GrinderSvg.razor.rz.scp.css */
.outline[b-03hezid0xh] {
    stroke: black;
    stroke-width: 1;
}

.outline2[b-03hezid0xh] {
    stroke: white;
    stroke-width: 1;
}

.outline3[b-03hezid0xh] {
    stroke: darkgray;
    stroke-width: 1;
}

.id[b-03hezid0xh] {
    font: 18px sans-serif;
    writing-mode: vertical-rl;
}

.model[b-03hezid0xh] {
    font: 36px sans-serif;
    fill: white;
}

.collarTick[b-03hezid0xh] {
    stroke: white;
    stroke-width: 2;
}

.burrs[b-03hezid0xh] {
    font: 36px sans-serif;
    fill: white;
}

.voltage[b-03hezid0xh] {
    font: 36px sans-serif;
    fill: white;
}

.collarTickM98V[b-03hezid0xh] {
    stroke: white;
    stroke-width: 1;
}

.switch[b-03hezid0xh] {
    stroke: #FFFFFF;
    stroke-width: 1;
}

.voltageM98V[b-03hezid0xh] {
    font: 16px sans-serif;
    fill: white;
}

.burrsM98V[b-03hezid0xh] {
    font: 16px sans-serif;
    fill: white;
}

.body2[b-03hezid0xh] {
    stroke: #ffffff;
    stroke-width: 1;
}

.collar[b-03hezid0xh] {
    stroke: #ffffff;
    stroke-width: 1;
}

.base[b-03hezid0xh] {
    stroke: #c0c0c0;
    stroke-width: 1;
}

.backCover[b-03hezid0xh] {
    stroke: #ffffff;
    stroke-width: 1;
}

/* /Shared/LoginDisplay.razor.rz.scp.css */
.container[b-tl7fu14v4b] {
    display: flex;
    grid-template-columns: 4fr 1fr;
    grid-gap: 4px;
    justify-content: right;
    align-items:center;
}

.logout[b-tl7fu14v4b] {
    background-color: darkred;
    border: none;
    color: white;
    padding: 4px 8px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold
}

.login[b-tl7fu14v4b] {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 4px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-n72mgmo6k7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n72mgmo6k7] {
    flex: 1;
}

.sidebar[b-n72mgmo6k7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n72mgmo6k7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-n72mgmo6k7]  a, .top-row .btn-link[b-n72mgmo6k7] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-n72mgmo6k7] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.login[b-n72mgmo6k7] {
    justify-content: flex-end;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n72mgmo6k7] {
        display: none;
    }

    .top-row.auth[b-n72mgmo6k7] {
        justify-content: space-between;
    }

    .top-row a[b-n72mgmo6k7], .top-row .btn-link[b-n72mgmo6k7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n72mgmo6k7] {
        flex-direction: row;
    }

    .sidebar[b-n72mgmo6k7] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n72mgmo6k7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n72mgmo6k7], article[b-n72mgmo6k7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-elyuo3auua] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-elyuo3auua] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-elyuo3auua] {
    font-size: 1.1rem;
}

.oi[b-elyuo3auua] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-elyuo3auua] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-elyuo3auua] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-elyuo3auua] {
        padding-bottom: 1rem;
    }

    .nav-item[b-elyuo3auua]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-elyuo3auua]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-elyuo3auua]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.logout[b-elyuo3auua] {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 0px;
    color: #d7d7d7;
}

@media (min-width: 641px) {
    .navbar-toggler[b-elyuo3auua] {
        display: none;
    }

    .auth[b-elyuo3auua] {
        display: none;
    }

    .collapse[b-elyuo3auua] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SubLayout.razor.rz.scp.css */
.page[b-fe1y9myvln] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fe1y9myvln] {
    flex: 1;
}

.top-row[b-fe1y9myvln] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fe1y9myvln]  a, .top-row .btn-link[b-fe1y9myvln] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fe1y9myvln] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fe1y9myvln] {
        display: none;
    }

    .top-row.auth[b-fe1y9myvln] {
        justify-content: space-between;
    }

    .top-row a[b-fe1y9myvln], .top-row .btn-link[b-fe1y9myvln] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fe1y9myvln] {
        flex-direction: row;
    }

    .sidebar[b-fe1y9myvln] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fe1y9myvln] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fe1y9myvln], article[b-fe1y9myvln] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
