﻿@font-face {
	font-family: 'IranNastaliq';
	src: url('IranNastaliq.eot');
	src: url('IranNastaliq.woff') format('woff'), url('IranNastaliq.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'WebYekan';
	src: url('WebYekan.woff') format('woff'), url('../fonts/WebYekan.ttf') format('truetype'), url('../fonts/WebYekan.svg#WebYekanbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'YekanNumbers';
	src: url('YekanNumbers-Regular.eot');
	src: url('YekanNumbers-Regular.eot?#iefix') format('embedded-opentype'), url('YekanNumbers-Regular.woff') format('woff'),url('../fonts/YekanNumbers-Regular.ttf') format('truetype'), url('../fonts/YekanNumbers-Regular.svg#WebYekanbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@media print {
	tfoot{display:none;}
	.span4{width: 100% !important;}
	.backstretch{display:none !important;}
}

.myheader {
	margin: 0 auto;
	padding-bottom: 5px;
	background: #f8f8f8 url(../images/BG4.png) left top repeat;
	opacity: 0.9;
	border-top: 3px solid #64bd63;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
}

.ms-footbar,.ms-footer{
	display: none;
}
.backstretch{
	left: 0px;
	top: 0px; 
	overflow: hidden; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	width: -webkit-fill-available; 
	z-index: -999999; 
	position: fixed;
}
.backstretch img{
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	height: 100%;
	max-width: none;
	z-index: -999999;
	left: 0px;
	top: 0px;
}
.register form, .MainResult {
	padding: 20px 50px 40px 50px;
	background: #f8f8f8 url(../images/BG4.png) left top repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	text-align: center;
	padding: 20px 50px 40px 50px;
	opacity: 0.93;
	text-align: center;
}
.row{
	opacity: 0.99;
}

.text-center tr td {
	text-align: center;
}
strong { font-weight: 700; }
.red { color: #64bd63; }
a:hover { text-decoration: none; }


.logo h1 {
	padding-top: 15px;
	font-family: 'IranNastaliq', cursive;
	font-size: 36px;
	font-weight: 400;
}
@-moz-document url-prefix()
{
	.logo h1 {
		padding-top: 15px;
		font-family: 'IranNastaliq', cursive;
	}
	.backstretch img {
		position: fixed !important;
	}
}
.logo h1 a {
	color: #5f3800;
	text-shadow: 3px 3px 3px #7f6949;
}

.links {
	text-align: right;
}

.links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 15px 0 0 20px;
}

.links a.home { background: url(../img/home.png) center center no-repeat; }
.links a.blog { background: url(../img/blog.png) center center no-repeat; margin-right: 50px; }

.register-container {
	margin-top: 50px;
}

/* ----- iPhone ----- */

.iphone {
	text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */



.register form h2,.MainResult h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #bbb;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.register form input {
	width: 95%;
	height: 45px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: "WebYekan","YekanNumbers", Arial, sans-serif;
	color: #888;
	font-size: 17px;
	font-weight: 700;
	padding: 10px;
}
textarea {
	width: 95%;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: "WebYekan","YekanNumbers", Arial, sans-serif;
	color: #888;
	font-size: 16px;
}
.register form select{
	width: 97%;
	height: 50px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: "WebYekan","YekanNumbers", Arial, sans-serif;
	color: #888;
	font-size: 16px;
}


.register form input:focus,.register form select:focus,textarea:focus {
	border: 1px solid #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.register form label span,.MainResult span {
	font-style: italic;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button,.register form .button {
	cursor: pointer;
	width: 60%;
	height: 42px;
	margin-top: 25px;
	padding: 0 !important;
	font-weight: bolder !important;
	background: #64bd63;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	font-family: 'WebYekan', 'YekanNumbers', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.register form button:hover,.register form .button:hover {
	-moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
	-webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
	box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register form button:active,.register form .button:active {
	-moz-box-shadow:
		0 -15px 30px 0 rgba(255,255,255,.05) inset,	 
		0 5px 8px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow:
		0 -15px 30px 0 rgba(255,255,255,.05) inset,	 
		0 5px 8px 0 rgba(0,0,0,.1) inset;
	box-shadow:
		0 -15px 30px 0 rgba(255,255,255,.05) inset,	 
		0 5px 8px 0 rgba(0,0,0,.1) inset;
}


/* ----- Media queries ----- */

@media (max-width: 1200px) {


}

@media (min-width: 768px) and (max-width: 979px) {

	.register form h2 { background: none; }

}

@media (max-width: 767px) {

	body { padding-left: 0; padding-right: 0; }

	.logo, .links { text-align: center; }

	.links { padding-bottom: 5px; }

	.logo h1 { padding-left: 0; }

	.links a.home { margin-left: 0; }

	.links a.blog { margin-right: 0; }

	.register-container { padding-left: 20px; padding-right: 20px; }

	.register form h2 { background: none; }

	.iphone img { display: none; }

}

@media (max-width: 480px) {

	.register form button ,.register form .button { width: 97%; }

}

.center-block{
	margin-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.g-recaptcha > div > div {
	margin: 0 auto;
	text-align: center;
}

.register form label {
	margin: 15px 15px 10px 0 !important;
	font-size: 16px;
	text-align: right;
	font-weight: bolder;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-weight: bolder;
	padding: 10px !important;
}
label, select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	font-weight: bolder;
}
user agent stylesheet
label {
	cursor: default;
}
body , .register form label{
	background: #f8f8f8;
	text-align: left;
	font-family: 'WebYekan', 'YekanNumbers', Arial, sans-serif;
	color: #914510;
	font-size: 16px;
	font-weight: 400;
}
.register form label {
	margin: 7px 15px 10px 0;
	font-size: 16px;
	text-align: right;
	font-weight: bolder;
}
label {
	display: block;
	margin-bottom: 5px;
}

label.printlabel{
	display: inline !important;
	width: 150px !important;
	color: #530505d1 !important;
}
p.printlabelmsg{
	margin: 0px 10px 0px 0px !important;
	color: #530505d1 !important;
}
div.printlabel{
	text-align: right;
}
