
.emsList {
	margin-bottom: 15px;
	border: 2px solid rgb(71, 71, 71);
	width: 98%;
}

.ViolentCrime, .ShootingStabbing, .MajorAccident, .OfficerAssist .VehPursuit .VehiclePursuit {
	background-color: red;
	color: white;
}

.Break-InBurglary, .PerpSearchChase, .PoliceLineofDutyDeath, .OfficerDown, .SWATERT, .OfficerAssist, .ArmedRobbery {
	background-color: black;
	color: white;
}

.AirportAlert {
	background-color: purple;
	color: white;
}

.alertTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.alertBody {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}


.AlarmFire, .WorkingFire, .StillAlarmFire, .TechnicalRescue {
	background-color: blue;
	color: white;
/*	height: 2.0em; */
}

.AmberAlert, .TransitDelay, .TrafficAdvisory, .TrafficAlert {
	background-color: #ffff00;
	color: black;
/*	height: 2.0em; */
}

/*
.TrafficAdvisory.stripeRed {
	background: repeating-linear-gradient(45deg, #eeee01, #eeee01 10px, #ffff01 10px, #ffff01 20px)
}


   
.VehPursuit.stripeRed {
	background: repeating-linear-gradient(60deg, #FF0000, #FF0000 10px, #bb0000 10px, #bb0000 20px)
}
.VehiclePursuit.stripeRed {
	background: repeating-linear-gradient(60deg, #FF0000, #FF0000 10px, #bb0000 10px, #bb0000 20px)
}
*/

.VehPursuit.stripeRed {
	background: repeating-linear-gradient(60deg, #FFFFFF, #FFFFFF 10px, #f1aa6b 10px, #f1aa6b 20px);
	color: black;
}
.VehiclePursuit.stripeRed {
	color: black;
	background: repeating-linear-gradient(60deg, #FFFFFF, #FFFFFF 10px, #FFFF00 10px, #FFFF00 20px);
}

.ViolentCrime.stripeRed {
	background: repeating-linear-gradient(45deg, #FF0000, #FF0000 10px, #bb0000 10px, #bb0000 20px);
}

.PoliceLineofDutyDeath.stripeRed {
	background: repeating-linear-gradient(45deg, #FF0000, #FF0000 10px, #000000 10px, #000000 20px);
}

.OfficerAssist.stripeRed {
	background: repeating-linear-gradient(45deg, #FF0000, #FF0000 10px, #000000 10px, #000000 20px);
}

.OfficerDown.stripeRed {
	background: repeating-linear-gradient(45deg, #FF0000, #FF0000 10px, #000000 10px, #000000 20px);
}

.AlarmFire.stripeRed {
	background: repeating-linear-gradient(45deg, #0000FF, #0000FF 10px, #0000bb 10px, #0000bb 20px);
}

.WorkingFire.stripeRed {
	background: repeating-linear-gradient(45deg, #0000FF, #0000FF 10px, #0000bb 10px, #0000bb 20px);
}

.MajorAccident.stripeRed {
	background: repeating-linear-gradient(45deg, #FF0000, #FF0000 10px, #bb0000 10px, #bb0000 20px);
}

.AirportAlert.stripeRed {
	background: repeating-linear-gradient(45deg, #800080, #800080 10px, #600060 10px, #600060 20px);
}

.OfficerDown.stripeRed {
    background: linear-gradient(270deg, #cff306, #f3062e);
    background-size: 400% 400%;

    -webkit-animation: pulse 4s ease infinite;
    -moz-animation: pulse 4s ease infinite;
    animation: pulse 4s ease infinite;
}

@-webkit-keyframes pulse {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes pulse {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes pulse {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
