@import '_content/Toolbelt.Blazor.SplitContainer/Toolbelt.Blazor.SplitContainer.bundle.scp.css';

/* _content/InformesOsperyh/Pages/LiveCapture.razor.rz.scp.css */
.informe-style[b-ffx5ko006a] {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.informe-camera[b-ffx5ko006a] {
    display: grid;
    position: relative;
    height: 200px;
}

    .informe-camera video[b-ffx5ko006a] {
        height: 200px;
        justify-self: center;
        align-self: stretch;
        background: rgba(0, 0, 0, 0.2);
    }

.informe-camara-control[b-ffx5ko006a] {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.informe-capturas[b-ffx5ko006a] {
    height: 200px;
    grid-column: 2 / 5;
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

.camera-style[b-ffx5ko006a] {
    position: absolute;
}

#canvas[b-ffx5ko006a] {
    grid-column: 1 / 3;
    width: 100%;
}

.informe-dato[b-ffx5ko006a] {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-column: 3 / 5;
}

.rich-text[b-ffx5ko006a] {
    grid-row: 2 / 9;
}

.camera-cntnr[b-ffx5ko006a] {
    display: grid;
    grid-template-columns: 1fr 4fr;
    height: 200px;
}

.informe-capturas[b-ffx5ko006a] {
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

    .informe-capturas > img[b-ffx5ko006a] {
        max-height: 100%;
        margin: .5em;
    }

        .informe-capturas > img:hover[b-ffx5ko006a] {
            cursor: pointer;
        }

.informe2[b-ffx5ko006a] {
    display: grid;
    grid-gap: 10px;
}

.inf-confeccion2[b-ffx5ko006a] {
    display: grid;
    height: 100%;
    grid-template-rows: auto auto auto 1fr auto auto;
}

.screenshot-image[b-ffx5ko006a] {
    width: 150px;
    height: 90px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

.display-cover[b-ffx5ko006a] {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 5% auto;*/
    position: relative;
}

.video-options[b-ffx5ko006a] {
    position: absolute;
    left: 20px;
    top: 30px;
}

.controls[b-ffx5ko006a] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

    .controls > button[b-ffx5ko006a] {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
        background: transparent;
    }

        .controls > button:hover svg[b-ffx5ko006a] {
            color: white !important;
        }

@media (min-width: 300px) and (max-width: 400px) {
    .controls[b-ffx5ko006a] {
        flex-direction: column;
    }

        .controls button[b-ffx5ko006a] {
            margin: 5px 0 !important;
        }
}

.controls > button > svg[b-ffx5ko006a] {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.controls button:nth-child(1)[b-ffx5ko006a] {
    border: 2px solid #d2002e;
}

    .controls button:nth-child(1) svg[b-ffx5ko006a] {
        color: #d2002e;
    }

.controls button:nth-child(2)[b-ffx5ko006a] {
    border: 2px solid #008496;
}

    .controls button:nth-child(2) svg[b-ffx5ko006a] {
        color: #008496;
    }

.controls button:nth-child(3)[b-ffx5ko006a] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(3) svg[b-ffx5ko006a] {
        color: #00b541;
    }

.controls button:nth-child(4)[b-ffx5ko006a] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(4) svg[b-ffx5ko006a] {
        color: #00b541;
    }

.controls > button[b-ffx5ko006a] {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

    .controls > button:hover svg[b-ffx5ko006a] {
        color: white;
    }


.slider[b-ffx5ko006a] {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .slider > a[b-ffx5ko006a] {
        display: inline-flex;
        width: 1.5rem;
        height: 1.5rem;
        background: white;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 0 0.5rem 0;
        position: relative;
    }

        .slider > a:active[b-ffx5ko006a] {
            top: 1px;
        }

        .slider > a:focus[b-ffx5ko006a] {
            background: #000;
        }

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider > a[b-ffx5ko006a] {
        display: none;
    }
}


.slides[b-ffx5ko006a] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

    .slides[b-ffx5ko006a]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .slides[b-ffx5ko006a]::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 10px;
    }

    .slides[b-ffx5ko006a]::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div[b-ffx5ko006a] {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        margin-right: 50px;
        border-radius: 10px;
        background: #eee;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }

        .slides > div:target[b-ffx5ko006a] {
            /*   transform: scale(0.8); */
        }

    .slides img[b-ffx5ko006a] {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.carousel-custom[b-ffx5ko006a] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    height: 150px;
    max-height: 150px;
}

    .carousel-custom img[b-ffx5ko006a] {
        object-fit: cover;
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
    }
/* _content/InformesOsperyh/Pages/Report.razor.rz.scp.css */
html[b-x8sw2zw57t], body[b-x8sw2zw57t] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

h1:focus[b-x8sw2zw57t] {
    outline: none;
}

a[b-x8sw2zw57t], .btn-link[b-x8sw2zw57t] {
    color: #0071c1;
}

.btn-primary[b-x8sw2zw57t] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content[b-x8sw2zw57t] {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox])[b-x8sw2zw57t] {
    outline: 1px solid #26b050;
}

.invalid[b-x8sw2zw57t] {
    outline: 1px solid red;
}

.validation-message[b-x8sw2zw57t] {
    color: red;
}

#blazor-error-ui[b-x8sw2zw57t] {
    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;
}

    #blazor-error-ui .dismiss[b-x8sw2zw57t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary[b-x8sw2zw57t] {
    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[b-x8sw2zw57t]::after {
        content: "An error has occurred."
    }

.capturador[b-x8sw2zw57t] {
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: min-content;
    grid-template-areas:
        "live last last"
        "list last last"
        "list last last"
        "list last last";
    align-items: stretch;
    max-width: 100%;
}

.live[b-x8sw2zw57t] {
    width: 100%;
    grid-area: live;
    grid-auto-rows: min-content;
    position: relative;
}

    .live video[b-x8sw2zw57t] {
        width: 100%;
        max-width: 768px;
    }

.capturas[b-x8sw2zw57t] {
    width: 100%;
    grid-area: list;
}

.capturas-list[b-x8sw2zw57t] {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    overflow-y: auto;
}

.capturas img[b-x8sw2zw57t] {
    display: block;
    width: 100%;
}

.ultima-captura[b-x8sw2zw57t] {
    width: 100%;
    grid-area: last;
}

.informe[b-x8sw2zw57t] {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 3fr;
}

.inf-capturas[b-x8sw2zw57t] {
    grid-column: 1 / span 2;
    display: flex;
    overflow-x: auto;
    max-height: 200px;
}

.inf-capturas-selected[b-x8sw2zw57t] {
    padding: 0px !important;
    border: 10px solid green;
}

.inf-capturas img[b-x8sw2zw57t] {
    object-fit: cover; /* or object-fit: contain; */
    max-height: 100%; /* to keep the aspect ratio of the image */
    max-width: 100%;
    padding: 10px;
}

.inf-preview img[b-x8sw2zw57t] {
    object-fit: cover;
    max-height: 100%; /* to keep the aspect ratio of the image */
    max-width: 100%;
}

.inf-confeccion[b-x8sw2zw57t] {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto auto;
}

    .inf-confeccion .tinymce-wrapper[b-x8sw2zw57t] {
        align-self: stretch;
    }

        .inf-confeccion .tinymce-wrapper .tox-tinymce[b-x8sw2zw57t] {
            height: 100% !important;
        }

.rich-text[b-x8sw2zw57t] {
    flex-grow: 1;
}

.e-richtexteditor[b-x8sw2zw57t] {
    height: 90% !important;
    max-height: 90% !important;
}

.e-rte-content[b-x8sw2zw57t] {
    height: 98% !important;
    max-height: 98% !important;
}

[role="toolbar"][b-x8sw2zw57t] {
    height: 20px !important;
}

.tox-tinymce-aux[b-x8sw2zw57t] {
    display: none;
}

.tox-toolbar-overlord[b-x8sw2zw57t] {
    height: 40px !important;
}

.autocomplete[b-x8sw2zw57t] {
    position: relative;
}

    .autocomplete .options[b-x8sw2zw57t] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-x8sw2zw57t] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-x8sw2zw57t] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-x8sw2zw57t] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-x8sw2zw57t] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-x8sw2zw57t] {
                background: lightgrey;
                color: var(--bs-body);
            }

.informe-style[b-x8sw2zw57t] {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.informe-camera[b-x8sw2zw57t] {
    display: grid;
    position: relative;
    height: 200px;
}

    .informe-camera video[b-x8sw2zw57t] {
        height: 200px;
        justify-self: center;
        align-self: stretch;
        background: rgba(0, 0, 0, 0.2);
    }

.informe-camara-control[b-x8sw2zw57t] {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.informe-capturas[b-x8sw2zw57t] {
    height: 200px;
    grid-column: 2 / 5;
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

.camera-style[b-x8sw2zw57t] {
    position: absolute;
}

#canvas[b-x8sw2zw57t] {
    grid-column: 1 / 3;
    width: 100%;
}

.informe-dato[b-x8sw2zw57t] {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-column: 3 / 5;
}

.rich-text[b-x8sw2zw57t] {
    grid-row: 2 / 9;
}

.camera-cntnr[b-x8sw2zw57t] {
    display: grid;
    grid-template-columns: 1fr 4fr;
    height: 200px;
}

.informe-capturas[b-x8sw2zw57t] {
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

    .informe-capturas > img[b-x8sw2zw57t] {
        max-height: 100%;
        margin: .5em;
    }

        .informe-capturas > img:hover[b-x8sw2zw57t] {
            cursor: pointer;
        }

.screenshot-image[b-x8sw2zw57t] {
    width: 150px;
    height: 90px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

.display-cover[b-x8sw2zw57t] {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 5% auto;*/
    position: relative;
}

.video-options[b-x8sw2zw57t] {
    position: absolute;
    left: 20px;
    top: 30px;
}

.controls[b-x8sw2zw57t] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

    .controls > button[b-x8sw2zw57t] {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
        background: transparent;
    }

        .controls > button:hover svg[b-x8sw2zw57t] {
            color: white !important;
        }

@media (min-width: 300px) and (max-width: 400px) {
    .controls[b-x8sw2zw57t] {
        flex-direction: column;
    }

        .controls button[b-x8sw2zw57t] {
            margin: 5px 0 !important;
        }
}

.controls > button > svg[b-x8sw2zw57t] {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.controls button:nth-child(1)[b-x8sw2zw57t] {
    border: 2px solid #d2002e;
}

    .controls button:nth-child(1) svg[b-x8sw2zw57t] {
        color: #d2002e;
    }

.controls button:nth-child(2)[b-x8sw2zw57t] {
    border: 2px solid #008496;
}

    .controls button:nth-child(2) svg[b-x8sw2zw57t] {
        color: #008496;
    }

.controls button:nth-child(3)[b-x8sw2zw57t] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(3) svg[b-x8sw2zw57t] {
        color: #00b541;
    }

.controls button:nth-child(4)[b-x8sw2zw57t] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(4) svg[b-x8sw2zw57t] {
        color: #00b541;
    }

.controls > button[b-x8sw2zw57t] {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

    .controls > button:hover svg[b-x8sw2zw57t] {
        color: white;
    }
/* _content/InformesOsperyh/Pages/ReportNoImg.razor.rz.scp.css */
html[b-lbq4ygagt7], body[b-lbq4ygagt7] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

h1:focus[b-lbq4ygagt7] {
    outline: none;
}

a[b-lbq4ygagt7], .btn-link[b-lbq4ygagt7] {
    color: #0071c1;
}

.btn-primary[b-lbq4ygagt7] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content[b-lbq4ygagt7] {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox])[b-lbq4ygagt7] {
    outline: 1px solid #26b050;
}

.invalid[b-lbq4ygagt7] {
    outline: 1px solid red;
}

.validation-message[b-lbq4ygagt7] {
    color: red;
}

#blazor-error-ui[b-lbq4ygagt7] {
    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;
}

    #blazor-error-ui .dismiss[b-lbq4ygagt7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary[b-lbq4ygagt7] {
    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[b-lbq4ygagt7]::after {
        content: "An error has occurred."
    }

.capturador[b-lbq4ygagt7] {
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: min-content;
    grid-template-areas:
        "live last last"
        "list last last"
        "list last last"
        "list last last";
    align-items: stretch;
    max-width: 100%;
}

.live[b-lbq4ygagt7] {
    width: 100%;
    grid-area: live;
    grid-auto-rows: min-content;
    position: relative;
}

    .live video[b-lbq4ygagt7] {
        width: 100%;
        max-width: 768px;
    }

.capturas[b-lbq4ygagt7] {
    width: 100%;
    grid-area: list;
}

.capturas-list[b-lbq4ygagt7] {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    overflow-y: auto;
}

.capturas img[b-lbq4ygagt7] {
    display: block;
    width: 100%;
}

.ultima-captura[b-lbq4ygagt7] {
    width: 100%;
    grid-area: last;
}

.informe[b-lbq4ygagt7] {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 3fr;
}

.inf-capturas[b-lbq4ygagt7] {
    grid-column: 1 / span 2;
    display: flex;
    overflow-x: auto;
    max-height: 200px;
}

.inf-capturas-selected[b-lbq4ygagt7] {
    padding: 0px !important;
    border: 10px solid green;
}

.inf-capturas img[b-lbq4ygagt7] {
    object-fit: cover; /* or object-fit: contain; */
    max-height: 100%; /* to keep the aspect ratio of the image */
    max-width: 100%;
    padding: 10px;
}

.inf-preview img[b-lbq4ygagt7] {
    object-fit: cover;
    max-height: 100%; /* to keep the aspect ratio of the image */
    max-width: 100%;
}

.inf-confeccion[b-lbq4ygagt7] {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto auto;
}

    .inf-confeccion .tinymce-wrapper[b-lbq4ygagt7] {
        align-self: stretch;
    }

        .inf-confeccion .tinymce-wrapper .tox-tinymce[b-lbq4ygagt7] {
            height: 100% !important;
        }

.rich-text[b-lbq4ygagt7] {
    flex-grow: 1;
}

.e-richtexteditor[b-lbq4ygagt7] {
    height: 90% !important;
    max-height: 90% !important;
}

.e-rte-content[b-lbq4ygagt7] {
    height: 98% !important;
    max-height: 98% !important;
}

[role="toolbar"][b-lbq4ygagt7] {
    height: 20px !important;
}

.tox-tinymce-aux[b-lbq4ygagt7] {
    display: none;
}

.tox-toolbar-overlord[b-lbq4ygagt7] {
    height: 40px !important;
}

.autocomplete[b-lbq4ygagt7] {
    position: relative;
}

    .autocomplete .options[b-lbq4ygagt7] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-lbq4ygagt7] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-lbq4ygagt7] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-lbq4ygagt7] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-lbq4ygagt7] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-lbq4ygagt7] {
                background: lightgrey;
                color: var(--bs-body);
            }

.informe-style[b-lbq4ygagt7] {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.informe-camera[b-lbq4ygagt7] {
    display: grid;
    position: relative;
    height: 200px;
}

    .informe-camera video[b-lbq4ygagt7] {
        height: 200px;
        justify-self: center;
        align-self: stretch;
        background: rgba(0, 0, 0, 0.2);
    }

.informe-camara-control[b-lbq4ygagt7] {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.informe-capturas[b-lbq4ygagt7] {
    height: 200px;
    grid-column: 2 / 5;
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

.camera-style[b-lbq4ygagt7] {
    position: absolute;
}

#canvas[b-lbq4ygagt7] {
    grid-column: 1 / 3;
    width: 100%;
}

.informe-dato[b-lbq4ygagt7] {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-column: 3 / 5;
}

.rich-text[b-lbq4ygagt7] {
    grid-row: 2 / 9;
}

.camera-cntnr[b-lbq4ygagt7] {
    display: grid;
    grid-template-columns: 1fr 4fr;
    height: 200px;
}

.informe-capturas[b-lbq4ygagt7] {
    white-space: nowrap;
    overflow-x: auto;
    padding: .5em;
    box-sizing: border-box;
    overflow-y: hidden;
}

    .informe-capturas > img[b-lbq4ygagt7] {
        max-height: 100%;
        margin: .5em;
    }

        .informe-capturas > img:hover[b-lbq4ygagt7] {
            cursor: pointer;
        }

.screenshot-image[b-lbq4ygagt7] {
    width: 150px;
    height: 90px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

.display-cover[b-lbq4ygagt7] {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 5% auto;*/
    position: relative;
}

.video-options[b-lbq4ygagt7] {
    position: absolute;
    left: 20px;
    top: 30px;
}

.controls[b-lbq4ygagt7] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

    .controls > button[b-lbq4ygagt7] {
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
        background: transparent;
    }

        .controls > button:hover svg[b-lbq4ygagt7] {
            color: white !important;
        }

@media (min-width: 300px) and (max-width: 400px) {
    .controls[b-lbq4ygagt7] {
        flex-direction: column;
    }

        .controls button[b-lbq4ygagt7] {
            margin: 5px 0 !important;
        }
}

.controls > button > svg[b-lbq4ygagt7] {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.controls button:nth-child(1)[b-lbq4ygagt7] {
    border: 2px solid #d2002e;
}

    .controls button:nth-child(1) svg[b-lbq4ygagt7] {
        color: #d2002e;
    }

.controls button:nth-child(2)[b-lbq4ygagt7] {
    border: 2px solid #008496;
}

    .controls button:nth-child(2) svg[b-lbq4ygagt7] {
        color: #008496;
    }

.controls button:nth-child(3)[b-lbq4ygagt7] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(3) svg[b-lbq4ygagt7] {
        color: #00b541;
    }

.controls button:nth-child(4)[b-lbq4ygagt7] {
    border: 2px solid #00b541;
}

    .controls button:nth-child(4) svg[b-lbq4ygagt7] {
        color: #00b541;
    }

.controls > button[b-lbq4ygagt7] {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

    .controls > button:hover svg[b-lbq4ygagt7] {
        color: white;
    }
/* _content/InformesOsperyh/Shared/MainLayout.razor.rz.scp.css */
.page[b-yc89mrvxln] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yc89mrvxln] {
    flex: 1;
}

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

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

    .top-row[b-yc89mrvxln]  a, .top-row .btn-link[b-yc89mrvxln] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

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

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

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

    .top-row[b-yc89mrvxln], article[b-yc89mrvxln] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/InformesOsperyh/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hlr5b2q40x] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-hlr5b2q40x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
