/*
	Search Instant Quote List View
*/
.flight-container .filters-flight a
{
	background: url('<?php echo base_url()?>assets/myimg/sort_both.png') no-repeat center right;
	cursor: pointer;
	padding: 5px 30px;
	font-size: 18px;
	color: black;
	text-decoration: none;
}
.legs
{
	font-size: 11px;
}
.leg-div:first-child
{
    margin-top: 25px;
}
.model-img{
	width: 170px;
	height: 70px;
}

.grouped-model-img{
	width: 120px;
    height: 60px;
    margin-left: 50px;
}
/*
	Search Instant Quote Location Populated for Arrival and Departure
*/
.get-location
{
    background: #f2f2f2;
    line-height: 2;
    text-decoration: none;
}
.get-location
{
	margin: 0 auto;
	padding: 0px 5px;
	position: absolute;
	z-index: 9999999;
	/*width: 97%;*/
	list-style: none;
	/*margin-top: -18px;*/
	background-color: #FAFAFA;
	border-radius: 0px 0px 5px 5px;
	overflow: auto;
	max-height: 250px;
	font-size: 12px;
	
}
.get-location li
{
	border-bottom: 1px solid #E6E6E6;
	padding: 0px 10px;
}
/*
	Only Search instant quote page css that is "instant_search_flight_form".
*/
 .MainTR td input 
{
    padding: 10px 3px !important;
}
.fluid-con
{
    width:inherit !important; 
    padding: inherit !important;
}
.add_row a
{
    text-decoration: none;color: #00688E;font-weight: bold;
}
#botttom_chkbox
{
    color: #00688E;font-weight: bold;
}
#form img
{
    margin-bottom: 8px;
}
.error_cap
{
    border: 1px solid red;
}
.cap_status
{
    width: 350px;
    padding: 10px;
    font: 14px arial;
    color: #fff;
    display: none;
}
hr
{
    border: 0; 
    border-top: 1px solid #000!important;
}       

.emptyjets-logo { margin-top: 15px; }
.emptyjets-logo img { max-width: 200px; }
.flight-container.emptyjets-container { margin-top: 20px; }

/* Show fuel icon */
.comloc p .fuel_png
{
	width: 13px;
	float: right;
	margin-right: 12px;
	margin-top: -2px;
	
}