/* 
	13 COLORS
	
	WHITE
		#ffffff

	GRAY
		#333333
		#555555
		#666666
		#777777
		#999999
		#cccccc
		#d3d3d3
		#e5e5e5
		#eeeeee		
		#f5f5f5
		#fbfbfb

	RED
		#ff0000

*/

/* flight carriers options */
.acqua-flight-carriers-options h1 .glyphicon {
	color: #777777;
}
.acqua-flight-carriers-options h1 .carrier img {
	border-color: #555555;
}
.acqua-flight-carriers-options h1 .carrier .details {
	color: #999999;
}
.acqua-flight-carriers-options h1 .carrier .details strong {
	color: #666666;
}
.acqua-flight-carriers-options .flight-options-container {
	background-color: #eeeeee;
	border-color: #cccccc;
}
.acqua-flight-carriers-options h2 small {
	color: #777777;
}
.acqua-flight-carriers-options .flight-container.fake .flight {
	background-color: transparent;
}
.acqua-flight-carriers-options .flight-container .border-left-div {
	border-left-color: #999999;
}
.acqua-flight-carriers-options .flight {
	color: #777777;
	background-color: #e5e5e5;
	border-color: #f5f5f5;
}
.acqua-flight-carriers-options .flight-container .flight .flight-arrow {
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.acqua-flight-carriers-options .flight-container.selected .flight .flight-arrow,
.acqua-flight-carriers-options.one-way .flight-container .flight .flight-arrow {
	border-left-color: #999999;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container .flight {
	background-color: #eeeeee;
	border-color: #cccccc;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container .flight:hover {
	background-color: #f7f7f7;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container.selected .flight,
.acqua-flight-carriers-options .flight-container.selected .flight,
.acqua-flight-carriers-options.one-way div[class*='col-']:first-child .flight-container .flight {
	color: #333333;
	background-color: #ffffff;
	border-color: #999999; 
}
.acqua-flight-carriers-options.one-way div[class*='col-']:first-child .flight-container:hover .flight {
	background-color: #f5f5f5;
}
.acqua-flight-carriers-options .flight .carrier-logo {
	border-color: #777777;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-info {
	border-left-color: #777777; 
}
.acqua-flight-carriers-options .flight table tr:last-child td {
	border-top-color: #f5f5f5;
}
.acqua-flight-carriers-options .flight-container.selected .flight table tr:last-child td,
.acqua-flight-carriers-options.one-way .flight-container .flight table tr:last-child td {
	border-top-color: #dddddd;
}
.acqua-flight-carriers-options .flight td small {
	color: #999999;
}
.acqua-flight-carriers-options .flight td .connections,
.acqua-flight-carriers-options.one-way .flight td .connections {
	color: #ff0000;
}
.acqua-flight-carriers-options div[class*='col-']:last-child {
	background-color: #d3d3d3;
}

/* MQ */
@media screen and (max-width: 1199px) {
	.acqua-flight-carriers-options .flight-options-container.mobile-show {
		background-color: #eeeeee;
		border-color: #cccccc;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show h2 .direction {
		border-bottom-color: #777777;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show label {
		color: #333333;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info {
		background-color: #fbfbfb;
		border-color: #999999;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info .carrier-logo {
		border-color: #777777;
	}
}