/* 
	10 COLORS
	
	WHITE
		#ffffff

	BEIGE
		#ffffe8
		#fef4d3

	GRAY
		#dddddd
		#777777

	BLUE
		#29abd1
		#5bc0de
		#bfe7f2
		#eff9fc

	GREEN
		#5cb85c

*/

/* flight airlines stops */
.acqua-flight-airlines-stops-container {
	border-color: #dddddd;
}
.acqua-flight-airlines-stops table .hover1 {
	background-color: #eff9fc;
}
.acqua-flight-airlines-stops .table > tbody > tr > td {
	color: #ffffff;
	background-color: #eff9fc;
	border-color: #5bc0de;
}
.acqua-flight-airlines-stops .table > tbody > tr > td.head-cell {
	color: #ffffff;
	background-color: #5bc0de;
}
.acqua-flight-airlines-stops .table > tbody > tr > td.head-cell.vertical {
	background-color: #29abd1;
}
.acqua-flight-airlines-stops td.head-cell img {
	background-color: #ffffff;
}
.acqua-flight-airlines-stops .left-top-cell .trip-type {
	background-color: #29abd1;
}
.acqua-flight-airlines-stops tr td.cheapest-airline,
.acqua-flight-airlines-stops tr:hover td.cheapest-airline:hover {
	background-color: #5cb85c;
}
.acqua-flight-airlines-stops tr td.cheapest-airline .price {
	color: #ffffff;
}
.acqua-flight-airlines-stops tr:hover td.head-cell,
.acqua-flight-airlines-stops tr:hover td.head-cell:hover {
	background-color: #5bc0de;
}
.acqua-flight-airlines-stops tr:hover td:hover {
	background-color: #bfe7f2;
}
.acqua-flight-airlines-stops tr:hover td:empty:hover {
	background-color: transparent;
}
.acqua-flight-airlines-stops tr:last-child td {
	border-bottom-color: #ffffff;
}
.airline-info-content {
	background-color: #ffffe8;
}
.airline-info-content .carrier {
	background-color: #fef4d3;
}
.airline-info-content img {
	background-color: #ffffff;
	border-color: #dddddd;
}
.airline-info-content .date .glyphicon {
	color: #777777;
}
#airline-info-1 .popover {
	border-color: rgba(0, 0, 0, 1);
}