
.blue{
	background-color:#0093dd !important;
	color:#f4f7ff  !important
}

.flight-datetime{
	float: right;
	border-top: medium none;
	text-align:right;
	width:100%;
	font-size: 19px;
}
.flight-view .capacity-text.low-capacity{
	color:#FF0018;
}
.flight-view .capacity-text{
	margin-top: 33px;
	font-size: 12px;
	line-height: 14px;
}

.capacity select {
    cursor: pointer;
}
#mainTable .tbody{
	/* padding-top: 10px; */
}
#from,#to{
	padding-left:0;
}
/*#adl,#chd,#inf{
	padding:4px;
}*/
.stop-count{
    position: absolute;
    right: 30px;
    top: 10px;
    background: white;
    z-index: 1000;
    padding: 0 10px;
	font-size: 8px;
	line-height: 14px;
	color:#9095A7;
}
.departure-arrow{
	position:relative;
}	
.departure-arrow:after{	
    position: relative;
    top: 10px;
	font-family:mrbilit-icons;
	content:'\e920';
    font-size: 8px;
    color: #C8CFD7;
	margin:0 9px;
}


.flight-view .rightDiv{
	width:74%;
	float:right;
	position: relative;
	padding: 8px 20px 12px 10px;
}
.flight-view .leftDiv{
	width:26%;
	float:left;
	border-right:1px dotted #C8CFD7;
}
.flight-view .leftDiv.priceBox{
	position: absolute; 
	left: 0px;
	height:100%;
	top: 0;
    border-right: 1px solid #C8CFD7;
    background: #F9FAFC;
	padding-top: 13px;
}
.flightInfo{
	width:100%;
	position: relative;
	clear:both;
	padding-top: 12px;	
}
.airlineImg{
	float:right;
}
.subFlightInfo.first{
	width:64%;
	float:right;	
	margin-right: 43px;
}
.subFlightInfo.second{
    float: left;
    width: 33%;
    margin-right: -25%;
    text-align: left;
    margin-left: 2px;
}
.nonstop{
	font-size:80%;
	width:100%;
}
.flight-view .airline{	
	text-align:center;
	font-size: 9px;
	margin-top:3px;
	color:#9095A7;
}
.rowOptions{
	float:right;
/*	width:100%;*/
	padding-right: 8px;
	margin-bottom: 6px;
}
.priceGuarantee{
	margin-right:20px;
	color:white;
	cursor:pointer;
	font-size:0.75em;
	letter-spacing: 1px;
}
.flight-view .selectFlight {
    width: 100%;
    float: left;
	padding:0;
	height:38px;
	margin:0;
}
.flight-view .selectFlight .addon {
	font-family: mrbilit-icons;
    padding: 13px 15px 0 0;
    font-size: 12px;
}
.flight-view .totalPrice{
	text-align:right;
/*	padding-top:15px;*/
	padding-bottom:5px;
}
.flight-view .totalPrice.Discount{
	color:#9095A7;
	text-decoration:line-through;
}
.totalPrice.payable .price{
	font-size: 22px;
}
.totalPrice .rials{
	font-size: 12px;
}
.flight-view .selectBtnDiv{
	/*z-index:101;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	padding:10px;
}
.moreInfoItem{
	width:100%;
}

.flight-view .wrapper {
  padding:0;
  line-height:100%;
  width:100%;
  margin: 5px auto;
  margin-top: 0;

  background: white;
  /*border-radius: 10px;*/
  /*-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);*/
  position: relative;
  /*z-index: 90;*/
  /*overflow: hidden;*/
  border: solid 1px #C8CFD7;
  color:#43464F;
  font-size: 13px;
}

.flight-arrival{
	float:right;	
}
.flight-view .subFlightInfo .item{
	width:100%;
	clear:both;
}
.flight-view .flight-source{
	display: inline-block;
    width: 157px;

}
.flight-view .flight-destination{
	display: inline-block;

}
.flight-departure,.flight-arrival,.departure-arrow,.date-diff{
    display: inline-block;
    float: right;
}
.flight-departure,.flight-arrival{
	font-size:19px;
	line-height: 30px;
    font-weight: 500;
	width:53px;
}
.flight-destination{
	clear:both;
}
.flight-source,.flight-destination{
	font-size: 14px;
	color:#9095A7;
	text-align:right;
}


.red-wrapper{
	color:white !important;
	background-color:#AB2933 !important;
}
.ribbon-wrapper-green {
	overflow: hidden;
    position: absolute;
    z-index: 9;
	left: -5px;
    width: 85px;
    height: 88px;
    margin-top: -12px;
	top: 6px;
}

.ribbon-green.grey {
	background-color:rgb(184, 184, 184) !important;
	color:white !important;
}
.ribbon-green.red {
	background-color:#F01919 !important;
	color:white !important;
}
.ribbon-green {
	font-size: 11px;
	float: right;
	color: white;
	height: 33px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	right: -4px;
    top: 14px;
	width: 118px;
	background-color: #FFB232;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
	font-weight: bold;
    line-height: 22px;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #C8CFD7;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.subPrice{
	margin:-3px;
}
.selectFlightLabel{
	margin:0;
}
.selectFlightchk{
	margin:0;
	padding-right:0;
}
.moreInfo{
	display:none;
	margin-top:4px;
	border-top: 1px solid #DDD;
}
.tooltip{
 position: fixed;
 font-size:70%;
}
.remainingAlert{
	cursor:pointer;
	letter-spacing:0.5px;
	padding-left:10px;
	height:20px;
	font-size:0.75em;
	color:#EE7A00;
	margin-top: 5px;
	float:left;
}
.moreInfoItem{
	font-size:80%;
	border-bottom:1px solid #DDD;
	display:inline-block;
	padding-right:20px;
}
.moreInfoItem.second div{
	padding-bottom:8px;
}
.penalty{
	text-align:justify;
	word-wrap: break-word;
	width:100%;
	font-size:80%;
	padding-right: 10px;
}
.plane{
	margin-right: -20px;
	margin-top: 5px;
	float:right;
	margin-left:4px;
	width:20px;
	height:20px;
}
.moreInfoFlightDetails{
	display:inline-block;
	width:100%;
}

.moreInfoFlightDetails div {
    padding-bottom: 0 !important;
}
.moreInfoAirline{
	font-size:115%;
	color:#1D6DCF;
	width:100%;
}
.moreInfoFlightTime{
	width:25%;
	float:right;
}
.takeOff,.landing{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.flightStatus{
	padding-bottom: 5px;
	margin-top:-4px;
	padding-top: 15px;
	text-align: center;
}
.dateTime{
	text-align:right;
}
@media(max-width:767px){
	.flightType{
		float: left;
	}
	.subFlightInfo.first{
		width: 100%;
		height: auto;
		white-space: nowrap;
	}
	.submitbtn{
		width:100%;
	}
	.flight-view .rightDiv{
		width:100%;
		padding: 15px 15px 0px 15px;
	}
	.flight-view .leftDiv.priceBox{
		position: relative;
		/* left: 0px; */
		width: 100%;
		border:0;
		min-height: 65px;
		padding:0;
	}
	.selectFlight{
		float:none;
	}
	.selectBtnDiv{
		position:relative;
		text-align:center;
		display:inline-block;
		bottom: initial;
	}
	.selectBtnDiv button,.search{
		height:42px;
	}
	.mainPrice{
		padding-top: 0px;
		margin-top: 0;
	}
	.flight-view .selectBtnDiv button{
		margin-left:0;
		width: 51%;
	}
	.flight-view .totalPrice.payable .price{
		font-size: 18px;
	}
	.flight-view .totalPrice .rials{
		font-size: 11px;
	}
	.flight-view .totalPrice.Discountt .price{
		font-size: 11px;
	}
	.flight-view .totalPrice.Discountt .rials{
		font-size: 10px;
	}
	.subFlightInfo{
		width:75%;
	}
	.flight-view .flight-datetime{
		text-align:center;
		margin-bottom: 12px;
		font-size: 15px;
	}
	.flight-view .airlineImg{
		width:auto;
	}
	.subFlightInfo.first{
		margin:15px 0 0 0;
	}	
	
}
.flightDetails.mobile{
	text-align:center;
	font-size:80%;
}

.noMorePosts{
	border-top: 1px solid #E8E8E8;
	text-align:center;
}

span.selector-label {
	font-size: 12px;
}

.date-return-container {
	display: none;
	padding-right: 4px;
}

.date-row-with-return .date-return-container {
	display: block;
}

.date-row-with-return .form-group {
	width: 50%;
	float: right;
}

.date-row-with-return .form-group:not(.date-return-container) {
	padding-left: 4px;
}


html ,body{
    min-height: 100% !important;
	height:100%;
}
.minPrice{
	width: 105px;
	float: right;
	border: 1px solid #E8E8E8;
	background-color: rgb(242, 242, 242);
	border-left: 0;
	color: rgb(66, 76, 178);
	font-size:85%;
	display: block;
	position: relative;
	/*box-shadow: 0px 1px 10px rgba(0,0,0,.05);*/
	height: 75px;
}

#minprice-container{
	height: 76px;
	margin-bottom:10px;
	font-size: 14px;
}

.minPrice:hover{
	background-color: rgb(236, 236, 236) !important;
}

.today{
	background-color: rgb(253, 253, 253) !important;
	/*font-size: 15px;*/
	position: relative;
	/*top: -1px;*/
}

.date{
	/*font-size: 75%;*/
}

.today .date{
	/*font-size: 85%;*/
}

div.minPrice_lowest{
	/*background-color: rgb(199, 255, 190) !important;*/
	background-color: rgb(255, 221, 123) !important;
}

.minPrice_lowest .minprice_price{
	color: #0DD781;
}

.today .minprice_price{
	color: rgb(84, 84, 84);
}

#adl, #chd, #inf{
	/* width: 69px; */
}

.minprice_price{
	color: rgb(84, 84, 84);
}

.minPrice_last{
	border-left: 1px solid #E8E8E8;
}


.subPrice{
	color:gray;
	font-size:79%;
}
.disable{
	cursor: not-allowed;
	box-shadow: none;
	opacity: 0.65;
}

.middle-city{
	font-size: 11px;
	color: #cc0000;
}
.tooltip{
    text-align: justify;
}
div.ui-datepicker{
	font-size: 12px;
	font-family: "B Yekan";
}
#Depart,#Return{
	cursor:pointer;
}
body {
    width: 100%;
    height: 100%;
}
#ui-datepicker-div{
	display:none;
}
input[type=checkbox].css-checkbox {
	display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:35px;
	height:30px;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -30px;
}
label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.ui-slider-handle{
	cursor:pointer;
}
.detailsTitle{
	text-align:right;
	color:#1A96D6;
}

table .details{
	width:60%;
	font-size:90%;
	background-color:#f5f5f5;
}
.filterItems{
	font-size:90%;
}
.filterItems label{
	width:100%;
}
.noBorderTop{
	border-top:0;
}

.rangeSliderBox{
	text-align:center;
	padding:0;
	margin:0;
	margin-right:20px;
	margin-bottom:2px;
	width:100%;
}
.rangeSliderBox div{
	width:100%;
}

.filterDiv{
	background-color: #F9FAFC;
	margin-bottom:4px;
}
.filterDiv form{
	padding: 11px !important;
}
.filterDiv,.container{
	/*color:#1b1b1b;*/
}

.filterDiv .from-control{
	height: 42px;
}
.flight-full *{
	color: #9095A7!important;
}
.flight-full .priceBox {
	background-color:#F9FAFC
}
#content{
	text-align:center;
}
.capacity{
	float:right;
}
.capacity{
	padding-left: 3px;
	width: 33%;
}
.capacity.last{
	padding-left: 0;
}

.flight-capacity{
	color: red;
    font-size: 10px;
    margin-left: 9px;
	margin-top: 10px;
}
.airline-container{
	margin: 0px 0 5px 0;
	text-align:center;
}

.flightType{
	font-size:70%;
}

.noBorder{
	border:0;
	vertical-align:bottom;
}
button.btn.selectFlight.mobile{
	position:static;
}
.grey{
	color:#9E9E9E;
}
.rpadding{
	padding-right:10px;
	text-align:right
}
.lpadding{
	text-align:left;
	padding-left:10px;
}
#amount{
	font-size:0.95em;
	padding:0;
	margin:0;
	border:0; color:#f6931f; font-weight:bold;text-align:right;
	padding-top:4px;
	font-weight: normal;
}
#slider-range{
	width:80%;
	margin:0;
}

form{
	margin:0;
}
ul.filterItems, ul.filterTitles {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ui-slider-handle {
	cursor: pointer;
}
.filterDiv {
	text-align:center;
	border: 1px #EFEFEF solid;
}

@media (min-width: 768px) {
	.middle-city {
		margin-right: 80px;
	}
}
@media (min-width: 992px) {
	#content {
		width: auto!important;
	}
}
.remove {
	cursor: pointer;
}
.input-group-addon {
	padding: 5px !important;
}
@media(max-width:767px) {
	.mynav{
		margin:0 !important;
	}
	.priceSection{
		display:none;
	}

	body{
		font-size:1.03em;
	}
}

.well{
  padding: 3px;
  margin-bottom: 5px;

}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding:2px;
}
.priceSection{
	height:100%;
}
.table{
	margin-bottom:5px;
}
.table .noMargin{
	margin:0;
	padding:0;
}
.leftAlign{
	text-align:left;
}

.orderPrice{
	font-size:90%;
	display:none;
}

@media (max-width: 767px) {
	.price{
	}
	.btn-responsive{
		padding: 5px 10px;
		line-height: 1.5;
		border-radius: 3px;
	}
}
.flightsHeader{
	text-align:center;
	font-size:80%;
	font-weight: normal;
	margin-bottom: 5px;
}
.filterLabel{
	cursor:pointer;
	font-weight: normal;
}
.filterLabel input[type=checkbox]{
	cursor:pointer;
}
.filterLabel:hover{
	background-color:#e0ecf8;
}
.filterAll{
	font-size: 80%;
	float: left;
	padding-left: 5px;
	padding-top: 4px;
	color:#939393;
}
.only{
	font-size:80%;
	padding-top:1px;
	float:left;
/*	margin-left:10%;*/
	display:none;
	position:relative;
	z-index:2
}

.disabled{
	background: #9095A7;
}
.flight-view .airlineImg{
	float:right;
	font-size:10px;
	font-size: 11px;
	color:#9095A7;
}

#flights-container{
	float: right;
	margin-left:-10px;
	padding:0;
	margin-bottom: 5px;
}

#search .glyphicon{
	cursor: pointer;
	color: #C8CFD7;
	pointer-events: none;
}

#search label{
	margin-right: 11px;
}

#search .date-from-group {
    text-align: right;
    margin-bottom: 6px;
}
#search label{
	color:#43464F;
}
#search input[type=text],#search button.dropdown-toggle,#search select{
	color:#43464F!important;
	font-size: 12px;
}

#search .form-control {
	width: 100%;
}

.flight-view .flight-date {
	font-size: 14px;
	color:#9095A7;
	line-height: 17px;
}


.arrow img {
    width: 18px;
}
.flight-view .flight-price {
	position: absolute;
}
span.route-part {
    display: inline-block;
}


.flight-price {
    width: 100%;
	margin-right:11px;
    position: absolute;
	bottom: 54px;
}
.airlineImg,.airlineImg .img-rounded{
	width:50px;
}

.flight-view .date-diff {
	display: inline-block;
    font-size: 12px;
    color: #9095a7;
    line-height: 15px;
    position: relative;
    top: 7px;
    right: 6px;
	float:right;
}

#search .col-xs-6, #search .col-xs-12 {
	padding: 0;
}

#search #flight-mode-type-container {
	display: block;
	width: 100%;
	float: none;
	padding: 0 0 16px 0;
}

.mode-container .mode-radio-label {
	padding: 8px 0 !important;
	font-size: 12px !important;
	font-weight: 500;
	user-select: none;
}

.mode-radio {
	margin: 0!important;
}
.mode-radio:not(:first-child) {
	margin-right: 21px!important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-size: 12px;
}

.date-row-return {
	display: none;
}

.flightMoreInfo{
	display:inline-block;
	text-align: right;
	color: #9095A7;
	font-size: 11px; 
	margin-top: 9px;
}
@media(max-width:767px){
	.flight-view .subFlightInfo .item{
		width:215px;
		margin:0 auto;
	}
	.flight-view .flightMoreInfo{
		text-align: center;
		font-size: 8px;
		line-height: 13px;
		margin:0;
		width:100% !important;
		clear:both;
		display:block;
	}
	.flight-view .airline{
		font-size: 11px;
		line-height: 17px;
			
	}
	.flight-datetime span{
	}
	.airline-container{
		margin: 0px 0;
		font-size: 13px;
	}
	.flight-view .date-diff{
		font-size: 8px;
		/* float: left; */
		line-height: 14px;
		color: #9095A7;
		position: relative;
		top: 0;
		display: block;
		left: -43%;
		margin-left: 11px;
	}
	.mainPrice{
	    margin: 5px;
	}
	.selectFlight{
		width:51%;
		margin: 0 auto !important;
	}
	.search{
		margin-top:10px;
	}
	.mobile{
		font-size:115%;
	}
	.capacity{
		margin-bottom:5px;

		width:100%;
	}
	.filterDiv{
		font-size:0.8em;
		display: none;
	}
	h4{
		font-size:1.4em;
	}

	#main_content_container{
		padding: 8px 8px 0 8px !important;
	}

	.dateTime{
		margin-bottom: 10px;
	}

	.flightStatus {
		padding-bottom: 10px;
		padding-top: 5px;
	}

	#no-discount-btn{
		white-space: normal;
		line-height: 32px;
	}
	.flight-view .airlineImg img,.flight-view .airlineImg .airline-container{
		float:right;
	}
	.flight-view .airline-container{
		height:32px;
		padding-top:7px;
	}
	.flight-view .capacity-text{
		margin-bottom:7px;
		margin-top:11px;
	}
	.flight-view .airline{
		font-size:11px;
		margin:0;
		height:32px;
		line-height:17px;
	}
	.airlineImg img.img-rounded {
		width: 32px;
		text-align:center;
	}

	.flightInfo {
		margin-top: 0;
		margin-bottom: 0px;
	}

	span.airline {
		font-size: 13px;
	}

	.flight-date {
		float: right;
		position: absolute;
		left: 0;
		margin-top: 0;
	}

	.flight-view .flightMoreInfo {
		font-size: 10px;
		line-height: 14px;
		white-space:normal;
	}

	.subFlightInfo.second {
		padding: 0;
		height: auto;
	}

	.flight-price {
		bottom:7px;
		margin-top: 18px;
	}

	#search .row {
		margin: 6px 0!important;
	}

	#search #flight-mode-type-container {
		padding: 0;
	}

	.date-row .form-group{
		margin: 0;
	}

	.mode-container .mode-radio {
		width: 90px;
		margin: 0!important;
		display: block;
		float: right;
	}

	.mode-radio:not(:first-child) {
		/* text-align: left; */
	}

	.mode-radio:first-child {
		text-align: right;
	}

	.subFlightInfo.second {
		width: 51%;
	}
}
