﻿html {
	scroll-behavior: smooth;
}

.error,
.required {
	color: #f00;
}

/*.alert-body {
	display: flex;
}*/

.alert-icon {
	margin-right: 1em;
}

/* undo change made by bootstrap */
input[type="radio"] ~ label,
input[type="checkbox"] ~ label {
	font-weight: normal;
	margin-left: 4px;
}

/* To replicate Bootstrap 3's appearance */
legend {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: darkcyan;
}

#progressBackgroundFilter {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#processMessage {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -32px; /* half of image width */
	margin-top: -32px; /* half of image height */
	padding: 5px;
	z-index: 1001;
	background-color: #fff;
	border-radius: 25%;
}

/* Apply to existing Bootstrap class */
.col-form-label {
	font-weight: 700;
}

/* To properpy apply BS4 to CheckBox and RadioButton WebControls */
/* Requires separate CheckBox and Label controls to be used with the form-check-input and form-check-label controls set */
.form-check .form-check-input input[type=checkbox],
.form-check .form-check-input input[type=radio] {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
}

/* Fix for using separate asp:Radio/asp:CheckBox controls with no text property set */
.form-check-inline .form-check-label {
	margin-left: 1rem;
}

/* Fix for using separate asp:Radio/asp:CheckBox controls with no text property set */
.form-check-inline .form-check-input input[type=checkbox],
.form-check-inline .form-check-input input[type=radio] {
	position: absolute;
	margin-top: -0.35rem;
	margin-left: 0;
}

div.alert .glyphicon {
	margin-right: 10px;
}

a[href^="tel:"] {
	white-space: nowrap !important;
}