/*
 * Light red fill for any [required] field left empty - used together with
 * media/js/required-field-validator.js across both the admin area and the
 * front-end search/booking wizard.
 */
.fb-field-missing {
	background-color: #fde8e8 !important;
	border-color: #dc3545 !important;
}

.fb-field-missing:focus {
	background-color: #fde8e8 !important;
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
