.checkbox-lable-inline {
	display: inline;
	margin-left: 5px;
}

.form-group.required .control-label::after {
	content: " *";
	font-size: 14px;
}

.was-validated a {
	color: #131413;
	text-decoration: none;
	cursor: pointer;
}

.was-validated a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #131413;
	text-decoration: none;
}

.left {
	float: left
}

.right {
	float: right
}