@import '_content/BlazorVideoPlayer/BlazorVideoPlayer.bundle.scp.css';

/* /AlertWidgets/AlertModeResponders.razor.rz.scp.css */
table[b-97028o4d6l]
{
    width:100%;
    background-color:white;
}
th[b-97028o4d6l]
{
    font-size:30px;
    text-align:left;
    padding:10px;
    border-bottom:2px solid black;
}
td[b-97028o4d6l] {
    font-size: 26px;
    text-align: left;
    padding: 10px;
}
tr[b-97028o4d6l] {
    border-bottom: 1px solid black;
}
/* /EmergencyModes/AlertModeV1.razor.rz.scp.css */
.alertmodev1block[b-3ufh2cgdwu] {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #6d0707;
    /* display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 50px 230px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "leftblock righttopblock"
        "leftblock unitsblock rightbottomblock";
    .parent*/


    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 50px 230px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.unitsblock[b-3ufh2cgdwu] {
    grid-area: 2 / 2 / 3 / 3;
    background-color: #252525;
}
.largemap div[b-3ufh2cgdwu] {
    height: 100%;
    width: 100%;
}
 .leaflet-container[b-3ufh2cgdwu] {
    height: 100%;
    width: 100%;
}
.largemap .leaflet-container[b-3ufh2cgdwu] {
    height: 100%;
    width: 100%;
}
.leftblock[b-3ufh2cgdwu] {
    grid-area: 1 / 1 / 4 / 2;
}

.righttopblock[b-3ufh2cgdwu] {
    grid-area: 1 / 2 / 2 / 3;
    background-color: #252525;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.righttopblock[b-3ufh2cgdwu]::-webkit-scrollbar {
    display: none;
}


.rightbottomblock[b-3ufh2cgdwu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "dispatchtimeblock streetviewblock"
        "turnouttimeblock streetviewblock";
    grid-area: 3 / 2 / 4 / 3;
    background-color: #252525;
}

.streetviewblock[b-3ufh2cgdwu] {
    grid-area: streetviewblock;
}

.dispatchtimeblock[b-3ufh2cgdwu] {
    grid-area: dispatchtimeblock;
    color: white;
}
.dispatchtimeblock .dispatchtime[b-3ufh2cgdwu] {
    padding: 0 20px 10px 20px;
    border-radius: 10px;
}
.turnouttimeblock[b-3ufh2cgdwu] {
    grid-area: turnouttimeblock;
    color: white;
}
.turnouttimeblock .turnouttime[b-3ufh2cgdwu] {
    background-color: #6d0707;
    margin: 0 20px 0 20px;
    border-radius: 10px;
}
.largemap[b-3ufh2cgdwu]
{
    height:100%;
}
/*
    .lefttopblock
    {
        max-height:80px;
    }
    .largemapblock {
        height:100%;
    }
*/
.lefttopblock[b-3ufh2cgdwu]
{
    text-align:center;
    color:white;
    font-size:3em;
}
.streetview[b-3ufh2cgdwu] {
    object-fit: cover;
    height: 100%;
    padding: 5px 5px 10px 10px;
}
.streetview img[b-3ufh2cgdwu] {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.nature[b-3ufh2cgdwu] {
    color: #fff;
    font-size: 4.5em;
    text-align:center;
    padding:20px 20px 10px 20px;
}
.address[b-3ufh2cgdwu] {
    color: #e18f0e;
    font-size: 3.5em;
    text-align: center;
    padding: 0 20px 10px 20px;
}
.location[b-3ufh2cgdwu] {
    color: #e18f0e;
    font-size: 2.8em;
    text-align: center;
    padding: 0 20px 10px 20px;
}
.notes[b-3ufh2cgdwu] {
    color: #e18f0e;
    font-size: 2.8em;
    text-align: center;
    padding: 0 20px 10px 20px;
}
h4[b-3ufh2cgdwu] {
    font-size: 1.4em;
    padding: 10px 10px 0 20px;
    margin: 0;
}

.time[b-3ufh2cgdwu] {
    font-size: 3em;
    line-height: 1em;
    padding: 0 10px 10px 20px;
}
.units[b-3ufh2cgdwu] {
    margin: 10px 20px;
    text-align: center;
    background-color: #252525;
}

.unit[b-3ufh2cgdwu] {
    display: block;
    float: left;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    font-size: 1.3em;
    padding: 5px 7px;
}
/* /EmergencyModes/AlertModeV2.razor.rz.scp.css */
.alertmodev2block[b-f3ap7vuced] {
    display: grid;
    grid-template-rows: 75px 100px minmax(100px, auto) minmax(60px, 60px);
    height: 100%;
}
    .alertmodev2block .topbar[b-f3ap7vuced] {

        display: grid;
        background-color:black;
        grid-template-columns: 250px auto 250px;
    }
    .alertmodev2block .topbar .activeincidentcount[b-f3ap7vuced] {
       text-align:center;
       font-size:50px;

    }
.alertmodev2block .topbar .chieflogo[b-f3ap7vuced] {
    height: 60px;
    margin: 7px 10px;
}
.alertmodev2block .topbar .chieflogo img[b-f3ap7vuced] {
    
    height: 100%;
}

.alertmodev2block .topbar .activeincidentcount[b-f3ap7vuced] {
    color: white;
}

        .alertmodev2block .topbar .currenttime[b-f3ap7vuced] {
            padding: 10px 15px;

            color: white;
        }
.alertmodev2block .naturerow[b-f3ap7vuced] {
    background-color: aliceblue;
    border-bottom:4px solid black;
        
}
.alertmodev2block .naturerow h1[b-f3ap7vuced]{
    font-size:2em;
    text-align:center;
    font-size:75px;
}
    .alertmodev2block .infoandmapblock[b-f3ap7vuced] {
        display: grid;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        grid-template-columns: 1fr 2fr;
        border-bottom: 4px solid black;
    }
    .alertmodev2block .infoandmapblock .infoblock[b-f3ap7vuced] {
        background-color: aliceblue;
        border-right:4px solid black;
        padding:10px;
    }
    .alertmodev2block .infoandmapblock .infoblock .infoblocktext[b-f3ap7vuced] {
        font-size:24px;
        text-align:center;
    }
    .leaflet-container[b-f3ap7vuced] {
        height: 100%;
        width: 100%;
    }
    .themap .leaflet-container[b-f3ap7vuced] {
        height: 100%;
        width: 100%;
    }
    .alertmodev2block .infoandmapblock .infoblock .infoblocktext .address[b-f3ap7vuced] {
        font-size:52px;
    }
        .alertmodev2block .infoandmapblock .infoblock .infoblocktext .location[b-f3ap7vuced] {
            font-size: 52px;
        }
        .alertmodev2block .infoandmapblock .infoblock .infoblocktext .notes[b-f3ap7vuced] {
            font-size: 42px;
        }
.alertmodev2block .infoandmapblock .mapblock[b-f3ap7vuced] {
    height: 100%;
    width: 100%;
}
    .alertmodev2block .infoandmapblock .mapblock .themap[b-f3ap7vuced] {
        display: block;
        height: 100%;
        width: 100%;
    }
    .alertmodev2block .infoandmapblock .mapblock .responders[b-f3ap7vuced] {
        display: none;
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("/images/backgrounds/theme1.jpg");
       
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
    }
    .alertmodev2block .durationandunits[b-f3ap7vuced] {
        background-color: aliceblue;
        display: grid;
        grid-template-columns: 1fr 4fr;
    }
        .alertmodev2block .durationandunits .durationblock[b-f3ap7vuced] {
            font-size: 34px;
            background-color: aliceblue;
            display: grid;
            grid-template-columns: 1fr 2fr;
        }
.alertmodev2block .durationandunits .durationblock .durationtext[b-f3ap7vuced] {
    text-align: left;
    padding: 5px 10px;
}
.alertmodev2block .durationandunits .durationblock .duration[b-f3ap7vuced] {
    text-align: left;
    padding: 5px 10px;
}
.alertmodev2block .durationandunits .unitsblock[b-f3ap7vuced] {
    background-color: aliceblue;
    padding: 5px 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.alertmodev2block .durationandunits .unitsblock .unit[b-f3ap7vuced] {
    display: block;
    float:right;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    font-size: 1.3em;
    padding: 5px 7px;
}
/* /EmergencyModes/AlertModeV3.razor.rz.scp.css */
.alertmodev2block[b-x8kp1g32cy] {
    display: grid;
    grid-template-rows: 75px 100px minmax(100px, auto) minmax(60px, 60px);
    height: 100%;
}

    .alertmodev2block .topbar[b-x8kp1g32cy] {
        display: grid;
        background-color: black;
        grid-template-columns: 250px auto 250px;
    }

        .alertmodev2block .topbar .activeincidentcount[b-x8kp1g32cy] {
            text-align: center;
            font-size: 50px;
        }

        .alertmodev2block .topbar .chieflogo[b-x8kp1g32cy] {
            height: 60px;
            margin: 7px 10px;
        }

            .alertmodev2block .topbar .chieflogo img[b-x8kp1g32cy] {
                height: 100%;
            }

        .alertmodev2block .topbar .activeincidentcount[b-x8kp1g32cy] {
            color: white;
        }

        .alertmodev2block .topbar .currenttime[b-x8kp1g32cy] {
            padding: 10px 15px;
            color: white;
        }

    .alertmodev2block .naturerow[b-x8kp1g32cy] {
        background-color: aliceblue;
        border-bottom: 4px solid black;
    }

        .alertmodev2block .naturerow h1[b-x8kp1g32cy] {
            font-size: 2em;
            text-align: center;
            font-size: 75px;
        }

    .alertmodev2block .infoandmapblock[b-x8kp1g32cy] {
        display: grid;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        grid-template-columns: 1fr 2fr;
        border-bottom: 4px solid black;
    }

        .alertmodev2block .infoandmapblock .infoblock[b-x8kp1g32cy] {
            background-color: aliceblue;
            border-right: 4px solid black;
            padding: 10px;
        }

            .alertmodev2block .infoandmapblock .infoblock .infoblocktext[b-x8kp1g32cy] {
                font-size: 24px;
                text-align: center;
            }

.leaflet-container[b-x8kp1g32cy] {
    height: 100%;
    width: 100%;
}

.themap .leaflet-container[b-x8kp1g32cy] {
    height: 100%;
    width: 100%;
}

.alertmodev2block .infoandmapblock .infoblock .infoblocktext .address[b-x8kp1g32cy] {
    font-size: 52px;
}

.alertmodev2block .infoandmapblock .infoblock .infoblocktext .location[b-x8kp1g32cy] {
    font-size: 52px;
}

.alertmodev2block .infoandmapblock .infoblock .infoblocktext .notes[b-x8kp1g32cy] {
    font-size: 42px;
}

.alertmodev2block .infoandmapblock .mapblock[b-x8kp1g32cy] {
    height: 100%;
    width: 100%;
}

    .alertmodev2block .infoandmapblock .mapblock .themap[b-x8kp1g32cy] {
        display: block;
        height: 100%;
        width: 100%;
    }

    .alertmodev2block .infoandmapblock .mapblock .responders[b-x8kp1g32cy] {
        display: none;
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("/images/backgrounds/theme1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
    }

.alertmodev2block .durationandunits[b-x8kp1g32cy] {
    background-color: aliceblue;
    display: grid;
    grid-template-columns: 1fr 4fr;
}

    .alertmodev2block .durationandunits .durationblock[b-x8kp1g32cy] {
        font-size: 34px;
        background-color: aliceblue;
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

        .alertmodev2block .durationandunits .durationblock .durationtext[b-x8kp1g32cy] {
            text-align: left;
            padding: 5px 10px;
        }

        .alertmodev2block .durationandunits .durationblock .duration[b-x8kp1g32cy] {
            text-align: left;
            padding: 5px 10px;
        }

    .alertmodev2block .durationandunits .unitsblock[b-x8kp1g32cy] {
        background-color: aliceblue;
        padding: 5px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .alertmodev2block .durationandunits .unitsblock .unit[b-x8kp1g32cy] {
            display: block;
            float: right;
            border-radius: 5px;
            margin: 0 10px 5px 0;
            font-size: 1.3em;
            padding: 5px 7px;
        }
/* /EmergencyModes/OldV1WithGoogle.razor.rz.scp.css */
.alertmodev1block[b-qs0dzstpwe] {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #6d0707;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 230px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "leftblock righttopblock"
        "leftblock rightbottomblock";
}

.leftblock[b-qs0dzstpwe] {
    grid-area: leftblock;
}

.righttopblock[b-qs0dzstpwe] {
    grid-area: righttopblock;
    background-color: #252525;
}

.rightbottomblock[b-qs0dzstpwe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "dispatchtimeblock streetviewblock"
        "turnouttimeblock streetviewblock";
    grid-area: rightbottomblock;
    background-color: #252525;
}

.streetviewblock[b-qs0dzstpwe] {
    grid-area: streetviewblock;
}

.dispatchtimeblock[b-qs0dzstpwe] {
    grid-area: dispatchtimeblock;
    color: white;
}
.dispatchtimeblock .dispatchtime[b-qs0dzstpwe] {
    padding: 0 20px 10px 20px;
    border-radius: 10px;
}
.turnouttimeblock[b-qs0dzstpwe] {
    grid-area: turnouttimeblock;
    color: white;
}
.turnouttimeblock .turnouttime[b-qs0dzstpwe] {
    background-color: #6d0707;
    margin: 0 20px 0 20px;
    border-radius: 10px;
}
.largemap[b-qs0dzstpwe]
{
    height:100%;
}
/*
    .lefttopblock
    {
        max-height:80px;
    }
    .largemapblock {
        height:100%;
    }
*/
.lefttopblock[b-qs0dzstpwe]
{
    text-align:center;
    color:white;
    font-size:3em;
}
.streetview[b-qs0dzstpwe] {
    object-fit: cover;
    height: 100%;
    padding: 5px 5px 10px 10px;
}
.streetview img[b-qs0dzstpwe] {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.nature[b-qs0dzstpwe] {
    color: #fff;
    font-size: 4.5em;
    text-align:center;
    padding:20px 20px 10px 20px;
}
.address[b-qs0dzstpwe] {
    color: #e18f0e;
    font-size: 3.5em;
    text-align: center;
    padding: 0 20px 10px 20px;
}
.location[b-qs0dzstpwe] {
    color: #e18f0e;
    font-size: 3em;
    text-align: center;
    padding: 0 20px 10px 20px;
}

h4[b-qs0dzstpwe] {
    font-size: 1.4em;
    padding: 10px 10px 0 20px;
    margin: 0;
}

.time[b-qs0dzstpwe] {
    font-size: 3em;
    padding: 0 10px 10px 20px;
}
.units[b-qs0dzstpwe] {
    margin: 10px 20px;
    text-align: center;
}

.unit[b-qs0dzstpwe] {
    display: block;
    float: left;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    font-size: 1.3em;
    padding: 5px 7px;
}
/* /NonEmergencyLayouts/ActiveIncidentListV1.razor.rz.scp.css */

.IncidentTableTime[b-3nc1gze76o] {
    padding: 0;
    margin: 0;

    display:none;
}
.mud-table-row[b-3nc1gze76o]
{
    margin:0;
}

.incidenttable thead tr th[b-3nc1gze76o]
{
    border:none;
}
.incidenttable thead tr th div[b-3nc1gze76o] {
    border: 3px solid white;
    background-color: #de1f27;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 5px;
    color: white;
    font-size: 1.2em;
}
.incidenttable[b-3nc1gze76o] {
    margin: auto;
    width: 90%;
}
    .incidenttable tbody[b-3nc1gze76o], .incidenttable thead[b-3nc1gze76o]
    {
        margin:0;
        padding:0;
    }
        .incidenttable tbody tr[b-3nc1gze76o], .incidenttable tbody[b-3nc1gze76o], .incidenttable[b-3nc1gze76o]{
            height: 100%;
        }
.activeincidents[b-3nc1gze76o] {
    height: 100%;
    overflow: hidden;
}

.incidenttable tbody tr td[b-3nc1gze76o] {
    display: table-cell;

    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    word-break: break-all;
    height: 100%;
}
    .incidenttable tbody tr td.time[b-3nc1gze76o], .incidenttable tbody tr td.time div[b-3nc1gze76o]{
        word-break: normal;
    }
    .incidenttable tbody tr td div[b-3nc1gze76o] {
        background-color: #fff;
        padding: 8px 10px;
        margin: 0 8px;
        word-break: break-all;
        height:100%;
    }
.incidenttable tbody tr.even td div[b-3nc1gze76o] {
    background-color: #f3f3f3;
}
.mud-table-head .mud-table-cell[b-3nc1gze76o] {
    padding: 0;
    margin: 0;
}

.incidenttable .noincidents td div[b-3nc1gze76o] {
    margin-top: 5px;
    border-radius: 5px;
}

.top[b-3nc1gze76o] {
    /*background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    border: 5px solid #ffffff;

 background-color: #0055aa;
    border-bottom: 1px solid #2299dd;
    */
    background-color: #2299dd;
    /*border-bottom: 2px solid black;*/
    margin: 0px 0px 25px 0px;
    padding: 5px 0px;
    display: flex;
}
    .top .heading[b-3nc1gze76o] {
        text-align: center;
        flex: 1;
        margin: auto;
        font-size:38px
    }
        .top .heading h1[b-3nc1gze76o] {
            vertical-align: middle;
            font-size: 38px
        }
    .top .time[b-3nc1gze76o] {
        flex: 1;
    }
    .top .logo[b-3nc1gze76o] {
        flex: 1;
    }
.top h2[b-3nc1gze76o] {
   
    font-size: 48px;

    color: #FFFFFF;
    
    text-align: center;
}
.IncidentTableTime div[b-3nc1gze76o] {
    padding: 0;
    margin: 0;

}
.incidenttable tbody tr td div p[b-3nc1gze76o] {
    margin: 0;
}

@media (min-width: 1367px) and (max-width: 6245px) 
{
    .logo-top1[b-3nc1gze76o] {
        position: absolute;
        top: 10px;
        left: 100px;
        color: #ffff;
    }
}
.top h2[b-3nc1gze76o] {
   
    text-align: right;
    color: #FFFFFF;

    margin: 0;
    position: absolute;
    right: 100px;
    top: 15px;
}
.top h1[b-3nc1gze76o] {
   
    font-size: 30px;

    text-align: center;
    color: #FFFFFF;
   
    margin: 0;
}
/* /NonEmergencyLayouts/DisplayGoogleSlideShow.razor.rz.scp.css */
.displaywebpage[b-ceiz8ipfu2] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

iframe[b-ceiz8ipfu2]::-webkit-scrollbar {
    display: none;
}

.displaywebpage[b-ceiz8ipfu2]::-webkit-scrollbar {
    display: none;
}

.displaywebpage iframe[b-ceiz8ipfu2] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* /NonEmergencyLayouts/DisplayWebPage.razor.rz.scp.css */
.displaywebpage[b-uz44dm2xj1] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    iframe[b-uz44dm2xj1]::-webkit-scrollbar {
        display: none;
    }
    .displaywebpage[b-uz44dm2xj1]::-webkit-scrollbar {
        display: none;
    }

.displaywebpage iframe[b-uz44dm2xj1] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* /NonEmergencyLayouts/FourWidgetsTwoRowsTwoColumns.razor.rz.scp.css */

.fourwidgetstworowstwocolumns[b-fzrdbhiy30] {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    height: 100vh;
    width: 100%;
}
.one[b-fzrdbhiy30] {
    grid-column: 1 / 2;
    grid-row: 1;
}

.two[b-fzrdbhiy30] {
    grid-column: 2 / 2;
    grid-row: 1;
}

.three[b-fzrdbhiy30] {
    grid-column: 1 / 2;
    grid-row: 2;
}

.four[b-fzrdbhiy30] {
    grid-column: 2 / 4;
    grid-row: 2;

}

/* /NonEmergencyLayouts/PlayMp4.razor.rz.scp.css */
.videohold[b-t9isfzjgb0] {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    object-fit:fill;
}
/* /NonEmergencyLayouts/RidingBoardV1.razor.rz.scp.css */
.ridingboard[b-ucygpdvg1i] {

}

    .ridingboard .ridingboardname[b-ucygpdvg1i] {
        /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/
        background-color: #0055aa;
        border-bottom: 1px solid #2299dd;
        background-color: #2299dd;
        border:none;
        margin: 0px 0px 25px 0px;
        position: relative;
        padding: 5px 0px;
    }

        .ridingboard .ridingboardname h1[b-ucygpdvg1i] {
            font-family: "Montserrat", Sans-serif;
            font-size: 38px;
           
            color: #FFFFFF;
          
            text-align: center;
            margin: 0;
        }
.ridingboard .nogroups[b-ucygpdvg1i] {
}
.ridingboard .nogroups h2[b-ucygpdvg1i]{
}
    .ridingboard .ridinggroups .ridinggroup[b-ucygpdvg1i] {
        flex-grow: 1;
        width: 20%;
        vertical-align: top;
        height: min-content;
        max-width: 500px;
    }
    .ridingboard .ridinggroups[b-ucygpdvg1i] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

    }


    .ridingboard .ridinggroup .title[b-ucygpdvg1i] {
        border: 3px solid white;
        background-color: #de1f27;
        text-align: center;
        padding: 3px 5px;
        border-radius: 5px;
        margin: 0 5px;
        color: white;
        font-size: 1.2em;
    }
.ridingboard .ridinggroup .title h2[b-ucygpdvg1i]{
    font-size:20px
}
.ridingboard .ridinggroup .agencyname h3[b-ucygpdvg1i]{
}
    .ridingboard .ridinggroup .slots[b-ucygpdvg1i] {
        background-color: #fff;
        padding: 8px 10px;
        margin: 0 8px;
        word-break: break-all;
        height: 100%;
    }
        .ridingboard .ridinggroup .slots .slot[b-ucygpdvg1i] {
            display: flex;
            font-size: 16px;

            height: 24px;
        }

    .ridingboard .ridinggroup .slots .slot .slotname[b-ucygpdvg1i] {
        padding-right: 5px;
        text-align: left;
        flex: 1;


    }
            .ridingboard .ridinggroup .slots .slot .slotperson[b-ucygpdvg1i] {
                text-align: right;
                flex: 2;
                text-overflow: ellipsis;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
            }
                .ridingboard .ridinggroup .slots .slot .slotperson p[b-ucygpdvg1i] {
                    text-align: right;
                    margin: 0;

                }
        .ridingboard .ridinggroup .slots .slot .slotperson p span[b-ucygpdvg1i] {
            text-align: right;
        }
    .ridingboard .ridinggroup .slots .slot .slotperson span.open[b-ucygpdvg1i] {
        text-align: right;
        color: green;
    }

/* /NonEmergencyLayouts/ThreeBlocksOneRowWidgets.razor.rz.scp.css */
.threeblocksonerowwidget[b-hlvs7folmm] {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
}

    .threeblocksonerowwidget div[b-hlvs7folmm] {
        height: 100%;
        margin: 0;
        padding: 0;
    }
/* /NonEmergencyLayouts/TwoBlocksOneRowWidgets.razor.rz.scp.css */
.twoblocksonerowwidget[b-nxnnrtvbyu] {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
}

.twoblocksonerowwidget div[b-nxnnrtvbyu] {
    height: 100%;
    margin: 0;
    padding: 0;
}
/* /NonEmergencyLayouts/TwoTrafficCamsV1.razor.rz.scp.css */
.twocams[b-oi4thvsek1]
{
    margin:auto;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0px 0px;
    grid-auto-flow: row;
}

.twocams .leftcam[b-oi4thvsek1] {
    margin: 20px 10px 20px 20px;
    text-align:center;
}
    .twocams .rightcam[b-oi4thvsek1] {
        margin: 20px 20px 20px 10px;
        text-align: center;
    }
/* /NonEmergencyLayouts/WeatherV1.razor.rz.scp.css */
.weather_box[b-90xhpx7vfw] {
    width: 90%;
    margin: 0 auto;
}
.temprature_meter[b-90xhpx7vfw]
{
    margin-top:10px;
}
.weather_header[b-90xhpx7vfw] {
    display: flex;
    justify-content: space-between;
}

.temprature_number_in_cel h1[b-90xhpx7vfw] {
    font-size: 150px;
    color: #fff;
    line-height: 156px;
    margin: 0;
}

.temprature_number_in_cel p[b-90xhpx7vfw] {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    padding-left: 10px;
}

.weather_info p[b-90xhpx7vfw] {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif
}

.pressure[b-90xhpx7vfw] {
    padding-top: 70px;
}

    .pressure p[b-90xhpx7vfw] {
        color: #fff;
        font-size: 29px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'Poppins', sans-serif;
        line-height: 33px;
    }

.weather_info[b-90xhpx7vfw] {
    padding-top: 70px;
}

    .weather_info p[b-90xhpx7vfw] {
        color: #fff;
        font-size: 29px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'Poppins', sans-serif;
        line-height: 35px;
    }

.weather_mph[b-90xhpx7vfw] {
    display: flex;
}

    .weather_mph img[b-90xhpx7vfw] {
        width: 200px;
        height: 200px;
    }

.weather_from[b-90xhpx7vfw] {
    margin-top: auto;
}

    .weather_from span[b-90xhpx7vfw] {
        display: block;
        font-size: 15px;
        color: #fff;
        margin: 0;
        line-height: 12px;
        font-weight: 400 !important;
        text-transform: capitalize !important;
    }

.weather_from[b-90xhpx7vfw] {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.mph[b-90xhpx7vfw] {
    position: relative;
}

    .mph p[b-90xhpx7vfw] {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        line-height: 40px;
    }

        .mph p span[b-90xhpx7vfw] {
            display: block;
            font-size: 22px;
            text-align: center;
            font-weight: 500;
        }

.weather_day[b-90xhpx7vfw] {
    display: flex;
    justify-content: center;
}

    .weather_day button[b-90xhpx7vfw] {
        padding: 7px 80px;
        border-radius: 40px;
        background: #e08f26;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        border: none;
        width: 30%;
    }

.day_card h1[b-90xhpx7vfw] {
    text-align: center;
    background: rgba(255, 255, 255, .3);
    padding: 10px 20px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.weather_icon[b-90xhpx7vfw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.day_card[b-90xhpx7vfw] {
    background: #14ace3;
    padding-bottom: 5px;
}

.weather_icon img[b-90xhpx7vfw] {
    width: 120px;
    margin: 0 auto;
}

.card_detail ul[b-90xhpx7vfw] {
    padding: 10px;
    margin: 0;
}

    .card_detail ul li[b-90xhpx7vfw] {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 20px;
    }

.day_to_day_weather[b-90xhpx7vfw] {
    margin: 0 0px;
}

.carousel-control-next-icon[b-90xhpx7vfw], .carousel-control-prev-icon[b-90xhpx7vfw] {
    display: contents;
}

.day_to_day_weather .weather_map img[b-90xhpx7vfw] {
    width: 90%;
    position:relative;
    top:-30px;
}

@media (min-width:1367px) and (max-width:6245px) {
    .weather_box[b-90xhpx7vfw] {
        width: 90%;
        margin: 0 auto;
    }


    .weather_header[b-90xhpx7vfw] {
        display: flex;
        justify-content: space-between;
    }

    .temprature_number_in_cel h1[b-90xhpx7vfw] {
        font-size: 150px;
        color: #fff;
        line-height: 156px;
        margin: 0;
    }

    .temprature_number_in_cel p[b-90xhpx7vfw] {
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .weather_info p[b-90xhpx7vfw] {
        color: #fff;
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'Poppins', sans-serif
    }

    .pressure[b-90xhpx7vfw] {
        padding-top: 70px;
    }

        .pressure p[b-90xhpx7vfw] {
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 0px;
            font-family: 'Poppins', sans-serif;
            line-height: 33px;
        }

    .weather_info[b-90xhpx7vfw] {
        padding-top: 70px;
    }

        .weather_info p[b-90xhpx7vfw] {
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 0px;
            font-family: 'Poppins', sans-serif;
            line-height: 35px;
        }

    .weather_mph[b-90xhpx7vfw] {
        display: flex;
    }

        .weather_mph img[b-90xhpx7vfw] {
            width: 70%;
            height: auto;
        }

    .weather_from[b-90xhpx7vfw] {
        margin-top: auto;
    }

        .weather_from span[b-90xhpx7vfw] {
            display: block;
            font-size: 15px;
            color: #fff;
            margin: 0;
            line-height: 12px;
            font-weight: 400 !important;
            text-transform: capitalize !important;
        }

    .weather_from[b-90xhpx7vfw] {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 30px;
    }

    .mph[b-90xhpx7vfw] {
        position: relative;
        text-align: center;
    }

        .mph p[b-90xhpx7vfw] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 70px;
            font-weight: 700;
            color: #fff;
            line-height: 40px;
        }

            .mph p span[b-90xhpx7vfw] {
                display: block;
                font-size: 22px;
                text-align: center;
                font-weight: 500;
            }

    .weather_day[b-90xhpx7vfw] {
        display: flex;
        justify-content: center;
    }

        .weather_day button[b-90xhpx7vfw] {
            padding: 6px 80px;
            border-radius: 40px;
            background: #e08f26;
            font-size: 24px;
            color: #fff;
            font-weight: 700;
            border: none;
            width: 30%;
        }

    .day_card h1[b-90xhpx7vfw] {
        text-align: center;
        background: rgba(255, 255, 255, .3);
        padding: 7px 20px;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

    .weather_icon[b-90xhpx7vfw] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
    }

    .day_card[b-90xhpx7vfw] {
        background: #14ace3;
        padding-bottom: 5px;
    }

    .weather_icon img[b-90xhpx7vfw] {
        width: 50%;
        margin: 0 auto;
    }

    .card_detail ul[b-90xhpx7vfw] {
        padding: 10px;
    }

        .card_detail ul li[b-90xhpx7vfw] {
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 20px;
        }

    .day_to_day_weather[b-90xhpx7vfw] {
        margin: 30px 0px;
    }
}



.annotationText[b-90xhpx7vfw] {
    font-size: 35px;
    width: 120px;
    text-align: center;
    margin-top: -30px;
    margin-left: -55px
}
.weather_icon p[b-90xhpx7vfw] {
    margin-top: 0;
    margin-bottom: 0;
}
.weather_icon img[b-90xhpx7vfw] {
    width:50px;
    height:50px;
}
.sliderAlign[b-90xhpx7vfw] {
    height: 70px;
    width: 250px;
    margin-left: -120px;
}

#gradient_slider.e-control.e-slider .e-slider-track[b-90xhpx7vfw] {
    background: -webkit-linear-gradient(left, #ea501a 0, #f79c02 20%, #e5ce20 40%, #a1cb43 60%, #82b944 80%);
    background: linear-gradient(left, #ea501a 0, #f79c02 20%, #e5ce20 40%, #a1cb43 60%, #82b944 80%);
    background: -moz-linear-gradient(left, #ea501a 0, #f79c02 20%, #e5ce20 40%, #a1cb43 60%, #82b944 80%);
}

#gradient_slider.e-control.e-slider .e-range[b-90xhpx7vfw] {
    background-color: transparent;
}

.e-control-wrapper.e-slider-container #gradient_slider.e-control.e-slider .e-handle[b-90xhpx7vfw] {
    background-color: #fff;
    border: 2px solid #666;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.control-container[b-mrrpb2rrsn] {
    background-color: #adb5bd;
    height: 100%;
    margin: 0;
    width: 100%;
}

.e-carousel .slide-content[b-mrrpb2rrsn] {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    height: 100%;
    justify-content: center;
}
/* /Pages/LoggedOut/DisplayRegistrationCode.razor.rz.scp.css */
.e-card[b-f4gpeqrla5]
{
    border:none;
}
/* /Pages/NonEmergencyCarouselV1.razor.rz.scp.css */
.chief360carousel[b-7rq2mtb3gd]
{
    height:100%;
}
/* /Pages/NonEmergencyLayoutV1.razor.rz.scp.css */
.nonemergencyv1[b-960congdm0]
{
    margin: 0;
    background-image: url("/images/backgrounds/theme1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    width:100%;


}
.e-carousel-indicators[b-960congdm0]
{
    display:none;
}

.test_img[b-960congdm0] {
    position: absolute;
    top: -44%;
    /*
    background-image: url("images/tag_line1.png");
    width: 353px;
    height: 157px;*/
}

.test[b-960congdm0] {
    background: #000000;
    color: #ffffff;
    position: absolute;
    bottom: 41px;
    width: 100%;
    z-index: 9;
}

    .test marquee[b-960congdm0] {
        font-size: 200%;
        line-height: 0px;
        font-weight: 600;
        color: #ed1c24;
        padding: 33px;
    }

.chief360logo[b-960congdm0] {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: 1001;
    background-image: url(/images/banner1chief360logo.png);
    height: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.nonemergencyv1 .contentbody[b-960congdm0] {
    height: 100%;
}
    .nonemergencyv1 .contentbody .e-carousel[b-960congdm0] {
        min-height: 100%;
    }
.banner1[b-960congdm0]
{
    height:95px;
    background-color:red;
}
.banner2[b-960congdm0] {
    height: 95px;
    background-color: red;
}
.banner3[b-960congdm0] {
    height: 95px;
    background-color: red;
}

.test_row[b-960congdm0] {
}

.test_img img[b-960congdm0] {
    width: 66%;
}


.test .logo[b-960congdm0] {
    position: absolute;
    height:64px;
   bottom:40px;
}
.text .logo img[b-960congdm0] {
    width: 90px;
    margin-left: 30px;
    margin-top: 5px;
}

.banner1[b-960congdm0] {
    background: #000000;
    color: #ffffff;
    position: absolute;
    bottom: 41px;
    width: 100%;
    z-index: 9;
}

.banner1 marquee[b-960congdm0] {
    font-size: 240%;

    font-weight: 600;
    color: #ed1c24;
    padding: 45px;
}

.banner1 .logo[b-960congdm0] {
    position: absolute;
    height: 64px;
    bottom: 40px;
    left: 20px;
}

.banner1 .logo img[b-960congdm0] {
    width: 90px;
    margin-left: 30px;
    margin-top: 5px;
}

@media (min-width:1367px) and (max-width:6245px) {
    .test_img[b-960congdm0] {
        position: absolute;
        top: -14%;
    }

    /*
    .test {
        background: #000000;
        color: #ffffff;
        position: absolute;
        bottom: 41px;
        width: 100%;
    }

        .test marquee {
            font-size: 240%;
            line-height: 0px;
            font-weight: 600;
            color: #ed1c24;
            padding: 45px;
        }
    */


}

/*
        .test_line img.img_fluid {
        width: 100%;
    }
    .test_line {
        position: fixed;
        right: 0;
    }
    .test_img img {
        width: 70%;
    }

    .test_line img.img_fluid {
        width: 100%;
    }

*/

.layout1[b-960congdm0] {
    height: 100vh;
    width: 100%;
    display: grid;
    grid-template-rows: 80px auto 40px;
}
    .layout1 .banner[b-960congdm0] {
        background-color: #0055aa;
        color: white;
        display: grid;
        grid-template-columns: 250px auto 250px;
        border-bottom: 2px solid black;
    }
.layout1 .contentbody[b-960congdm0]
{
 overflow:auto;
}
.layout1 .footer[b-960congdm0] {
    background-color: black;
}
    .layout1 .footer .ticker[b-960congdm0] {
        margin-right: 100px;
        background-color: red;

    }
.layout1 .logo[b-960congdm0] {

    width: 200px;
    height: 70px;
    text-align:center;
    vertical-align:middle;
}
.layout1 .logo img[b-960congdm0] {
    height: 70px;
    margin: 5px auto;
    vertical-align:bottom;
    border-radius:10px;
}
    .layout1 .agencyname[b-960congdm0] {
        text-align:center;
 
        margin-top:10px

    }
.datetimehold[b-960congdm0] {
 
    text-align:right;
    padding:5px 20px 0 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-w682lvo7ro] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w682lvo7ro] {
    flex: 1;
}

.sidebar[b-w682lvo7ro] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w682lvo7ro] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w682lvo7ro]  a, .top-row[b-w682lvo7ro]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w682lvo7ro]  a:hover, .top-row[b-w682lvo7ro]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w682lvo7ro]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w682lvo7ro] {
        display: none;
    }

    .top-row.auth[b-w682lvo7ro] {
        justify-content: space-between;
    }

    .top-row[b-w682lvo7ro]  a, .top-row[b-w682lvo7ro]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w682lvo7ro] {
        flex-direction: row;
    }

    .sidebar[b-w682lvo7ro] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w682lvo7ro] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w682lvo7ro]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w682lvo7ro], article[b-w682lvo7ro] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ohrhkz034u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ohrhkz034u] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ohrhkz034u] {
    font-size: 1.1rem;
}

.oi[b-ohrhkz034u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ohrhkz034u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ohrhkz034u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ohrhkz034u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ohrhkz034u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ohrhkz034u]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ohrhkz034u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ohrhkz034u] {
        display: none;
    }

    .collapse[b-ohrhkz034u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ohrhkz034u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Widgets/DisplayBulletinBoard.razor.rz.scp.css */
.bulletinboardwidget[b-x1zej70643] {
}

    .bulletinboardwidget .mainheader[b-x1zej70643] {
        background-color: #0055aa;
        border-bottom: 1px solid #2299dd;
        background-color: #2299dd;
        border: none;
        margin: 0px 0px 25px 0px;
        position: relative;
        padding: 5px 0px;
    }

        .bulletinboardwidget .mainheader h1[b-x1zej70643] {
            font-family: "Montserrat", Sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .bulletinboardwidget .bulletin[b-x1zej70643] {
    }

        .bulletinboardwidget .bulletin .name[b-x1zej70643] {
        }

        .bulletinboardwidget .bulletin .slot[b-x1zej70643] {
        }

        .bulletinboardwidget .bulletin .slot[b-x1zej70643] {
        }



    .bulletinboardwidget .bulletinboardwidgetname[b-x1zej70643] {
        /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/
    }



    .bulletinboardwidget .nogroups[b-x1zej70643] {
    }

        .bulletinboardwidget .nogroups h2[b-x1zej70643] {
        }

    .bulletinboardwidget .bulletinboards .bulletin[b-x1zej70643] {
        flex-grow: 1;
        width: 20%;
        vertical-align: top;
        height: min-content;
        max-width: 800px;
        min-width: 350px;
        margin: 0 auto;
    }

    .bulletinboardwidget .bulletinboards[b-x1zej70643] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


        .bulletinboardwidget .bulletinboards .bulletin .title[b-x1zej70643] {
            border: 3px solid white;
            background-color: #de1f27;
            text-align: center;
            padding: 3px 5px;
            border-radius: 5px;
            margin: 0 5px;
            color: white;
            font-size: 1.2em;
        }

            .bulletinboardwidget .bulletinboards .bulletin .title h2[b-x1zej70643] {
                font-size: 24px;
                margin:10px;
            }



        .bulletinboardwidget .bulletinboards .bulletin .slots[b-x1zej70643] {
            background-color: #fff;
            padding: 8px 10px;
            margin: 0 8px;
            word-break: break-word;
            height: 100%;
            font-size:20px;
        }

    .bulletinboardwidget .bulletin .slots .slot[b-x1zej70643] {
        display: flex;
        font-size: 16px;
        height: 24px;
    }

        .bulletinboardwidget .bulletin .slots .slot .slotname[b-x1zej70643] {
            padding-right: 5px;
            text-align: left;
            flex: 1;
        }

        .bulletinboardwidget .bulletin .slots .slot .slotname[b-x1zej70643] {
            padding-right: 5px;
            text-align: left;
            flex: 3;
        }

        .bulletinboardwidget .bulletin .slots .slot .slotperson[b-x1zej70643] {
            text-align: right;
            flex: 3;
            text-overflow: ellipsis;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
        }

            .bulletinboardwidget .bulletin .slots .slot .slotperson p[b-x1zej70643] {
                text-align: right;
                margin: 0;
            }

                .bulletinboardwidget .bulletin .slots .slot .slotperson p span[b-x1zej70643] {
                    text-align: right;
                }

            .bulletinboardwidget .bulletin .slots .slot .slotperson span.open[b-x1zej70643] {
                text-align: right;
                color: green;
            }
/* /Widgets/DisplayCurrentSchedule.razor.rz.scp.css */
.schedulewidget[b-93cwceauic]
{
    
}
.schedulewidget .mainheader[b-93cwceauic] {
    background-color: #0055aa;
    border-bottom: 1px solid #2299dd;
    background-color: #2299dd;
    border: none;
    margin: 0px 0px 25px 0px;
    position: relative;
    padding: 5px 0px;
}
    .schedulewidget .mainheader h1[b-93cwceauic] {
        font-family: "Montserrat", Sans-serif;
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        margin: 0;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.schedulewidget .schedule[b-93cwceauic]
{
    
}

.schedulewidget .schedule .name[b-93cwceauic]
{
    
}
.schedulewidget .schedule .slot[b-93cwceauic] 
{

}
.schedulewidget .schedule .slot[b-93cwceauic] 
{
    
}



    .schedulewidget .schedulewidgetname[b-93cwceauic] {
        /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/

    }



    .schedulewidget .nogroups[b-93cwceauic] {
    }

        .schedulewidget .nogroups h2[b-93cwceauic] {
        }

    .schedulewidget .schedules .schedule[b-93cwceauic] {
        flex-grow: 1;
        width: 20%;
        vertical-align: top;
        height: min-content;
        max-width: 800px;
        min-width: 350px;
        margin: 0 auto;
    }

    .schedulewidget .schedules[b-93cwceauic] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


        .schedulewidget .schedules .schedule .title[b-93cwceauic] {
            border: 3px solid white;
            background-color: #de1f27;
            text-align: center;
            padding: 3px 5px;
            border-radius: 5px;
            margin: 0 5px;
            color: white;
            font-size: 1.2em;
        }

            .schedulewidget .schedules .schedule .title h2[b-93cwceauic] {
                font-size: 24px;
            }



        .schedulewidget .schedules .schedule .slots[b-93cwceauic] {
            background-color: #fff;
            padding: 8px 10px;
            margin: 0 8px;
            word-break: break-all;
            height: 100%;
        }

        .schedulewidget .schedule .slots .slot[b-93cwceauic] {
            display: flex;
            font-size: 20px;
            height: 24px;
        }
            .schedulewidget .schedule .slots .slot .slottime[b-93cwceauic] {
                padding-right: 5px;
                text-align: right;
                flex: 1;
            }


            .schedulewidget .schedule .slots .slot .slotname[b-93cwceauic] {
                padding-right: 5px;
                text-align: left;
                flex: 2;
            }

            .schedulewidget .schedule .slots .slot .slotperson[b-93cwceauic] {
                text-align: left;
                flex: 3;
                text-overflow: ellipsis;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
            }

                .schedulewidget .schedule .slots .slot .slotperson p[b-93cwceauic] {
                    text-align: right;
                    margin: 0;
                }

                    .schedulewidget .schedule .slots .slot .slotperson p span[b-93cwceauic] {
                        text-align: right;
                    }

                .schedulewidget .schedule .slots .slot .slotperson span.open[b-93cwceauic] {
                    text-align: right;
                    color: green;
                }

/* /Widgets/DisplayCurrentTime.razor.rz.scp.css */
.datetime h3[b-jbjdtj8ssj] {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.4rem;

}

.datetime h2[b-jbjdtj8ssj] {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 3rem;
 

}

.datetime[b-jbjdtj8ssj]
{

    text-align:right;
}
/* /Widgets/DisplayRecentIncidents.razor.rz.scp.css */
/* /Widgets/DisplayRidingBoard.razor.rz.scp.css */
.ridingboard[b-0rkdqil1fm] {
}

    .ridingboard .ridingboardname[b-0rkdqil1fm] {
        /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/
        background-color: #0055aa;
        border-bottom: 1px solid #2299dd;
        background-color: #2299dd;
        border: none;
        margin: 0px 0px 25px 0px;
        position: relative;
        padding: 5px 0px;
    }

        .ridingboard .ridingboardname h1[b-0rkdqil1fm] {
            font-family: "Montserrat", Sans-serif;
            font-size: 38px;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
        }

    .ridingboard .nogroups[b-0rkdqil1fm] {
    }

        .ridingboard .nogroups h2[b-0rkdqil1fm] {
        }

    .ridingboard .ridinggroups .ridinggroup[b-0rkdqil1fm] {
        flex-grow: 1;
        width: 20%;
        vertical-align: top;
        height: min-content;
        max-width: 500px;
    }

    .ridingboard .ridinggroups[b-0rkdqil1fm] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    .ridingboard .ridinggroup .title[b-0rkdqil1fm] {
        border: 3px solid white;
        background-color: #de1f27;
        text-align: center;
        padding: 3px 5px;
        border-radius: 5px;
        margin: 0 5px;
        color: white;
        font-size: 1.2em;
    }

        .ridingboard .ridinggroup .title h2[b-0rkdqil1fm] {
            font-size: 20px
        }

    .ridingboard .ridinggroup .agencyname h3[b-0rkdqil1fm] {
    }

    .ridingboard .ridinggroup .slots[b-0rkdqil1fm] {
        background-color: #fff;
        padding: 8px 10px;
        margin: 0 8px;
        word-break: break-all;
        height: 100%;
    }

        .ridingboard .ridinggroup .slots .slot[b-0rkdqil1fm] {
            display: flex;
            font-size: 16px;
            height: 24px;
        }

            .ridingboard .ridinggroup .slots .slot .slotname[b-0rkdqil1fm] {
                padding-right: 5px;
                text-align: left;
                flex: 1;
            }

            .ridingboard .ridinggroup .slots .slot .slotperson[b-0rkdqil1fm] {
                text-align: right;
                flex: 2;
                text-overflow: ellipsis;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
            }

                .ridingboard .ridinggroup .slots .slot .slotperson p[b-0rkdqil1fm] {
                    text-align: right;
                    margin: 0;
                }

                    .ridingboard .ridinggroup .slots .slot .slotperson p span[b-0rkdqil1fm] {
                        text-align: right;
                    }

                .ridingboard .ridinggroup .slots .slot .slotperson span.open[b-0rkdqil1fm] {
                    text-align: right;
                    color: green;
                }
/* /Widgets/DisplayTicker.razor.rz.scp.css */
.ticker[b-el2t3fp762]
{
    color:white;
    vertical-align:top;
    font-size:1.4rem;
    padding-top:3px;
    width:90%;
    text-align:left;
    padding-left:20px;
}
/* /Widgets/DisplayUpcomingEvents.razor.rz.scp.css */
#scrollDiv[b-rqi0542yhh] {
    overflow: hidden;
    padding-top: 20px;
}

[b-rqi0542yhh]::-webkit-scrollbar {
    display: none;
}
/*
#scroll-container {
    border: 3px solid black;
    border-radius: 5px;
    height: 100px;
    overflow: hidden;
}

#scroll-text {
    height: 100%;
    text-align: center;
    // animation properties 
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
}

// for Firefox 
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateY(-100%);
    }

    to {
        -moz-transform: translateY(100%);
    }
}

// for Chrome 
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
*/
.upcomingeventswidget[b-rqi0542yhh] {
    height: 100%;

    min-width: 300px;
}

    .upcomingeventswidget .mainheader[b-rqi0542yhh] {
        background-color: #0055aa;
        border-bottom: 1px solid #2299dd;
        background-color: #2299dd;
        border: none;
        margin: 0px 0px 25px 0px;
        position: relative;
        padding: 5px 0px;
    }

        .upcomingeventswidget .mainheader h1[b-rqi0542yhh] {
            font-family: "Montserrat", Sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .upcomingeventswidget .upcomingevent[b-rqi0542yhh] {
    }

        .upcomingeventswidget .upcomingevent .name[b-rqi0542yhh] {
        }

        .upcomingeventswidget .upcomingevent .slot[b-rqi0542yhh] {
        }

        .upcomingeventswidget .upcomingevent .slot[b-rqi0542yhh] {
        }



    .upcomingeventswidget .upcomingeventswidgetname[b-rqi0542yhh] {
        /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/
    }



    .upcomingeventswidget .nogroups[b-rqi0542yhh] {
    }

        .upcomingeventswidget .nogroups h2[b-rqi0542yhh] {
        }

    .upcomingeventswidget .upcomingevents .upcomingevent[b-rqi0542yhh] {
        flex-grow: 1;
        width: 20%;
        vertical-align: top;
        height: min-content;

        margin: 0 auto;
    }

    .upcomingeventswidget .upcomingevents[b-rqi0542yhh] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


        .upcomingeventswidget .upcomingevents .upcomingevent .title[b-rqi0542yhh] {
            border: 3px solid white;
            background-color: #de1f27;
            text-align: center;
            padding: 3px 5px;
            border-radius: 5px;
            margin: 0 5px;
            color: white;
            font-size: 24px;
        }

            .upcomingeventswidget .upcomingevents .upcomingevent .title h2[b-rqi0542yhh] {
                font-weight: normal;
                font-size: 24px;
            }



        .upcomingeventswidget .upcomingevents .upcomingevent .slots[b-rqi0542yhh] {
            background-color: #fff;
        
            margin: 0 8px;
            word-break: break-all;
            height: 100%;
        }

    .upcomingeventswidget .upcomingevent .slots .slot[b-rqi0542yhh] {
        font-size: 16px;
        border-bottom: 1px solid black;
        padding:10px;

    }

    .upcomingeventswidget .upcomingevent .slots  hr[b-rqi0542yhh] {

        border-bottom: 1px solid #808080;
        margin:0;
    }

    .upcomingeventswidget .upcomingevent .slots .slot h3[b-rqi0542yhh] {
        font-weight: bold;
        font-size: 24px;
    }
    .upcomingeventswidget .upcomingevent .slots .slot strong[b-rqi0542yhh] {
        font-size: 24px;
        font-weight:normal;
    }
        .upcomingeventswidget .upcomingevent .slots .slot p[b-rqi0542yhh] {
            font-size: 1rem;
            margin-bottom:0;
        }
       
/* /Widgets/DisplayVideo.razor.rz.scp.css */


.cam video[b-was97r9gm0]
{
    display:none;
}
.plyr__video-wrapper video[b-was97r9gm0]
{
    display:block;
}

.camhold .title[b-was97r9gm0] {
    border: 3px solid white;
    background-color: #de1f27;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 5px;
    color: white;
    font-size: 1.2em;
}

    .camhold .title h2[b-was97r9gm0] {
        font-size: 30px;
        margin: 0;
    }

.camhold .cam[b-was97r9gm0] {
    background-color: white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 10px;
}
/* /Widgets/WidgetDisplayApparatusSummary.razor.rz.scp.css */
.vehiclestatuswidget8[b-icf2zan2th] {
    height: 100%;
}


.vehicletableTime[b-icf2zan2th] {
    padding: 0;
    margin: 0;
    display: none;
}

.mud-table-row[b-icf2zan2th] {
    margin: 0;
}

.vehicletable thead tr th[b-icf2zan2th] {
    border: none;
}

    .vehicletable thead tr th div[b-icf2zan2th] {
        border: 3px solid white;
        background-color: #de1f27;
        text-align: center;
        padding: 3px 5px;
        border-radius: 5px;
        margin: 0 3px;
        color: white;
        font-size: 24px;
    }

.vehicletable[b-icf2zan2th] {
    margin: auto;
    width: 90%;
}

    .vehicletable tbody[b-icf2zan2th], .vehicletable thead[b-icf2zan2th] {
        margin: 0;
        padding: 0;
    }

        .vehicletable tbody tr[b-icf2zan2th], .vehicletable tbody[b-icf2zan2th], .vehicletable[b-icf2zan2th] {
            height: 100%;
        }

.vehiclestatuswidget8[b-icf2zan2th] {
    height: 100%;
    overflow: hidden;
}

.vehicletable tbody tr td[b-icf2zan2th] {
    display: table-cell;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    word-break: break-all;
    height: 100%;
    font-size: 20px;
}

    .vehicletable tbody tr td.time[b-icf2zan2th], .vehicletable tbody tr td.time div[b-icf2zan2th] {
        word-break: normal;
    }

    .vehicletable tbody tr td div[b-icf2zan2th] {
        background-color: #fff;
        padding: 5px 10px;
        margin: 0 5px;
        word-break: break-all;
        height: 100%;
    }

.vehicletable tbody tr.even td div[b-icf2zan2th] {
    background-color: #f3f3f3;
}

.mud-table-head .mud-table-cell[b-icf2zan2th] {
    padding: 0;
    margin: 0;
}

.vehicletable .noincidents td div[b-icf2zan2th] {
    margin-top: 5px;
    border-radius: 5px;
}

.top[b-icf2zan2th] {
    /*background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    border: 5px solid #ffffff;

 background-color: #0055aa;
    border-bottom: 1px solid #2299dd;
    */
    background-color: #2299dd;
    /*border-bottom: 2px solid black;*/
    margin: 0px 0px 25px 0px;
    padding: 5px 0px;
    display: flex;
}

    .top .heading[b-icf2zan2th] {
        text-align: center;
        flex: 1;
        margin: auto;
        font-size: 38px
    }

        .top .heading h1[b-icf2zan2th] {
            font-family: "Montserrat", Sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .top .time[b-icf2zan2th] {
        flex: 1;
    }

    .top .logo[b-icf2zan2th] {
        flex: 1;
    }

    .top h2[b-icf2zan2th] {
        font-size: 48px;
        color: #FFFFFF;
        text-align: center;
    }

.vehicletableTime div[b-icf2zan2th] {
    padding: 0;
    margin: 0;
}

.vehicletable tbody tr td div p[b-icf2zan2th] {
    margin: 0;
}

@media (min-width: 1367px) and (max-width: 6245px) {
    .logo-top1[b-icf2zan2th] {
        position: absolute;
        top: 10px;
        left: 100px;
        color: #ffff;
    }
}

.top h2[b-icf2zan2th] {
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    right: 100px;
    top: 15px;
}

.top h1[b-icf2zan2th] {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* /Widgets/WidgetDisplayDailySchedule.razor.rz.scp.css */

.widgetdailyschedule[b-2qtpmf67k2] {
    height: 100%;
}

.days[b-2qtpmf67k2] {
    display: grid;
    grid-auto-flow: column;
}

    .days .day .dayname[b-2qtpmf67k2] {
        flex-grow: 1;
        margin: 10px;
        background-color: #000;
        border: none;
        margin: 0px 0px 15px 0px;
        position: relative;
        font-size: 20px;
        color: #fff;
        text-align:center;
        padding:5px 20px;
    }

.widgetdailyschedule .pagetitle[b-2qtpmf67k2] {
    /*
        background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
        border: 5px solid #ffffff;*/
    background-color: #0055aa;
    border-bottom: 1px solid #2299dd;
    background-color: #2299dd;
    border: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 5px 0px;
}

    .widgetdailyschedule .pagetitle h1[b-2qtpmf67k2] {
        font-family: "Montserrat", Sans-serif;
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        margin: 0;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.widgetdailyschedule .noschedules[b-2qtpmf67k2] {
}

.widgetdailyschedule .noschedules h2[b-2qtpmf67k2] {
}

.widgetdailyschedule .schedules .schedule[b-2qtpmf67k2] {
    flex-grow: 1;
    vertical-align: top;
    height: min-content;
    max-width:800px;
    min-width:300px;
    margin:0 auto;
}

.widgetdailyschedule .schedules[b-2qtpmf67k2] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.widgetdailyschedule .schedule .title[b-2qtpmf67k2] {
    border: 3px solid white;
    background-color: #de1f27;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 0 5px;
    color: white;
    font-size: 1.2em;
}

    .widgetdailyschedule .schedule .title h2[b-2qtpmf67k2] {
        font-size: 20px
    }

.widgetdailyschedule .schedule .agencyname h3[b-2qtpmf67k2] {
}

.widgetdailyschedule .schedule .slots[b-2qtpmf67k2] {
    background-color: #fff;
    padding: 8px 10px;
    margin: 0 8px;
    word-break: break-all;
    height: 100%;
}

    .widgetdailyschedule .schedule .slots .slot[b-2qtpmf67k2] {
        display: flex;
        font-size: 20px;
        height: 24px;
    }

        .widgetdailyschedule .schedule .slots .slot .slotname[b-2qtpmf67k2] {
            padding-right: 5px;
            text-align: left;
            flex: 1;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .widgetdailyschedule .schedule .slots .slot .slotperson[b-2qtpmf67k2] {
            text-align: left;
            flex: 2;
            text-overflow: ellipsis;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
        }

        .widgetdailyschedule .schedule .slots .slot .slottime[b-2qtpmf67k2] {
            text-align: right;
            flex: 2;
            text-overflow: ellipsis;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
        }

        .widgetdailyschedule .schedule .slots .slot .slotperson p[b-2qtpmf67k2] {
            text-align: left;
            margin: 0;
        }

                .widgetdailyschedule .schedule .slots .slot .slotperson p span[b-2qtpmf67k2] {
                    text-align: left;
                }

            .widgetdailyschedule .schedule .slots .slot .slotperson span.open[b-2qtpmf67k2] {
                text-align: left;
                color: green;
            }


        .widgetdailyschedule .schedule .slots .slot .slottime p[b-2qtpmf67k2] {
            text-align: right;
            margin: 0;
        }

/* /Widgets/WidgetDisplayResponders.razor.rz.scp.css */
/*
    #scrollDiv {
    overflow: hidden;
    padding-top: 20px;
}

::-webkit-scrollbar {
    display: none;
}

#scroll-container {
    border: 3px solid black;
    border-radius: 5px;
    height: 100px;
    overflow: hidden;
}

#scroll-text {
    height: 100%;
    text-align: center;
    // animation properties 
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
}
// for Firefox 
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateY(-100%);
    }

    to {
        -moz-transform: translateY(100%);
    }
}

// for Chrome 
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
*/

.responderstatuswidget8[b-0b6606dfl9] {
    height:100%;
}


.respondertableTime[b-0b6606dfl9] {
    padding: 0;
    margin: 0;
    display: none;
}

.mud-table-row[b-0b6606dfl9] {
    margin: 0;
}

.respondertable thead tr th[b-0b6606dfl9] {
    border: none;
    font-weight:normal;
}

    .respondertable thead tr th div[b-0b6606dfl9] {
        border: 3px solid white;
        background-color: #de1f27;
        text-align: center;
        padding: 3px 5px;
        border-radius: 5px;
        margin: 0 3px;
        color: white;
        font-size: 24px;
        font-weight: normal;
    }

.respondertable[b-0b6606dfl9] {
    margin: auto;
    width: 90%;
}

    .respondertable tbody[b-0b6606dfl9], .respondertable thead[b-0b6606dfl9] {
        margin: 0;
        padding: 0;
    }

        .respondertable tbody tr[b-0b6606dfl9], .respondertable tbody[b-0b6606dfl9], .respondertable[b-0b6606dfl9] {
            height: 100%;
        }

.responderstatuswidget8[b-0b6606dfl9] {
    height: 100%;
    overflow: hidden;
}

.respondertable tbody tr td[b-0b6606dfl9] {
    display: table-cell;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    word-break: break-all;
    height: 100%;
    font-size:20px;

}

    .respondertable tbody tr td.time[b-0b6606dfl9], .respondertable tbody tr td.time div[b-0b6606dfl9] {
        word-break: normal;
    }

    .respondertable tbody tr td div[b-0b6606dfl9] {
        background-color: #fff;
        padding: 5px 10px;
        margin: 0 5px;
        word-break: break-all;
        height: 100%;
    }

.oneline[b-0b6606dfl9] {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.respondertable tbody tr.even td div[b-0b6606dfl9] {
    background-color: #f3f3f3;
}

.mud-table-head .mud-table-cell[b-0b6606dfl9] {
    padding: 0;
    margin: 0;
}

.respondertable .noincidents td div[b-0b6606dfl9] {
    margin-top: 5px;
    border-radius: 5px;
}

.top[b-0b6606dfl9] {
    /*background-image: -moz-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -webkit-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    background-image: -ms-linear-gradient(-4deg, rgb(40, 36, 36) 0%, rgb(171, 82, 61) 29%, rgb(215, 44, 42) 51%, rgb(171, 82, 61) 79%, rgb(42, 37, 37) 100%);
    border: 5px solid #ffffff;

 background-color: #0055aa;
    border-bottom: 1px solid #2299dd;
    */
    background-color: #2299dd;
    /*border-bottom: 2px solid black;*/
    margin: 0px 0px 25px 0px;
    padding: 5px 0px;
    display: flex;
}

    .top .heading[b-0b6606dfl9] {
        text-align: center;
        flex: 1;
        margin: auto;
        font-size: 38px
    }

        .top .heading h1[b-0b6606dfl9] {
            font-family: "Montserrat", Sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .top .time[b-0b6606dfl9] {
        flex: 1;
    }

    .top .logo[b-0b6606dfl9] {
        flex: 1;
    }

    .top h2[b-0b6606dfl9] {
        font-size: 48px;
        color: #FFFFFF;
        text-align: center;
    }

.respondertableTime div[b-0b6606dfl9] {
    padding: 0;
    margin: 0;
}

.respondertable tbody tr td div p[b-0b6606dfl9] {
    margin: 0;
}

@media (min-width: 1367px) and (max-width: 6245px) {
    .logo-top1[b-0b6606dfl9] {
        position: absolute;
        top: 10px;
        left: 100px;
        color: #ffff;
    }
}

.top h2[b-0b6606dfl9] {
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
    right: 100px;
    top: 15px;
}

.top h1[b-0b6606dfl9] {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
