/* charter */
.charter-list-container {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	overflow: hidden;
}
.charter-list-container table {
	margin-bottom: 0;
}
.charter-list-container table > thead > tr > th {
	background-color: #ddd;
}
.charter-list-container table > thead > tr > th.choose-package-head {
	color: #fff;
	background-color: #428bca;
}
.charter-list-container .glyphicon {
	color: #bbb;
}
.charter-list-container table tr:hover .glyphicon {
	color: #ae1f43;
}
.charter-list-container table tr {
	font-size: 13px;
	color: #666;
}
.charter-list-container table tr:hover td {
	color: #000;
}
.charter-list-header {
	padding: 10px 10px 5px;
}
.charter-list-container .charter-list-header[data-type='plane'] {
	background: #f1f1f1 url('../img/icons/icon-flight-bw.png') no-repeat 5px 50%;
}
.charter-list-container:hover .charter-list-header[data-type='plane'] {
	background: #f1f1f1 url('../img/icons/icon-flight.png') no-repeat 5px 50%;
}
.charter-list-container .charter-list-header[data-type='coach'] {
	background: #f1f1f1 url('../img/icons/icon-coach-bw.png') no-repeat 5px 50%;
}
.charter-list-container:hover .charter-list-header[data-type='coach'] {
	background: #f1f1f1 url('../img/icons/icon-coach.png') no-repeat 5px 50%;
}
.charter-list-header h2 {
	margin: 0 0 0 63px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
}
.charter-list-header .route {
	display: inline-block;
	margin: 5px 0 0 63px;
	font-size: 16px;
}
.charter-list-container .table > tbody > tr > td {
	vertical-align: middle;
	border-top: 1px solid #ececec;
	border-bottom: none;
}
.charter-list-container .table > tbody > tr:last-child > th:first-child,
.charter-list-container .table > tbody > tr:last-child > td:first-child {
	border-radius: 0 0 0 5px;
}
.charter-list-container .table > tbody > tr:last-child > th:last-child,
.charter-list-container .table > tbody > tr:last-child > td:last-child {
	border-radius: 0 0 5px 0;
}
.charter-list-container .table > tbody > tr[data-cabin-class="business"] > td,
.charter-list-container .table > tbody > tr[data-cabin-class="first"] > td {
	border-top: none;
}

.charter-list-container .table > tbody > tr > td span[data-cabin-class] {
	display: block;
	padding: 3px 5px;
	font-size: 11px;
}
.charter-list-container .table > tbody > tr > td span[data-cabin-class="economy"] {	
	background-color: #5cb85c;
	background-color: rgba(92,184,92,0.75);
}
.charter-list-container .table > tbody > tr:hover > td span[data-cabin-class="economy"] {	
	background-color: #5cb85c;
}
.charter-list-container .table > tbody > tr > td span[data-cabin-class="business"] {
	background-color: #5bc0de;
	background-color: rgba(91,192,222,0.75);
}
.charter-list-container .table > tbody > tr:hover > td span[data-cabin-class="business"] {
	background-color: #5bc0de;
}
.charter-list-container .table > tbody > tr > td span[data-cabin-class="first"] {
	background-color: #f0ad4e;
	background-color: rgba(240,173,78,0.75);
}
.charter-list-container .table > tbody > tr:hover > td span[data-cabin-class="first"] {
	background-color: #f0ad4e;
}

.charter-list-container .table > tbody > tr > td a[data-type] {
	display: inline-block;
	height: 19px;
	text-indent: -9999px; 
}
.charter-list-container .table > tbody > tr > td a[data-type="plane"] {
	width: 29px;
	background: transparent url('../img/icons/icon-small-flight.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="plane"][onclick^="search_flighthotel"] {
	width: 79px;
	background: transparent url('../img/icons/icon-small-flight-hotel.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="coach"] {
	width: 29px;
	background: transparent url('../img/icons/icon-small-coach.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="coach"][onclick^="search_flighthotel"] {
	width: 79px;
	background: transparent url('../img/icons/icon-small-coach-hotel.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="plane"]:hover {
	width: 29px;
	background: transparent url('../img/icons/icon-small-flight-hover.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="plane"][onclick^="search_flighthotel"]:hover {
	width: 79px;
	background: transparent url('../img/icons/icon-small-flight-hotel-hover.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="coach"]:hover {
	width: 29px;
	background: transparent url('../img/icons/icon-small-coach-hover.png') no-repeat 50% 50%;
}
.charter-list-container .table > tbody > tr > td a[data-type="coach"][onclick^="search_flighthotel"]:hover {
	width: 79px;
	background: transparent url('../img/icons/icon-small-coach-hotel-hover.png') no-repeat 50% 50%;
}