﻿.hidden {
	display: none;
}

.list-group a {
	font-weight: normal;
}

.form-check-label {
	font-weight: 400;
}

.custom-file, .custom-file-input {
	height: 44px;
}

.custom-file-label {
	font-size: 17px;
	height: 44px;
	padding-top: 8px;
}

	.custom-file-label::after {
		font-size: 17px;
		height: 42px;
		padding-top: 8px;
	}

.input-validation-error {
	border-color: #B94A48 !important;
	color: #B94A48 !important;
}

	.input-validation-error:focus {
		border-color: #B94A48 !important;
		-webkit-box-shadow: 0 0 6px #D59392 !important;
		-moz-box-shadow: 0 0 6px #D59392 !important;
		box-shadow: 0 0 6px #D59392 !important;
	}

	.input-validation-error::placeholder {
		color: #B94A48 !important;
	}

.form-group.required .control-label:after {
	color: #B94A48;
	content: " *";
}

span.required {
	color: red;
}

span.change-indicator {
	color: red;
}

	span.change-indicator .fa-circle {
		font-size: 0.75em;
	}

.table td.col-lg-4 {
	width: inherit;
}