@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/vazir/Bold/Vazir-Bold.eot') format('eot'),
	url('../fonts/vazir/Bold/Vazir-Bold.otf') format('otf'),
	url('../fonts/vazir/Bold/Vazir-Bold.woff') format('woff'),
	url('../fonts/vazir/Bold/Vazir-Bold.ttf') format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/vazir/Light/Vazir-Light.eot') format('eot'),
	url('../fonts/vazir/Light/Vazir-Light.woff') format('woff'),
	url('../fonts/vazir/Light/Vazir-Light.ttf') format('truetype');
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/vazir/Regular/Vazir.eot') format('eot'),
	url('../fonts/vazir/Regular/Vazir.otf') format('otf'),
	url('../fonts/vazir/Regular/Vazir.woff') format('woff'),
	url('../fonts/vazir/Regular/Vazir.ttf') format('truetype');
}
body {
    font-family: Vazir;
    background: url("../images/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/***** Classes *****/
.form-group {
    position: relative;
    padding-top: 25px;
}
.form-box {
	padding-top: 20px;
	margin-bottom: 50px;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #ffffff;
	box-shadow: 1px 16px 15px 1px #727272;
	/*min-height: 500px;*/
}
.form-top {
	position: static;
	overflow: hidden;
	padding: 0 25px 0px 25px;
	background: #f2f2f2;
	text-align: right;
	box-shadow: 0px 16px 15px 2px #727272;
}
.form-top-left {
	float: right;
	padding-top: 25px;
}
.form-top-right {
	display: inline;
	float: left;
	width: 20%;
	padding-top: 25px;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
}
.cstmButtonGroup {

	position: static;
}
.switch-field {
	padding: 20px;
	overflow: hidden;
}
.switch-title {
	margin-bottom: 6px;
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch-field label {
	margin: -2px !important;
	display: inline-block;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 25px !important;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
	background-color: #19b9e7;
	color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.switch-field label:first-of-type {
	border-radius: 0 4px 4px 0;
}
.switch-field label:last-of-type {
	border-radius: 4px 0 0 4px;
}
form .form-bottom button.btn {
	min-width: 105px;
}
form.registration-form fieldset {
	display: none;
}
.input-error {

	border-bottom: 3px solid #d41740 !important;
}
.mainTable {
	margin: 20px auto;
	padding: 0px;
}
.mainTable tr td {
	width: 100px;
	height: 100px;
}
.dragDiv {
	text-align: center;
	background-color: #00ABA9;
	height: 50px;
	vertical-align: middle;
	margin: auto;
	position: relative;
	width: 50%;
}


/***** cstm classes ******/
.cstmDate {
	padding: 0 !important;
	width: 32% !important;
	margin-bottom: 10px !important;
}
.cstmNonAppearance{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cstmButton {
	height: 40px !important;
	margin-top: 15px !important;
	background: #0190d4 !important;
	border: 0 !important;
	font-size: 15px !important;
	color: #fff !important;
	text-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	-o-transition: all .3s !important;
	-moz-transition: all .3s !important;
	-webkit-transition: all .3s !important;
	-ms-transition: all .3s !important;
	transition: all .3s !important;
}
.cstmButton:hover {
	opacity: 0.8;
	color: #fff !important;
}
.cstmButton:active {
	opacity: 0.6;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cstmButton:focus {
	opacity: 0.6;
}
.cstmCardBlock {
	margin-top: 40px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	z-index: 1100;
}
.cstmCard {
	position: relative;
	height: 50px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24);
	transition: all .5s cubic-bezier(.25,.8,.25,1);
	padding: 13px;
	overflow: hidden;
	line-height: 30px;
}
.cstmInnerCard {
	height: 40px;
	background-color: #19b9e7;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
	transition: all .5s cubic-bezier(.25,.8,.25,1);
	padding: 15px;
	padding-top: 4px;
	overflow: hidden;
	margin-top: 10px;
	z-index: 1100;
	line-height: 30px;
}
.cstmInnerCard i {
	float: left;
	color: #FFFFFF;
	font-size: 23px;
	margin-top: 4px;
}
.cstmAirCard {
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
	z-index: 1000;
}
.cstmCard:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.cstmExplainCategory {
	margin-top: 35px;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 20px;
	padding: 10px;
}
.cstmRotate {
	ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg);
}
.cstmSelectedJob {
	position: relative;
	background-color: #f2f2f2;
	min-height: 100px;
	margin-bottom: 10px;
}
.cstmBackGlyph {
	position: absolute;
	top: 25%;
	left: 50%;
	font-size: 50px;
	color: #fff;
}
.cstmBack {
	position: absolute;
	left: 20px;
	top: 11px;
	font-size: 29px;
	color: #7A7A7A;
	transition: 100ms;
}
.cstmVisible {
	visibility: hidden;
}
.cstmSearchResult {

	position: absolute;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24);
	background-color: #FFFFFF;
	min-height: 200px;
	z-index: 2000;
	padding: 20px;
}
.cstmCloseResult {
	position: absolute;
	top: 22px;
	left: 15px;
	font-size: 29px;
	color: #7A7A7A;
	cursor: pointer;
}
.cstmNoResult {
	color: #7A7A7A;
	margin-top: 75px;
}
.cstmFixed {

}

/***** Media queries & Key frames *****/
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 767px) {

	.cstmFixed {

		position: fixed !important;
		top: 0 !important;
	}
	.cstmSelect {
		padding: 0 !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
	.cstmProvince {
		display: block;
		padding: 0 !important;
		width: 100% !important;
		margin-top: 0!important;
		margin-bottom: 5px !important;
	}
	.cstmCity {
		display: block;
		padding: 0 !important;
		width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	form .form-bottom button.btn { margin-bottom: 5px; }

	.form-top {
		position: absolute;
		top: 35px;
		right: 0;
		width: 100%;
		box-shadow: none;
		height: 60px;
		display: block;
	}
	.form-top-right {
		display: none;
	}
	.form-top-left {
		height: auto;
		margin: 0px;
		padding: 10px;
		width: 100%;
	}
	.form-top-left h3 {
		display: inline;
		float: left;
		font-size: 16px !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.form-top-left p {
		display: inline;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.form-bottom {
		margin-top: 100px;
	}
	.cstmButtonGroup {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		background-color: #ffffff;
		z-index: 2000 !important;
	}
	.cstmButton {
		height: 35px !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		width: 50% !important;
	}
	.btn-next {
		float: right;
	}
	.btn-previous {
		float: left;
	}

}
@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

.cstmGroup {
	position: relative;
	margin-bottom: 25px;
}
.cstmGroupSelect {
	position: relative;
	margin-bottom: 25px;
	width: 32% !important;
	display: inline-block;
}
.cstmInput {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #ffffff;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #999;
}
.cstmInput:focus {
	outline: none;
}
.cstmSearchInput {
	box-shadow: 0 0 3px 0 #5a5a5a;
	border-radius: 5px !important;
	padding: 5px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-size: 14px !important;
}
.cstmLabel {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	right: 5px;
	top: 10px;
	-webkit-transition:all 0.2s ease;
	transition: all 0.2s ease;
}
.cstmInput:focus ~ .cstmLabel,
.cstmInput.used ~ .cstmLabel {
	top: -20px;
	-webkit-transform: scale(.75);
	transform: scale(.75); right: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}
.cstmBar {
	position: relative;
	display: block;
	width: 100%;
}
.cstmBar:before,
.cstmBar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #4a89dc;
	-webkit-transition:all 0.2s ease;
	transition: all 0.2s ease;
}
.cstmBar:before {
	left: 50%;
}
.cstmBar:after {
	right: 50%;
}
.cstmInput:focus ~ .cstmBar:before,
.cstmInput:focus ~ .cstmBar:after {
	width: 50%;
}
.cstmHighlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	right: 0;
	pointer-events: none;
	opacity: 0.5;
}
.cstmInput:focus ~ .cstmHighlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}
.cstmArrow {
	position: absolute;
	left: 13px;
	top: 15px;
	color: #989898;
	font-size: 25px;
}
@-webkit-keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}