@charset "utf-8";
/* CSS Document */

/*
@saa_flight_subscrib_form module
*/
.page-content{
	position: relative;
}
/*------------------------blinder-------------------*/	
.flight_sub_pluin_blinder{
	position:fixed; 
	z-index:999998; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:#ffffff;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	display:none;
	}
	
/*------------------------start tender thankyou page-------------------*/
.flight_sub_thankyou{
	position:relative;
	display:none;
	padding:10px;
	background-color:#FFF;
	text-align:right;
	font-family:'Droid Arabic Kufi',Tahoma,Helvetica,sans-serif;
	}
	.flight_sub_thankyou h1{
		font-size:16px;
		font-weight:bold;
		line-height:22px;
	}
	.flight_sub_thankyou p{
		line-height:18px;
		color:#666666;
		padding:0px;
		font-family:Tahoma,Helvetica,sans-serif;
		font-size:12px;
	}
/*------------------------start tender thankyou page-------------------*/

/*------------------------start popup form-------------------*/		
.flight_sub_form_wrapper , .flight_track{
	position: absolute;
	z-index: 1002;
	height: auto;
	width: 600px;
	right: 25%;
	top: 0px;	
	display:none;
	background-color:#ececec;
	z-index:999999;
	border:3px solid #ececec;
	/*http://box-shadow.info/*/	
box-shadow: 1px 1px 5px 5px rgba(138,138,138,1), 1px 1px 5px 10px rgba(221,221,221,1), 1px 1px 5px 10px rgba(186,186,186,1), 1px 1px 20px 5px rgba(221,221,221,1), 1px 1px 10px 5px rgba(219,219,219,1);
-webkit-box-shadow: 1px 1px 5px 5px rgba(138,138,138,1), 1px 1px 5px 10px rgba(221,221,221,1), 1px 1px 5px 10px rgba(186,186,186,1), 1px 1px 20px 5px rgba(221,221,221,1), 1px 1px 10px 5px rgba(219,219,219,1);
-moz-box-shadow: 1px 1px 5px 5px rgba(138,138,138,1), 1px 1px 5px 10px rgba(221,221,221,1), 1px 1px 5px 10px rgba(186,186,186,1), 1px 1px 20px 5px rgba(221,221,221,1), 1px 1px 10px 5px rgba(219,219,219,1);}

.close_fs_form{
	width: 50px;
	height: 50px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -25px;
	left: -25px;
	cursor: pointer;
	background:url(close-form.png) no-repeat 0 0;
 	text-indent:-99999em;
	}
.flight_sub_form_wrapper .fs_form_header{
	font-family: 'Droid Arabic Kufi',Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 20px;
    text-align: right;
	}	
.flight_sub_form_wrapper .mandatory_mark_message{
	color: #FF0000;
    font-size: 1.5em;
	}	
.flight_sub_form_wrapper .mandatory_mark{
	color: #FF0000;
    font-size: 1.5em;
    left: 0;
    position: absolute;
    top: 0;
	}

.flight_sub_form_wrapper .field_message{
	clear: both;
    direction: rtl;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: -5px;
    margin-right: 33%;
    padding: 0;
    text-align: right;
	}
	
.flight_sub_form_wrapper .inner_form_wrapper{
	background-color:#fff;
	padding:2px;
	margin:7px;
	position:relative;
	padding-bottom:20px;
	}	
	
	
.taf_registeration_form {
  width:100%;
}	
	
.fs_registeration_form label{
	color: #000000;
    display: inline-block;
    float: right;
    font-family: 'Droid Arabic Kufi',Tahoma,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-right: 4px;
    margin-top: 30px;
    padding: 0 15px 0 0;
    position: relative;
    text-align: right;
    width: 29%;
}

.fs_form_error{
	border:3px solid #f6b0b3!important;
}

.flight_sub_form_wrapper .inner_form_wrapper .input_class{
  float:right;
  font-family: Tahoma,sans-serif;
  border:3px solid #ededed;
  font-size:12px;
  font-weight:normal;
  color:#666666;
  width:55%;
  height:22px;
  display:block;
  /*margin-bottom:15px!important;*/
  margin-top:20px;
  margin-left:5px;
  outline: none;
  padding:5px;
  line-height:22px; 	
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  display:inline-block;
}

.numeric_input{float: right;}
.inner_form_wrapper .small_input {
	width:70px!important;
	display:inline-block;
	margin-right:5px;
	direction: ltr!important;
	float: left!important;
	text-align:right;
}
.no_or_email{color: #E41E26; font-weight: bold; margin-right: 33%; margin-top: 13px;}
.flight_sub_form_wrapper .flight_no{
	background-color:#d4d4d4;
}
.fs_registeration_form .form_buttons{
	background-color: #ECECEC;
    padding: 25px 33% 25px 0px;
    text-align: right;
	}
	
	.fs_registeration_form .form_buttons .form_button{	
	background: url("submit-arrow-right.png") no-repeat scroll 20px 11px #7B7B7B;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Droid Arabic Kufi',Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 3px 0 5px 18px;
    width: 80px;
	}
	.fs_registeration_form .form_buttons .form_button:hover{
		background-color:#e41e26;
	}	
.fs_registeration_form .fs_form_error{
	border:3px solid #f6b0b3!important;
}

.fs_registeration_form .fs_please_wait{
	background:url(bx_loader.gif) no-repeat left 0px;
	width:110px;
	text-align:right;
	padding-right:20px;
	display:inline-block;
	font-family:'Droid Arabic Kufi',Tahoma,sans-serif;
	font-size:12px;
	color:#666666;
	height:37px;
	padding-top:5px;
	display:none;
}

.field_error{
	margin-top: 5px;
	display: none;
	color: #E41E26;
}	
/*------------------------end tender form-------------------*/		

/*--------start captcha-------------*/
.flight_sub_form_wrapper .captcha_input{
	width:15%!important;
}
.captcha{
	position:relative;
	}
	.captcha img{
		border-radius: none;
		border: none;
		padding: 2px;
		border-radius: 5px;
	}
	.captcha_refresh{
		display:inline-block;
		background:url("refresh.png") no-repeat 0px 0px;
		width:30px;
		height:30px;
		position:relative;
		margin-top:30px;
		float:right;	
		margin-right:0px;
		margin-left:10px;
		cursor:pointer;
	}
	.captcha_input{
		width:15%!important;
		margin-top: 25px !important;
		direction: ltr!important;
	}
	.fs_operators{
		border: medium none;
		float: right;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		width: 143px;
		margin-top:15px;
		background: url("images/captcha-loader.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
/*====end captcha====*/

.clear{clear:both;}	

.search_fields{
	width: 100%;
	background-color: #ECECEC;
}
.search_fields label{font-weight: bold; width: 85px; display: inline-block; font-family: 'Droid Arabic Kufi',Tahoma; }
.search_input{
	display: inline-block;
	padding: 15px;
}

/* --------------------------------------------
  Media Queries For Passenger Arrival, Departure + Cargo Arrival, Departure
-------------------------------------------- */	
@media only screen and (min-width:769px) and (max-width:1010px){
	.flight_sub_form_wrapper{width: 90%; padding: 10px;}
	
	.fs_registeration_form label{
		padding: 0px;
		width: auto;
		float: none;
		display: block;
		margin-top: 12px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper{
		padding: 10px;
		margin: 0px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper .input_class{
		margin-top: 0px;
		float: none;
		width: 90%;
	} 
	.flight_sub_form_wrapper .inner_form_wrapper .small_input{width: 62!important;}
	.no_or_email{color: #E41E26; font-weight: bold; margin-right: 2%; margin-top: 13px;}
	
	.flight_sub_form_wrapper .mandatory_mark{
		float: none;
		position: relative;
	}
	.flight_sub_form_wrapper .field_message{
		margin-right: 0px;
	}
	
	.flight_sub_form_wrapper .fs_form_header{
		padding: 6px;
	}
	
	.close_fs_form{
		background-size: 30px;
		top: -13px;
		left: -13px;		
	}
	
	.fs_operators{margin-top: 0px;}
	.captcha_refresh{margin-top: 10px;}
	.captcha_input{margin-top: 8px!important;}
	
	.fs_registeration_form .form_buttons{padding: 5px 0 0px 0px; text-align: center!important;}
	.fs_registeration_form .form_buttons .form_button{font-size: 11px; width: 78px; margin-top: 10px;}	
	.fs_registeration_form .fs_please_wait{text-align: right; margin-left: 25%;}
}

@media only screen and (min-width:321px) and (max-width:768px){
	.flight_sub_form_wrapper{width: 90%; padding: 10px;}
	
	.flight_sub_form_wrapper .mandatory_mark_message{font-size: 1.2em;}
	.fs_registeration_form label{
		padding: 0px;
		width: auto;
		float: none;
		display: block;
		margin-top: 12px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper{
		padding: 10px;
		margin: 0px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper .input_class{
		margin-top: 0px;
		float: none;
		width: 90%;
	} 
	.flight_sub_form_wrapper .inner_form_wrapper .small_input{width: 62px!important;}
	.no_or_email{color: #E41E26; font-weight: bold; margin-right: 2%; margin-top: 13px;}
	
	.flight_sub_form_wrapper .mandatory_mark{
		float: none;
		position: relative;
		font-size: 1.2em;
	}
	.flight_sub_form_wrapper .field_message{
		margin-right: 0px;
	}
	
	.flight_sub_form_wrapper .fs_form_header{
		padding: 6px;
	}
	
	.close_fs_form{
		background-size: 30px;
		top: -13px;
		left: -13px;		
	}
	
	.fs_operators{margin-top: 0px;}
	.captcha_refresh{margin-top: 10px;}
	.captcha_input{margin-top: 8px!important;}
	
	.fs_registeration_form .form_buttons{padding: 5px 0 0px 0px; text-align: center!important;}
	.fs_registeration_form .form_buttons .form_button{font-size: 11px; width: 78px; margin-top: 10px;}	
	.fs_registeration_form .fs_please_wait{text-align: left; margin-right: 25%;}
}

@media screen  and (max-width:320px){
	.flight_sub_form_wrapper{width: 90%; padding: 10px;}
	
	.flight_sub_form_wrapper .mandatory_mark_message{font-size: 1.2em;}
	.fs_registeration_form label{
		padding: 0px;
		width: auto;
		float: none;
		display: block;
		margin-top: 12px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper{
		padding: 10px;
		margin: 0px;
	}
	.flight_sub_form_wrapper .inner_form_wrapper .input_class{
		margin-top: 0px;
		float: none;
		width: 90%;
		padding: 1px;
	} 
	.flight_sub_form_wrapper .inner_form_wrapper .small_input{width: 62px!important;}
	
	.no_or_email{color: #E41E26; font-weight: bold; margin-right: 2%; margin-top: 13px;}
	
	.flight_sub_form_wrapper .mandatory_mark{
		float: none;
		position: relative;
		font-size: 1.2em;
	}
	.flight_sub_form_wrapper .field_message{
		margin-right: 0px;
	}
	
	.flight_sub_form_wrapper .fs_form_header{
		padding: 6px;
	}
	
	.close_fs_form{
		background-size: 30px;
		top: -13px;
		left: -13px;		
	}
	
	.fs_operators{margin-top: 0px;}
	.captcha_refresh{margin-top: 10px;}
	.captcha_input{margin-top: 8px!important;}
	
	.fs_registeration_form .form_buttons{padding: 5px 0 0px 0px; text-align: center!important;}
	.fs_registeration_form .form_buttons .form_button{font-size: 11px; width: 78px; margin-top: 10px;}	
	.fs_registeration_form .fs_please_wait{text-align: right; margin-right: 25%;}
}


.timer_wrapper{font-size:12px;}