body { background-color: #FFFFFF; background-image: url("../images/backgroundHeader.png"); background-repeat: no-repeat; background-position: 50% 0; margin-top: 100px; }

.outer { display: table; position: absolute; height: 100%; width: 100%; }
.middle { display: table-cell; vertical-align: middle; }
.inner { margin: auto 0; }
.center-block { margin: 0px auto; display: block; }

#panelLeft { background-color: #E6E6E7; color: #42505A; padding-top: 50px; }
#panelLeft, #panelRight { min-height: 640px; padding: 0px !important; }
#panelRight { position: relative; height: 100%; background-image: url('../images/background.jpg') !important; position: relative; background-size: cover; }

.footer { padding: 15px; font-size: 9pt; }
.footer p { margin: 0px; }
.footer a { color: #000; }
h1{    font-family: 'Roboto Condensed', sans-serif;}
h4 { font-weight: bold; }
.panelContent { padding: 20px 20px 20px 20px; }
.panelContentFullWidth { background-color: #f5f5f5; color: #42505A; padding: 20px 20px 20px 20px; min-height: 640px; border-radius: 5px;}
.panelContentFullWidth.paymentSuccess { min-height: auto; }

.seperatorLine {
	background: url(../images/seperator.png) no-repeat; height: 10px; width: 100%; padding: 5px 0px 1.5px 0px; 
	background-position: 100% 0%;
}

#panelWelcome { position: absolute; bottom: 0px; left: 0px; width: 100%; }
.panelWelcomeMessage { margin: 25px; padding: 20px; background-color: rgba(0,0,0,0.6); color: #FFFFFF; font-size: 12pt; width: 100%-20px; }
.panelWelcomeMessage span { font-size: 14pt; font-weight: bold; }

.logo { height: auto; width: auto; max-width: 100%; margin: 20px 0px 20px 0px; }
.logo1 { float: left; }
.logo2 { float: right; } 
.footerLeft { text-align: left; }
.footerRight { text-align: right; }
	
@media only screen and (max-width: 850px) {
	.logo1 { float: none; text-align: center !important; display: block; }
	.logo2 { float: none; text-align: center !important; display: block; }
	.footerLeft { text-align: center; }
	.footerRight { text-align: center; }
}

#btnSubmit { background-color: rgba(66,80,90,1.0); color: #FFFFFF; margin-bottom: 8px; -webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s; }
#btnSubmit:hover {
	background: #293741;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;
}
#btnRenew { background-color: rgba(17,141,196,1.0); color: #FFFFFF; margin-bottom: 8px; -webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;}
#btnRenew:hover { background-color: #0074AB; -webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;}

.instructionText { font-size: 8.5pt; }
.helpInstructions { line-height: 30px;}
.helpInstructions strong { border-radius: 3px; border: 1px dotted #AAA; padding: 3px; margin-bottom: 5px;}

.form-group {
	margin-bottom: 10px;
}

.ahg_form select{
	padding: 0.3em;
	border: 1px #D0D0D0 solid;
}
.ahg_form input[type=text], .ahg_form input[type=number] {
	padding: 0.3em;
	border: 1px #D0D0D0 solid;
}

.ahg_form input[readonly] {
	border: none !important;
	background: transparent;
	box-shadow: none;
}
.ahg_form h3{
	margin: 15px 0px;
}
.vehicle_detail{
	margin-top: 0px !important;
}
/*.ahg_form label div::has( > label) {
	text-align: right;
}*/
/*.ahg_form em{*/
	/*position: absolute;*/
/*}*/
.ahg_form .btn{
	margin: 1.5em 0 0 0;
	background: #42505a;
	border: 1px solid #42505a;
	text-transform: uppercase;
	color: #fff;
	padding: 1em 2em;
	border-radius: 5px;
	font-size: 1.1em;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;
}

.ahg_form .btn:hover{
	background: #293741;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;
}

.ahg_form label em {
	font-size: 28px;
	position: relative;
	top: 10px;
	line-height: 20px;
	color: #297FA6;
}

.paymentHeading {
	font-size: 24px;
}

.printable_copy {
	background: none;
	border: none;
	font-size: 1em;
	color: #42505A;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.homeFormLabel {
	width: 100%;
	text-align: center;
}

.homeFormControl, .instructionText {
	text-align: center;
}