/* flight airlines stops */
.acqua-flight-airlines-stops-container {
	margin-bottom: 20px;
}
/*.acqua-flight-airlines-stops-container h2 {
	margin: 0 0 5px;
	font-size: 22px;
	cursor: pointer;
}
/*.acqua-flight-airlines-stops h2 .btn {
	margin-top: 1px;
	font-weight: 400;
	text-transform: lowercase;
	outline: none;
}*/

.acqua-flight-airlines-stops-container .show-hide-btn {
	float: right;
	margin-bottom: 5px;
}
.acqua-flight-airlines-stops {
	position: relative;
	z-index: 1;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;    
}
.acqua-flight-airlines-stops table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0;
}
.acqua-flight-airlines-stops table .hover1 {
	background-color: rgba(var(--primary-color),.02);
}
.acqua-flight-airlines-stops .table > tbody > tr > td {
	width: 100px;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 400;
	font-size: 11px;
	color: rgba(var(--light-color),1);
	text-align: center;
	vertical-align: middle;
	cursor: default;
	background-color: rgba(var(--primary-color),.02);
	border: 1px solid rgba(var(--primary-color),1);
}
.acqua-flight-airlines-stops .table > tbody > tr > td.head-cell {
	padding: 0 5px;
	color: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	border-right: none;
}
.acqua-flight-airlines-stops .table > tbody > tr > td.head-cell.vertical {
	background-color: rgba(var(--primary-color),1);
}
.acqua-flight-airlines-stops td.head-cell img {
	display: block;
	width: 25px;
	height: 25px;
	margin: 5px auto 2px;
	background-color: rgba(var(--light-color),1);
}
.acqua-flight-airlines-stops .left-top-cell {
	padding: 0 !important;
	font-weight: 700;
	font-size: 14px;
	border-right: none;
}
.acqua-flight-airlines-stops .left-top-cell .carrier,
.acqua-flight-airlines-stops .left-top-cell .trip-type {
	height: 25px;
	padding: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.acqua-flight-airlines-stops .left-top-cell .trip-type {
	background-color: rgba(var(--primary-color),.1);
}
.acqua-flight-airlines-stops tr td.cheapest-airline,
.acqua-flight-airlines-stops tr:hover td.cheapest-airline:hover {
	background-color: rgba(var(--secondary-color),1);
}
.acqua-flight-airlines-stops tr td.cheapest-airline .price {
	color: rgba(var(--light-color),1);
}
.acqua-flight-airlines-stops tr:hover td.head-cell,
.acqua-flight-airlines-stops tr:hover td.head-cell:hover {
	background-color: rgba(var(--primary-color),1);
}
.acqua-flight-airlines-stops tr:hover td:hover {
	background-color: rgba(var(--primary-color),.15);
}
.acqua-flight-airlines-stops tr:hover td:empty:hover {
	background-color: transparent;
}
.acqua-flight-airlines-stops tr td:last-child {
	border-right: none;
}
.acqua-flight-airlines-stops tr:last-child td {
	border-bottom: 1px solid rgba(var(--light-color),1);
}
.acqua-flight-airlines-stops tr td .price {
	font-weight: 700;
	font-size: 11px;
}
.acqua-flight-airlines-stops tr td .price:hover {	
	cursor: pointer;
}
.acqua-flight-airlines-stops tr td .price span {
	font-weight: 400;
	font-size: 12px;
}
.acqua-flight-airlines-stops td .airline-info {
	display: block;
	position: relative;
	z-index: 20;
	height: 100%;
	padding: 5px;
}
.airline-info-content {
	padding: 5px;
	font-size: 14px;
	background-color: rgba(var(--bg-color),1);
}
.airline-info-content .carrier {
	margin: -5px -5px 5px;
	padding: 5px;
	font-weight: 700;
	background-color: rgba(var(--bg-color),1);
}
.airline-info-content img {
	width: 25px;
	height: 25px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
.airline-info-content .date {
	font-size: 11px;
}
.airline-info-content .date .glyphicon {
	font-size: 11px;
	color: rgba(var(--primary-text-color),.75);
}
#airline-info-1 .popover {
	border: 10px solid rgba(var(--blur-color),1);
}