/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */
.sort-by-section {
	padding-bottom: 20px;
	border-radius: 11px;    
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;}
	

.form-group .datePicker {
	border: 1px solid #ccc;
	color: #555;
	background-color: #fff;
}


.listing-style3.flight .details .details-wrapper .time .seat span {
	
    font-family: Roboto;
    right: -9px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.listing-style3.flight .details .details-wrapper .time .seat img {
	width: 25px;
}

.location-name.location-name-70 {
	background-color: #ff2313;
	padding: 0px 5px;
	color: white;
}

.listing-style3.flight .details .details-wrapper .time .seat {
	position:initial;
}

h5.advancedSearch {
	position: absolute;
	top: 60px;
	right: 40px;
	
    color: #f1b71b;
	font-size: 12px;
	text-transform: none;
}

 
form label {
	height: 18px;
}

.TyepSearch {
	text-align: center;
}

.booking-details .timing label, .booking-details .timing span {
	font-size: 12px;
}

.airport-detail {
	font-weight: bold;
	color: black;
}

#flight-details .flights .logo img {
	padding-bottom: 5px;
}

.entete {
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
	vertical-align: bottom;
	border-bottom:  2px solid #003580;
	color:#003580;
	padding: 5px;
}

.td-body {
	font-size: 14px;
	word-break: break-all;
	color: black;
	font-family: "Open Sans", sans-serif;
	padding: 10px 5px;
}

.td-body img {
	max-height: 50px;
}

.td-body span {
	font-weight: bold;
}

.splitterow p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.splitter {
    width: 45%;
    border-bottom: 2px solid #9cbcd6;
    margin: 0 5px;
}



.confirm-booking:disabled{
	cursor: not-allowed;
	background-color: #949494;
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
.back-to-top:hover i {
    color: #fff;
    top: 0px;
}

.sortorder:after {
  content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}
.sortorder.reverse:after {
  content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}

/* #header .main-header{ */
/* 	box-shadow: 5px 4px 12px rgba(0, 0, 0, .1); */
/* } */