﻿/* Shared Style Sheet */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Start Reset */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, Sans-Serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
/* end reset */

body {
    margin: 0px;
    text-align: left;
}

    #requirementsBody, #MMBLoginBody, body#AgentLoginBody, #FQTVLoginBody {
        background-color: transparent;
    }

.menubar .ui-widget-content, .menubar .ui-menu-item a {
    color: #222222;
}


/*  grid stuff */
.FullWidthTab {
    width: 100%;
    height: 76px;
}

    .FullWidthTab .cell50 {
        width: 50%;
        vertical-align: top;
    }

.GridRowHighlight {
    background-color: Yellow;
}

div.MMBMasterPageFrame, div.AgentMasterPageFrame {
    width: 100%;
    padding: 0px;
}

div.MMBMasterPageHeaderPanel, div.AgentMasterPageHeaderPanel {
    width: 100%;
}

div.MMBMasterPageHeader, div.AgentMasterPageHeader {
    width: 100%;
}

div.MMBMasterPageContentPanel, div.AgentMasterPageContentPanel {
    width: 100%;
}

div.MMBMasterPageContent, div.AgentMasterPageContent {
    width: 1000px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #FFFFFF;
}











div.Logout {
    height: 300px;
    margin: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

div.PageNavigationButtons {
    padding: 4px 0px 4px 0;
    width: 100%;
    min-height: 25px;
    /*margin-bottom: 20px;*/
}
/********  Master page *********/
.IBEMasterContent {
    width: 100%;
    padding: 0px;
}

.IBEMasterBody {
    width: 993px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.IBMMastPowered .IBEMasterBody {
}

.IBEMasterBodyContent li {
}

.IBEMasterBodyContentLeft {
    width: 260px;
    vertical-align: top;
    /*    padding-top: 5px;*/
    padding-bottom: 5px;
}

.IBEMasterBodyContentRight {
    width: 720px;
    vertical-align: top;
    /*padding-top: 5px;*/
    padding-bottom: 5px;
}

.IBEMasterBodyBorderTop, .IBEMasterBodyBorderBottom {
    height: 0px;
}


div.MasterPageContentColumn1, div.MasterPageContentColumn3 {
    padding: 0 5px 0 5px;
}

div.NavigationButtonLeftContainer div {
    float: left;
}

div.NavigationButtonRightContainer /*div*/ {
    float: right;
}

.progressBarContent {
    /*    display: table; */
}

.divProgressBar {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
}

.progressBarTab {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
}

.progressBarButton {
    width: 100px;
}

div.NavigationButtonLeftContainer, div.NavigationButtonRightContainer {
}

.progressBarItem, .progressBarCompletedItem, .progressBarCurrentItem {
    width: 13%;
}

    .progressBarItem, .progressBarItem A, .progressBarCompletedItem, .progressBarCompletedItem A {
        color: #B8C8E5;
        text-decoration: none;
        font-size: 14px;
    }

        .progressBarCurrentItem, .progressBarCurrentItem A, .progressBarCompletedItem, .progressBarCompletedItem A {
            color: #333333;
            font-weight: bold;
            font-size: 14px;
        }

.MenuHelp, .MenuHelp A {
    color: #333333;
    font-weight: bold;
    text-align: right;
}

.progressBarCompletedItem {
    border-bottom: 2px solid #A0A0A0;
}

    .progressBarCompletedItem, .progressBarCompletedItem A {
        color: #A0A0A0;
    }

.progressBarItem {
    border-bottom: 2px solid #E0E0E0;
}

.progressBarCurrentItem {
    border-bottom: 2px solid #000;
}

.ProgressBarTick {
    float: left;
    margin-top: -4px;
}

div.FlightAvailabilityPanel {
    width: 100%;
    margin-bottom: 10px;
}

    div.FlightAvailabilityPanel .vars-widget-content {
        padding: 0px;
    }

div.FlightAvailabilityDateHeader {
    font-weight: bold;
    /*margin-bottom: 15px;*/
    padding: 10px 5px 10px 10px;
    color: #015591;
    text-align: center;
    display: block;
}

div.FlightAvailabilityNoFlightsDate {
    padding: 3px 0px;
}

div.FlightAvailabilityNoFlights {
    padding: 3px 0px;
}

div.FlightAvailabilityPreviousDay, div.FlightAvailabilityPreviousDays, div.FlightAvailabilityDateHeaderFlightDate, div.FlightAvailabilityNextDay, div.FlightAvailabilityNextDays {
    float: left;
}

table.FlightAvailabilityTable {
    width: 100%;
}


    table.FlightAvailabilityTable th, table.FlightAvailabilityTable td {
        /* height: 24px;*/
        padding: 8px 1px 3px 5px;
        margin-top: auto;
        margin-bottom: auto;
    }

    table.FlightAvailabilityTable th {
        height: 16px;
        font-size: 14px;
        text-align: left;
    }

    table.FlightAvailabilityTable td.CannedFactsColumn {
        height: 16px;
        padding: 2px 1px 2px 5px;
    }

div.ArrivalOffset {
    display: inline;
}


table.FlightAvailabilityTable td.FareColumn {
    text-align: center;
}

table.FlightAvailabilityTable th.FareColumn a {
    text-decoration: none;
    color: inherit;
    display: block;
    white-space: nowrap;
}

    table.FlightAvailabilityTable th.FareColumn a span {
        display: block;
        float: left;
        white-space: nowrap;
    }

    table.FlightAvailabilityTable th.FareColumn a:hover {
        text-decoration: underline;
    }

th.FareNameColumn {
}

    th.FareNameColumn div {
        display: table-cell;
        width: 50%;
    }

table.FlightAvailabilityFaresVerticalOrientationTable {
    width: 100%;
    border-style: none;
}

    table.FlightAvailabilityFaresVerticalOrientationTable td, table.FlightAvailabilityFaresVerticalOrientationTable th {
        border-style: none;
    }

.FlightAvailabilityRedeemAirMilesPanel {
    padding: 0px 5px 10px 0px;
    text-align: right;
}

.FlightAvailabilityRedeemAirMiles {
    /*float: right;*/
}

.FlightAvailabilityRedeemAirMilesUsername {
    /*width: 350px;
    float: right;
    clear: left;*/
    margin-left: 40px;
}

/*****************************/

table.BasketItemsTable {
    width: 100%;
    padding-right: 10px;
}

table.BasketGrandTotalTab {
    width: 100%;
    padding: 0;
}

td.BasketGrandTotalCaption, td.BasketGrandTotalPrice, td.AirmilesTotalCaption, td.AirmilesTotal {
    font-size: 16px;
    font-weight: bold;
}

td.BasketGrandTotalPrice, td.AirmilesTotal {
    text-align: right;
}

table.BasketItemsTable td {
    padding: 2px 5px 2px 0px;
}

tr.BasketEmptyRow {
}

table.BasketItemsTable td.BasketEmptyCell {
    padding: 5px 4px 10px 4px;
    color: #666666;
}

tr.BasketGrandTotalRow, tr.BasketSectionGrandTotalRow, tr.BasketSectionPaxGrandTotalRow {
}

td.BasketGrandTotalColumn1, td.BasketGrandTotalColumn, td.BasketSectionGrandTotalColumn1, td.BasketSectionPaxGrandTotalColumn1,
td.BasketGrandTotalColumn2, td.BasketSectionGrandTotalColumn2, td.BasketSectionPaxGrandTotalColumn2 {
    border-color: #808080;
    /*    color: #666666;*/
    border-top-style: double;
    border-top-width: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
}

td.BasketGrandTotalColumn2, td.BasketSectionGrandTotalColumn2, td.BasketSectionPaxGrandTotalColumn2 {
    text-align: right;
}

tr.BasketSectionPaxBreakdown {
}

td.BasketSectionPaxBreakdownColumn {
    color: #666666;
}

tr.BasketItineraryItemRow {
}

td.BasketItineraryItem, td.BasketItineraryItemColumn, td.BasketItineraryItemColumn1, td.BasketItineraryItemColumn2 {
    font-weight: bold;
}

tr.BasketItineraryFlightRow {
}

.BasketItineraryFlightRoute {
    color: #2f327f;
    font-style: italic;
}

td.BasketItineraryFlightDivider, td.BasketSectionDivider, td.BasketItineraryFlightSegmentDivider {
    margin: 5px 0px;
}

div.BasketItineraryFlightDivider, div.BasketSectionDivider {
    height: 1px;
    border-top: dashed 1px #666666;
    margin: 0px 3px;
}

td.BasketItineraryFlightSegmentDivider {
}

div.BasketItineraryFlightSegmentDivider {
    height: 1px;
}

td.BasketItineraryFlightColumn1, td.BasketItineraryFlightColumn2 {
    /*    color: #666666;*/
}

td.BasketItineraryFlightColumn2, td.BasketPaxCountColumn2, td.totalColumn2 {
    text-align: right;
    width: 80px;
}

td.totalColumn1, td.totalColumn2 {
    font-weight: bold;
}

tr.BasketBaseFareTotalPriceRow, tr.BasketTaxTotalPriceRow, tr.BasketCarbonOffsetTotalPriceRow, tr.BasketFareExtrasTotalPriceRow, tr.BasketServiceFeesTotalPriceRow, tr.BasketChangeFeeTotalPriceRow, tr.BasketRefundFeeTotalPriceRow {
}

tr.BasketFareRulesRow {
}

td.BasketFareRulesHeaderCell, td.BasketFareRulesItineraryHeaderCell, td.BasketFareRulesFlightHeaderCell, td.BasketFareRulesHeaderColumn {
    font-weight: bold;
    color: #666666;
}

ul.BasketFareRulesList {
    padding-left: 20px;
}

li.BasketFareRulesListItem {
}

td.BasketFareRulesCell {
    font-weight: bold;
    color: #666666;
}

td.BasketBaseFareTotalPriceColumn1, td.BasketTaxTotalPriceColumn1, td.BasketBaseFareTotalPriceDifferenceColumn1, td.BasketTaxTotalPriceRowDifferenceColumn1, td.BasketCarbonOffsetTotalPriceColumn1, td.BasketFareExtrasTotalPriceColumn1, td.BasketServiceFeesTotalPriceColumn1, td.BasketChangeFeeTotalPriceColumn1, td.BasketRefundFeeTotalPriceColumn1, td.BasketDiscountTotalPriceColumn1 {
    font-weight: bold;
    /*    color: #666666;*/
}

td.BasketBaseFareTotalPriceColumn2, td.BasketTaxTotalPriceColumn2, td.BasketBaseFareTotalPriceDifferenceColumn2, td.BasketTaxTotalPriceRowDifferenceColumn2, td.BasketCarbonOffsetTotalPriceColumn2, td.BasketFareExtrasTotalPriceColumn2, td.BasketServiceFeesTotalPriceColumn2, td.BasketChangeFeeTotalPriceColumn2, td.BasketRefundFeeTotalPriceColumn2, td.BasketDiscountTotalPriceColumn2 {
    text-align: right;
    /*    color: #666666;*/
}

tr.BasketSectionRow {
}

tr.BasketProductCategoryRow {
}

td.BasketSectionColumn1 {
    font-weight: bold;
    color: #666666;
}

td.BasketProductCategoryColumn1 {
    font-weight: bold;
    /*    color: #666666;*/
}

td.BasketProductCategoryColumn2 {
    text-align: right;
    /*    color: #666666;*/
}

tr.BasketOutstandingAmountRow {
}

td.BasketOutstandingAmountColumn1 {
    font-weight: bold;
    /*    color: #666666;*/
}

td.BasketOutstandingAmountColumn2 {
    text-align: right;
    color: #666666;
}

td.BasketOutstandingAmountExcess, td.BasketRefundAmount {
    font-style: italic;
}

tr.BasketCommandRow {
    padding: 5px 0px;
}

td.BasketEmptyBasketCommand {
}

td.BasketCheckoutBasketCommandCell {
    float: right;
}

/**********************************/

.BookingPaxItineraryFareSummaryHeading {
    font-size: 14px;
    font-weight: bold;
}

table.BookingPaxItineraryFareSummaryTable {
    width: 100%;
}

    table.BookingPaxItineraryFareSummaryTable th {
        text-align: left;
    }

    table.BookingPaxItineraryFareSummaryTable th, table.BookingPaxItineraryFareSummaryTable td {
        padding: 2px 5px 2px 0px;
    }

tr.BookingPaxItineraryFareSummaryTable_TotalRow td {
    font-weight: bold;
}

/**********************************/

div.ATOLPanel {
    width: 100%;
    padding: 10px 0px;
}

div.ATOLImage {
    background: url(../Themes/atol-logo.jpg) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 86px;
    height: 87px;
}

/**********************************/

div.PleaseWaitPanel {
    width: 250px;
    height: 400px;
    margin: auto;
}

div.PleaseWaitAirlineName, div.PleaseWaitMessage {
    font-size: 8pt;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
}

div.PleaseWaitLoading {
    width: 16px;
    height: 16px;
    background: url(../Themes/pw-indicator.gif) no-repeat;
    margin-left: auto;
    margin-right: auto;
}

/*********************************/

/**Please: DO NOT DELETE OR CHANGE **/
div.ClearFloat, li.ClearFloat, br.ClearFloat {
    clear: both;
}

/*********************************/

div.ShowHelp {
    width: 16px;
    height: 16px;
    background: url(../Themes/Button-Help-icon.png) no-repeat;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}

.PopUpHelpInterface {
    display: inline-block;
    margin-left: 10px;
}

.PopUpHelpInterfaceIcon {
    width: 16px;
    height: 16px;
    background: url(../Themes/Button-Help-icon.png) no-repeat;
    cursor: pointer;
    display: inline-block;
}

/*********************************/

div.TableRow {
    width: 100%;
}

div.TableCell {
    float: left;
}

/*********************************/

div.requirementsMultiCity {
    padding: 5px 0px;
}

div.AgentRequirementsWhereAndWhenMultiCity, div.IBERequirementsWhereAndWhenMultiCity {
}

div.AgentRequirementsWhereAndWhen, div.AgentRequirementsWhoIsTravelling, div.IBERequirementsWhoIsTravellingMultiCity, div.AgentRequirementsSpecialOffers, div.IBERequirementsSpecialOffersMultiCity, div.RequirementsWhereAndWhenMultiCityPanel, div.RequirementsWhereAndWhenMultiCityTablePanel {
    border: solid 1px #000066;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

div.RequirementsWhereAndWhenMultiCity {
    padding-top: 10px;
}

div.RequirementsWhereAndWhen {
    padding-top: 5px;
}

div.RequirementsWhereAndWhenMultiCityPanel, div.IBERequirementsWhoIsTravellingMultiCity {
    margin-bottom: 20px;
}

div.RequirementsWhereAndWhenHeading, div.RequirementsWhoIsTravellingHeading, div.RequirementsEVoucherHeading {
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px;
}

div.RequirementsWhereAndWhenColumn1, div.RequirementsWhereAndWhenColumn3 {
    width: 100px;
    font-weight: bold;
}

div.RequirementsWhereAndWhenColumn2, div.RequirementsWhereAndWhenColumn4 {
    width: 200px;
}

.RequirementsOriginDestination {
    width: 150px;
}

div.RequirementsWhereAndWhenMultiCityTablePanel {
    margin: 0px 10px 20px 10px;
}

table.RequirementsWhereAndWhenMultiCityTable th {
    text-align: left;
    border-bottom: solid 2px #CCCCCC;
}

table.RequirementsWhereAndWhenMultiCityTable td, table.RequirementsWhereAndWhenMultiCityTable th {
    padding: 6px 20px 6px 5px;
}

table.RequirementsWhereAndWhenMultiCityTable td {
    border-top: solid 1px #CCCCCC;
}

div.RequirementsWhereAndWhenMultiCityColumn1 {
    padding: 6px 20px 6px 5px;
}

div.RequirementsWhereAndWhenMultiCityColumn2 {
    padding: 8px 0px 6px 10px;
}

td.RequirementsWhereAndWhenMultiCityColumn1 {
}

td.RequirementsWhereAndWhenMultiCityColumn2 {
    font-weight: bold;
}


div.RequirementsWhoIsTravellingPaxColumn {
    width: 150px;
}

div.RefineSearchWhoIsTravelling {
    padding-left: 5px;
}


div.RefineSearchWhoIsTravellingTableRow {
    width: 100%;
}

div.RefineSearchWhoIsTravellingPaxTypeLabel {
    padding: 6px 0 2px 0;
    width: 140px;
    display: inline-block;
}

div.RefineSearchWhoIsTravellingPaxColumn {
    float: left;
}

div.RequirementsEVoucherColumn1 {
    width: 100px;
}

/*********************************/

div.DropImage {
    background: url(../Themes/drop.gif) no-repeat top right;
    width: 20px;
    height: 17px;
}

/*********************************/

div.GridSearchResultsPanel {
    width: 100%;
    padding-bottom: 30px;
}

table.GridSearchResultsDataTable {
    width: 100%;
    /*table-layout: fixed;*/
}

    table.GridSearchResultsDataTable th {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        padding: 4px 10px 4px 0px;
    }

    table.GridSearchResultsDataTable td {
        white-space: nowrap;
        overflow: hidden;
        padding: 2px 5px 2px 0px;
    }

div.GridViewPager {
    /*height: 26px;*/
    width: 100%;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
}

div.GridViewPagerButtons, span.GridViewPagerButtons {
    float: left;
    padding: 5px 4px;
}

div.GridViewPagerSlider {
    padding: 15px 10px 0px 10px;
    float: left;
    width: 210px;
}

div.GridViewPagerSummary {
    float: left;
    margin-left: 10px;
}

div.GridViewPagerLabel {
    width: inherit;
}

span.GridViewPagerLabelPageNo, span.GridViewPagerLabelTotalPages, span.GridViewPagerLabelRecordDisplaySummaryStart, span.GridViewPagerLabelRecordDisplaySummaryEnd {
    font-weight: bold;
}

span.GridViewPagerLabelRecordCount {
}

span.GridViewPagerLabelRecordDisplaySummary {
}



/*********************************/

ul.ListAsTableRow {
    display: table-row;
    list-style-type: none;
    margin: 0px;
}

li.ListItemAsTableCell {
    display: table-cell;
}

li.ListItemStyle1Expand {
    background-image: url(../Themes/grid/plus2.gif);
    width: 20px;
    height: 20px;
}

li.ListItemStyle1Collapse {
    background-image: url(../Themes/grid/minus2.gif);
    width: 20px;
    height: 20px;
}

.PriceItemAlignRight, .NumericItemAlignRight {
    text-align: right !important;
    padding-right: 5px;
}

.BorderlessInputField {
    border-style: none;
    border-width: 0px;
}


div.TemporarilyUnavailable {
    height: 250px;
    padding-top: 100px;
}

.ErrorMessage {
    font-weight: bold;
}

/****************************/

/* Fix for IE jQuery Datepicker Transparency Problem */

div.ui-datepicker {
    min-height: 195px;
    z-index: 3000 !important;
}

div.vars-ui-datepicker {
    background-color: #FFFFFF;
}

.refineSearchLeaving .refineSearchDate, .refineSearchReturning .refineSearchDate {
    float: left;
    vertical-align: middle;
}

.refineSearchDate {
    width: 120px;
}

.refineSearchLeaving {
    padding-left: 2px;
    margin-bottom: 3px;
}

.refineSearchReturning {
    clear: both;
    padding-left: 2px;
    margin-bottom: 3px;
}

.requirementsOptions {
    clear: both;
    padding-left: 2px;
    margin-bottom: 3px;
}

.requirementsOptionsLabel {
    vertical-align: text-bottom;
}

.refineSearchLeaving IMG, .refineSearchReturning IMG {
    margin-left: 4px;
    margin-right: 10px;
    float: left;
}

.PoweredByVidecom {
    text-align: right;
    background-color: #FFFFFF;
}

/* .PoweredByVidecom div
{
    margin: 0 auto;
    width: 88px;
    height: 30px;
    border: solid 1px #0000FF;
    background-color: #FFFFFF;
}
 */
/****************************/

/* seat selection */
.SeatTab TD, .SeatTabSmall TD, .SeatPlanTable TD, .SeatPlanTableSmall TD {
    background-image: url( 'SeatPlanImages.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    /*border: 1px solid #FFFFFF;*/
    width: 52px;
    height: 48px;
    font-weight: bold;
    background-position: -50px 0px;
}

.SeatTabSmall TD {
    background-image: url( 'SeatPlanImagesSmall.png');
    width: 36px;
    height: 34px;
    background-position: -50px 0px;
}

.SeatPlanTable TD, .SeatPlanTable TD.Edge div, .SeatPlanTable TD.SeatCell span {
    background-image: url( 'SeatPlanImagesSmall.png');
    width: 40px;
    height: 40px;
}

    .SeatPlanTable TD.SeatCell span, .SeatPlanTable.Small TD.SeatCell span {
        display: table-cell;
        vertical-align: middle;
    }

.SeatPlanTable.Small TD, .SeatPlanTable.Small TD.Edge div, .SeatPlanTable.Small TD.SeatCell span {
    background-image: url( 'SeatPlanImagesSmall.png');
    width: 26px;
    height: 24px;
}

.SeatPlanTable TD.Edge {
    height: 42px;
}

    .SeatPlanTable TD.Edge div {
        height: 100%;
    }

.SeatPlanTable TD.NoBack, .SeatPlanTable TD span.NoBack {
    background-image: none;
}

.vars-hover {
    border-width: 1px;
    border-style: solid;
}

.Seat {
    background-position: -50px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.SeatPlanTable TD.selectedSeat, .SeatPlanTable TD.selectedEmergencySeat, TD .selectedSeat {
    background-position: -100px -2px;
}

.SeatPlanTable span.selectedSeat, .SeatPlanTable span.selectedEmergencySeat {
    background-position: -100px -2px;
}

.SeatPlanTable TD.freeSeat, .SeatPlanTable span.freeSeat {
    background-position: -100px -2px;
    background-color: #bad9fb;
}

.SeatPlanTable TD.freeEmergencySeat, .SeatPlanTable span.freeEmergencySeat {
    background-position: -100px -2px;
    background-color: #ff9393;
}

.SeatPlanTable TD.occupiedSeat, .SeatPlanTable span.occupiedSeat {
    background-position: -100px -2px;
    background-color: #E4E4E4;
}

.SeatPlanTable TD.NotAvailableSeat, .SeatPlanTable span.NotAvailableSeat {
    background-position: -100px -2px;
    background-color: #fbf8db;
}

TD .freeSeat {
    background-position: -100px -200px;
}

TD .freeEmergencySeat {
    background-position: -100px -150px;
}

.SeatPlanTable TD.freeSeatDrop, TD .freeSeatDrop {
    border: 1px solid #00ff00;
}

TD .occupiedSeat {
    background-position: -100px -100px;
    border: 1px solid transparent;
}

.SeatPlanTable TD.occupiedEmergencySeat, TD .occupiedEmergencySeat {
    background-position: -100px -100px;
    border: 1px solid transparent;
}

TD .NotAvailableSeat {
    background-position: -100px -250px;
    border: 1px solid transparent;
}

.SeatPlanTable TD.SeatPlanWidthMarker, TD .SeatPlanWidthMarker {
    background-position: 0px 0px;
    width: 25px;
}

.SeatPlanTable TD.SeatPlanWidthMarkerRight, .SeatPlanTable div.SeatPlanWidthMarkerRight, TD .SeatPlanWidthMarkerRight {
    background-position: -200px 0;
    width: 25px;
}

.SeatPlanTable TD.WingStart, TD .WingStart {
    background-position: 0px -130px;
    width: 25px;
}

.SeatPlanTable TD.WingStartRight, .SeatPlanTable div.WingStartRight, TD .WingStartRight {
    background-position: -200px -130px;
    width: 25px;
}

.SeatPlanTable TD.WingEnd, TD .WingEnd {
    background-position: 0 -230px;
    width: 25px;
}

.SeatPlanTable TD.WingEndRight, TD .WingEndRight {
    background-position: -200px -230px;
    width: 25px;
}

.SeatPlanTable TD.WingMiddle, TD .WingMiddle {
    background-position: 0 -180px;
    width: 25px;
}

.SeatPlanTable TD.WingMiddleRight, TD .WingMiddleRight {
    background-position: -200px -180px;
    width: 25px;
}

.SeatPlanTable TD.DoorUp, TD .DoorUp {
    background-position: 0px -300px;
    width: 35px;
}

.SeatPlanTable TD.DoorUpRight, TD .DoorUpRight {
    background-position: -200px -300px;
    width: 35px;
}

.SeatPlanTable TD.DoorDown, TD .DoorDown {
    background-position: 0 -350px;
    width: 35px;
}

.SeatPlanTable TD.DoorDownRight, TD .DoorDownRight {
    background-position: -200px -350px;
    width: 35px;
}

.SeatPlanTable TD.Exit, TD .Exit {
    background-position: -50px -200px;
}

.SeatTabSmall TD .SeatPlanWidthMarker {
    background-position: -10px 0px !important;
}


.SeatPlanTable TD .Edge {
    height: auto;
    border: 0 solid transparent;
    padding: 0;
}


.tabDiv {
    display: block;
    height: 400px;
    /*	width:600px;*/
    overflow: auto;
}

.headRow {
    text-align: center;
}

table .SeatPlanTable .headRow td {
    height: 20px;
}

.box {
    border: solid 1px #ddd;
}

/* Seat Reservation styles */
.CheckinPaxTable {
    width: 100%;
}

    .CheckinPaxTable TD {
        background-color: #F0F0F0;
        border-top-width: 2px;
        border-top-color: white;
        border-top-style: solid;
    }

.draggablePAX TD {
    border-top-width: 0;
}
/*	Moveable pax table */
.paxTab {
    width: 52px;
    cursor: move;
}

    .paxTab:hover {
        cursor: move;
    }

.paxTabHeader {
    text-align: center;
}

.SeatTab .paxTabHeader {
    font-size: 16px;
}

.tdCheckinPax, .fdCheckinLayout {
    border: solid 1px #ddd;
}

.tdCheckinPax {
    width: 220px;
}

.CheckinPax {
    display: block;
    float: left;
}

.CheckinLayout {
    display: block;
    float: right;
    background-color: #F0F0F0;
}

.nameCellHead, .seatCellHead, .paxCellHead, .paxNoCellHead {
    text-align: center;
    background-color: #999999;
    color: #FFFFFF;
    font-weight: 600;
}

.nameCell, .seatCell, .paxCell, paxNoCell {
    border-style: solid solid dashed solid;
    border-width: 4px 0px 1px 0px;
    border-color: #FFFFFF #CCCCCC #CCCCCC #CCCCCC;
    height: 55px;
    background-color: #E9E9E9;
    color: #9933FF;
}

.paxCell {
    text-align: center;
    padding: 2px 2px 4px 4px;
}

div.wrapper {
    float: left; /* important */
    position: relative; /* important(so we can absolutely position the description div */
    width: 48px;
    height: 46px;
    border: solid 1px transparent;
}

.SeatTabSmall div.wrapper {
    width: 35px;
    height: 35px;
}


div.description {
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 25px; /* position will be on bottom */
    left: 0px;
    width: 100%; /* styling bellow */
    font-weight: normal;
}

.SeatTabSmall div.description {
    bottom: 18px; /* position will be on bottom */
}

div.seatNo {
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 0px; /* position will be on bottom */
    left: 0px;
    text-align: center;
    color: #000;
    text-align: center;
}

TD .defaultPax {
    background-image: url( 'SeatPlanImages.png');
    background-position: -100px -50px;
    /* background-position:  -100px  0;  */ /* sheep! */
    background-repeat: no-repeat;
}

.SeatTabSmall .defaultPax {
    background-image: url( 'SeatPlanImagesSmall.png');
    background-position: -100px -50px;
}


div.wrapper:hover {
    border: solid 1px aqua;
}




.DragMessage {
    font-size: larger;
    font-weight: bold;
}

.keyTab {
    border: 1px solid gray;
    padding: 1px;
}

    .keyTab .NoSeat {
        margin-right: 20px;
    }

.error {
    font-size: 16px;
    color: Red;
}

.allocated {
    border: solid 1px red;
}

.LayoutTitle {
    text-align: right;
    background-color: #D0D0D0;
    font-weight: bold;
    font-size: 12px;
}

.SeatNo {
    text-align: center;
}

.checkinTab {
    width: 100%;
}

    .checkinTab TH {
        background-color: #E4E4E4;
    }

.divScrollTop, .divScrollBottom {
    border: 1px solid #808080;
    width: 100%;
    height: 20px;
    background-color: #C0C0C0;
    text-align: center;
}

TD .NoSeat {
    text-align: left;
    background-image: none;
}

TD .NameCell {
    width: 50%;
}
/********************/

TD .SeatWall {
    background-image: url( 'SeatPlanImages.png');
    background-position: -40px -100px;
    background-repeat: no-repeat;
}

/********************/


div.PassengerDetailsPanel {
    /*    border-bottom: dashed 1px #666666;*/
    /*    padding: 10px 0px 10px 4px;*/
}

div.PassengerDetailsPanelLeadPax {
    /*    border-top: dashed 1px #666666;*/
}

div.PassengerDetailsPaxHeading {
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0 2px 4px;
}


div.PassengerDetailsColumn3 {
    width: 151px;
}

div.PassengerDetailsMandatoryInformation {
    font-weight: bold;
}

div.PassengerDetailsInput_SpecialServiceRequestListAvailable {
    width: auto;
    max-height: 100px;
    overflow: auto;
    border: solid 1px #CCCCCC;
    margin-right: 4px;
}

table.PassengerDetailsInput_SpecialServiceRequestSelectedList {
    /*border: solid 1px #666666;*/
}

div.PassengerDetailsSelectedSSRRemoveItem {
    background: url(Grid/minus15x16.gif) no-repeat;
    width: 19px;
    height: 20px;
    cursor: pointer;
}

div.PassengerDetails_SpecialServiceRequestHideList {
    float: right;
}

    div.PassengerDetails_SpecialServiceRequestHideList span {
        font-weight: bold;
        color: Blue;
        cursor: pointer;
    }

p.PassengerDetails_PaxProductsHeading {
    font-weight: bold;
}

.PassengerDetailsInput_Product {
    float: left;
    margin-right: 10px;
}

.PassengerDetailsLabel_Product {
    width: 200px;
    float: left;
}

.prodDetailCount, .prodDetailTable th.prodDetailCount {
    text-align: right;
}

.PassengerDetailsErrorField, .PaymentDetailsErrorField, .IBEErrorField {
    border: solid 1px red;
    background-color: #F8F8E0;
}


div.PassengerDetailsOtherInformation {
    padding-top: 10px;
}

.PassengerDetailsInput_ConnectingFlightDetails, .PassengerDetailsInput_OtherInformationDetails {
    width: 500px;
}

div.PaymentTermsAndConditions {
    padding: 5px 0px 10px 0px;
}

div.PaymentSchemeTermsAndConditions {
    padding: 5px 0px 10px 0px;
}

.ExternalPaymentPageFrame {
    width: 100%;
    min-height: 100%;
}

.tooltip {
    display: inline-block;
}

/*******************/

.PaymentDetailsFOPRow div.PaymentDetailsFOPOption {
    float: left;
    min-width: 180px;
}

.PaymentDetailsCardDetailsHeading, .PaymentDetailsBillingAddressDetailsHeading {
    font-weight: bold;
}

span.PaymentDetailsLabelHolder {
    display: inline-block;
    width: 250px;
}

div.PaymentDetalsFieldHolder {
    padding-bottom: 5px;
}

input.PaymentDetailsInput_CardStartDate, input.PaymentDetailsInput_CardExpiryDate {
    width: 65px;
}

div.PaymentDetailsPaymentChargesPanel {
    font-weight: bold;
    color: #736F6E;
    padding-top: 15px; /* 0px 5px 0px;*/
    font-size: 12px;
}

/*******************/

.IBERemarksEditorAddNewHeadingRow {
    font-weight: bold;
    font-size: 12px;
}

.IBERemarksEditorField {
    width: 500px;
    font-size: 8pt;
    overflow: hidden;
    font-family: Arial, Helvetica, Sans-Serif;
}

a.IBERemarksEditorAddRemoveNewRemark {
    text-decoration: underline;
    cursor: pointer;
    color: Blue;
}


table.IBERemarksEditor {
    /*width: 100%;*/
}

    table.IBERemarksEditor td {
        background-color: #ffffff;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCCCCC; /*#9bc6ff; #e3efff; #b7d6ff; */
        padding: 5px 5px 5px 5px;
    }

tr.IBERemarksEditorAddNewHeadingRow td {
    border-top-style: none;
}

/********************/

div.LanguageSelector {
    float: right;
}

div.LanguageSelectorSeparator, div.LanguageSelectorFlag, div.LanguageSelectorLanguageName {
    float: left;
}

div.LanguageSelectorSelectedLanguage {
    font-weight: bold;
}

/********************/

.VARSModalDialogPanel {
    min-width: 100px;
    max-width: 800px;
}

/********************/

.FFPForgotLoginDetailsOption {
    clear: both;
    float: left;
    width: 380px;
}

.FFPForgotLoginDetailsLabel {
    display: inline-block;
    width: 120px;
}

.FFPForgotLoginInputDetails {
}

.FFPForgotLoginErrorMessage {
    color: Red;
    display: none;
}

/********************/

.CustomDataGridPanel {
    overflow: auto;
    margin-bottom: 20px;
}

.CustomDataGridTable {
    border: solid 1px #cccccc;
    margin-bottom: 20px;
}

    .CustomDataGridTable th {
        text-align: left;
        padding: 5px 10px 5px 2px;
    }

    .CustomDataGridTable td {
        padding: 5px 10px 5px 2px;
    }

.CustomDataGridRowSeparator {
    border-top: 1px dashed #CCCCCC;
}

.CustomDataGridPager {
    float: left;
}

.CustomDataGridPagerSummary {
    float: right;
}

.CustomDataGridPagerButton {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
}

.CustomDataGridPagerSlider {
    float: left;
    margin-right: 10px;
    width: 200px;
    padding-top: 5px;
}

.CustomDataGridPagerButton:hover {
    background-color: #EFFBFB;
    border: 1px solid #A9BCF5;
}

.CustomDataGridPagerButtonFirst {
    background: url(../Themes/Grid/first.gif) no-repeat 0px 0px;
}

.CustomDataGridPagerButtonPrevious {
    background: url(../Themes/Grid/prev.gif) no-repeat 0px 0px;
}

.CustomDataGridPagerButtonNext {
    background: url(../Themes/Grid/next.gif) no-repeat 0px 0px;
}

.CustomDataGridPagerButtonLast {
    background: url(../Themes/Grid/last.gif) no-repeat 0px 0px;
}

/*************************************/

div.FQTVMenuTabs {
    /*   width: 100%;*/
}

div.FQTVMenuTabsContent {
    /*    float: left;
    width: 100%;
*/
}
/*
li.FQTVSubMenuListItem a
{
    text-decoration: none;
    color: #006699;
    font-weight: bold;
}

li.FQTVSubMenuListItem:hover a
{
    color: #13acfb;
}
*/
.FQTVMenuMemberSummary {
    display: block;
    padding: 2px 5px 2px 5px;
}

.FQTVMenuMemberSummaryUserDetails {
    display: block;
    float: left;
}

.FQTVMenuMemberSummaryMilesBalance {
    float: right;
}

    .FQTVMenuMemberSummaryMilesBalance B {
        font-size: 16px;
    }

.FqtvIntro {
    font-size: larger;
    padding-left: 5px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.FqtvHelpNoteCell {
    padding-top: 15px;
}

.FqtvHelpNote {
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.FqtvRegCell {
    vertical-align: top;
    width: 31%;
    /*padding-left: 5px;
    padding-right: 5px;*/
}


ol, ul {
    list-style-type: square;
}

table.MMBBasketItemsTable td, table.BasketItemsTable td {
    padding: 2px 2px 2px 2px;
}

div.MMBShoppingBasketHeader, div.ShoppingBasketHeader, div.RefineSearchHeader {
    color: #FFFFFF; /*#CCCCCC;*/
    padding: 3px 3px 2px 3px;
}

#divShoppingBasketPanel, #divMessagesBox, #divAgentShoppingBasketPanel {
    margin-top: 2px;
}

.MessagesPanel {
    padding: 10px 4px 10px 4px;
}
/********************/

.FareRulesWebPart, .BasketWebPart {
    margin-top: 4px;
}

.NewWebPartTitle {
    margin-top: 5px;
}

    .NewWebPartTitle div {
        padding: 5px 2px 5px 6px;
    }

    .NewWebPartTitle .ui-icon {
        margin-right: 4px;
    }

.VarsButton, .VarsButtonRight, .VarsButtonLeft {
    display: block;
    float: left;
}

.VarsButtonRight {
    float: right;
}

    .VarsButton span, .VarsButtonRight span {
        display: block;
        float: left;
    }

    .VarsButton .VarsBText, .VarsButtonRight .VarsBText {
        padding: 4px 5px 4px 5px;
        font-weight: bold;
    }

.jQrefineSearchButtonBox {
    padding: 6px 2px 2px 2px;
    float: right;
}

div.FlightAvailabilityNextDay2 {
    cursor: pointer;
    margin-left: 20px;
    float: left;
}

div.FlightAvailabilityPreviousDay2 {
    cursor: pointer;
    margin-right: 20px;
    float: left;
}

div.FlightAvailabilityDateHeaderFlightDate {
    padding: 5px 0px;
}

div.FlightAvailabilityNextDay2 {
    cursor: pointer;
    margin-left: 20px;
    float: right;
    display: inline-block;
}

div.FlightAvailabilityDateHeaderFlightDate {
    display: inline-block;
    float: none;
    font-size: 14px;
}

/* jQuery button */
a.refineSearchButton {
    padding-top: 0px;
}

table td.BasketEmptyBasketCommandCell {
    padding: 4px 0 4px 4px;
}

.VarsProdTable {
    width: 100%;
}

.BookingOptionsPanel .ui-accordion .ui-accordion-content {
    padding-left: 5px;
    padding-right: 5px;
}

.BookingOptionsPanel {
    padding-bottom: 5px;
}

li.progressBarCurrentItem A {
    font-size: 14px;
    text-decoration: none;
}

/* Requirements page */
div.requirementsContent {
    font-family: Verdana, Geneva, sans-serif, Helvetica;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
}

    div.requirementsContent A {
        font-size: 12px;
    }

.requirementsLabel {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 60px;
    width: 60px;
    display: inline-block;
}

.requirementsReturn .requirementsLabel {
    width: 120px;
    min-width: 120px;
}

div.requirementsPassengerCount {
    display: inline-block;
}

div.requirementsPassengerType select {
    width: 40px;
}
/*****   Search form *****/
div.refineSearchFrom *, div.refineSearchTo *,
div.refineSearchLeaving *, div.refineSearchReturning * {
    display: block;
}

.refineSearchDropDown, .refineSearchDate, .refineSearchText, .refineSearchLabel {
    width: 190px;
    margin-left: 3px;
    vertical-align: middle;
}

.refineSearchDate {
    width: 150px;
}

.RefineSearchPanel .refineSearchDate {
    width: 150px;
}

.RefineSearchPanel .refineSearchLabel {
    width: 150px;
}

div.refineSearchFrom, div.refineSearchLeaving, .refineSearchButton {
    margin-top: 7px;
}

div.refineSearchTo, .refineSearchButton {
    margin-bottom: 7px;
}


/****  Flights display ****/

/*div.FlightAvailabilityHeader
{
    background-color: #D6E1EB; 
    font-size: 18px;
    font-weight: normal;
    width: auto;
}
*/
/**Voucher Page*/
.PurchaseDetails td {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    width: 49%;
}

.PurchaseDetails #CARDEXPIRYDATEMonth {
    width: 49%;
    display: inline;
}

.PurchaseDetails #CARDEXPIRYDATEYear {
    width: 49%;
    display: inline;
}

/*** Payment page **/
div.PassengerDetailsColumn1, div.PassengerDetailsColumn2 {
    width: 230px;
}

.PassengerDetailsInput_phonecountrycode, .PassengerDetailsInput_passportcountryofissue {
    max-width: 200px;
}

div.PaymentDetailsMainPanel .ui-widget-content {
    padding: 4px 4px 4px 4px;
}

div.PassengerDetailsHeading {
}

p.PassengerDetailsHeading, .PaymentDetailsHeading, .OtherInformationHeading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.PaymentDetailsDropDown {
    width: 190px;
    max-width: 190px;
    padding: 2px;
    font-size: 14px;
}

.PassengerDetailsSeparator {
    width: 5px;
}

div.PassengerDetailsColumn1, div.PassengerDetailsColumn2, div.PassengerDetailsColumn3, div.PassengerDetailsSeparator {
    float: left;
    padding: 0 0 4px 4px;
}

div#divPassengerDetailsOtherInformation div {
    padding: 4px 4px 4px 4px;
}

.PassengerDetailsPanelLeadPax, .PassengerDetailsPanelAdult, .PassengerDetailsPanelChild {
    margin-bottom: 6px;
}

.vars_col1_colour {
    background-color: #E0E0E0;
    color: #444;
}

.vars_col2_colour {
    background-color: #E0E0E0;
    color: #444;
}

.vars_col3_colour {
    background-color: #E0E0E0;
}

tr.AvailabilityTableFlightDivider td {
    border-bottom: solid 1px #aabdcd;
}

tr.AvailabilityTableConnectingFlightDivider td {
    border-bottom: dashed 1px #d0d0d0;
}

tr.AvailabilityTableCannedFactsDivider td {
    border-bottom: hidden 0px #d0d0d0;
}



td.FareClassBand1, td.FareClassBand2, td.FareClassBand3, td.FareClassBand4, td.FareClassBand5, td.FareClassBand6, td.FareClassBand7, td.FareClassBand8, td.FareClassBand9, td.FareClassBand10, td.FareClassBand11, td.FareClassBand12 {
    width: 60px;
}

td.FareClassBand1, td.FareClassBand3, td.FareClassBand5, td.FareClassBand7, td.FareClassBand9, td.FareClassBand11 {
    background-color: #FCFCFC;
}

td.FareClassBand2, td.FareClassBand4, td.FareClassBand6, td.FareClassBand8, td.FareClassBand10, td.FareClassBand12 {
    background-color: #E0E0E0;
}

div.BookingFareSummaryPanel {
    /*    padding: 7px 4px 7px 4px;*/
}

.menuIcon {
    height: 16px;
}

    .menuIcon img {
        position: relative;
    }

.subMenu {
    border: 2px solid #666666;
    padding: 2px;
}

    .subMenu .ui-button {
        background-image: none;
        background-color: #C0C0C0;
        color: #000000;
    }

        .subMenu .ui-button:hover {
            background-color: #CCCCCC;
        }

.ui-widget-header.NewWebPartTitle, .ui-widget-header.NewWebPartTitle div, .ui-widget-header.NewWebPartTitle span {
    font-size: 16px;
}

td.DepartureCityColumn {
    padding-left: 2px;
    vertical-align: top;
}

td.ArrivalCityColumn {
    vertical-align: top;
}

/************ New Availability **********/
.DepartureDateTimeColumn .time, .ArrivalDateTimeColumn .time, .DepartureCityColumn .time, .ArrivalCityColumn .time {
    font-size: large;
    font-weight: bold;
}

.FareColumn .fare {
    font-weight: bold;
    color: #444;
}



.FrequentFlyerLoginHeadingTitle {
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.ErrorColumn, table.FlightAvailabilityTable td.InfoColumn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    /*    padding-right: 10px; 
    padding-left: 10px;
*/
}

    .ErrorColumn div {
        margin-right: 5px;
        padding: 8px 0px 8px 5px;
    }

table.FlightAvailabilityTable td.InfoColumn {
    padding: 2px 4px 0px 4px;
}

.InfoColumn div {
    /*  margin-right: 5px;
    padding: 2px 0px 2px 5px;*/
    padding-top: 4px;
    padding-bottom: 4px;
}

.ErrorColumn p, .InfoColumn p {
    margin-top: 0;
}

    .ErrorColumn p, .ErrorColumn p span, .InfoColumn p, .InfoColumn p span {
        float: left;
        margin-right: 5px;
    }

div.refineSearchButtonBox {
    padding: 0 10px 0 10px;
    text-align: center;
}

.CCPaymentDialog {
    height: 699px;
    width: 755px;
}

.read-more, .read-more a, .read-less, .read-less a {
    color: blue;
}

.FltRequestedDate {
}

.FltNotRequestedDate {
    background-color: #E0E0E0;
    color: #444;
}

    .FltNotRequestedDate td span.time {
        font-weight: normal;
    }

    .FltNotRequestedDate .flightDate {
        font-weight: bold;
        color: #F00;
    }


/*.FltNotRequestedDate .DepartureDateTimeColumn
{
    opacity: 0.5; 
}
*/
.AvailabilityMultiLegHeader {
    border-bottom: 1px solid #808080;
    background-color: #E0E0E0;
    border-bottom-width: 2px;
}

.MultiLegTab {
    width: 100%;
}

table.FlightAvailabilityTable td.expandedBack {
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #d0d0d0;
}

.BookingFareSummaryPanel {
    padding: 2px 4px 2px 4px;
}

.tabSettingsDialog td {
    padding: 2px 4px 2px 4px;
}

.VarsInfo span {
    position: relative;
    top: -3px;
}

.VarsError span {
    position: relative;
    top: -3px;
}

.VarsError {
    color: red;
}

    .VarsError p {
        float: left;
    }

div.LoadingProgress {
    width: inherit;
    font-size: 8pt;
}

div.LoadingProgressImage {
    width: 16px;
    height: 16px;
    background: url(pw-indicator.gif) no-repeat;
    margin: 0 auto;
}

div.LoadingProgressText {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hidden {
    display: none;
}

.accessHide {
    width: 320px;
    display: none;
}

td.BookingOptionsProductColumn5 {
    min-width: 80px;
}

.radioLabel {
    vertical-align: text-bottom;
}

div.l {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

div.historyTx {
    color: Red;
}

    div.historyTx b, div.historyRx b, div.historyRxTime b {
        font-weight: bold;
        color: Black;
        padding-right: 10px;
    }

div.historyRxTime {
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    padding-bottom: 8px;
}

table.BasketItemsTable td.outboundFlight, td.outboundFlight, table.BasketItemsTable td.inboundFlight, td.inboundFlight {
    background-position: 4px;
    background-image: url('icons_plane_outbound.gif');
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.BasketItemsTable td.inboundFlight, td.inboundFlight {
    /* background-image: url('icons_plane_inbound.gif'); */
    background-image: url('icons_plane_outbound.gif');
}

/*  Products 2 */
div.prodDiv {
    padding: 1px;
    background-color: #E4E4E4;
}

table.prodTable, table.prodDetailTable, table.prodCatDetailTable, table.prodPricingTab {
    width: 100%;
}

table.prodDetailTable, table.prodCatDetailTable {
    background-color: White;
}

table.prodDetailTable {
    margin-top: 6px;
}

table.prodCatDetailTable td {
    padding: 5px;
    border-bottom: 2px solid #E4E4E4;
}

.prodDetailTable th {
    text-align: left;
    padding-bottom: 4px;
}

.prodDetailTable td {
    padding-bottom: 2px;
    padding-top: 2px;
}

td.prodImage {
    width: 10%;
    height: 32px;
    padding: 4px;
    border-bottom: 1px solid #E4E4E4;
}

td.prodDetails {
    width: 65%;
    padding: 4px;
    border-bottom: 1px solid #E4E4E4;
}

td.prodPricing {
    background-color: #CCCCCC;
    padding: 4px;
    border-bottom: 1px solid #E4E4E4;
}

.prodPricingPrice {
    font-weight: bold;
    font-size: larger;
}

.prodCost {
    font-size: large;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prodPriceQuantities {
    padding-top: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: white;
}

.prodPriceButton {
    padding-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: white;
}

.prodRow {
    background-color: White;
    color: #666666;
}

.FlightSummaryPanel .prodRow td, .FlightSummaryPanel .prodRow th, .FareSummaryPanel .prodRow td, .FareSummaryPanel .prodRow th {
    padding: 4px;
}

.FareSummaryPanel .prodHeaderRow th {
    text-align: left;
    padding: 4px;
}

    .FareSummaryPanel .prodHeaderRow th.MMBPriceColumn {
        text-align: right;
    }

.FareSummaryHeader {
    margin-top: 4px;
}

.FlightSummaryPanel .prodBlankCell, .FareSummaryPanel .prodBlankCell {
    background-color: transparent;
    padding-bottom: 4px;
}

.hightlightCity {
    font-size: larger;
    font-weight: bold;
}

.prodImageBag, .prodImageBus, .prodImageMeal, .prodImageCar, .prodImageMeal, .prodImageBoat, .prodImageWheelchair,
.prodImageChild, .prodImageSMS, .prodImageSafari, .prodImageHotel, .prodImageWheelchair, .prodImageDive,
.prodImageWindSurf, .prodImageBike, .prodImageGolf, .prodImageWaterski, .prodImageParachute, .prodImageKayak,
.prodImageSport, .prodImageBuggy, .prodImageSeat, .prodImageBoat, .prodImageMusic, .prodImageWindWaterski, .prodImageSki, .prodImageSurf,
.productImagePet, .productImagePetCarrier, .prodImageFishing {
    background-image: url( 'products50.png');
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    background-position: 0 0;
    display: block;
}

.prodImageBag {
    height: 37px;
}

.prodImageBus {
    background-position: -0px -37px;
    height: 37px;
}

.prodImageCar {
    background-position: -0px -113px;
    height: 37px;
}

.prodImageBoat {
    background-position: -0px -150px;
    height: 37px;
}

.prodImageMeal {
    background-position: -0px -187px;
    height: 37px;
}

.prodImageChild {
    background-position: -0px -225px;
    height: 37px;
}

.prodImageSMS {
    background-position: -0px -262px;
    height: 37px;
}

.prodImageSafari {
    background-position: -0px -300px;
}

.prodImageHotel {
    background-position: -0px -350px;
}

.prodImageWheelchair {
    background-position: -0px -400px;
}

.prodImageDive {
    background-position: -0px -450px;
}

.prodImageWindSurf {
    background-position: -0px -500px;
}

.prodImageBike {
    background-position: -0px -550px;
    width: 80px;
}

.prodImageGolf {
    background-position: -0px -600px;
}

.prodImageWaterski {
    background-position: -0px -650px;
}

.prodImageParachute {
    background-position: -0px -700px;
}

.prodImageKayak {
    background-position: -0px -750px;
}

.prodImageSport {
    background-position: -0px -850px;
}

.prodImageBuggy {
    background-position: -0px -800px;
    width: 80px;
}

.prodImageSeat {
    background-position: -0px -900px;
}

.prodImageBoat {
    background-position: -0px -950px;
}

.prodImageMusic {
    background-position: -0px -1000px;
}

.prodImageWaterski {
    background-position: -0px -1050px;
}

.prodImageSki {
    background-position: -0px -1100px;
}

.prodImageSurf {
    background-position: -0px -1150px;
}

.productImagePet {
    background-position: -0px -1200px;
}

.productImagePetCarrier {
    background-position: -0px -1250px;
}

.prodImageFishing {
    background-position: -0px -1300px;
}

/* help */
div.help {
    background-image: url('../Templates/images/help.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 400px;
    min-width: 400px;
}


/* admin */
table.GenericAdminTable {
    width: 100%;
}

    table.GenericAdminTable td {
        border: 1px solid #CCCCCC;
        padding: 2px 10px 2px 6px;
    }

    table.GenericAdminTable tr:hover {
        background-color: #DDDDDD;
    }

    table.GenericAdminTable th {
        padding: 4px 10px 4px 6px;
    }

.genEdit {
}

    .genEdit p {
        padding: 5px 10px 7px 10px;
        border-bottom: 1px solid #808080;
        border-bottom-color: #C0C0C0;
    }

    .genEdit label {
        display: inline-block;
        width: 250px;
    }

    .genEdit select, .genEdit input {
        width: 150px;
        text-align: left;
    }

        .genEdit input[type=checkbox] {
            width: 20px;
        }

    .genEdit legend {
        font-size: larger;
        font-weight: bold;
        padding-bottom: 10px;
    }


/*  reset corners on menu */
div.AgentMenuToolbar .wijmo-wijmenu, div.AgentMenuToolbar .ui-corner-all,
div.MMBMenuTabsContent.wijmo-wijmenu, div.MMBMenuTabsContent .ui-corner-all,
div.AgentMMBMenuTabsContent.wijmo-wijmenu, div.AgentMMBMenuTabsContent .ui-corner-all,
div.FQTVMenuTabsContent.wijmo-wijmenu, div.FQTVMenuTabsContent .ui-corner-all {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

div.AgentMenuToolbar .wijmo-wijmenu-horizontal .wijmo-wijmenu-item,
div.MMBMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item,
div.AgentMMBMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item,
div.FQTVMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item {
    margin-right: 1px;
}

    div.AgentMenuToolbar .wijmo-wijmenu-horizontal .wijmo-wijmenu-item A,
    div.MMBMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item A,
    div.AgentMMBMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item A,
    div.FQTVMenuTabsContent .wijmo-wijmenu-horizontal .wijmo-wijmenu-item A {
        min-width: 110px;
        text-align: center;
    }

/*  FQTV    */
.FrequentFlyerLoginPanel {
    padding-bottom: 5px;
}

.FqTvHomeMain {
    vertical-align: top;
    width: 80%;
}

.FqTvHomeRight {
    vertical-align: top;
    width: 20%;
    padding-right: 5px;
}

.FqTvBack {
    width: 100%;
    background-image: url('plane_Back.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}

.FqtvSummaryWebPart {
    margin-top: 5px;
}

.FQTVSummaryTab {
    width: 100%;
    padding: 4px;
}

.FQTVMiles {
    font-size: 22px;
    font-weight: bold;
}

.FQTVMembership {
    font-size: 18px;
}

.DisplayAirMilesTransactionPNR {
    padding: 4px;
}

.boxGridDiv {
    /* max-height: 300px; */
    overflow: auto;
}

div.themedUnderline {
    margin-top: 2px;
    height: 2px;
}

.HelpIndex {
    width: 100%;
}

.divHelpIndex {
    width: 170px;
    float: right;
    display: block;
}

.HelpItem {
    padding: 2px;
    font-size: larger;
    font-weight: bold;
    color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    cursor: pointer;
}

#HelpDialog h1 {
    padding-bottom: 4px;
}

.GenericBox {
    padding: 5px;
}

.dialogTable, .dialogTable .SubTable, .SubTable /*, div.ui-dialog-buttonpane */ {
    width: 100%;
}

    .dialogTable TD, .dialogTable .SubTable TD, .dialogTable.table > trbody > tr > td {
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

    .dialogTable .DropDown {
        max-width: 90px;
    }

    .dialogTable input {
        max-width: 100px;
    }

#divEditor .dialogTable input, #ScheduleEditor .dialogTable input {
    max-width: 300px;
}

.dialogTable input.VeryNarrowText {
    width: 25px;
}

.dialogTable input.NarrowText, .dialogTable input.Narrow {
    width: 34px;
}

.dialogTable input.NarrowIshText, .dialogTable input.NarrowIsh {
    width: 44px;
}

.dialogTable input.MediumText {
    width: 60px;
}

.dialogTable input.WideText {
    width: 300px;
}

.dialogTable input.BoldText {
    font-weight: bold;
    font-size: larger;
}

.dialogTable .DropDown {
    width: 200px;
}

.dialogTable .NarrowDropDown, .GenTable .NarrowDropDown {
    width: 50px;
}

.dialogTable .ReadOnly {
    border: 0 none;
    text-decoration: none;
}

.dialogTable .ui-dialog-buttonpane {
    width: auto;
    text-align: center;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .1em 0 0 0;
    padding: .3em 1em 0 .4em;
    float: right;
}

.tableAlt {
    background-color: #DDDDDD;
}

    .tableAlt TD {
        color: #666666;
    }

@media print {
    .VarsButton {
        display: none;
    }
}

.dialogTable input.VeryNarrowText, .dialogTable input.VeryNarrow, .dialogTable select.VeryNarrowDropDown {
    width: 25px;
}

.dialogTable select.TwoCharDropDown, .dialogTable select.TwoChar {
    width: 30px;
}

.dialogTable input.NarrowText, .dialogTable input.Narrow, .dialogTable select.NarrowDropDown {
    width: 30px;
}

.dialogTable input.MediumText, .dialogTable input.Medium, .dialogTable select.MediumDropDown {
    width: 60px;
}

.dialogTable input.Wide1Text, .dialogTable select.Wide1DropDown, .dialogTable input.Wide1 {
    width: 250px;
}

.dialogTable input.WideText, .dialogTable select.WideDropDown, .dialogTable input.Wide {
    width: 300px;
    max-width: 300px;
}

.dialogTable input.BoldText, .dialogTable input.Bold {
    font-weight: bold;
    font-size: larger;
}

.dialogTable .DropDown, .dialogTable .WideDropDown {
    width: 200px;
}

.dialogTable .NarrowDropDown, .GenTable .NarrowDropDown {
    width: 50px;
}

.dialogTable .ReadOnly {
    border: 0 none;
    text-decoration: none;
}

.ExpandButton, .CollapseButton {
    margin-right: 4px;
}

.MI_Chart {
    padding: 2px 10px 20px 25px;
}

.vars-widget-content {
    padding: 4px 4px 4px 4px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.MMBBookingConfirmation .GenericBox {
    font-size: larger;
}

.zpay {
    display: inline-block;
}

    .zpay img {
        display: block;
        float: left;
        padding-right: 10px;
    }

    .zpay div {
        display: block;
    }

/* new confirmation stuff */
.ConfFltTab {
    width: 100%;
    background-color: White;
    color: #202020;
}

    .ConfFltTab .ConfFltHead {
        font-size: larger;
        border-bottom: 2px solid #808080;
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
    }

table.ConfFltTab TH {
    font-size: larger;
    border-bottom: 1px solid #808080;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ConfFltTab TD {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #C0C0C0;
    border-bottom-style: dashed;
    text-align: left;
}



article {
    display: block;
    border-bottom: 5px solid #78C729;
    border-top: 0 none;
    margin-top: 10px;
    border-top-color: inherit;
    border-bottom-color: #999999;
}

    article h2 {
        color: #0F212E;
        font-size: 2em;
        font-weight: bold;
        margin: 0 0 10px;
    }

.PayOptTable {
    padding: 2px;
    vertical-align: top;
    width: 100%;
}

    .PayOptTable TD TABLE {
        width: 100%;
    }

    .PayOptTable TD {
        vertical-align: top;
    }

    .PayOptTable .col1 {
        width: 200px;
    }

.Selected {
    font-weight: bold;
    font-size: larger;
}

TABLE.PaySelected {
    border: 2px dashed #C0C0C0;
}

.ui-accordion-check {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
}

.IBEMasterHeader {
    line-height: 0;
}

.IBEMasterContent {
    list-style-type: none;
}


.IBEMasterBody {
    display: table;
}

.defaultHeader {
    height: 120px;
    border-bottom: 1px solid #e0e0e0;
}

.defaultFooter {
    height: 20px;
}

.FooterVidecom {
    float: right;
}

.defaultFooter {
    display: block;
    height: 38px;
}

    .defaultFooter div.fImg {
        padding-left: 4px;
        display: inline-block;
        vertical-align: bottom;
    }

    .defaultFooter div.fText {
        height: 20px;
        padding: 6px 8px 6px 2px;
        display: inline-block;
    }

        .defaultFooter div.fText div {
            left: 20px;
        }

        .defaultFooter div.fText span {
            float: left;
            top: -3px;
            position: relative;
        }

        .defaultFooter div.fText:hover {
            text-decoration: underline;
        }

    .defaultFooter .FooterFacebook {
        vertical-align: bottom;
        padding-top: 4px;
    }


.FooterVidecom img {
    margin: 4px;
    padding: 4px;
    background-color: #fff;
    height: 20px;
}

.HelpPageDlg {
    display: block;
}

    .HelpPageDlg span {
        float: right;
        margin-left: 2px;
    }


/*  new pax detail  */
table.paxDetailTab .PaymentDetailsLabelField {
    color: #808080;
    /*  margin-top: 10px;*/
    /* line-height: 2;*/
}

table.paxDetailTab td {
    padding-top: 5px;
    vertical-align: top;
}

table.paxDetailTab .PaxOptCell {
    background-color: #E7E8Ea;
    text-align: left;
}

    table.paxDetailTab .PaxOptCell input {
        width: inherit;
    }

table.paxDetailTab .PassengerDetailsMandatoryInformation {
    padding: 5px 0 5px 0;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
}

table.paxDetailTab input, table.paxDetailTab select {
    width: 230px;
    max-width: 230px;
    padding: 2px;
    font-size: 14px;
}

    table.paxDetailTab input[type="radio"], table.paxDetailTab input[type="checkbox"] {
        width: 20px;
        max-width: 20px;
    }

table.paxDetailTab .PassengerDetailsInput_title {
    width: inherit;
}

table.paxDetailTab .ui-datepicker-trigger {
    padding-left: 5px;
}

.BlueScreen {
    height: 500px;
    min-height: 500px;
    width: 940px;
    padding: 2px;
    color: White;
    background-color: #0066FF;
    font-family: Courier;
    font-size: 15px;
}

.BlueScreenDiv .txtEntry {
    width: 850px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 2px;
    display: inline-block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
}

.BlueScreenDiv #btnEnter {
    margin-top: 2px;
}

.headerJumpIconAnchor, .headerJumpIcon {
    display: inline-block;
    float: left;
    vertical-align: bottom;
    height: 20px;
    margin-top: 5px;
    margin-left: 4px;
    cursor: pointer;
    padding-left: 24px !important;
}

.headerIcon {
    display: inline-block;
    float: left;
    cursor: default;
    padding: 6px 6px 6px 10px;
    margin-left: 8px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.jumpIconAnchor, .jumpIcon {
    display: inline-block;
    float: left;
    cursor: pointer;
    line-height: 2;
}

.page-header-content {
    display: inline-block;
    width: 100%;
}

    .page-header-content h2, .page-header-content h2 span {
        display: inline-block;
        float: left;
    }

/*  Seat Plan   */
.spDivLeft {
    display: block;
    float: left;
}

.spDivRight {
    display: block;
    float: right;
}

span.centreTitle {
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 4px;
    font-size: 16px;
    color: #C0C0C0;
    vertical-align: bottom;
    bottom: -10px;
    position: relative;
}

    span.centreTitle B {
        font-weight: 900;
        color: #000;
    }

.red-Header {
    color: #ff0000;
    border-bottom-color: #e0e0e0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(240, 240, 240);
}

.SiteMessage {
    padding: 20px;
}

.right {
    float: right;
}

.spDivLeft {
    width: 220px;
    padding-left: 5px;
}

table.key {
    width: auto;
}

table.pax td {
    height: 25px;
    /*padding-bottom: 8px;*/
}

.SeatPlanTable.pax {
    width: 100%;
}

table.key TD.NoSeat, table.pax TD.NoSeat {
    background-image: none;
    width: 150px;
    text-align: left;
}

table.pax TD.NoSeat {
    /*vertical-align: bottom;*/
    width: auto;
}

table.pax TD.SeatNo {
    width: 50px;
}

table.pax TD.SeatNo {
    font-size: 20px;
    text-align: right;
}

.divSeatPlan {
    overflow: auto;
    height: 500px;
}

    .divSeatPlan .SeatPlanTable {
        margin-left: 5px;
        margin-right: 10px;
    }

td.spStatus {
    background-image: none;
}

tr.spInfo td {
    text-align: left;
    vertical-align: bottom;
}

.tabInfo {
    /*width: 200px;
    height: 30px;*/
    vertical-align: top;
    display: none;
}

.prodTitleColumn .NewWebPartTitle {
    margin-top: 0px;
}

.tabInfo td, .tabInfo tr.spInfo td {
    vertical-align: top;
}

.spHelp {
    height: 30px;
    display: block;
}

.spHelp1 span, .spHelp2 span, spHelp3 span {
    font-size: 16px;
}

.spHelp1, .spHelp2 {
    display: inline-block;
    float: left;
}

.spHelp3 {
    display: inline-block;
    float: right;
}

.spHelp1, .spHelp3 {
    width: 30px;
}

.spSelPax {
    padding-left: 26px;
}

.SeatPlanTable td.spPriceCell {
    background-image: none;
    /*height: 42px;*/
    width: 80px;
}

.spPriceStart {
    padding-top: 2px;
}

    .spPriceStart div {
        padding-top: 3px;
        padding-right: 5px;
        border-top: 1px solid #999999;
        border-right: 1px solid #999999;
        border-top-right-radius: 3px;
        height: 100%;
        background-color: #EFFBFB;
    }

.spPriceEnd {
    padding-bottom: 2px;
}

    .spPriceEnd div {
        padding-right: 5px;
        border-right: 1px solid #999999;
        border-bottom-right-radius: 3px;
        border-bottom: 1px solid #999999;
        height: 100%;
        background-color: #EFFBFB;
    }

.spPriceMid div {
    padding-right: 5px;
    border-right: 1px solid #999999;
    height: 100%;
    background-color: #EFFBFB;
}


.fqtvProfile {
    padding: 11px;
    color: #C0C0C0;
}

    .fqtvProfile img {
        padding: 3px;
        background: rgba(255,255,255,0.2);
        width: 80px;
        float: left;
    }

    .fqtvProfile .userinfo {
        float: left;
        margin-left: 10px;
    }

        .fqtvProfile .userinfo small {
            font-size: 11px;
            opacity: 0.6;
            color: #C0C0C0;
            font-family: sans-serif;
            font-style: italic;
        }

    .fqtvProfile ul {
        list-style: none;
        margin-top: 5px;
    }

        .fqtvProfile ul li {
            display: block;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 1px;
        }

            .fqtvProfile ul li a {
                padding: 4px 5px 3px 5px;
                color: #C0C0C0;
                line-height: normal;
                background: rgba(255,255,255,0.1);
                display: block;
            }

                .fqtvProfile ul li a:hover {
                    text-decoration: none;
                    background: rgba(255,255,255,0.2);
                }

.floatLeft {
    float: left;
}

.stick {
    position: fixed;
    top: 0px;
}

.BasketItineraryFlightRow span.ui-icon {
    float: left;
}

.BasketItineraryFlightRow div.byIcon {
    padding-top: 4px;
}

.PNRSummaryDisplay {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.PnrSummary th {
    font-size: larger;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

.PnrSummary td {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #d0d0d0;
}

.PNRSummaryDisplay div.vars-widget-content {
    padding: 0;
}

.PnrSummary th {
    text-align: left;
    padding-left: 5px;
}

.EditPaxTab td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E0E0E0;
}

.EditPaxAddContactTab td {
    vertical-align: top;
}

.MMBContactEditorFieldDropDown, .MMBContactEditorField, .EditPaxAddContactTab input, .EditPaxTab input {
    width: 180px;
    margin-bottom: 2px;
}

input.RemarkValue {
    width: 400px;
}

.ui-state-highlight.minHighLight {
    border: inherit;
    background: inherit;
}

.milesTotal span {
    padding-right: 5px;
}

.milesTotal {
    padding-right: 5px;
}

div.StackDiv {
    width: 100%;
    clear: left;
}
/* requirements */
#requirementsBody {
    background-image: none !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

div.requirementsPassengerType ol {
    display: table-row;
    list-style-type: none;
}

    div.requirementsPassengerType ol li {
        display: table-cell;
    }

.requirementsClearFloat {
    clear: both;
}

.dialogTableOuterDiv:first-child, .AdminTreeOuter .ui-widget-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.DialogTableButtons {
    /* position: absolute;*/
    bottom: 0;
    width: 100%;
    display: block;
    border-top: 1px solid #cccccc;
    border-top-color: #999999;
    background-color: #CCCCCC;
}

.RightDialogTableButtons {
    display: block;
    float: right;
}

.LeftDialogTableButtons {
    display: block;
    float: left;
}

.SeatPlanTable .key TD .Seat {
    width: 30px;
}

#divRequirementsPanel #radio-jquery-ui {
    margin-bottom: 4px;
}

input.placeholder {
    color: #CCC;
    font-style: italic;
}

.fixedFont {
    font-family: 'Courier New';
}

.agentTableDiv {
    height: 400px;
    overflow: auto;
}

.icon-cvv {
    background-image: url(../images/cvv.png);
    width: 31px;
    height: 23px;
    vertical-align: middle;
    margin-left: 3px;
}

.errorLabel {
    color: Red;
    display: block;
}

.FlightAvailabilityPanel .ui-widget-header span {
    font-weight: normal;
    font-size: 12px;
}

.adTable {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

    .adTable td {
        padding: 10px;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px;
}


/*This will work for firefox*/
@-moz-document url-prefix() {
    .ui-widget-overlay {
        position: absolute;
    }
}

div#GMDialog {
    min-width: 250px;
}

.CssSeat {
    width: 35px;
    /*margin-top:12px;*/
    margin-top: 4px;
    border-radius: 3px;
    border: solid 1px #1b6d85; /* #888;*/
    height: 12px;
    background-color: #1b6d85;
}

.CssSeatMid {
    float: left;
    margin-top: -8px;
    margin-left: 4px;
    /*vertical-align:baseline;*/
    border-radius: 4px !important;
    border: solid 1px #888;
    /*height: 28px;*/
    height: 20px;
    width: 25px;
    background-color: #fff;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0;
    color: #444;
    text-align: center;
    font-size: 12px;
}

.SeatPlanTable .seat-row td.s {
    height: 24px;
    padding-left: 2px;
}

.seat-row td.s:hover {
    background-color: #ddd;
}

.seat-active, .seat-active:hover, .seat-active:focus {
    background-color: #269abc;
    border-color: #269abc;
}

    .seat-active button, .seat-active button:hover, .seat-active button:focus {
        border-color: #269abc;
        background-color: #31b0d5;
    }


.seat-emergency, .seat-emergency:hover, .seat-emergency:focus {
    background-color: #d30c0c;
    border-color: #d30c0c;
}

    .seat-emergency button, .seat-emergency button:hover, .seat-emergency button:focus {
        border-color: #d30c0c;
        background-color: #fc7c7c;
    }

.seat-free, .seat-free:hover, .seat-free:focus {
    background-color: #b8c8e5;
    border-color: #b8c8e5;
}

    .seat-free button, .seat-free button:hover, .seat-free button:focus {
        border-color: #b8c8e5;
        background-color: #bad9fb;
    }

.seat-occupied, .seat-occupied:hover, .seat-occupied:focus {
    background-color: #999;
    border-color: #999;
}

    .seat-occupied button, .seat-occupied button:hover, .seat-occupied button:focus {
        border-color: #999;
        background-color: #ccc;
    }

.seat-side {
    border: 0px solid #fff;
    border-left: 2px double #ddd;
    border-right: 2px double #ddd;
    margin-left: 2px;
    margin-right: 2px;
}

.SeatPlanTable td.seat-side {
    width: 5px;
    background-color: #eee;
}

.btn-next, .btn-prev {
    margin-left: 2px;
    margin-right: 2px;
}

.bs-prod {
    padding: 5px;
    margin-bottom: 10px;
    /*box-shadow: 0 0 10px black;*/
    border-bottom: solid 1px #ddd;
    position: relative;
    z-index: 1;
}

.bs-prod-price {
    /*position: absolute;
        height:100%;
        right: 0;
        top: 0;*/
    background: #ccc;
}

table.table.MMBBookingConfirmationTable {
    margin-bottom: 0;
}

.MMBBody .panel-body {
    padding-bottom: 0;
    padding-top: 0px;
}

.MMBBody .page-header {
    margin-top: 5px;
}

.modal-full {
    width: 99% !important;
    height: 90% !important;
}

.prodPriceButton {
    padding-top: 5px;
}

#divProducts2 .prod-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.ui-datepicker-title select {
    color: #555;
}

.modal-w95 {
    width: 95% !important;
}

.modal-w50 {
    width: 50% !important;
}

.modal-w80 {
    width: 80% !important;
}

.modal-w800 {
    width: 800px !important;
}

.modal-w1000 {
    width: 1000px !important;
}

.modal-w1050 {
    width: 1050px !important;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.bs-callout-success {
    border-left-color: #70bc99;
}

    .bs-callout-success h4 {
        color: #70bc99;
    }
/* end callout*/

hr {
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*margin-left: 15px;
  margin-bottom:-3px;*/
}

.hr-warning {
    background-color: #aa6708;
}

.hr-success {
    background-color: #70bc99;
}

.hr-primary {
    background-color: #0866c6;
}

.hr-danger {
    background-color: #ce4844;
}

.hr-default {
    background-color: #ddd;
}

/* bs basket */
.basket-panel div {
    font-size: 12px;
    line-height: 15px;
}

.basket-panel h5 {
    font-weight: bold;
}

div.panel-footer {
    padding-bottom: 10px;
    padding-top: 10px;
}

.progressBarCurrentItem, progressBarItem, .progressBarCompletedItem, .progressBarItem {
    padding-left: 2px;
    background-color: white;
    border-right: 1px solid #f0f0f0;
}

.progressBarItem {
    background-color: #f8f8f8;
}

.modalDialogMsg .modal-header {
    background: #0866c6;
    border-color: #0a6bce;
    color: #fff;
}

.modalDialogMsg .modal-body {
    font-size: 12px;
}

.modal-danger {
    background-color: #e51400;
    border-color: #e51400;
    color: #ffffff;
}

.li-img {
    position: absolute;
    left: -2.14em;
    width: 2.14em;
    top: 0.14em;
    text-align: center;
    border: 1px solid #888;
}

#ui-datepicker-div {
    z-index: 350 !important;
}

.panel-primary {
    border-color: #3595bd;
}

    .panel-primary > .panel-heading {
        color: #d8e3f2;
        background-color: #428bca;
        border-color: #3595bd;
    }

/* <!-- Radio Button Progress bar with steps --> */

ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

    ol.progtrckr li {
        display: table-cell;
        text-align: center;
        line-height: 3em;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid black;
        cursor: pointer;
    }

    ol.progtrckr li.progtrckr-active {
        color: black;
        border-bottom: 4px solid black;
        cursor: pointer;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
        cursor: pointer;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "";
        color: white;
        background-color: black;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-active:before {
        content: "";
        color: white;
        background-color: #A7248C;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }
