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

html, body {
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
}

html, body, table, input, select, textarea {
	font: normal 13px/1.231 Arial, Helvetica, Sans-serif;
}

*:focus {
	outline: none;
}

.wrap {
	width: 900px;
	margin: auto;
}

.logo {
	height: 40px;
	line-height: 40px;
	background: url('/img/logo.png') left center no-repeat;
	text-align: right;
	margin-top: 20px;
	color: #006633;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Conv_SeroPro', Arial, Tahoma, sans-serif;
}

.menu {
	text-align: center;
	background-color: #369a1e;
	margin: 24px 0 0 0;
	padding: 6px;
	font-size: 14px;
}

.menu a {
	display: inline-block;
	color: white;
	padding: 6px 14px 6px 14px;
	text-decoration: none;
	border-radius: 5px;
}

.menu a:hover, .menu a.active {
	color: black;
	background-color: white;
}

.banner {
	height: 200px;
	border: solid 1px lightgray;
	border-radius: 5px;
	margin-top: 25px;
	font: normal 15px/17px Arial, Helvetica, sans-serif;
	padding: 0;
}

.banner div {
	height: 100%;
	border-radius: 5px;
}

.banner-bg {
background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);

}

.banner-img {
	background: url('/img/banner-01-bg.png') right center no-repeat;
}

.banner-img-2 {
	background: url('/img/banner-02-bg.png') right top no-repeat;
}

.banner-text {
	padding-left: 50px;
	padding-top: 20px;
}

.banner h1 {
	font: normal 25px/31px 'Conv_SeroPro-Medium', Arial, sans-serif;
	padding: 0 0 8px 0;
	margin: 0;
	text-transform: uppercase;
	color: #2c2c2c;
	border: none;
}

.btn {
	display: inline-block;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	text-decoration: none;
	background: transparent;
	border-radius: 5px;
	color: white;
	padding: 9px 19px 10px 19px;
	font-size: 15px;
	line-height: 17px;
	border-right: none;
	border-left: none;
}

.btn.green {
	background: linear-gradient(to bottom, #45ae20 0%, #238b0d 100%);
	border-top-color: #52bc27;
	border-bottom-color: #1c770a;
}

.btn.green:hover {
	background: linear-gradient(to bottom, #5cb83b 0%, #3d992a 100%);
	border-top-color: #69c244;
	border-bottom-color: #348b25;
}

.btn.green:active {
	background: linear-gradient(to bottom, #3d992a 0%, #5cb83b 100%);
}

.btn.yellow {
	background: linear-gradient(to bottom, #f3ac00 0%, #eb8b00 100%);
	border-top-color: #f5ba00;
	border-bottom-color: #e87600;
}

.btn.yellow:hover {
	background: linear-gradient(to bottom, #f5b418 0%, #eb8b00 100%);
	border-top-color: #f3ad00;
	border-bottom-color: #da7400;
}

.btn.yellow:active {
	background: linear-gradient(to bottom, #eb8b00 0%, #f5b418 100%);
}

.btn.chevron {
	padding-right: 16px;
}

.btn.chevron:after {
	content: "";
	background: url('/img/btn-chevron.png') right center no-repeat;
	width: 7px;
	height: 9px;
	display: inline-block;
	margin-left: 23px;
}

h1 {
	text-transform: uppercase;
	font-family: 'PFAgoraSlabBold', Arial, Tahoma, sans-serif;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}

input, select, textarea {
	font-size: 16px;
	border: 2px solid #b7b7b7;
	padding: 9px;
	border-radius: 5px;
}

input:focus, select:focus, textarea:focus {
	border-color: green;
}

input.error:focus, select.error:focus, textarea.error:focus  {
	border-color: #B94A48;
}

input.error, select.error, textarea.error {
	border-color: #B94A48;
}

.spinner {
	display: none;
}

.order-search {
	margin-top: 110px;
	margin-bottom: 130px;
}

.column-left {
	float: left;
	width: 47%;
}

.column-right {
	margin-left: 50%;
	font-size: 14px;
	line-height: 19px;
}

form input, select, textarea, form .spinner {
	margin-bottom: 16px;
}

.footer {
	font-family: 'Conv_SeroPro-Medium', Arial, Tahoma, sans-serif;
	color: #525252;
	border-top: solid 1px lightgray;
	margin-bottom: 20px;
}

.footer p {
	margin: 5px 0 0 0;
}

.footer-right {
	float: right;
	margin-left: 120px;
}

h4 {
	font-family: 'Conv_SeroPro-Medium', Arial, Tahoma, sans-serif;
	font-size: 15px;
	color: #525252;
}

.copyright {
	margin-top: 30px;
	text-align: center;
	color: lightgray;
}

.infoblock {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: auto;
}
.ok, .fail {
	color: white;
	text-transform: uppercase;
	font-family: 'PFAgoraSlabBold', Arial, Tahoma, sans-serif;
	font-size: 26px;
	text-align: center;
	margin: 70px 0 40px 0;
	padding: 10px 0 10px 0;
}

.ok {
	background-color: green;
}

.fail {
	background-color: red;
}


.final-info {
	font-size: 14px;
	line-height: 19px;
	width: 50%;
	margin: 0 auto 90px auto;
}