.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./images/ajax-loader1.gif') 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
}

.event-table {
	margin-top: 30px;
}

.event-table.table-bordered th {
	background: #0398cc;
	color: white;
}

#registrationForm .help-block,
#deleteSlotsForm .help-block,
#cancellationForm .help-block {
	display: none;
}

#registrationForm .has-error .help-block,
#deleteSlotsForm .has-error .help-block,
#cancellationForm .has-error .help-block {
	display: inline;
}

#event_information_table {
	width: 901px;
}

#event_information_table td {
	vertical-align: top;
}

select[multiple] option {
	padding-top: .5em;
	padding-bottom: .5em;
}

#registrationForm h1,
#registrationForm h5,
#registrationForm h6 {
	font-weight: bold
}

#captchaWrapper.is-invalid {
	border: 1px solid #dc3545;
	border-radius: .375rem;
	padding: .5rem;
}