/* _content/Caron.Spider.WebApp/Pages/HMI/Components/CurrentCommandStopOverlayButton.razor.rz.scp.css */
.overlay-stop-button[b-53lmrcfcdh] {
    z-index: 1000000000 !important;
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 110px;
    background: white;
    border-radius: 20px;
    height: 110px;
}

    .overlay-stop-button .button-container[b-53lmrcfcdh] {
        margin-top: 5px;
    }
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/HmiNavMenu.razor.rz.scp.css */
.navbar-toggler[b-k0i1tdye29] {
    background-color: rgba(255, 255, 255, 0.1);
}
img[b-k0i1tdye29] {
    width: inherit;
    height: inherit;
}

.top-row[b-k0i1tdye29] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k0i1tdye29] {
    font-size: 1.1rem;
    color: #fff;
    display: block;
    height: 45px;
    margin: 0;
    padding-top: 0.025rem;
    padding-bottom: 0.250rem;
}

    .navbar-brand svg[b-k0i1tdye29] {
        height: 100%;
        width: 100%;
        max-width: 190px;
        float: left;
        fill: currentColor;
    }

.oi[b-k0i1tdye29] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k0i1tdye29] {
    font-size: 0.9rem;
    padding-bottom: 1.8rem;
}

    .nav-item:first-of-type[b-k0i1tdye29] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k0i1tdye29] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k0i1tdye29]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 7rem;
        display: flex;
        margin-left: 1.2rem;
        align-items: center;
        line-height: 3rem;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-k0i1tdye29] {
        display: none;
    }

    .collapse[b-k0i1tdye29] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-k0i1tdye29] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/InputBox.razor.rz.scp.css */
.inputbox-container label[b-ddmejsw4np] {
    font-weight: bold;
    text-align: center;
}

.inputbox-container p[b-ddmejsw4np] {
    width: 100px;
    height: 65px;
    text-align: center;
}

.inputbox-container button[b-ddmejsw4np] {
    width: 100px;
    height: 65px;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/JobInfoDisplay.razor.rz.scp.css */
p[b-tjyd0l6jsg] {
    margin-bottom: 5px;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/JobOrderViewer.razor.rz.scp.css */
.job-order-display-container[b-j54es0yau4] {
    border: 1px solid black;
    border-radius: 8px;
    background-color: gray;
    color: white;
    width: 90%;
    padding: 10px;
}

    .job-order-display-container label[b-j54es0yau4] {
        font-size: 1.4em;
    }

.job-order-name[b-j54es0yau4] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    max-height: 100px;
}

#joborder-name-container[b-j54es0yau4] {
    width: 100%;
}

#joborder-description-container[b-j54es0yau4] {
    width: 100%;
}

.input-value[b-j54es0yau4] {
    width: 80%;
}

#joborder-name-container .input-value[b-j54es0yau4] {
    width: 87%;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/MachineStatusDisplay.razor.rz.scp.css */
.system_clock[b-rf0sexyr7v] {
    margin-top: 15px;
    margin-right: 15px;
    font-size: 31px;
}

.warning-icon[b-rf0sexyr7v] {
    height: inherit;
    cursor: pointer;
}

    .warning-icon img[b-rf0sexyr7v] {
        height: 90%;
        padding-top: 5px;
    }

.reserved-pages-icon[b-rf0sexyr7v] {
    height: inherit;
    cursor: pointer;
}

    .reserved-pages-icon img[b-rf0sexyr7v] {
        height: 90%;
        padding-top: 5px;
    }

.connection-status[b-rf0sexyr7v] {
    margin-bottom: 0.5em;
    border: 2px solid grey;
    width: 2em;
    height: 2em;
    border-radius: 50%;
}

    .connection-status div[b-rf0sexyr7v] {
        margin-bottom: 0.5em;
        border: 2px solid grey;
        width: 4em;
        height: 4em;
        border-radius: 50%;
    }

.connection-status-red[b-rf0sexyr7v] {
    background-color: red;
}

.connection-status-darkorange[b-rf0sexyr7v] {
    background-color: darkorange;
}

.connection-status-yellow[b-rf0sexyr7v] {
    background-color: orange;
}

.connection-status-green[b-rf0sexyr7v] {
    background-color: green;
}

.connection-status-gray[b-rf0sexyr7v] {
    background-color: gray;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/MachineStatusGuard.razor.rz.scp.css */
.connection-error-message[b-t87quikt2f] {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 1.6em;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/MaterialsBrowser.razor.rz.scp.css */
.material-data[b-28ltqor5ax] {
    border: 2px solid gray;
    border-radius: 10px;
    padding: 5px;
    height: 3.6em !important;
    width: 72% !important;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.active[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgreen;
}

.active-not-loaded[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgreen;
}

.active-pickup-not-loaded[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgreen;
    border: green 4px solid;
}

.active-pickup[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgreen;
    border: green 4px solid;
}

.inactive[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgray;
}

.inactive-loaded[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: lightgray;
}

.unsupported[b-28ltqor5ax] {
    margin-left: 51px;
    background-color: darkgrey;
    background: repeating-linear-gradient( 45deg, transparent, transparent 10px, lightgray 10px, lightgray 20px);
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/PresetDetaislView.razor.rz.scp.css */
.preset-detail-container[b-jyg1vqjau0] {
    border: 1px solid;
    background-color: lightblue;
    border-radius: 5px;
    padding: 2px;
}

.preset-detail-container p[b-jyg1vqjau0] {
    font-size: 12px;
    margin: 0px !important;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/PropertyValueDisplay.razor.rz.scp.css */
.value-display-container[b-fv7kw4jkb8] {
    border: 1px solid black;
    border-radius: 8px;
    background-color: gray;
    color: white;
    width: 90%;
    padding: 10px;
}

.value-display-container label[b-fv7kw4jkb8] {
    font-size: 1.4em;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/SimpleButton.razor.rz.scp.css */
.simple-button-container img[b-3d1uye8iqp] {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.simple-button-container label[b-3d1uye8iqp] {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/SliderButton.razor.rz.scp.css */
.slider-button-container img[b-buy23hxaz4] {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.slider-button-container label[b-buy23hxaz4] {
    font-weight: bold;
    text-align: center;
}

.progressbar-value-view[b-buy23hxaz4] {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around;
}

.dialog-buttons[b-buy23hxaz4] {
    margin-top: 30px;
}

.dialog-button[b-buy23hxaz4] {
    margin-right: 10px;
}

.value-preview[b-buy23hxaz4] {
    font-size: 0.8em;
    color: gray;
    margin: auto;
}

.input-value[b-buy23hxaz4] {
    text-align: center;
    border: none;
    background: lightgray;
    font-size: 20px;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/StateButton.razor.rz.scp.css */
.state-button-container img[b-3lr5u0qvla] {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.state-button-container label[b-3lr5u0qvla] {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/ToggleButton.razor.rz.scp.css */
.toggle-button-container img[b-l8uojtjnu1] {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.toggle-button-container label[b-l8uojtjnu1] {
    font-weight: bold;
    text-align: center;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Components/VariableDetailDisplay.razor.rz.scp.css */
.variable-container[b-tgr8gdex71]
{
    border: 1px solid gray;
    height: 90px;
    width: 190px;
    padding: 5px;
    position: relative;
    background-color: lightgray;
}

.variable-container div[b-tgr8gdex71] {
    font-weight: bold;
}

.variable-value[b-tgr8gdex71] {
    position: absolute;
    background-color: white;
    bottom: 5px;
    width: 95%;
    border: 1px solid lightgray;
    text-align: center;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/LoadUnload.razor.rz.scp.css */
.current-job-info[b-se564inby4] {
    width: 400px;
}

.current-job-info label[b-se564inby4] {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.job-data[b-se564inby4] {
    background-color: lightblue;
    min-height: 300px;
    border: 2px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.materials-load-unload[b-se564inby4] {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.material-browser[b-se564inby4] {
    width: 52%;
}

.cutoff-stop-button[b-se564inby4] {
    margin-left: 28%;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/Main.razor.rz.scp.css */
.current-job-info[b-ztdj36j926] {
    width: 20vw;
}

.current-job-info label[b-ztdj36j926] {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.job-data[b-ztdj36j926] {
    background-color: lightblue;
    min-height: 300px;
    border: 2px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.start-job-button[b-ztdj36j926] {
    /*MMIx65*/
    margin-right: auto;
}

.cutoff-stop-button[b-ztdj36j926] {
    margin: auto;
}

.materials-load-unload[b-ztdj36j926] {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.material-browser[b-ztdj36j926] {
    width: 130%;
}
/* _content/Caron.Spider.WebApp/Pages/HMI/MainHmiLayout.razor.rz.scp.css */
.page[b-cppahczb7d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cppahczb7d] {
    flex: 1;
}

.sidebar[b-cppahczb7d] {
    background-image: linear-gradient(180deg, #2e2d31 0%, #a59d93 70%);
}

.top-row[b-cppahczb7d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cppahczb7d]  a, .top-row .btn-link[b-cppahczb7d] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cppahczb7d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cppahczb7d] {
        display: none;
    }

    .top-row.auth[b-cppahczb7d] {
        justify-content: space-between;
    }

    .top-row a[b-cppahczb7d], .top-row .btn-link[b-cppahczb7d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cppahczb7d] {
        flex-direction: row;
    }

    .sidebar[b-cppahczb7d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cppahczb7d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cppahczb7d], article[b-cppahczb7d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.navbar-brand[b-cppahczb7d] {
    font-size: 1.1rem;
    color: #fff;
    display: block;
    height: 45px;
    margin: 0;
    padding-top: 0.025rem;
    padding-bottom: 0.250rem;
}

    .navbar-brand svg[b-cppahczb7d] {
        height: 100%;
        width: 100%;
        max-width: 190px;
        float: left;
    }
/* _content/Caron.Spider.WebApp/Pages/HMI/Setup.razor.rz.scp.css */
.prefeed-inputbox-container[b-ssmg3cmc97] {
    width: 150px;
}

.cutter_velocity-inputbox-container[b-ssmg3cmc97] {
    width: 150px;
}
/* _content/Caron.Spider.WebApp/Pages/UsersManager.razor.rz.scp.css */
/* _content/Caron.Spider.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-6kd90i8ops] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6kd90i8ops] {
    flex: 1;
}

.sidebar[b-6kd90i8ops] {
    background-image: linear-gradient(180deg, #2e2d31 0%, #a59d93 70%);
}

.top-row[b-6kd90i8ops] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6kd90i8ops]  a, .top-row .btn-link[b-6kd90i8ops] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6kd90i8ops] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6kd90i8ops] {
        display: none;
    }

    .top-row.auth[b-6kd90i8ops] {
        justify-content: space-between;
    }

    .top-row a[b-6kd90i8ops], .top-row .btn-link[b-6kd90i8ops] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6kd90i8ops] {
        flex-direction: row;
    }

    .sidebar[b-6kd90i8ops] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6kd90i8ops] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6kd90i8ops], article[b-6kd90i8ops] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Caron.Spider.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ftmrl5x9f5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ftmrl5x9f5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ftmrl5x9f5] {
    font-size: 1.1rem;
    color: #fff;
    display: block;
    height: 45px;
    margin: 0;
    padding-top: 0.025rem;
    padding-bottom: 0.250rem;
}

    .navbar-brand svg[b-ftmrl5x9f5] {
        height: 100%;
        width: 100%;
        max-width: 190px;
        float: left;
        fill: currentColor;
    }

.oi[b-ftmrl5x9f5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ftmrl5x9f5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ftmrl5x9f5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ftmrl5x9f5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ftmrl5x9f5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        padding: 0.5rem 0.75rem;
        display: flex;
        align-items: center;
        line-height: 1.3;
        white-space: normal;
        word-break: break-word;
        gap: 0.5rem;
    }

        .nav-item[b-ftmrl5x9f5]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ftmrl5x9f5]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-ftmrl5x9f5] {
        display: none;
    }

    .collapse[b-ftmrl5x9f5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ftmrl5x9f5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
