/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminInputs/Index/AdminInputsIndexDesktopDetailGrid.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminInputs/Index/AdminInputsIndexGrid.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminInputs/Index/AdminInputsIndexMobileDetailGrid.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminUsers/Create/AdminUsersCreateEditor.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminUsers/Detail/AdminUsersDetailEditor.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminUsers/Index/AdminUsersIndexGrid.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/AdminUsers/Shared/AdminUsersInputGeneralInformation.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Authentication/LoginComponent.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Layout/FooterBar.razor.rz.scp.css */
.footer[b-qvtie4zhw6] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 16px;
    padding-left: 10px;
    border-top: 1px solid var(--secondary-color-darker);
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Layout/LeftNavbar.razor.rz.scp.css */
/* Navigation side bar styles */
.navbar-left[b-ynmmhyv70e] {
    background-color: var(--secondary-color);
    height: calc(100vh - 80px);
    position: fixed;
    z-index: 1000000;
    top: 40px;
    left: 0;
    overflow-x: hidden;
    transform-origin: left;
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    border-right: 1px solid var(--secondary-color-darker);
}

@media only screen and (max-width: 600px) {
    .navbar-left[b-ynmmhyv70e] {
        height: 0;
        width: 100vw;
        transform-origin: top;
    }

    .navbar-expanded .navbar-left[b-ynmmhyv70e] {
        height: calc(100vh - 80px);
    }
}

@media only screen and (min-width: 601px) {
    .navbar-left[b-ynmmhyv70e] {
        width: 42px;
    }

    .navbar-expanded .navbar-left[b-ynmmhyv70e] {
        width: 200px;
    }
}

.navbar-left-items[b-ynmmhyv70e] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

[b-ynmmhyv70e] .navbar-left-item {
    height: 40px;
    width: 100%;
    overflow: hidden;
}

[b-ynmmhyv70e] .navbar-left-item-link {
    display: block;
    color: var(--primary-color);
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
}

[b-ynmmhyv70e] .navbar-left-item-logo, [b-ynmmhyv70e] .navbar-left-item-text {
    font-size: 16px;
}

[b-ynmmhyv70e] .navbar-left-item-link:hover {
    color: var(--primary-color);
}

[b-ynmmhyv70e] .navbar-left-item-link-active {
    background-color: var(--secondary-color-darker);
}

[b-ynmmhyv70e] .navbar-left-item:hover {
    background-color: var(--secondary-color-darker);
}

[b-ynmmhyv70e] .navbar-left-item-logo-building {
    padding-left: 4px;
}

.navbar-left .navbar-left-item-logo[b-ynmmhyv70e] {
    width: 25px;
}

.navbar-left .navbar-left-item-text[b-ynmmhyv70e] {
    opacity: 0;
    transition: opacity 0ms;
    transition-delay: 0ms;
    overflow: hidden;
}

.navbar-expanded .navbar-left .navbar-left-item-text[b-ynmmhyv70e] {
    opacity: 1;
    transition: opacity 100ms ease-in;
    transition-delay: 100ms;
    padding-left: 10px;
}

.navbar-left-icon-container[b-ynmmhyv70e] {
    width: 41px;
    display: inline-block;
    text-align: center;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Layout/MainLayout.razor.rz.scp.css */
/* Page content */
.page-content[b-krc4xarxuj] {
    position: absolute;
    top: 40px;
    height: calc(100vh - 80px);
    padding: 5px;
    transition: left 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: scroll;
}

@media only screen and (max-width: 600px) {
    .page-content[b-krc4xarxuj] {
        width: calc(100vw);
        left: 0;
    }
}

@media only screen and (min-width: 601px) {
    .navbar-expanded .page-content[b-krc4xarxuj] {
        width: calc(100vw - 200px);
        left: 200px;
    }

    .page-content[b-krc4xarxuj] {
        width: calc(100vw - 42px);
        left: 42px;
    }
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Layout/TopNavbar.razor.rz.scp.css */
/* Navigation top bar styles */
.navbar-top[b-tfcwwe40ed] {
    background-color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color-darker);
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 40px;
}

.navbar-top-logo[b-tfcwwe40ed] {
    height: 39px;
    padding: 5px;
}

.navbar-top-left-items[b-tfcwwe40ed] {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar-top-right-items[b-tfcwwe40ed] {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar-top-item[b-tfcwwe40ed] {
    padding-top: 8px;
    height: 40px;
}

.navbar-top-item:hover[b-tfcwwe40ed],
.navbar-top-item-home:hover[b-tfcwwe40ed] {
    background-color: var(--secondary-color-darker);
}

.navbar-top-item-link[b-tfcwwe40ed] {
    display: inline-flex;
    vertical-align: middle;
    color: var(--primary-color);
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
}

.navbar-top-item-link-icon[b-tfcwwe40ed] {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .navbar-top-item-account-name[b-tfcwwe40ed],
    .navbar-top-right-user-item[b-tfcwwe40ed] {
        display: none;
    }
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Pages/AdminUsers/AdminUsersCreate.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Pages/AdminUsers/AdminUsersDetail.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Pages/AdminUsers/AdminUsersIndex.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Pages/UserInput/UserInputIndex.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/General/AdditionalInputSection.razor.rz.scp.css */
.additional-input-section[b-y6eab1rhm2] {
    margin-top: 10px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 2.5px 10px;
    font-size: 16px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/General/Loader.razor.rz.scp.css */
.loader[b-wh3p45meih] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/General/LoaderContainer.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/General/Notification.razor.rz.scp.css */
.notification[b-a03f51hqoe] {
    display: none;
    padding: 1rem;
    z-index: 999;
    position: fixed;
    width: 30rem;
    top: calc(2rem + 60px);
    border-radius: 1rem;
    right: 2rem;
}

.notification-icon[b-a03f51hqoe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 5rem;
}

.notification-icon .fa-solid[b-a03f51hqoe] {
    font-size: 28px;
}

.notification-body[b-a03f51hqoe] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.notification-body h5[b-a03f51hqoe], .notification-body p[b-a03f51hqoe], .notification-body li[b-a03f51hqoe], .notification-icon span[b-a03f51hqoe] {
    color: #fff;
}

.notification-body p[b-a03f51hqoe] {
    margin-bottom: 0;
}

.notification-visible[b-a03f51hqoe] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-a03f51hqoe 1.5s;
}

@keyframes fadein-b-a03f51hqoe {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.notification-close i[b-a03f51hqoe] {
    color: white;
    font-size: 16px;
}

.notification-close i:hover[b-a03f51hqoe] {
    cursor: pointer;
}

.notification-mobile[b-a03f51hqoe] {
    right: 10px;
    width: calc(100vw - 20px);
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/Input/InputRow.razor.rz.scp.css */
/**
    Input row styles
 */

.input-row[b-ywz4qx1vd6] {
    padding-bottom: 5px;
    height: 31px;
}

.input-row[b-ywz4qx1vd6]  label {
    font-weight: bold;
    padding-top: 2px;
}

.input-row-col[b-ywz4qx1vd6] {
    display: flex;
}

.input-row-input[b-ywz4qx1vd6] {
    width: calc(100% - 30px);
}

.input-with-right-part[b-ywz4qx1vd6] {
    position: relative;
}

.input-with-right-part[b-ywz4qx1vd6]  .input-right-part {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(100% - 19px);
}

.input-row.invalid-row[b-ywz4qx1vd6]  .k-input,
.input-row.invalid-row[b-ywz4qx1vd6]  .k-picker {
    border-color: var(--error-color);
}

.input-row.invalid-row[b-ywz4qx1vd6]  .k-input input,
.input-row.invalid-row[b-ywz4qx1vd6]  .k-picker .k-input-value-text,
.input-row.invalid-row-row[b-ywz4qx1vd6]  .k-picker .k-button-icon,
.input-row.invalid-row[b-ywz4qx1vd6]  .k-input .k-button-icon,
.input-row.invalid-row label[b-ywz4qx1vd6], .input-row.invalid-row .input-right-part[b-ywz4qx1vd6] {
    color: var(--error-color);
}

.input-row-validation-error[b-ywz4qx1vd6] {
    width: 30px;
}

.input-row-validation-error .invalid-icon[b-ywz4qx1vd6] {
    font-size: 21px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/Input/InputTable.razor.rz.scp.css */
.input-table[b-ffiokdvonb] {
    width: 100%;
    max-width: 600px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/Shared/Input/UpdateStatusIndicator.razor.rz.scp.css */
.update-status-indicator-container[b-g1tq9hal27] {
    position: absolute;
    width: calc(100% - 42px);
    z-index: 100000000;
}
.update-status-indicator[b-g1tq9hal27] {
    float: right;
}

[b-g1tq9hal27] .save-pending-changes-button {
    margin-right: 5px;
    padding-block: 2px;
    padding-inline: 8px;
    text-transform: none;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputArticleInformationCorrect.razor.rz.scp.css */
.user-input-article-information[b-7wy9qezdry] {
    width: 500px;
    margin: auto auto 10px;
}

.user-input-article-information tr:first-child[b-7wy9qezdry] {
    width: 155px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputAssemblyInstructions.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputCleanCheck.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputComments.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputComponentScan.razor.rz.scp.css */
.user-input-lists-outer-container.not-mobile[b-ylgpcpe7hf] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    height: 321px;
}

.user-input-list-container[b-ylgpcpe7hf], .user-input-arrow-container[b-ylgpcpe7hf] {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.user-input-list-container[b-ylgpcpe7hf] {
    overflow-y: scroll;
}

.user-input-list-container-large[b-ylgpcpe7hf] {
    width: 500px;
}

.not-mobile .user-input-list-container-incorrect[b-ylgpcpe7hf] {
    width: 300px;
    margin-left: 10px;
}

.user-input-list-label[b-ylgpcpe7hf] {
    display: block;
    text-align: center;
}

.user-input-arrow-container[b-ylgpcpe7hf] {
    width: 40px;
    text-align: center;
}

.user-input-arrow-container .fa-solid[b-ylgpcpe7hf] {
    margin-top: 152px;
}

.user-input-scan-container[b-ylgpcpe7hf], .user-input-list-container[b-ylgpcpe7hf] {
    margin-top: 10px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 2.5px 10px;
    font-size: 16px;
}

.user-input-scan-label-completed[b-ylgpcpe7hf] {
    opacity: 0.2;
}

.user-input-list-item[b-ylgpcpe7hf] {
    border: 1px solid var(--primary-color-lighter);
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 34px;
}

.user-input-list-item-correct[b-ylgpcpe7hf] {
    background-color: var(--success-color-lighter);
    border-color: var(--success-color);
}

.user-input-list-item-non-existing[b-ylgpcpe7hf] {
    background-color: var(--warning-color-lighter);
    border-color: var(--warning-color);
}

.user-input-list-item-not-in-article[b-ylgpcpe7hf] {
    background-color: var(--error-color-lighter);
    border-color: var(--error-color);
}

.user-input-list-item-description[b-ylgpcpe7hf] {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 16px;
}
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputIntact.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputName.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputPurchaseOrderItemNumber.razor.rz.scp.css */
/* _content/Vogels.PreAssemblyCheck.UI/Components/UserInput/UserInputSubmit.razor.rz.scp.css */
