/* Sticky footer styles
-------------------------------------------------- */
html {
  	position: relative;
  	min-height: 100%;
}
body {
  	/* Margin bottom by footer height */
  	margin-bottom: 40px;
	background-color: #cdcdcd;
	font-size: 14px;
	background-image: url(../img/bg_white.png);
	background-repeat: repeat-y;
	background-position: 50% 180px;
}

h1, h2, h3, h4 {
	color: #ac000d;
}

h1 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

.control-label {
	text-align: right;
	display: block;
}

.col-banner {
	margin: 0px 0px 0px 120px;
	width: 240px;
}

.container-fluid {
	max-width: 600px;
  	margin: 0px auto 100px auto;
	background-color: #fff;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 80px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 20px 0px;
}

.text-muted {
	font-size: 12px;
}

.nav {
	color: #fff;
	background-color: #6a6a6a;
	width: 600px;
	margin: 0px;
	border-top: 20px solid #cdcdcd;
}

select {
	color: #fff;
	background-color: #6a6a6a;
	border: 0;
	font-size: 1.2rem;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	vertical-align: middle;
}

.nav a {
	color: #fff;
	text-align: center;
	width: 120px;
	height: 56px;
	display: block;
	margin: 0px;
	padding: 6px 0px;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.3rem;
}

.nav a:hover, .current {
	background-color: #ac000d;
}

.home_row {
	margin-left: 105px;
}

header { 
	background-color: #44938B;
}

.control-label {
	float: right;
}

.req {
	color: #ac000d;
	display: inline-block;
}

.head-wrap {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.main {
	background-color: #fff;
}

/*
form.label_form {
	margin-bottom: 100px;
}
*/


form:after {
	clear: both;
	content: "";
	display: block;
}

.form_elements td:first-child {
	width: 40%;
	text-align: right;
}

.table tr, .table td {
	border: 0!important;
}

@media only screen and (max-device-width: 767px) {
	.container-fluid {
		max-width: 100%;
	  	margin: 0px auto;
		background-color: #fff;
	}
	
	.footer {
		position: relative;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 80px;
		background-color: #f5f5f5;
		text-align: center;
		padding: 20px 0px;
	}
}