/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/CustomValueComponents/MainDspd.razor.rz.scp.css */
.weathersummary-table-inner[b-wxsn6osjyu] {
    width: 100%;
}

    .weathersummary-table-inner > tr > td > .container-road-height[b-wxsn6osjyu] {
    }

    .weathersummary-table-inner > tr > td > .container-icon[b-wxsn6osjyu]  .rz-button {
        background: none;
        text-shadow: none;
        font-size: 25px;
        padding: 0px;
    }

        .weathersummary-table-inner > tr > td > .container-icon[b-wxsn6osjyu]  .rz-button:hover {
            cursor: pointer;
            font-size: 27px;
        }


    .weathersummary-table-inner > tr > td > .container-road-height[b-wxsn6osjyu]  .rz-button {
        color: #17a2b8;
    }

    .weathersummary-table-inner > tr > td > .container-forecast[b-wxsn6osjyu]  .rz-button {
        color: green;
    }

td[b-wxsn6osjyu] {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/CustomValueComponents/MainMeteodata.razor.rz.scp.css */
.weathersummary-img[b-evlem95jsf] {
    width: 25px;
}

.accident-cells-wrapper[b-evlem95jsf] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.accident-cell[b-evlem95jsf] {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.danger[b-evlem95jsf] {
    background-color: var(--rz-danger);
    cursor: pointer;
}

.warning[b-evlem95jsf] {
    background-color: var(--rz-warning);
    cursor: pointer;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/CustomValueComponents/ShowReagentsDlg.razor.rz.scp.css */

.table1 tr td[b-2hnoqjt4y9] {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/DownloadHistory.razor.rz.scp.css */
.lds-ring[b-zuvzbb8tmr] {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}

    .lds-ring div[b-zuvzbb8tmr] {
        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-zuvzbb8tmr 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-zuvzbb8tmr] {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2)[b-zuvzbb8tmr] {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3)[b-zuvzbb8tmr] {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-b-zuvzbb8tmr {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/MainWeatherHistory.razor.rz.scp.css */
.weather-summer[b-5m12j25hpc] {
    height: 100%;
    display: flex;
    width: 100%;
    overflow: auto;
    flex-flow: column;
}

    .weather-summer > .filter-box[b-5m12j25hpc] {
        display: flex;
        padding: 8px;
    }

.weather-summer > .filter-box > .filter-item[b-5m12j25hpc] {
    width: auto;
    display: flex;
}

.weather-summer > .title-grid[b-5m12j25hpc]{
    padding: 10px;
    font-size: 16px;
}

.weather-summer > .error-container[b-5m12j25hpc] {
    height: 100%;
}

.weather-summer .error-container > .message[b-5m12j25hpc] {
    text-align: center;
    color: red;
    margin: 0px;
    position: relative;
    top: calc(50% - 22px);
}

.weather-summer[b-5m12j25hpc]  .rz-datatable-emptymessage {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: red;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.weather-summer[b-5m12j25hpc]  .empty-table .rz-datatable-scrollable-header {
    display:none;
}

.weather-summer[b-5m12j25hpc]  .empty-table .rz-datatable-scrollable-table-wrapper {
    height: 100%;
}

.weather-summer[b-5m12j25hpc]  .empty-table .rz-datatable-scrollable-table-wrapper > table {
    top: 0px;
    height: 100%;
    width: auto;
}


.weather-summer > .filter-box > .filter-item > .filter-inner-item[b-5m12j25hpc] {
    padding: 0px 10px;
}

        .weather-summer > .filter-box > .count-change-box[b-5m12j25hpc] {
        }

        .weather-summer > .filter-box > .visible-change-box[b-5m12j25hpc] {
            position: relative;
        }

            .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn[b-5m12j25hpc] {
                background-color: initial;
                border: none;
                padding: 5px;
                font-size: 1rem;
                color: #9d9d9d;
                transition: all .2s;
            }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:hover[b-5m12j25hpc] {
                    color: #6b6b6b;
                    transform: rotate(45deg);
                }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn.clicked[b-5m12j25hpc] {
                    color: #6b6b6b;
                    transform: rotate(90deg);
                }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:disabled[b-5m12j25hpc] {
                    opacity: 0.5;
                }

                    .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:disabled:hover[b-5m12j25hpc] {
                        color: #9d9d9d;
                        transform: rotate(0deg);
                    }

[b-5m12j25hpc] .rz-checkbox {
    margin: 10px 0px;
}



[b-5m12j25hpc] .rz-datatable-thead th {

}

[b-5m12j25hpc] .rz-datatable-thead th .rz-column-title {
    width: calc(100% - 10px);
    display: inline-block;
    overflow: hidden;
    white-space: initial;
}

[b-5m12j25hpc] .rz-datatable-thead th, .rz-grid-table thead th[b-5m12j25hpc] {
    padding: 0.5rem 0;
}

[b-5m12j25hpc] .rz-datatable-data tr td {
    padding: 0px;
}

.cell[b-5m12j25hpc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/MainWeatherSummary.razor.rz.scp.css */
.weather-summer[b-q6faxckjye] {
    height: 100%;
    display: flex;
    width: 100%;
    overflow: auto;
    flex-flow: column;
}

    .weather-summer > .filter-box[b-q6faxckjye] {
        display: flex;
        padding: 8px;
    }

        .weather-summer > .filter-box > .filter-item[b-q6faxckjye] {
            width: 50%;
            display: flex;
        }

        .weather-summer > .filter-box > .count-change-box[b-q6faxckjye] {
        }

        .weather-summer > .filter-box > .visible-change-box[b-q6faxckjye] {
            position: relative;
        }

            .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn[b-q6faxckjye] {
                background-color: initial;
                border: none;
                padding: 5px;
                font-size: 1rem;
                color: #9d9d9d;
                transition: all .2s;
            }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:hover[b-q6faxckjye] {
                    color: #6b6b6b;
                    transform: rotate(45deg);
                }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn.clicked[b-q6faxckjye] {
                    color: #6b6b6b;
                    transform: rotate(90deg);
                }

                .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:disabled[b-q6faxckjye] {
                    opacity: 0.5;
                }

                    .weather-summer > .filter-box > .visible-change-box > .visible-filter-btn:disabled:hover[b-q6faxckjye] {
                        color: #9d9d9d;
                        transform: rotate(0deg);
                    }

[b-q6faxckjye] .rz-checkbox {
    margin: 10px 0px;
}

[b-q6faxckjye] .rz-datatable-thead th {
}

    [b-q6faxckjye] .rz-datatable-thead th .rz-column-title {
        width: calc(100% - 10px);
        display: inline-block;
        overflow: hidden;
        white-space: initial;
    }

[b-q6faxckjye] .rz-datatable-thead th, .rz-grid-table thead th[b-q6faxckjye] {
    padding: 0.5rem 0;
}

[b-q6faxckjye] .rz-datatable-data tr td {
    padding: 0px;
}

.weather-summer[b-q6faxckjye]  .rz-datatable-emptymessage {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: red;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.weather-summer[b-q6faxckjye]  .empty-table .rz-datatable-scrollable-header {
    display: none;
}

.weather-summer[b-q6faxckjye]  .empty-table .rz-datatable-scrollable-table-wrapper {
    height: 100%;
}

    .weather-summer[b-q6faxckjye]  .empty-table .rz-datatable-scrollable-table-wrapper > table {
        top: 0px;
        height: 100%;
        width: auto;
    }

[b-q6faxckjye] .rz-group-header {
    display: none;
}

.cell[b-q6faxckjye] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/Cameras.razor.rz.scp.css */
.tooltip-cameras-photo[b-j9kn3h0tdi] {

}

.tooltip-cameras-photo .cameras-image-grid[b-j9kn3h0tdi] {
     width: 100%;
     height: 100%;
     display: grid;
     grid-gap: 10px;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/FilterVisible.razor.rz.scp.css */
.filter-input[b-k8t67moe1x] {
    display: flex;
    padding: 5px 0px;
}

.filter-input .btn-search[b-k8t67moe1x] {
    background-color: #3f8cb3;
    color: #fff;
    border: none;
    padding: 0px 10px;
    border-radius: 0px 5px 5px 0px;
}

.visible-filter[b-k8t67moe1x] {
    max-height: 200px;
    overflow-y: scroll;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/Forecast.razor.rz.scp.css */
table > thead > tr > th[b-xxf1gct54w], table > tbody > tr > td[b-xxf1gct54w] {
    padding: 5px;
    white-space: break-spaces;
    min-width: 60px;
    max-width: 60px;
    overflow: hidden;
}

table > tbody > tr.forecast-state > td[b-xxf1gct54w] {
    vertical-align: baseline;
    color: red;
    animation: alarn-b-xxf1gct54w 1.5s ease-in infinite alternate;
}

.rz-cell-data[b-xxf1gct54w] {
    display: flex;
}

table > tbody > tr > td > .rz-cell-data > label[b-xxf1gct54w] {
    color: black;
    font-weight: 500;
}

@keyframes alarn-b-xxf1gct54w {
    from {
        text-shadow: 0px 0px 0px #f95d5d;
    }

    to {
        text-shadow: 0px 0px 3px #f95d5d;
    }
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/Image.razor.rz.scp.css */
.camera-image[b-hju6tilojs] {
    position: relative;
}

    .camera-image > .camera-info[b-hju6tilojs] {
        margin: 2%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .camera-image > .camera-info > p[b-hju6tilojs] {
            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;
        }

        .camera-image > .camera-info > .name[b-hju6tilojs] {
            padding: 0.4em 0px;
        }


    .camera-image > .dark[b-hju6tilojs] {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        z-index: 1;
        transition: opacity .2s;
        top: 0px;
        left: 0px;
    }

    .camera-image > .glyphicon-search[b-hju6tilojs] {
        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;
    }

    .camera-image:hover[b-hju6tilojs] {
        cursor: pointer;
    }

        .camera-image:hover .dark[b-hju6tilojs] {
            opacity: 0.5;
        }

        .camera-image:hover .glyphicon-search[b-hju6tilojs] {
            opacity: 1;
        }
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/RoadHeight.razor.rz.scp.css */
ul[b-ahigo57eca] {
    padding:0px;
    margin:0px;
    list-style-type: none;
}

ul > li[b-ahigo57eca] {

}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/TooltipComponents/Terhum.razor.rz.scp.css */
ul[b-z6uqs8kycf] {
    padding:0px;
    margin:0px;
    list-style-type: none;
}

ul > li[b-z6uqs8kycf] {

}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/ValueComponents/CamerasWeatherSummary.razor.rz.scp.css */
.container-icon[b-xzofxw520w]  .rz-button {
    background: none;
    text-shadow: none;
    font-size: 25px;
    padding: 0px;
    color: #000000;
}

.container-icon[b-xzofxw520w]  .rz-button:hover {
    cursor: default;
}

.container-cameras[b-xzofxw520w]  .rz-button:hover {
    cursor: pointer;
    font-size: 27px;
}
/* _content/Burstroy.Modules.Blazor.WeatherSummary/Pages/ValueComponents/ComplexName.razor.rz.scp.css */
.complex-name[b-a5iy8yospl] {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 5px;
}
