﻿
html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0px auto -60px;
}

/* Set the fixed height of the footer here */
#push {
	height: 90px;
}

#footer {
	height: 40px;
	background-color: #f5f5f5;
	padding-top: 20px;
}

/* Bootplus bug fixes */
.modal {
	margin-left:-320px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer
	{
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.field-validation-error {
	color: red;
	margin-left: 10px;
}

.validation-summary-errors {
	color: red;
}

legend {
	font-size: medium;
	font-weight: lighter;
}

.true_colours_rating {
	margin-top:10px;
	padding: 0px;
}

.invalid
{
	border:2px solid red;
	padding:5px;
}

.invalid-message {
	display:none;
}

.invalid .invalid-message {
	display:block;
	color:red;
	font-weight:bold;
}