/* 
	7 COLORS
	
	WHITE
		#ffffff

	GRAY
		#aaaaaa
		#cccccc
		#dddddd

	BLUE
		#5bc0de
		#eff9fc
	
	MAGENTA
		#c0264c
*/

/* flexible flights */
.acqua-flexible-flights {
	border-color: #dddddd;
}
.acqua-flexible-flights table {
	background-color: #ffffff;
}
.acqua-flexible-flights table tr td {
	border-right-color: #ffffff;
	border-top-color: #ffffff;
}
.acqua-flexible-flights .hover1 {
	background-color: #eff9fc;
}
.acqua-flexible-flights table tr:hover td.head-cell,
.acqua-flexible-flights table tr:hover td.head-cell:hover {
	background-color: #5bc0de;
}
.acqua-flexible-flights table tr:hover td:hover {
	background-color: #bfe7f2;
}
.acqua-flexible-flights table tr:hover td:empty:hover {
	background-color: transparent;
}
.acqua-flexible-flights .head-cell {
	color: #ffffff;
	background-color: #5bc0de;
}
.acqua-flexible-flights .acqua-tooltip-content .carrier-container {	
	border-bottom-color: #aaaaaa;
}
.acqua-flexible-flights .acqua-tooltip-content img {
	background-color: #ffffff;
	border-color: #cccccc;
}
.acqua-flexible-flights .acqua-tooltip-content .price {
	color: #c0264c;
}
.acqua-flexible-flights .acqua-tooltip-content .dates .glyphicon-arrow-right {
	color: #5cb85c;
}
.acqua-flexible-flights .acqua-tooltip-content .dates .glyphicon-arrow-left {
	color: #5bc0de;
}