﻿/* ---------- Form Loader ---------- */
.loading {
	margin-right: 10%;
	position: relative;
	float: right;
	margin-top: 11px;
	width: 40px;
	height: 5px;
	background: url(../images/loader.gif) no-repeat 0 0;
	opacity: 0;
}

/* ---------- Form Error ---------- */

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	z-index: 5000;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	display: none;
	padding: 20px;
	border: 1px solid #999999;
	background: #55ea55;
}

.formError .formErrorContent {
	position: relative;
	right: 75%;
	z-index: 5001;
	padding: 4px 10px;
	width: 150px;
	border: 1px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #ffffff;
}

.formError .formErrorArrow {
	position: relative;
	z-index: 5006;
	margin: -2px 0 0 13px;
	width: 15px;
}

.formError .formErrorArrowBottom {
	top: 2px;
	margin: 0 0 0 12px;
}

.formError .formErrorArrow div {
	display: block;
	margin: 0 auto;
	height: 1px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background: #000000;
	font-size: 0;
	line-height: 0;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #ffffff;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: 0;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: 0;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-right: 1px solid #333333;
	border-bottom: 0;
	border-left: 1px solid #333333;
}

.formError .formErrorArrow .line2 {
	width: 1px;
	border: 0;
	background: #333333;
}

.formError .formErrorArrow .line1 {
	width: 0;
	border: 0;
	background: #333333;
}

.content_wrap {
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-ms-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
}

.error h2 {
	-webkit-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
	-ms-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
	-o-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
	transition: font-size .3s ease-in-out, padding .3s ease-in-out;
}

.terms-of-use, .disclaimer p, .privacy-policy p {
	text-align: justify;
	padding: 0;
}

.copyright_container {
	padding: 15px 0;
}

.disclaimer a:hover, .privacy-policy a:hover {
	color: #004B8F;
}

.copyright_area p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.copyright_area a:hover {
	color: #004B8F;
}

.disclaimer {
	border: 1px solid #F59B00;
	color: #fff;
	padding: 15px;
	margin: 1.5em auto;
	background-color: #f5f7f7;
	width: 80%;
}

.disclaimer p, .disclaimer h5 {
	margin: 0;
	color: #939393;
}

.disclaimer h5 {
	font-weight: bold;
}

.sitemap ul li {
	list-style: none;
}

.sitemap ul li a:hover {
	color: #004B8F;
}

.sitemap ul li {
	margin: 15px 0;
}

.sitemap ul.child-list>li:before {
	content: '\00bb';
	padding-right: 5px;
}

@media(max-width: 767px) {
	.copyright_container {
		padding: 15px !important;
	}

}

.footer-table-contact, .footer-table-contact td {
	border: 0;
	padding: 2px 0;
	text-align: left;
}

.footer-table-contact tr {
	background: transparent;
}