.form-selectgroup {
	margin: 0px auto 10px auto;
	min-width: 100px;
}
.form-selectgroup .form-selectgroup-item {
}
.form-selectgroup-item {
	display: block;
	position: relative;
	width: 100%;
}
.form-selectgroup-item input[type="radio"] {
	display: none;
}
.form-selectgroup-input:checked+.form-selectgroup-label {
	z-index: 1;
	color: #ffffff;
}
.compliance-form .form-selectgroup-input:checked+.form-selectgroup-label {
	background: #28bdaa;
	border-color: #28bdaa;
}
.migration-form .form-selectgroup-input:checked+.form-selectgroup-label {
	background: #0881ac;
	border-color: #0881ac;
}
.form-selectgroup-label {
	position: relative;
	display: block;
	margin: 0;
	padding: 0.4375rem 0.75rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 20px;
	transition: border-color .3s,background .3s,color .3s;
}
.compliance-form .form-selectgroup-label {
	color: #28bdaa;
	border: 1px solid #28bdaa;
}
.migration-form .form-selectgroup-label {
	color: #0881ac;
	border: 1px solid #0881ac;
}
#date-selection .datepicker.datepicker-inline th, .datepicker.datepicker-inline td {
	padding: 4px !important;
}
#date-selection .datepicker-inline {
	width: 100% !important;
	padding: 0px;
}
#date-selection .table-condensed {
	width: 100% !important;
	margin: auto;
	border-spacing: 5px;
	border-collapse: separate;
}
#datetime-selection-wrap .loading {
	display: none;
	position: absolute;
	z-index: 999;
	background: #0000002b;
	width: 48%;
	text-align: center;
	height: 83%;
	vertical-align: middle;
}
#datetime-selection-wrap .compliance-form .loading {
	color: #28bdaa;
}
#datetime-selection-wrap .migration-form .loading {
	color: #0881ac;
}
#datetime-selection-wrap .loading span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}