input.raceCheck {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	margin: 10px;
	background-color: white;
	width: 17px;
	height: 17px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
	box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}
input.raceCheck:checked {
	background-color: #28a745;
}
tr[data-wait-list='true'] input.raceCheck:checked {
	background-color: #007bff;
}
input.isOutOfCompetition:checked {
	background-color: #a72845;
}
input.raceCheck:hover {
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.12);
}

.bg-error,
.bg-error + div.input-group-append div.input-group-text {
	background-color: rgba(220, 53, 69, 0.15) !important;
	border-color: rgba(220, 53, 69) !important;
}
