/* _content/WatchManagement/Components/Pages/Alerts.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-38o7w94mr4] {
    height: 35rem;
    overflow-y: auto;
}

.grid[b-38o7w94mr4]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-38o7w94mr4] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
    font-size: small;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-38o7w94mr4] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-38o7w94mr4] tbody td {
    /*white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;*/
    font-size: small;
}
/* _content/WatchManagement/Components/Pages/GoogleMap.razor.rz.scp.css */
/* Hide the close button of the InfoWindow */
.gm-style-iw button.gm-ui-hover-effect[b-c5g6pfiujg] {
    display: none;
}
/* _content/WatchManagement/Components/Pages/SmsMessages.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-k1oxz07thg] {
    height: 35rem;
    overflow-y: auto;
}

    .grid[b-k1oxz07thg]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-k1oxz07thg] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
    font-size: small;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-k1oxz07thg] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-k1oxz07thg] tbody td {
    /*white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;*/
    font-size: small;
}
