/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Cards/GalleryCard.razor.rz.scp.css */
.img-hover-box[b-s0bimkxxfx] {
    position: relative;
    width: 100%;
}

.img-hover-box:hover[b-s0bimkxxfx] {
    cursor: pointer;
}

.img-hover-box:hover > .img-dark[b-s0bimkxxfx] {
    opacity: 0.4;
}

.img-hover-box:hover > .glyphicon-search[b-s0bimkxxfx] {
    opacity: 1;
}

.img-hover-box > .img-dark[b-s0bimkxxfx] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .2s;
}

.img-hover-box > .glyphicon-search[b-s0bimkxxfx] {
    position: absolute;
    font-size: 4rem;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    width: 50%;
    height: 20%;
    opacity: 0;
    transition: opacity .2s;
}

.img-hover-box > img[b-s0bimkxxfx] {
    width: 100%;
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Cards/MonitoringCard.razor.rz.scp.css */
.img-monitoring-not-found-box[b-ea3i34etal] {
    height: 100%;
    background-color:#000;
}

.img-monitoring-not-found-box > .img-monitoring-not-found[b-ea3i34etal] {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
}

.img-monitoring[b-ea3i34etal] {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    background-position: center;
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/DataGrid/DataList.razor.rz.scp.css */
.gallery-photo-31523[b-ojl20y4kze] {

}

#closeSpace.hide[b-ojl20y4kze] {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
}

#closeSpace.show[b-ojl20y4kze] {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.box-error[b-ojl20y4kze] {
    width: 100%;
    display: flex;
    height: calc(100% - 111px);
    color: red;
}

.cart-monitoring[b-ojl20y4kze] {
    margin: 0px;
    padding: 0px;
    position: relative;
    flex: 1;
}

.cart-monitoring > .complex-info-monitoring[b-ojl20y4kze] {
    position: absolute;
    margin:2%;
    top: 0px;
}

.cart-monitoring > .complex-info-monitoring > .name[b-ojl20y4kze] {
    padding: .4em 0px;
}

.cart-monitoring > .complex-info-monitoring > .date[b-ojl20y4kze] {
    padding: 0px;
}

.cart-monitoring > .complex-info-monitoring > p[b-ojl20y4kze] {
    margin: 0px;
    font-size: 100%;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}


.cart-monitoring > .complex-accidents-monitoring[b-ojl20y4kze] {
    position: absolute;
    bottom: 0px;
    margin: 2%;
}

.cart-monitoring > .complex-accidents-monitoring > ul[b-ojl20y4kze] {
    margin: 0px;
    padding: 0px;
}

.cart-monitoring > .complex-accidents-monitoring > ul > li[b-ojl20y4kze] {
    list-style-type: none;
    display: inline-block;
}

.cart-monitoring > .complex-accidents-monitoring > ul > li > img[b-ojl20y4kze] {
    margin: .3em;
    border-radius: 3px;
    border: solid 1px red;
    animation: 2s linear 0s infinite alternate glow-b-ojl20y4kze;
}

.column-flex[b-ojl20y4kze] {
    margin: 0px;
    padding: 0px;
    border-style: none;
}

.column-flex > .row-container[b-ojl20y4kze] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}

@keyframes glow-b-ojl20y4kze {
    from {
        box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 1);
    }

    to {
        box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0);
    }
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Dialog/GalleryCarousel.razor.rz.scp.css */
.gallery-box[b-80od67l4a8] {
    display: flex;
    flex-flow: column;
    height:100%;
}

.gallery-box > .gallery-header[b-80od67l4a8] {
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom:solid 1px #ddd;
    margin-bottom:10px;
}

.gallery-box > .gallery-header > .info-panel[b-80od67l4a8] {
    display:flex;
    flex-grow:1;
}

.gallery-box > .gallery-header > .info-panel > .date-time[b-80od67l4a8] {
    
}

.gallery-box > .gallery-header > .info-panel > .number-card[b-80od67l4a8] {

}

.gallery-box > .gallery-header > .control-panel[b-80od67l4a8] {
    font-size:24px;
}

.gallery-box > .gallery-header > .control-panel > i[b-80od67l4a8] {
    color:#0ea5e9;
}

.gallery-box > .gallery-header > .control-panel > i:hover[b-80od67l4a8] {
    color: #0284c7;
    cursor: pointer;
}

.gallery-box > .gallery-content[b-80od67l4a8] {
    display: flex;
    justify-content:center;
    height: 100%;
    padding-bottom: 20px;
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Gallery/Download.razor.rz.scp.css */
.lds-ring[b-alq96bn62u] {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}

    .lds-ring div[b-alq96bn62u] {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 12.8px;
        height: 12.8px;
        margin: 1.6px;
        border: 1.6px solid #fff;
        border-radius: 50%;
        animation: lds-ring-b-alq96bn62u 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: var(--sky-500) transparent transparent transparent;
    }

        .lds-ring div:nth-child(1)[b-alq96bn62u] {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2)[b-alq96bn62u] {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3)[b-alq96bn62u] {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-b-alq96bn62u {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Gallery/Filter.razor.rz.scp.css */
.gallery-filter[b-qb1bjm9asr] {
    display: flex;
}

.gallery-filter > .date-time-range[b-qb1bjm9asr] {
    display: flex;
    width: 50%
}

.gallery-filter > .count-card[b-qb1bjm9asr] {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Monitoring/FilterButton.razor.rz.scp.css */
.filter-monitoring-btn[b-lsph64bpo7]  button.rz-button {
    position: absolute;
    z-index: 1;
    right: 1rem;
    bottom: 7rem;
}
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Monitoring/Filter/ComplexesList.razor.rz.scp.css */

.complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .rz-datalist-data {
    padding: 0px;
}

.complexes_list > .complexes_list_search[b-6wlt0q0tjw] {
    display: flex;
    align-items: center;
    border: var(--rz-input-border);
    border-radius: 0.375rem !important;
}

    .complexes_list > .complexes_list_search[b-6wlt0q0tjw] >  .rz-textbox {
        border: none;
        width: 100%;
        border-radius: 0px !important;
        border-bottom-left-radius: 0.375rem !important;
        border-top-left-radius: 0.375rem !important;
    }

    .complexes_list > .complexes_list_search.light > i[b-6wlt0q0tjw] {
        background-color: var(--gray-200);
        color: var(--gray-800);
    }

    .complexes_list > .complexes_list_search.dark > i[b-6wlt0q0tjw] {
        background-color: var(--gray-700);
    }

    .complexes_list > .complexes_list_search > i[b-6wlt0q0tjw] {
        width: 35px;
        justify-content: center;
        height: 100%;
        display: flex;
        border-bottom-right-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
        align-items: center;
    }

.complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content {
    height: 100%;
}

    .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .rz-g {
        height: 250px;
        display: block;
        overflow: auto;
    }

    .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .item.dark {
        background-color: var(--gray-800);
        border-bottom: solid 1px var(--gray-500);
    }

    .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .item.light {
        background-color: var(--gray-100);
        border-bottom: solid 1px var(--gray-300);
    }

    .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .item {
        width: 100%;
        display: block;
        white-space: break-spaces;
        word-break: break-word;
        padding: 2px;
        height: auto;
    }

        .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .item:hover {
            cursor: pointer;
        }

        .complexes_list[b-6wlt0q0tjw] >  .rz-datalist-content .item.excluded {
            opacity: 0.5;
        }
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Pages/Monitoring/Monitoring.razor.rz.scp.css */
/* _content/Burstroy.Modules.Blazor.VideoMonitoring/Shared/BurstroyPopupComponent.razor.rz.scp.css */
.popup[b-k9e9zdndho] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: Source Sans Pro;
    font-weight: 400;
}

    .popup .popuptext[b-k9e9zdndho] {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: -75px;
        bottom: auto;
        left: 128%;
        margin-right: -80px;
    }

        .popup .popuptext[b-k9e9zdndho]::after {
            position: absolute;
            top: -5px;
            bottom: auto;
            right: 128%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popup .popup-show[b-k9e9zdndho] {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn-b-k9e9zdndho 1s
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-k9e9zdndho {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
