.modal-body label {width: auto;padding: 0px 30px 0px 10px;}
.modal-body{ float:left; width:100%; text-align:left;  padding: 7px;}
.extr-brd{ border-bottom:1px solid #e5e5e5;}
.lebl{ padding: 7px 10px; background-color: #dfdfdf; margin-bottom: 5px;}
.lebl strong{}

.priority-so {
	display: inline-block;
	font-weight: 700 !important;
	padding: 3px 10px;
	border-radius: 4px;
	line-height: 1.4;
}
.priority-so.priority-red {
	color: #fff !important;
	background: #e53935 !important;
	box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.7);
	animation: priority-glow-red 0.8s ease-in-out infinite;
}
.priority-so.priority-yellow {
	color: #5d4037 !important;
	background: #fdd835 !important;
	box-shadow: 0 0 0 0 rgba(253, 216, 53, 0.6);
	animation: priority-glow-yellow 1.6s ease-in-out infinite;
}
.priority-so.priority-green {
	color: #fff !important;
	background: #43a047 !important;
}
@keyframes priority-glow-red {
	0% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.8); }
	70% { box-shadow: 0 0 8px 6px rgba(229, 57, 53, 0); }
	100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}
@keyframes priority-glow-yellow {
	0% { box-shadow: 0 0 0 0 rgba(253, 216, 53, 0.55); }
	70% { box-shadow: 0 0 5px 4px rgba(253, 216, 53, 0); }
	100% { box-shadow: 0 0 0 0 rgba(253, 216, 53, 0); }
}
@media (prefers-reduced-motion: reduce) {
	.priority-so.priority-red,
	.priority-so.priority-yellow {
		animation: none;
		box-shadow: none;
	}
}
