<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('base.css');

body {
  background-color: lightBlue;
  color: black;
}

#page_content {
	position: absolute;
	left: -5000px;
  margin: auto;
  width: 988px;
  min-height: 100%;
  background-color: white;
}
#content {
  padding: 12px;
}

#page_header {
  height: 80px;
  background-image: url('/images/of_logo.gif');
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 12px;
}
#version {
  font-size: 10px;
  line-height: 10px;
  color: #919191;
  text-align: right;
  position: relative;
  padding-right: 2px;
  padding-top: 65px;
}
#version b {
  color: #505050;
}

#language {
  font-size: 10px;
  line-height: 10px;
  color: #919191;
  text-align: right;
  position: relative;
  padding-right: 5px;
  padding-top: 5px;
}

#page_footer {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 22px;

  border-top:1px solid #BBB;
  color: #4d4d4d;
}

#page_menu {
  border-bottom:1px solid #BBB;
  margin-bottom: 12px;
}

ul, ol {
  list-style-position: inside;
}

ul.info {
	list-style: none;
	margin: 5px;
}
/**
 * Top menus
*/
ul.menu {
  background-image: url('/images/nav_bg.gif');
	width: 100%;
  height: 26px;
  margin: 0px;
  width: 100%;
  padding: 0px;
  list-style-type: none;
}

ul.menu li {
  background-image: url('/images/nav_bg.gif');
  height: 24px;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 0;
  font-size: 0;
  padding-right: 2px;
  margin: 0;
}

ul.menu li a {
  background: url('/images/nav_div.gif') right no-repeat;
  display: block;
  color: white;
  background-color: inherit;
  text-decoration: none;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.menu li a.hover {
  background-image: url('/images/nav_hover.gif');
  color: #FC0;
}
ul.menu li a:hover {
  color: #FC0;
}

ul.mediumMenu {
  height: 20px;
}
ul.mediumMenu li {
  height: 20px;
}
ul.mediumMenu li a {
  font-size: 11px;
  line-height: 20px;
  height: 20px;
}

ul.smallMenu {
  height: 16px;
  background-color: #D9DFF0;
  background-image: none;
}
ul.smallMenu li {
  height: 16px;
  background-color: #D9DFF0;
  background-image: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.smallMenu li a {
  background-image: none;
  font-size: 10px;
  line-height: 18px;
  height: 16px;
  color: #405593;
}
ul.smallMenu li a:hover {
  color: #000;
  background-image: none;
}
ul.smallMenu li a.hover {
  color: #000;
  background-image: none;
}
/**
  Headers
*/

h1, h2, h3, h4, h5 {
  color: #2D468F;
  border-bottom:1px solid #BBB;
  margin-top: 4px;
  margin-bottom: 6px;
  padding-bottom: 2px;
}

p {
  margin-bottom: 10px;
}

/*
 Forms
*/
form h1, form h2, form h3, form h4, form h5,
.ui-widget-content h1, .ui-widget-content h2, .ui-widget-content h3, .ui-widget-content h4, .ui-widget-content h5,
.ui-widget-content p {
	padding: 5px;
}

form tbody tr h4 {
	padding: 0;
}

/*
 Forms
*/
input, select, label, button, textarea {
	display: inline-block;
	width: 200px;
	margin-bottom: 7px;
	/*line-height: 11px;*/
	font-size: 11px;

    padding: 3px !important;
    line-height: 11px !important;
}

select.v-combobox {
    width: 208px;
}
/*
 jQuery UI buttons should have no padding
*/
button.ui-button,
label.ui-button {
    padding: 0 !important;
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	margin-right: 2px;
	margin-bottom: 1px;
}
td input, td select, td label, td button, td a.ui-button {
	margin-bottom: auto;
}
label {
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
}
label small {
	padding: 5px;
}
form.one_column,
form.two_columns {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

form.one_column {
	width: 420px;
}
form.two_columns {
	width: 964px;
}
form.two_columns label {
	width: 222px;
}

input[type=text],
input[type=password] {
	cursor: text;
}
form p.info {
	font-size: 10px;
	line-height: 12px;
	border-bottom: none;
	padding: 2px;
}

/*
 jQuery UI fixes.
*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-buttonset {
	white-space: nowrap;
}
span.ui-buttonset {
	margin-right: 5px;
}
.ui-multiselect {
	height: 23px;
}
.ui-multiselect span {
	padding: 2px !important;
	overflow: visible;
	white-space: nowrap;
}
.css-mozilla .ui-multiselect span {
	padding: 0 !important;
}
.ui-multiselect span.ui-icon {
	padding: 0;
	position: relative;
	top: -1px;
	right: 2px;
}
.css-mozilla .ui-multiselect span.ui-icon {
	top: -2px;
	right: 0;
}
.ui-multiselect span,
input.ui-button {
	font-weight: normal !important;
}
.ui-multiselect-checkboxes label {
	margin-bottom: 0;
	text-align: left;
	width: auto;
}
.ui-button, .ui-button-text
{
	line-height: 11px !important;
}

.datepicker,
.monthpicker {
    text-align: center;
    padding-right: 20px !important;
    width: 183px;
    /*same as normal input 180px, 3 - 177 - 20*/
}

.ui-datepicker-trigger,
.ui-monthpicker-trigger {
    vertical-align: top;
    position: absolute;
    cursor: pointer;
    margin-left: -22px;
    margin-top: 3px;
}

.minicolors input {
    cursor: text;
}
.minicolors .minicolors-swatch {
    margin-left: -21px;
    margin-top: 3px;

}
a.ui-button {
	width: auto;
	min-width: 60px;
    margin-bottom: 7px;
}
a.ui-button-text-icon-primary,
button.ui-button-text-icon-primary,
label.ui-button-text-icon-primary {
	width: auto;
}
a.ui-button-text-icon-primary span.ui-button-icon-primary,
button.ui-button-text-icon-primary span.ui-button-icon-primary,
label.ui-button-text-icon-primary span.ui-button-icon-primary {
	left: 3px;
}
/*
a.ui-button-text-icon-primary span.ui-button-text,
button.ui-button-text-icon-primary span.ui-button-text,
label.ui-button-text-icon-primary span.ui-button-text {
	margin-left: 15px;
}
*/
button.ui-button-icon-only,
a.ui-button-icon-only {
	width: 25px;
}

a.ui-button span.ui-button-text {
	white-space: nowrap;
}
/*
 Search page


.b2b_search_form &gt; div {
	margin-left: auto;
	margin-right: auto;
}
*/
.b2b_search_form div.b2b_form_flight_container {
    width: auto;
}

.b2b_search_form label {
  width: 120px;
	text-align: right;
}


.b2b_search_form #label_flights_0_from,
.b2b_search_form #label_flights_1_from,
.b2b_search_form #label_flights_2_from,
.b2b_search_form #label_flights_3_from,
.b2b_search_form #label_flights_4_from,
.b2b_search_form #label_flights_5_from,
.b2b_search_form #label_flights_6_from,
.b2b_search_form #label_flights_7_from,
.b2b_search_form #label_flights_8_from {
  width: 120px;
}

.b2b_search_form #label_flights_0_to,
.b2b_search_form #label_flights_1_to,
.b2b_search_form #label_flights_2_to,
.b2b_search_form #label_flights_3_to,
.b2b_search_form #label_flights_4_to,
.b2b_search_form #label_flights_5_to,
.b2b_search_form #label_flights_6_to,
.b2b_search_form #label_flights_7_to,
.b2b_search_form #label_flights_8_to {
  width: 30px;
}

.b2b_search_form #label_flights_0_date,
.b2b_search_form #label_flights_1_date,
.b2b_search_form #label_flights_2_date,
.b2b_search_form #label_flights_3_date,
.b2b_search_form #label_flights_4_date,
.b2b_search_form #label_flights_5_date,
.b2b_search_form #label_flights_6_date,
.b2b_search_form #label_flights_7_date,
.b2b_search_form #label_flights_8_date {
  width: 50px;
}

.b2b_search_form #label_airlines,
.b2b_search_form #label_fare_types {
  width: 80px;
}
.b2b_search_form #label_airlines {
	margin-left: 10px;
}


.b2b_search_form #label_adults {
    width: 65px;
}
.b2b_search_form #label_children {
	width: 56px;
}
.b2b_search_form #label_infants {
  width: 46px;
}

.css-msie .b2b_search_form #label_infants {
  width: 56px;
}

.b2b_search_form span#b2b_form_inbound_spacer {
	display: inline-block;
	width: 503px;
}
.css-webkit .b2b_search_form span#b2b_form_inbound_spacer {
	width: 505px;
}
.css-msie .b2b_search_form span#b2b_form_inbound_spacer {
	width: 504px;
}

.b2b_search_form #label_cabin {
  width: 90px;
}

.b2b_search_form .pax {
	width: 58px;
}

.b2b_search_form .booking_class {
    width: 58px;
}
.b2b_search_form .request_preference {
    width: 120px;
}


.b2b_search_form input {
    display: inline-block;
    font-weight: normal;
}
.b2b_search_form input.city {
  width: 45px;
  text-transform: uppercase;
}
.b2b_search_form input.flight_dates {
  width: 80px;
}

.b2b_search_form  .b2b_search_commands {
	display: inline-block;
	text-align: right;
	width: 810px;
	margin-top: 15px;
}

.b2b_search_form .b2b_search_commands label {
	text-align: center;
}

.b2b_search_form .b2b_search_commands label,
.b2b_search_form .b2b_search_commands input,
.b2b_search_form .b2b_search_commands button {
	margin-bottom: 0;
}

.b2b_search_form #label_cheapest_fare {
	width: 140px;
}

#b2b_dialog_flights td.b2b_dialog_flights_commands {
	vertical-align: middle;
	text-align: center;
}

/*
 Standard
*/
img.icon {
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 2px;
}

table td,
table th {
	padding-left: 2px;
	padding-right: 2px;
}
table th,
table tr.important td {
	font-weight: bold;
}
table th span.label,
table tr.important td span.label {
    font-weight: normal;;
}
table.styleTable &gt; tr &gt; td.ui-state-hover,
table.styleTable &gt; tbody &gt; tr &gt; td.ui-state-hover,
table.dataTable &gt; tr &gt; td.ui-state-hover,
table.dataTable &gt; tbody &gt; tr &gt; td.ui-state-hover {
	font-weight: normal;
}
table.styleTable &gt; tr &gt; td,
table.styleTable &gt; tbody &gt; tr &gt; td,
table.dataTable &gt; tr &gt; td,
table.dataTable &gt; tbody &gt; tr &gt; td {
	padding: 2px;
}

table.styleTable &gt; tr &gt; td,
table.styleTable &gt; tbody &gt; tr &gt; td,
table.dataTable &gt; tr &gt; td,
table.dataTable &gt; tbody &gt; tr &gt; td {
	text-align: center;
	vertical-align: middle;
}
table.styleTable &gt; tr &gt; td span.ui-icon-comment,
table.styleTable &gt; tbody &gt; tr &gt; td span.ui-icon-comment,
table.dataTable &gt; tr &gt; td span.ui-icon-comment,
table.dataTable &gt; tbody &gt; tr &gt; td span.ui-icon-comment {
	display: inline-block;
	float: right;
	position: relative;
	top: -2px;
}

/*
  Fare results
*/
button.b2b_fare_show_rules {
	width: 30px;
}
button.b2b_fare_show_flights {
	width: 75px;
}

label.input_radio {
	width: 60px;
}
label.input_radio span.ui-button-text {
	padding-left: 2px;
	padding-right: 2px;
}

/*
 Select flights and booking dialog
*/

#b2b_select_flights_dialog form th {
  padding: 1px;
}
#b2b_select_flights_dialog form td {
  white-space: nowrap;
  padding: 1px;
  text-align: center;
}



.b2b_flight_hr {
  font-size: 1px !important;
  line-height: 1px !important;
  height:5px !important;
  border: none !important;
  background: #D7EBF9 !important;
	padding: 0;
}

#b2b_dialog_flights table td,
#b2b_dialog_flights table th,
#b2b_book_flights table td,
#b2b_book_flights table th {
	text-align: left;
	vertical-align: bottom;
}
#b2b_dialog_flights small {
  float: none;
  position: absolute;
  text-align: inherit;
  display: inline;
  width: auto;
  color: #5B5B5B;
	margin-top: 10px;
	margin-left: -60px;
}

#b2b_book_flights small {
	display: inline-block;
	line-height: 12px;
	position: relative;
	margin-top: -5px;
    color: #5b5b5b;
}


/*
 Booking
*/
table#b2b_booking_passenger_details,
table#b2b_booking_passenger_travel_documents,
table#b2b_booking_contact_information,
table#b2b_booking_agent_contact_information,
table#b2b_booking_air_miles {
	width: 962px;
}

table#b2b_booking_passenger_details .passenger_details_gender {
	width: 80px;
}
table#b2b_booking_passenger_details .passenger_details_pax_title {
	width: 80px;
}
table#b2b_booking_passenger_details .passenger_details_first_name,
table#b2b_booking_passenger_details .passenger_details_middle_name,
table#b2b_booking_passenger_details .passenger_details_given_name {
	width: 140px;
}
table.b2b_booking_passenger_details_tsa .passenger_details_first_name,
table.b2b_booking_passenger_details_tsa .passenger_details_middle_name,
table.b2b_booking_passenger_details_tsa .passenger_details_given_name {
	width: 85px !important;
}
table#b2b_booking_passenger_details .passenger_details_redress_number {
	width: 100px;
}
table#b2b_booking_passenger_details .passenger_details_nationality {
	width: 130px;
}

table#b2b_booking_passenger_details .datepicker {
	width: 75px;
}

table#b2b_booking_passenger_travel_documents .travel_document_number {
	width: 120px;
}

table#b2b_booking_passenger_travel_documents .travel_document_issuing_country {
	width: 180px;
}

table#b2b_booking_passenger_travel_documents .travel_document_document_type {
	width: 180px;
}
table#b2b_booking_contact_information input {
	width: 175px;
}

.tooltip-content {
  padding: 0;
  margin: 0;
  color: #0070A3;
}

.tooltip-content h1,
.tooltip-content h2,
.tooltip-content h3,
.tooltip-content h4,
.tooltip-content h5 {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-bottom: 2px;
	white-space: nowrap;
  color: #0070A3;
  border-bottom: 1px solid #BBB;
}

.tooltip-content h1 b,
.tooltip-content h2 b,
.tooltip-content h3 b,
.tooltip-content h4 b,
.tooltip-content h5 b {
  color: #2D468F;
}

.tooltip-content p {
  border-bottom: 1px solid #E0E0E0;
	margin-bottom: 3px;
	padding-top:2px;
	padding-bottom:2px;
}

.tooltip-content ul {
  list-style: none;
	margin-bottom: 5px;
  border-bottom: 1px solid #BBB;
}

.tooltip-content ul li {
  padding: 2px;
	padding-left: 5px;
}

.tooltip-content ul li:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

.qtip-fare-basis-RT {
	width: 300px;
}
div.half {
    display: inline-block;
    width: 50%;
}
.qtip-fare-basis-RT div.half {
	float: left;
}

.qtip-taxes {
	width: 300px;
}
.qtip-taxes ul {
	border: none;
}
.qtip-taxes ul li.half {
	width: 86px;
	display: inline-block;
	float: left;
  border-bottom: 1px solid #E0E0E0;
}

.qtip-taxes p.totals {
  border-bottom: 1px solid #BBB;
	margin-bottom: 10px;
}

.qtip-taxes .tax {
	display: inline-block;
	width: 35px;
	overflow: hidden;
	white-space: nowrap;
	color: #2D468F;
}
.qtip-taxes .totals .tax {
	width: 80px;
}


.qtip-fare p.totals,
.qtip-total p.totals {
  border-bottom: 1px solid #BBB;
	margin-bottom: 10px;
}

.qtip-fare .fare,
.qtip-total .fare  {
	display: inline-block;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	color: #2D468F;
}

#dialog-message .ui-dialog-content {
	overflow-y: scroll;
}

.ui-dialog-buttonpane button {
	width: auto;
}

form div.right {
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}

p.fare_comments {
	margin-bottom: 0;
}
h4.fare_comments {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}


/*
 PAYMENT
*/
.tabs-small {
	margin: 5px;
}
.tabs-small .ui-tabs-nav {
	padding-top: 0;
	font-size:0.80em;
	background: none;
	border-top: none;
	border-right: none;
	border-left: none;
}
.tabs-small .ui-tabs-panel {
	padding: 5px;
}

.tabs-small h4 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tabs-small .ui-tabs-panel form {
	border: none;
	background: none;
}

.v-datepicker-expiry-date-only-container .ui-datepicker-calendar {
	display: none;
}


.b2b_fop_container .pax_commission {
	margin-right: 5px;
}

/* Data tables (kind of retarded) */

#b2b_additional_search_options {
	text-align: center;
}
label.auto_width,
.b2b_search_form label.auto_width {
	width: auto;
	white-space: nowrap;
}


/*
 Seat Map stuff
*/

.seat-map
{
	background: white;
	margin:0px auto;
	text-align:left;
}

.seat-cockpit
{
	margin-left:30px;
	background: white;
}

.seat-cockpit img
{
	vertical-align:bottom;
}

.seat-tail
{
	margin-left:30px;
	background: white;
	margin-bottom:15px;
}
/*
.seat-upper-deck-border-top
{
	margin-left:30px;
	margin-right:32px;
	border-bottom: 1px solid black;
	background: white;
	height: 1px;
}

.seat-upper-deck-border-bottom
{
	margin-left:30px;
	margin-right:32px;
	border-top: 1px solid black;
	background: white;
	height: 5px;
}

.seat-level-title
{
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 32px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear: both;
}
*/
.seat-class-title
{
	text-align: center;
	padding-top: 5px;
	height: 20px;
	float: left;
}

.seat-row
{
	clear: both;
}

.seat-col-marker
{
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	margin-top:5px;
	background: white;
}
.seat-marker {
	width: 20px;
	height: 20px;
}

.seat-row-marker-left
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: white;
	border-right: 1px solid black;
}

.seat-row-marker-left-exit
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: white;
	border-right: 1px solid black;
	background-image:url('/images/seatmap/exit_row_left.png');
}

.seat-row-marker-right
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: white;
	border-left: 1px solid black;
}

.seat-row-marker-right-exit
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: white;
	border-left: 1px solid black;
	background-image:url('/images/seatmap/exit_row_right.png');
}

.seat-row-marker-left-gray
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: #EEEEEE;
	border-right: 1px solid black;
}

.seat-row-marker-left-gray-exit
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: #EEEEEE;
	border-right: 1px solid black;
	background-image:url('/images/seatmap/exit_row_left.png');
}

.seat-row-marker-right-gray
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: #EEEEEE;
	border-left: 1px solid black;
}

.seat-row-marker-right-gray-exit
{
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top:5px;
	background: #EEEEEE;
	border-left: 1px solid black;
	background-image:url('/images/seatmap/exit_row_right.png');
}

.seat-green
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: #ADFF2F;
	background-image:url('/images/seatmap/seat.gif');
	cursor: pointer;
}

.seat-yellow
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: yellow;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-orange
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: orange;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-red
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: #FF3333;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-white
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: white;
	background-image:url('/images/seatmap/seat.gif');
	cursor: pointer;
}

.seat-gray
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: #CCCCCC;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-blue
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: #0000FF;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-warning
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: pink;
	background-image:url('/images/seatmap/seat.gif');
}

.seat-noseat
{
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	background: white;
	background-image:url('/images/seatmap/no_seat.gif');
}

.seat-pax {
	text-align: left;
}

b.title {
	display: block;
	color: #EE3424;
}

b.header {
	font-size: 1.15em;
  border-bottom:1px solid #BBB;
	display: block;
	color: #EE3424;
	margin-bottom: 4px;
}

ul.ui-autocomplete li a b.selected {
	color: #2779AA;
}

ul.ui-autocomplete li a i {
	color: #8D9396;
}


.b2b_image_gallery {
	text-align: center;
	padding: 10px;
	margin: 7px;
	background: #F1F1F1;
	border: 1px solid #999999;
	display: inline-block;
	vertical-align: text-top;
}
.b2b_image_gallery img {
	border: 1px solid #999999;
    max-width: 925px;
}

.b2b_image_gallery .b2b_image_commands {
	text-align: center;
}
.b2b_image_gallery a {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.b2b_image_gallery .b2b_image_url {
	padding-top: 5px;
	font-size: 10px;
	color: #202020;
}

#dialog-contact-agents li.agency {
    padding-bottom: 0.5em;
}

#dialog-contact-agents li.agent {
    padding-left: 2em;
}
.long-layover {
    color: red;
}
.airport-change {
    color: red;
}
/** Fare type tabs */
#tabs-normal-fare_types,
#tabs-raw-fare_types {
    padding: 0;
    margin-top: -1px;
}

.required {
    color: red;
}


.b2b_form_flight_remove_leg {
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/images/icons/a-13x13-15-offset-close-x.png");
    display: inline-block;
    cursor: pointer;
    visibility: hidden;
}
.b2b_form_flight_remove_leg:hover {
    background-position: 0 -15px;
}

.b2b_search_form #b2b_form_pax_container  {
    width: auto;
    text-align: right;
    padding-right: 21px;
}
.b2b_search_form #b2b_form_pax_container input {
    text-align: center;
}
.b2b_search_form #b2b_form_add_flight_container {
    width: auto;
    text-align: right;
    padding-right: 21px;
    padding-bottom: 0.75em;
}
#b2b_form_add_flight {
    font-size: 0.8em;
}


/*
  Hotel results
*/

/*ul.b2b-hotel-rooms {*/
    /*list-style: none;*/
/*}*/
/*.b2b-hotel-room-name {*/
    /*display: inline-block;*/
    /*width: 400px;*/
/*}*/
/*.b2b-hotel-room-avail {*/
    /*display: inline-block;*/
    /*width: 50px;*/
    /*text-align: right;*/
/*}*/
/*.b2b-hotel-room-price {*/
    /*display: inline-block;*/
    /*width: 100px;*/
    /*text-align: right;*/
    /*font-weight: bold;;*/
/*}*/

/*ul.b2b-hotel-thumbnails {*/
    /*list-style: none;*/
/*}*/
/*ul.b2b-hotel-thumbnails li {*/
    /*display: none;*/
/*}*/
/*ul.b2b-hotel-thumbnails li.b2b-hotel-thumbnail-li-index-0 {*/
    /*display: block;*/
/*}*/

/*#b2b_hotel_payment_details tr td {*/
    /*text-align: left !important;*/
    /*padding-left: 100px !important;*/
/*}*/

/**
 * Activities search
 */

#b2b_activity_search #b2b_form_activity_container_destination label {
    width: 80px;
}

#b2b_activity_search #b2b_form_activity_container_check_in label,
#b2b_activity_search #b2b_form_activity_container_check_out label {
    width: 90px;
}

#b2b_activity_search #b2b_form_activity_container_destination input {
    width: 180px;
}

#b2b_activity_search #b2b_form_activity_container_from_date input,
#b2b_activity_search #b2b_form_activity_container_to_date input {
    width: 80px;
}


/**
 * Hotel search
 */

#b2b_hotel_search #b2b_form_hotel_container_destination label {
    width: 80px;
}

#b2b_hotel_search #b2b_form_hotel_container_check_in label,
#b2b_hotel_search #b2b_form_hotel_container_check_out label {
    width: 90px;
}

#b2b_hotel_search #b2b_form_hotel_container_destination input {
    width: 180px;
}

#b2b_hotel_search #b2b_form_hotel_container_check_in input,
#b2b_hotel_search #b2b_form_hotel_container_check_out input {
    width: 80px;
}
#b2b_hotel_search #b2b_form_hotel_container_room_count input {
    width: 110px;
}

/**
 * Hotel room guests
 */
#b2b_hotel_search .hotel_room_container {
    text-align: left;
}

#b2b_hotel_search .hotel_room_container label.label_guest_adults {
    width: 61px;
}
#b2b_hotel_search .hotel_room_container label.label_guest_children {
    width: 60px;
    font-size: 0.75em;
    text-align: center;
}

#b2b_hotel_search .guest_adults {
    width: 100px;
}
#b2b_hotel_search .guest_children {
    width: 160px;
}
#b2b_hotel_search .guest_ages {
    width: 40px;
}

#b2b_hotel_search_results .actions-buttonset button {
    width: 100px;
}
#b2b_hotel_search_results td {
    white-space: normal;
}

.b2b_hotel_show_rooms_select {
    display: inline-block;
    font-size: 1.5em;
    padding: 10px;
    float: right;
}

/**
 * Hotel/activity information
 */
ul.b2b-hotel-info-thumbnails,
ul.b2b-activity-info-thumbnails
{
    margin: 0;
    padding: 0;
    list-style: none inside none;
}
ul.b2b-hotel-info-thumbnails li,
ul.b2b-activity-info-thumbnails li
{
    width: 120px;
    height: 120px;
    padding: 5px;
    float: left;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
ul.b2b-hotel-info-thumbnails li img,
ul.b2b-activity-info-thumbnails li img
{
    border: 1px solid #cccccc;
    margin: 1px;
    padding: 1px;
}
img.hotel-thumbnail,
img.activity-thumbnail
{
    border: 1px solid #cccccc;
    padding: 1px;
    float: left;
    margin: 1px;
}


img.hotel-exclusive,
img.activity-exclusive {
    float: none;
    z-index: 10;
    position: absolute;
    border: none;
    margin:1px;
}

ul.b2b-hotel-item-details {
    margin: 0;
    padding: 0;
    list-style: circle inside;
}
ul.b2b-hotel-item-details li {
    width: 32%;
    padding: 2px;
    float: left;
    white-space: nowrap;
    overflow-x: hidden;
}
.toggle {
    cursor: pointer;
    text-decoration: none;
}

.floatright {
    float: right;
}
.floatleft {
    float: left;
}

/**
 * Hotel search results
 */
a.b2c_hotel_show_rooms {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #ededed;
    width: 100%;
}


.cannot_select_room {
    color: red !important;
}

/**
 * Car
 */
#b2b_car_search {
    padding-left: 100px;
}
#b2b_car_search #b2b_form_car_pickup_date_time,
#b2b_car_search #b2b_form_car_return_date_time {
    display: inline-block;
}

/**
 * Fleet information for "or similar"
 */
#car-fleet-info #car-fleet-links {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
#car-fleet-info #car-fleet-description {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}

#car-fleet-info #car-fleet-description div {
    display: none;
}

#car-fleet-info #car-fleet-description #car-fleet-AdrenalineCollectionTM {
    display: inline-block;
}

#b2b_car_search_results .car-name {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: 0.15em;
}

#b2b_car_search_results .car-image,
#car-vehicle-details .car-image
{
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 1px;
    margin: 5px;
    width: 220px;
}

#b2b_car_search_results .car-details,
#car-vehicle-details .car-details {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 400px;
}

#b2b_car_search_results .car-class,
#car-vehicle-details .car-class {
    font-weight: bold;
}

#b2b_car_search_results .car-cost {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 300px;
}

#b2b_car_search_results .car-disclaimer {
    clear: both;
    display: inline-block;
    width: 700px;
}

#b2b_car_search_results .car-vehicle-select {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

#b2b_car_search_results .car-cost-day {
    font-weight: bold;
    font-size: 1.5em;
}

.controller-ticketing .container {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.controller-ticketing .container .container {
    background-color: #FFFFFF;
}

.controller-ticketing .container .container .container {
    background-color: #fafafa;
}


/**
 * Activity search results
 */

#b2b_activity_search_results .activity-details {
    vertical-align: top;
    text-align: left;
}

/**
 * Ticketing
 */
.fare_quote_container span.info {
    font-size: 0.8em;
    margin-left: 0.25em;
    color: #222222;
}

input.small,
button.small,
label.small {
    width: 80px;
}
input.medium,
button.medium,
label.medium {
    width: 160px;
}


input.very-small,
button.very-small,
label.very-small {
	width: 20px;
}
/**
 * Ticketing
 */
tr.segment-ticketed td {
	background-color: #EDFFD0 !important;
}
/**
 * Ticketing
 */
tr.pq-partially-ticketed td {
	background-color: #ffc8cc !important;
}

table.flight-segments tr:not(.status_HK) td {
	background-color: #ffc8cc !important;
}
span.tk_segment {
	width: 2em;
	border: 1px solid #CCC;
	margin: auto 1px;
	padding: auto 1px;
	display: inline-block;
	background-color: #FAFAFA;
}
span.tk_segment_void {
	font-weight: bold;
	background-color: #fc9e91;
}
span.tk_segment_missing {
	font-weight: bold;
	background-color: #D2FCE1;
}

pre table td,
pre table th {
	text-align: left;
	white-space: nowrap;
}

::-webkit-input-placeholder { /* Chrome */
    color: #2779aa;
    transition: opacity 250ms ease-in-out;
    opacity: 0.75;
}
:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #2779aa;
    transition: opacity 250ms ease-in-out;
    opacity: 0.75;
}
:focus:-ms-input-placeholder {
    opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #2779aa;
    transition: opacity 250ms ease-in-out;
    opacity: 0.75;
}
:focus::-moz-placeholder {
    opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #2779aa;
    transition: opacity 250ms ease-in-out;
    opacity: 0.75;
}
:focus:-moz-placeholder {
    opacity: 0.5;
}

.grid-2 {
    columns: 4;
}
.grid-3 {
    columns: 4;
}
.grid-4 {
    columns: 4;
}
.grid-5 {
    columns: 4;
}
.grid-6 {
    columns: 4;
}</pre></body></html>