@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/AssetTags/PrintAssetTags.razor.rz.scp.css */
@page {
    size: 1in 1in;
    margin: 0;
    padding: 0;
}

body[b-bogocd1s5a] {
    margin: auto;
    padding: 0;
    width: 3in;
    /*background-color: #ccc;*/
}

.label-input-area[b-bogocd1s5a]
{
    width: 3in;
    margin:auto;
}

.print-page[b-bogocd1s5a] {
    width: 1in;
    margin: auto;
    padding: 0;
}

.asset-label-print-area[b-bogocd1s5a] {
    width: 1in;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.label[b-bogocd1s5a] {
    width: 1in;
    height: 1in;
    /* margin: 0.04in 0.0625in 0.07in 0.0625in; */
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.label-header[b-bogocd1s5a] {
    font-size: 6px;
    line-height: 8px;
}

.label-qr[b-bogocd1s5a] {
    height: 0.8in;
    width: 0.8in;
    margin: auto;
}

.label-footer[b-bogocd1s5a] {
    font-size: 8px;
    line-height: 10px;
}
/* /Pages/DataCollectionJobs/JobFormsComponent.razor.rz.scp.css */
.fas.fa-chevron-down[b-5c4868gva6] {
    transition: transform 0.3s ease;
}

button[aria-expanded="true"] .fas.fa-chevron-down[b-5c4868gva6] {
    transform: rotate(180deg);
}

.card-header button:focus[b-5c4868gva6],
.card-header button:active[b-5c4868gva6],
.card-header button.btn-link:focus[b-5c4868gva6],
.card-header button.btn-link:active[b-5c4868gva6] {
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    border: none !important;
}

.card-header button[b-5c4868gva6] {
    transition: none !important;
}
/* /Pages/FieldServiceJobs/JobCommentsListComponent.razor.rz.scp.css */
@media (max-width: 1250px) {
    .row-btn-text[b-s81aa16w5f] {
        display: none;
    }
}
/* /Pages/FieldServiceJobs/JobFormsComponent.razor.rz.scp.css */
.fas.fa-chevron-down[b-44xlpqdkg3] {
    transition: transform 0.3s ease;
}

button[aria-expanded="true"] .fas.fa-chevron-down[b-44xlpqdkg3] {
    transform: rotate(180deg);
}

.card-header button:focus[b-44xlpqdkg3],
.card-header button:active[b-44xlpqdkg3],
.card-header button.btn-link:focus[b-44xlpqdkg3],
.card-header button.btn-link:active[b-44xlpqdkg3] {
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    border: none !important;
}

.card-header button[b-44xlpqdkg3] {
    transition: none !important;
}
/* /Pages/FieldServiceJobs/JobIssuesListComponent.razor.rz.scp.css */
@media (max-width: 1555px) {
    .row-btn-text[b-vhm0hd0g4t] {
        display: none;
    }
}
/* /Shared/Components/ImageEditorComponent.razor.rz.scp.css */
.image-editor-container[b-7rxxjgiiva] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
    background-color: var(--bs-body-bg, #fff);
}

.image-editor-toolbar[b-7rxxjgiiva] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: var(--bs-secondary-bg, #e9ecef);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    align-items: center;
}

.image-editor-tool-group[b-7rxxjgiiva] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.image-editor-tool-group .btn[b-7rxxjgiiva] {
    min-width: 48px;
    min-height: 48px;
    padding: 0.35rem 0.5rem;
}

.image-editor-tool-group .btn i[b-7rxxjgiiva] {
    font-size: 1.5rem;
}

.image-editor-canvas-wrapper[b-7rxxjgiiva] {
    flex: 1;
    overflow: hidden;
    min-height: 0;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3d3d3d;
}

.image-editor-canvas-container[b-7rxxjgiiva] {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-editor-footer[b-7rxxjgiiva] {
    padding: 0.5rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    display: flex;
    gap: 0.5rem;
}

@media screen and (max-width: 576px) {
    .image-editor-toolbar[b-7rxxjgiiva] {
        flex-direction: column;
        align-items: stretch;
    }

    .image-editor-tool-group[b-7rxxjgiiva] {
        justify-content: flex-start;
    }
}
/* /Shared/Components/MonacoCodeEditor.razor.rz.scp.css */
/* Host: explicit pixel height comes from inline style. Flex + min-height:0 fixes Bootstrap row/col flex collapse. */
.nimvolt-monaco-host[b-zkikvlwjw7] {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden;
}

/* Native browser grip; overflow must not be visible. ResizeObserver + measureAndLayout keep Monaco in sync. */
.nimvolt-monaco-host.nimvolt-monaco-host--resizable[b-zkikvlwjw7] {
    resize: vertical;
    min-width: 0;
}

.nimvolt-monaco-host:focus-within[b-zkikvlwjw7] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.monaco-editor-container) {
    flex: 1 1 auto;
    min-height: 0 !important;
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.monaco-editor) {
    flex: 1 1 auto;
    min-height: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.monaco-editor .overflow-guard) {
    flex: 1 1 auto;
    min-height: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.monaco-scrollable-element.editor-scrollable) {
    min-height: 0 !important;
    height: 100% !important;
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.monaco-editor-background) {
    height: 100% !important;
}

.nimvolt-monaco-host[b-zkikvlwjw7] (.view-lines) {
    min-height: 1em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5n7d53wqv6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5n7d53wqv6] {
    flex: 1;
}

.sidebar[b-5n7d53wqv6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5n7d53wqv6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5n7d53wqv6]  a, .top-row[b-5n7d53wqv6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5n7d53wqv6]  a:hover, .top-row[b-5n7d53wqv6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5n7d53wqv6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5n7d53wqv6] {
        display: none;
    }

    .top-row.auth[b-5n7d53wqv6] {
        justify-content: space-between;
    }

    .top-row[b-5n7d53wqv6]  a, .top-row[b-5n7d53wqv6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5n7d53wqv6] {
        flex-direction: row;
    }

    .sidebar[b-5n7d53wqv6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5n7d53wqv6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5n7d53wqv6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5n7d53wqv6], article[b-5n7d53wqv6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Modals/ImageEditorModal.razor.rz.scp.css */
.image-editor-modal[b-xu49xc76ze] {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.image-editor-modal .modal-backdrop[b-xu49xc76ze] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.image-editor-modal-dialog[b-xu49xc76ze] {
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
}

.image-editor-modal-content[b-xu49xc76ze] {
    flex: 1;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.image-editor-modal-body[b-xu49xc76ze] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.image-editor-modal-body .image-editor-container[b-xu49xc76ze] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.image-editor-modal-body .image-editor-canvas-wrapper[b-xu49xc76ze] {
    flex: 1;
    min-height: 0;
}

.image-editor-modal-body .image-editor-canvas-container[b-xu49xc76ze] {
    max-width: 100%;
    max-height: 100%;
}

/* /Shared/Modals/TakePictureModal.razor.rz.scp.css */
/* this content has been copied from the libs/webcam-easy folder to the razor component css */

#webcam-app[b-x82gz3zbc7] {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: black;
    height: 100vh;
}

.webcam-container[b-x82gz3zbc7] {
    height: 100vh;
    width: 100vw;
    background-color: black;
}

#background-container[b-x82gz3zbc7] {
    height: 100vh;
    width: 100vw;
}


.form-control.webcam-start[b-x82gz3zbc7] {
    position: relative;
    background: black;
    opacity: 0.8;
    padding: 10px 20px;
    border: none;
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 1.2rem;
    width: 350px;
    height: 55px;
    z-index: 9999;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.form-control.webcam-on[b-x82gz3zbc7] {
    position: fixed;
    top: 12vh;
    bottom: auto;
    left: 0px;
    right: auto;
    transition: all 100ms;
    width: 145px !important;
}

.form-control.webcam-off[b-x82gz3zbc7] {
    transition: all 100ms;
}


/*.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        width: 60px;
        height: 30px;
        background-color: #e6e6e6;
        border-radius: 25px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 56px;
            height: 25px;
            background-color: #fff;
            border-radius: 15px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 26px;
            height: 26px;
            background-color: #fff;
            border: 1px solid grey;
            border-radius: 15px;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
            transform: translate3d(2px, 2px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 60px;
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #4BD763;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(30px, 2px, 0);
            }

        .form-switch input:disabled + i {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

            .form-switch input:disabled + i::after {
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
            }*/


.app-panel[b-x82gz3zbc7] {
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-color: black;
}

#webcam[b-x82gz3zbc7] {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
    margin: 0 auto;
}

.md-modal[b-x82gz3zbc7] {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show[b-x82gz3zbc7] {
    visibility: visible;
}

.md-overlay[b-x82gz3zbc7] {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay[b-x82gz3zbc7] {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content[b-x82gz3zbc7] {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay[b-x82gz3zbc7] {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content h3[b-x82gz3zbc7],
.md-effect-12 .md-content[b-x82gz3zbc7] {
    background: transparent;
}

.md-show.md-effect-12 .md-content[b-x82gz3zbc7] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#errorMsg[b-x82gz3zbc7] {
    position: fixed;
    top: 22vh;
    left: 0;
    padding: 20px;
    margin: 20px;
    z-index: 999999;
}

#cameraFlip[b-x82gz3zbc7] {
    width: 70px;
    height: 55px;
    margin-left: 40px;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(camera_flip_white.png);
    background-size: cover;
}

#webcam-close[b-x82gz3zbc7] {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99999;
    background: transparent;
    margin: 0 10px;
    z-index: 9999;
    opacity: 0.7;
}
    #webcam-close > a > i[b-x82gz3zbc7] {
        font-size: 2em !important;
        color: white;
        background-color: black;
        border-radius: 50%;
        padding: .3em;
        opacity: 0.7;
    }

.cameraControls[b-x82gz3zbc7] {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    z-index: 99999;
    background: transparent;
    opacity: 0.7;
    padding: 10px;
}
    .cameraControls > a > i[b-x82gz3zbc7] {
        font-size: 2em !important;
        color: white;
        background-color: black;
        border-radius: 50%;
        padding: .3em;
        margin: 0 10px;
    }

.flash[b-x82gz3zbc7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

#canvas[b-x82gz3zbc7] {
    background-color: transparent;
    position: absolute;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 480px) {
    .form-control.webcam-start[b-x82gz3zbc7] {
        width: 300px;
    }
    #webcam[b-x82gz3zbc7] {
        position: absolute;
        width: auto;
        height: 100vh;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .cameraControls[b-x82gz3zbc7] {
        bottom: 10vh;
    }
}

@media screen and (min-width: 420px) and (max-width: 767px) {
    .form-control.webcam-on[b-x82gz3zbc7] {
        top: 17vh;
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .webcam-container[b-x82gz3zbc7] {
        background-attachment: fixed;
    }

    #errorMsg[b-x82gz3zbc7] {
        position: fixed;
        top: 32vh;
        left: 20vw;
        padding: 20px;
        z-index: 999999;
    }
}

@media screen and (min-width: 1024px) {
    .form-control.webcam-on[b-x82gz3zbc7] {
        top: 16vh;
        left: 8vw;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jsozcxwmgf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jsozcxwmgf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jsozcxwmgf] {
    font-size: 1.1rem;
}

.oi[b-jsozcxwmgf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jsozcxwmgf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jsozcxwmgf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jsozcxwmgf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jsozcxwmgf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jsozcxwmgf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jsozcxwmgf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jsozcxwmgf] {
        display: none;
    }

    .collapse[b-jsozcxwmgf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-0df3ru01og] {
  position: fixed;

  right: 2rem;
  bottom: 2rem;

  padding: 1rem 1.5rem;

  animation: fadein-b-0df3ru01og 2s ease-out;

  z-index: 1000;
}

@keyframes fadein-b-0df3ru01og {
  from { right: -100%; }
  to { right: 2rem; }
}
