/*
NOTE: this file cannot pull colours from CSS variables as it is included
in PDF files, and the PDF generator cannot currently parse the variables.
*/

.info-group-border-top,
.info-group-border-left,
.info-group-border-right,
.info-group-border-bottom,
.info-group-border-left-right,
.info-group-border-top-left,
.info-group-border-top-right,
.info-group-border-bottom-left,
.info-group-border-bottom-right,
.info-group-border-top-all,
.info-group-border-bottom-all {
	border-color: #76B82A;
}

/* --- Test Itinerary Formatting ---------------------------------------------*/

.test-itinerary-divider {
	border-color: #76B82A;
}



/* --- LEGACY Price Block Formatting ---------------------------------------- */

.booking-price-block-item {
	border-top: 2px #555 solid;
	padding: 2px;
}

.booking-price-block-item-description {
	max-width: 670px;
}
.booking-price-block-item-description b {
	color: #999;
}

.booking-price-block-item-price-summary {
	overflow: auto;
}

.booking-price-block-item-price-summary div {
	display: inline-block;
	float: left;
}

.booking-price-block-item-price-summary-header {
	font-weight: bold;
}

.supplier-summary-group {
	border: 1px #aaa solid;
	border-radius: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

.booking-price-block-item-price-summary .col-description {
	width: 360px;
}
.supplier-summary-group .booking-price-block-item-price-summary .col-description {
	width: 350px;
}

.booking-price-block-item-price-summary .col-base-price {
	width: 90px;
	text-align: right;
}

.booking-price-block-item-price-summary .col-airport-tax {
	width: 90px;
	text-align: right;
}

.booking-price-block-item-price-summary .col-price-total {
	width: 90px;
	text-align: right;
}

.booking-price-block-item .cancelled-text {
	color: #f00;
}
.booking-price-block-item .cancelled-amount {
	text-decoration: line-through;
}

/* --- LEGACY Itinerary Formatting ------------------------------------------ */

.itinerary-list hr {
	height: 1px;
	border: 0;
	background: #444;
}

.itinerary-list-header {
	overflow: auto;
	font-weight: bold;
}
.itinerary-list-item {
	overflow: auto;
	margin-bottom: 6px;
}

.itinerary-list-date {
	float: left;
	width: 90px;
}
.itinerary-list-time {
	float: left;
	width: 50px;
}
.itinerary-list-description {
	float: left;
	width: 400px;
}
.itinerary-list-status {
	float: left;
	width: 80px;
}

