﻿body {
	background-color: #efefef;
	text-align: center;
	padding: 0;
	margin: 0;
}

.errorHandle{
	padding: 10px 0;
}

.page-container {
	position: static;
	width: 800px;
	text-align: center;
	background-color: white;
	margin: auto;
}

.general-text {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.general-text a {
	text-decoration: none;
	color: #337ab7;
}

.general-text a:hover {
	text-decoration: underline;
}

.header-container {
	width: 100%;
	height: 120px;
	position: relative;
}

.body-container {
	width: 100%;
	min-height: 400px;
	position: relative;
	text-align: center;
}

.helper-box {
	margin-left: 30px;
	width: 90%;
	text-align: left;
	padding: 14px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	line-height: 20px;
	font-size: 14px;
}

#helper1 {
	background-color: #efefef;
}

#helper2 {
	margin-top: 15px;
	background-color: #ffcccc;
}

.tbl_divider {
	margin-left: 30px;
	width: 90%;
	text-align: left;
}

.regTable1 tr td{
	vertical-align:top;
}

.regTable1 tr td:first-child {
	text-align: left;
	padding: 14px 0;
	width: 180px;
}

.regTable1 {
	margin-left: 30px;
	width: 90%;
}

.regTable1 tr td:nth-child(2) {
	text-align: left;
}

.regTable1 tr td:nth-child(3) {
	width: 30px;
}


.text_input_m {
	border: 1px solid #d2d2d2;
	font-family: Arial;
	font-size: 13px;
	padding: 8px;
	outline: none;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	transition: box-shadow 0.35s, border-color 0.35s ease-in-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
}


.text_input_m:focus {
	border: 1px solid #337ab7;
}


.inputPreloaded {
	color: #ccc;
	font-style: italic;
}

.button-container {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-container {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


.tc-container {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #999999;
	width: 100%;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.tc-container a {
	text-decoration: none;
	color: #337ab7;
}

#recaptcha_privacy a {
	text-decoration: none !important;
	color: #337ab7 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#genericErrorContainer {
	width: 90%;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFEBEE;
	border-left: 4px solid #DC4C64;
	line-height: 23px;
	font-size: 13px;
	text-align: left;
	border-radius: 4px;
}


#txtvoucher {
	text-transform: uppercase;
}

.af_logo {
	width: 307px;
	position: absolute;
	top: 25px;
	left: 15px;
	border: 0;
}

#password-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

#strengthbar {
	width: 90%;
}

#strengthbar > div {
	width: 24%;
	background-color: #eee;
	height: 12px;
	display: inline-block;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

#strengthbar > .block-blue {
	background-color: #4c7fff;
}

#strength {
	margin: 5px 0;
}

#strength-helper {
	color: #999;
}

#strength-helper-2 {
	color: #999;
	display: none;
	margin: 5px 0;
}

#strength-helper-2 i {
	margin-left: 8px;
}

.gtext-red {
	color: red;
}

.gtext-orange {
	color: #daa520;
}

.gtext-lgreen {
	color: #3ab54a;
}

.gtext-green {
	color: #398439;
}

input[type='password'] {
	width: 90%;
	padding: 8px;
	margin-bottom: 7px;
	margin-top: 8px;
}

.warning {
	display: block;
}