.capacity select {
    cursor: pointer;
}
#mainTable .tbody{
	/* padding-top: 10px; */
}

#from,#to{
	padding-left:0;
}

.rightDiv{
	width:75%;
	float:right;
}

.bus-view .leftDiv{
	width:26%;
	float:left;
	border-right:1px dotted #C8CFD7;
}
.bus-view .leftDiv.priceBox{
	position: absolute;
    left: 0px;
    height: 100%;
    top: 0;
    border-right: 1px solid #C8CFD7;
    background: #F9FAFC;
}
.bus-point-img{
	margin-top:0px;
}
.bus-form {
	display: none;
}
.busInfo{
	display:inline-block;
	margin-top:10px;
	width:100%;
	/* position: relative; */
}
.busImg{
	/* padding-left: 5px; */
	float:right;
	margin-right: 25px;
	margin-top: -13.5px;
	margin-left: -2.5px;
	text-align:center;
}
.bus-departure-arrow{
	position:relative;
}	
.bus-departure-arrow:after{	
    position: relative;
    top: -20px;
	font-family:mrbilit-icons;
	content:'\e920';
    font-size: 8px;
    color: #C8CFD7;
	margin:0 9px;
}

.busImg img{
	width: 250px;
	height: 150px;
}
.subBusInfo{
	float:right;
	margin-right: 14px;
    width: 59%;
}
.subBusInfo.first{
	width:50%;
	margin-right: 14px;
}
.subBusInfo.second{
	/* float:left; */
	text-align:left;
	padding-left:10px;
	width:35%;
	margin-left:5px;
	position: absolute;
	margin-left: 5px;
	left: 0;
}
.nonstop{
	font-size:80%;
	width:100%;
}
.busCorporation{
	/*float: right; */
	border-top: medium none;
	text-align: right;
	width: 100%;
	font-size: 9px;
	line-height: 15px;
	padding-bottom: 10px;
	color:#9095A7;
}
.path{
	text-align:right;
	font-size:115%;
}
.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;
}
.selectBus{
	margin-left: 14%;
	width:70%;
	float:left;
}
.bus-view .totalPrice{
	text-align:center;
/*	padding-top:15px;*/
	margin-top:10px;
}

.totalPrice .price{
	font-size: 115%;
}
.bus-view .totalPrice.Discount{
	position:absolute;
}
.bus-view .totalPrice.payable{
	position: absolute;
	top: 30px;
}
.bus-view .totalPrice.payable .price{
	font-size: 22px; 
    line-height: 28px;
}
.totalPrice .rials{
	font-size:100%;
}
.moreInfoItem{
	width:100%;
}
.wrapper-eqip{
	padding::10px;
}
.bus-view .wrapper {
  line-height:140%;
  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; /* added to hide the part of the green ribbon which goes out of the wrapper */
  border: solid 1px #C8CFD7;
  font-size: 13px;
  padding:0;
}


.ribbon-wrapper-green {
	overflow: hidden;
	position: absolute;
	/*z-index: 100;*/
	left: -3px;
	width: 80px;
	height: 88px;
	margin-top: -9px;
}

.ribbon-green {
  font-size:12px ;
  float:right;
  color: #333;
  height:33px;
  text-align: center;
  /*
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  */
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  right: -8px;
  top: 15px;
  width: 118px;
  background-color: rgb(253, 218, 110);
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF370), to(#F6931F));
  background-image: -webkit-linear-gradient(top, #FFF370, #F6931F);
  background-image:    -moz-linear-gradient(top, #FFF370, #F6931F);
  background-image:     -ms-linear-gradient(top, #FFF370, #F6931F);
  background-image:      -o-linear-gradient(top, #FFF370, #F6931F);
  */
  color: black;
  -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);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  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;
}
.selectBusLabel{
	margin:0;
}
.selectBuschk{
	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;
	background:url('../img/plane.png')  0 1px no-repeat ;
	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);
}
.dateTime{
	text-align:right;
}
@media(max-width:767px){
	.flightType{
		float: left;
	}
	.subBusInfo.first{
		width:69%;
	}
	.submitbtn{
		width:100%;
	}
	.rightDiv{
		width:100%;
		float: none;
	}
	.selectBus{
		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;
	}
	.selectBtnDiv button{
		margin-left:0;
		width: 90%;
	}
	.subBusInfo{
		width:66%;
	}
}
.flightDetails.mobile{
	text-align:center;
	font-size:80%;
}

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




html ,body{
    min-height: 100% !important;
	height:100%;
}
.minPrice{
	width: 105px;
	float: right;
	border: 1px solid #C8CFD7;
	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:89%;
}
.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 {
	background-image:url(../img/checkbox.png);
	-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 .priceBox {
	background-color:#F9FAFC
}
#content{
	text-align:center;
}
.bus-view .capacity-text.low-capacity{
	color:#FF0018;
}
.bus-view .capacity-text{
	font-size: 12px;
	line-height: 15px;
	margin-top:6px;
	width:100%;
	float:left;
}
.bus-view .selectBus {
	height:38px;
	margin:10px 0 0 0;
	position: absolute;
    bottom: 10px;
    left: 10px;
    width: 170px;
}

.bus-view .selectBus .addon {
	font-family: mrbilit-icons;
	font-family: mrbilit-icons;
    padding: 13px 15px 0 0;
    font-size: 12px;
}
.bus-view .totalPrice{
	text-align:right;
/*	padding-top:15px;*/
	margin-top:5px;
}
.bus-view .selectBtnDiv{
	position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 10px 10px 10px;
    height: 100%;
    bottom: 0px;
}
.bus-view .bus-promoted {
    border: solid 2px #0DD781;
    border-top: 0;
}


.bus-view .totalPrice.Discount{
	color:#9095A7;
	text-decoration:line-through;
	font-size: 11px;
	line-height: 17px;
	top: 11px;
}

.capacity{
	float:right;
}
.capacity{
	margin-left:3px	;
}
.capacity.last{
	margin-left:0;
}

.flight-capacity{
	color: red;
    font-size: 10px;
    margin-left: 9px;
	margin-top: 10px;
}

.promotion-header {
    height: 32px;
    text-align: center;
    font-size: 18px;
    background: #0DD781;
    color: white;
	font-size: 10px;
	line-height: 17px;
    font-weight: 500;
	padding-top:8px;
}
.bus-view .corporation-container{
	margin:0;
}
@media(max-width:767px){
	.bus-view .leftDiv.priceBox{
		position: relative;
		/* left: 0px; */
		width: 100%;
		border:0;
		min-height: 65px;
	}
	.bus-view .selectBtnDiv{
		float: right;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px;
		right: 0;
	}
	.bus-view .selectBtnDiv button,.search{
		height:42px;
	}
	.bus-view .mainPrice{
		padding-top: 0px;
		margin-top: 0;
	}
	.bus-view .selectBtnDiv button{
		bottom: auto;
		margin-left:0;
		width: 51%;
	}
	.bus-view .flightMoreInfo{
		text-align: center;
		font-size: 90% !important;
		margin:5px auto 0 auto !important;
		width:100% !important;
	}
	.bus-view .corporation-container{
		margin: 12px 4px 12px 12px;
	}
	
	.bus-view .flightMoreInfo{
		text-align: center;
		font-size: 90% !important;
		margin:5px auto 0 auto !important;
		width:100% !important;
		float: none!important;
	}
	.mainPrice{
	    margin: 5px;
	}
	.selectBus{
		margin: 0 auto !important;
	}
	.search{
		margin-top:10px;
	}
	.mobile{
		font-size:120%;
	}
	.capacity{
		margin-bottom:5px;

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

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

	.dateTime{
		margin-bottom: 5px;
	}

	.flightStatus {
		padding-bottom: 10px;
		padding-top: 5px;
	}
}
.flightType{
	font-size:70%;
}

.noBorder{
	border:0;
	vertical-align:bottom;
}
button.btn.selectBus.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;
	/*border-radius:10px;*/
}

@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;
	}

	.bus-view-seats {
		position: static!important;
		margin: 4px auto 7px auto;
	}
}

.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;
}
.bus-view .flightMoreInfo{
	float:right; 
	font-size: 11px;
	margin-top: 8px;
}

#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;
}
img.bus-point-starred {
    right: 13px;
    top: 58px;
}

img.bus-point-img{
	height:40px;
	width:40px;
}
.subBusInfo .item{	
	text-align:right;
	font-size:19px;
	display:block;
}
.bus-view .date-diff{
	font-size: 12px;
    line-height: 14px;
    color: #9095A7;
    position: relative;
    top: 7px;
    display: block;
    left: -43%;
    margin-left: 14px;
    right: 6px;
    float: right;	
}

.pi-chart-container{
	/*display: none;*/
    position: absolute;
    top: 67px;
    right: 22px;
    height: 26px;
    width: 26px;
    border-radius: 17px;
    border: solid 1px #FF2C00;
}
.pi-chart-sec {
    background: #FF2C00;
    height: 50%;
    width: 50%;
	float: right;
}

.pi-chart-sec1 {
    border-radius: 0 100% 0 0;
}

.pi-chart-sec2 {
    border-radius: 0 0 100% 0;
}

.pi-chart-sec3 {
    border-radius: 0 0 0 100%;
}

.pi-chart-sec4 {
    border-radius: 100% 0 0 0;
}

.pi-chart-point-0 .pi-chart-sec{
	visibility: hidden;
}

.pi-chart-point-1 .pi-chart-sec:not(.pi-chart-sec1){
	visibility: hidden;
}

.pi-chart-point-2 .pi-chart-sec:not(.pi-chart-sec1):not(.pi-chart-sec2){
	visibility: hidden;
}

.pi-chart-point-2 .pi-chart-sec{
	background: #FFEE00;
}

.pi-chart-point-2{
	border-color: #FFEE00;
}

.pi-chart-point-3 .pi-chart-sec:not(.pi-chart-sec1):not(.pi-chart-sec2):not(.pi-chart-sec3){
	visibility: hidden;
}

.pi-chart-point-3 .pi-chart-sec, .pi-chart-point-4 .pi-chart-sec{
	background: #00C618;
}

.pi-chart-point-3, .pi-chart-point-4{
	border-color: #00C618;
}

.rightDiv{
	position: relative;
}

div#filters {
    margin-top: 10px;
}

.time-label-text {
    background: #19A5E2;
    /* position: absolute; */
    /* top: -20px; */
    /* right: -18px; */
    color: white;
    /* border-radius: 5px; */
    font-size: 10px;
    padding: 2px 7px 1px 7px;
    /* width: 41px; */
}

.time-label-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #19A5E2;
    /* position: absolute; */
    /* top: -3px; */
    /* left: -2px; */
    /* margin: auto; */
    margin-right: 16px;
}

.time-label {
    width: 41px;
    background: transparent;
    position: absolute;
    top: -23px;
    left: -19px;
    line-height: 13px;
}

div#time-filter-container {
    height: 70px;
    padding-top: 31px;
    padding: 31px 24px 0 24px;
}

#time-filter .ui-state-focus {
    font-weight: bold !important;
}

div#time-filter {
}

.time-filter-grid-item {
    width: 33.33333%;
    float: left;
    text-align: center;
    font-size: 9px;
    color: #9095A7;
    padding-top: 8px;
    position: relative;
}

div#time-filter-grid {
    padding: 0 12.5%;
}

.time-filter-grid-marker {
    position: absolute;
    border-left: solid 1px #9095A7;
    height: 5px;
    right: 50%;
    top: 1px;
}

div#filters {
    border: solid 1px #EDF0F5;
    background: #F9FAFC;
    display: none;
}



#filters h3 {
    text-align: right;
    margin: 6px 15px 0 0;
    font-size: 14px!important;
    color: #1A96D6;
    font-weight: bold;
}

#filter-corp-container{
	display: none;
	margin: 10px;
}

.filter-corp-item img {
    height: 30px;
    display: block;
    margin: auto;
    border-radius: 50%;
    /* border: solid 1px white; */
}


.filter-corp-item:hover {
	background-color:#B4BBC2;
}
.filter-corp-item {
    height: 25px;
    margin: 4px 1.3%;
    width: 22%;
    height: 50px;
    text-align: center;
    padding-top: 3px;
    float: right;
    background: #C8CFD7;
    border-radius: 4px;
    cursor: pointer;
    /*opacity: 0.3;*/
    /* color: black; */
    user-select: none;
}

span.filter-corp-title {
    font-size: 9px;
    /* padding-right: 14px; */
    display: block;
    /* padding-top: 3px; */
    color: #ffffff;
    margin-top: -2px;
}
.type-filter-option:hover{
	background-color:#B4BBC2;
}
.filter-terminal-item:hover{
	background-color:#B4BBC2;

}
.bus-full *{
	color: #9095A7 !important;
}
.bus-full{
	background-color:#F9FAFC;
}
.filter-corp-item.filter-corp-item-enabled,.type-filter-option-selected:hover,.filter-terminal-item-selected:hover {
    opacity: 1;
    background-color: #1A96D6;
	color:#FFFFFF;
}

.filter-corp-item-enabled span.filter-corp-title {
    color: white;
}

div#type-filter {}

div#type-filter {
    width: 203px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    padding: 3px 12px 11px 12px;
    width: 100%;
}
.type-filter-option {
	cursor:pointer;
    width: 50%;
    float: right;
    text-align: center;
    font-size: 13px;
    padding: 6px;
    background: #C8CFD7;
    color: white;
	border-radius: 5px 0 0 5px;
    user-select: none;
    /* cursor: pointer; */
    /* opacity: 0.3; */
}

.type-filter-option:first-child {border-radius: 0 5px 5px 0;}

.clear + .type-filter-option {
	border-radius: 5px 0 0 5px;
}

.type-filter-option-selected {
    opacity: 1;
    background: #1A96D6;
}

.filter-terminal-item {
    float: right;
    width: 48%;
    text-align: center;
    font-size: 13px;
    background: #C8CFD7;
    color: white;
    padding: 6px 6px;
    margin: 2px 1% 2px 1%;
    border-radius: 5px;
    cursor: pointer;
	user-select: none;
    /* opacity: 0.3; */
}

div#filter-from-container, #filter-to-container {
    margin: 0 12px;
}

.filter-terminal-item-selected {
    opacity: 1;
    background: #1A96D6;
}

div#filters-container {
    padding-bottom: 20px;
}

.bus-view-seats {
	border: solid 1px #EDF0F5;
    background: #F9FAFC;
    float: left;
    cursor: pointer;
    color: #9095A7;
    top: -2px;
    text-align: center;
    line-height: 26px;
    z-index: 100;
    margin-top: 6px;
	padding: 7px 10px;
	font-size:12px; 
	width: 122px;
	height: 42px;

}
.bus-view-seats .loader {
	width: 27px;
}

.bus-view-seats-clicked {
    padding: 0px;
    cursor: default;
}

.bus-seat-map-seat {
    width: 6px;
    height: 6px;
    background: #C8CFD7;
    /* margin-bottom: 2px; */
    border-radius: 14px;
}

.bus-view .subBusInfo .item{
	width:100%;
	clear:both;
}
.bus-view .bus-source{
	display: inline-block;
    width: 157px;

}
.bus-view .bus-destination{
	display: inline-block;
    width: 99px;

}
.bus-departure,.bus-arrival,.departure-arrow,.date-diff{
    display: inline-block;
    float: right;
}

.bus-departure,.bus-arrival{
	font-size:19px;
	line-height: 30px;
    font-weight: 500;
	width:53px;
}
.bus-source,.bus-destination{
	font-size:14px;
	color:#9095A7;
}

.bus-seat-map-row {
    float: left;
    width: 6px;
    padding-left: 2px;
    height: 100%;
}

.bus-seat-map {
    padding: 3px;
    height: 100%;
    float: left;
    width: 88%;
    padding-top: 5px;
    padding-left: 2px;
}

.bus-seat-map-seat-container {
    padding-bottom: 2px;
    /* width: 6px; */
}

.bus-seat-map-seat-empty {
    background: none;
    border: 1px solid #19A5E2;
	background: #19A5E2;
}

.bus-seat-map-seat-na {
    background: none;
}

.bus-seat-map-seat-female {
    background: #C8CFD7;
}

.bus-seat-map-wheel {
    height: 100%;
    float: left;
    width: 12%;
    background: url("/img/wheel.png") no-repeat 2px 27px;
    background-size: 10px;
}

form#search {
    padding: 10px !important;
	overflow: visible!important;
}
.bus-date{
	font-size: 14px;
	line-height: 16px;
	color:#9095A7;
}
.bus-form{
	/* display: none; */
}
.filters{
	margin: 10px;
}

#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;
}

.mode-radio {
	margin: 0!important;
}
.mode-radio:not(:first-child) {
	margin-right: 21px!important;
}
.bus-view .busMoreInfo {
	font-size: 11px; 
	margin-top: 9px;
	line-height: 15px;
	color:#9095A7;
	white-space: nowrap;
    width: 321px!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.date-row-return {
	display: none;
}
.bus-view .flightInfo {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    position: relative;
}
.bus-view .departure-arrow{
	top: -4px;
	position:relative;
}
@media(max-width:767px){
	.bus-view .bus-destination{
		position:absolute;
	}
	.bus-view .subBusInfo .item{
		width:215px;
		margin:0 auto;
	}
	.bus-view .totalPrice.payable{	
		position: absolute;
		bottom: 10px;
		top:auto;
	}
	.bus-view .busMoreInfo{
		text-align: center;
	}
	.flight-datetime span{
	}
	.airline-container{
		margin: 0px 0;
		font-size: 13px;
	}
	.mainPrice{
	    margin: 5px;
	}
	.selectBus{
		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;
	}

	.airlineImg img.img-rounded {
		width: 32px;
	}

	.bus-view .flightInfo {
		margin-top: 0;
		margin-bottom: 0;
	}

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

	.bus-date {
		float: right;
		position: absolute;
		left: 0;
		margin: 15px 16px;
	}


	.subBusInfo.second {
		text-align:right;
		padding: 0;
		margin-left:0;
		height: auto;
		width:100%;
		margin-right:29px;
	}
	
	.bus-full .totalPrice{
		color:#9095A7 !important;
	}
	.busImg{
		width:100%;
		margin-top: 12px;
	}
	.subBusInfo.second div{
		float:right;
	}
	.bus-view .capacity-text{
		width:auto;
		margin-top:21px;
		width: auto;
		position: absolute;
		left: 15px;
	}
	.subBusInfo.second{
		position:static;
		width: 100%;
	}
	
	.subBusInfo{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.busImg div,.busImg img{
		float:right;
	}
	.bus-view .totalPrice.Discount{
		padding: 0;
	}
	.bus-price {
		position: static;
		float: right;
		margin: 0;
	}

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

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

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

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

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

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