/* flight carriers options */
.acqua-flight-carriers-options {
}
.acqua-flight-carriers-options h1 {
	margin-bottom: 10px;
}
.acqua-flight-carriers-options h1 .route {
	margin-bottom: 10px;
}
.acqua-flight-carriers-options h1 .glyphicon {
	font-size: 18px;
	color: #777;
}
.acqua-flight-carriers-options h1 .carrier {
	margin-bottom: 10px;
	font-size: 26px;
}
.acqua-flight-carriers-options h1 .carrier img {
	float: left;
	border: 1px solid #555;
}
.acqua-flight-carriers-options h1 .carrier .details {
	margin-left: 45px;
	font-size: 12px;
	color: #999;
}
.acqua-flight-carriers-options h1 .carrier .details strong {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
	color: #666;
}
.acqua-flight-carriers-options #airport-map-canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-flight-carriers-options .flight-options-container {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-flight-carriers-options .flight-options-container.mobile-show {
	display: none;
}
.acqua-flight-carriers-options .flight-options {
	display: table-row;
	width: 100%;
	height: 100%;
	padding: 0 0 0 10px;
}
.acqua-flight-carriers-options h2 {
	margin: 15px 5px 5px 15px;
	font-weight: 700;
	font-size: 16px;
}
.acqua-flight-carriers-options h2 .glyphicon {
	position: relative;
	top: 0px;
	font-size: 11px;
}
.acqua-flight-carriers-options h2 small {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #777;
}
.acqua-flight-carriers-options div[class*='col-'] {
	display: table-cell;
	height: 100%;
	padding: 0 0 15px;
}
.acqua-flight-carriers-options .flight-container {
	position: relative;
	padding: 3px 10px;
	background-image: url('../img/dot-light-gray.png');
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 50px 2px;
}
.acqua-flight-carriers-options .flight-container.fake {
	background-image: none;
}
.acqua-flight-carriers-options .flight-container.fake .flight {
	background-color: transparent;
	border: none;
}
.acqua-flight-carriers-options .flight-container .border-left-div {
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height: 56px;
	border-left: 2px solid #999999;
}
.acqua-flight-carriers-options .flight-container:last-of-type .border-left-div {
	display: none;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container .border-left-div {
	display: none;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container,
.acqua-flight-carriers-options div[class*='col-']:last-child .flight-container {
	border-left: none;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container {
	margin-left: 10px;
	padding-left: 0;
}
.acqua-flight-carriers-options .flight-container.selected,
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-container.selected,
.acqua-flight-carriers-options.one-way .flight-container {	
	background-image: url('../img/dot-gray.png');
	background-repeat: repeat-x;
	background-position: left 50%;
	background-size: 2px 2px;
}
.acqua-flight-carriers-options .flight {
	position: relative;
	height: 48px;
	margin-right: 15px;
	padding: 1px 5px;
	color: #777;
	background-color: #e5e5e5;
	border: 2px solid #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
	cursor: pointer;
}
.acqua-flight-carriers-options .flight-container.selected .flight,
.acqua-flight-carriers-options.one-way .flight-container .flight {
	border-right-width: 1px;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}
.acqua-flight-carriers-options .flight-container .flight .flight-arrow {
	position: absolute;
	top: -2px;
	right: -19px;
	width: 0;
	height: 0;
	border-left: 18px dashed transparent;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.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: #333;
	background-color: #fff;
	border-color: #999999; 
}
.acqua-flight-carriers-options.one-way div[class*='col-']:first-child .flight-container:hover .flight {
	background-color: #f5f5f5;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
.acqua-flight-carriers-options .flight .carrier-logo {
	width: 20px;
	height: 20px;
	border: 1px solid #777;
}
.acqua-flight-carriers-options.one-way .flight .carrier-logo {
	width: 28px;
	height: 28px;
}
.acqua-flight-carriers-options div[class*='col-']:first-child .flight-info {
	margin-left: 25px;
	padding-left: 5px;
	border-left: 1px solid #777; 
}
.acqua-flight-carriers-options .flight table {
	table-layout: fixed;
	height: 100%;
}
.acqua-flight-carriers-options .flight table td {
	text-align: center;
	vertical-align: middle;
}
.acqua-flight-carriers-options .flight table tr:last-child td {
	border-top: 1px dashed #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: 1px dashed #ddd;
}
.acqua-flight-carriers-options .flight td small {
	display: block;
	font-size: 11px;
	color: #999;
	text-align: center;
}
.acqua-flight-carriers-options .flight td .connections,
.acqua-flight-carriers-options.one-way .flight td .connections {
	font-size: 12px;
	color: #ff0000;
}
.acqua-flight-carriers-options .flight td small.stop-code {
	display: inline-block;
	padding: 0 5px;
}
.acqua-flight-carriers-options .flight td .stop-airport {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-flight-carriers-options div[class*='col-']:last-child {
	background-color: #d3d3d3;
}
.acqua-flight-carriers-options .fare-container {
	margin-right: 10px;
	padding: 3px 0 3px 10px;
}
.acqua-flight-carriers-options .fare-container.selected {
	background-image: url('../img/dot-gray.png');
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 50px 2px;
}
.acqua-flight-carriers-options .fare {
	height: 48px;
	padding: 5px 0;
}
.acqua-flight-carriers-options .fare .btn {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
			transform: translateY(-50%);
}

/* MQ */
@media screen and (max-width: 1199px) {
	.acqua-flight-carriers-options .flight-options-container.mobile-hide {
		display: none;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show {
		display: block;
		width: 100%;
		padding: 10px;
		background-color: #eeeeee;
		border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show h2 {
		margin: 10px 0;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show h2 .direction {
		margin-bottom: 5px;
		padding-bottom: 2px;
		border-bottom: 1px solid #777;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show label {
		font-weight: 400;
		font-size: 14px;
		color: #333;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show select {
		width: auto;
		margin: 0 0 10px;
		padding-right: 5px; 
		padding-left: 5px;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info {
		margin-bottom: 20px;
		padding: 5px 10px;
		background-image: none;
		background-color: #fbfbfb;
		border: 1px solid #999999;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info p:last-of-type {
		margin-bottom: 0;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .flight-info .carrier-logo {
		width: 20px;
		height: 20px;
		border: 1px solid #777;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show.one-way .flight-info .carrier-logo {
		width: 28px;
		height: 28px;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .fare {
		height: auto;
		padding: 0;
	}
	.acqua-flight-carriers-options .flight-options-container.mobile-show .fare .btn {
		position: relative;
		top: auto;
		-webkit-transform: none;
		   -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;
	}
}