/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

body div.modal-backdrop {
	z-index: unset;
}

ul.errorlist li {
	color: red;
}

.error-alert,
.error-infotip,
.form-row .form-group.error-infotip label.error-infotip  {
	color: red;
	border-color: red;
}

.unavailable {
    background-color: lightgray;
}

.selected {
    font-weight: bold;
    background-color: #e1fff5;
}

.red-light {
    background-color: #ffbaba;
}

.yellow-light {
	background-color: #faf1b2;
}

.green-light {
	background-color: #ebfcf0;
}

span.select2-container {
	min-width: 350px;
}