﻿.grayFrame {
    background-color: #f2f2f2;
    margin: 0 auto;
    width: 1000px;
}

.pageWrap {
    background-color: #fff;
    width: 940px;
}

button {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;    
    line-height: normal;
    outline: none;
    overflow: visible;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.BrightOrangeButtonModern {
    background-color: #ff7b00;    
    -webkit-box-shadow: inset -3px -3px #ab5200;
    box-shadow: inset -3px -3px #ab5200;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 100px;
    padding: 10px;    
}

.BrightOrangeButtonModern span {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    line-height: normal;
}

.WhiteBlueButtonModern {
    background-color: #fff;    
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset -2px -2px #e6e6e6;
    box-shadow: inset -2px -2px #e6e6e6;
    font-family: Arial,Helvetica,sans-serif;
    max-width: 95%;
    min-width: 100px;    
    padding: 10px;    
}

.WhiteBlueButtonModern span {
    color: #469fd0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.WhiteBlueButtonModern.disabled {
    cursor: default;
    filter: alpha(opacity=60);
    opacity: 0.6;
    zoom: 1;
}

.WhiteBlueButtonModern.disabled span {
     color: #ccc;
}

.flexiText {
    color: #3caaa1;
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
    display: inline;
    padding-left: 5px;
}



.worldwideText {
    display:inline; 
    line-height:1.5em; 
    padding-left:10px; 
    font-weight: bold;
    font-size: 1.15em;
    text-transform: uppercase;
}

.importantText {
    display:inline; 
    line-height:1.5em; 
    padding-left:10px; 
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

.worldwideWrapper {
    float: right;
}

/* displaying travellers */

.displayTravellers {
    margin-bottom: 15px;
}

.displayTravellers .hide {
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.displayTravellers p {
    line-height: 1.8em;
}

.displayTravellers a {
    float: right;
}

/* booking section content header */

.bookingSectionContentHeader {
    background-color: #f5f0ed;
    margin: 0;
    overflow:hidden;
    padding: 8px 15px;
}

.bookingSectionContentHeader h2 {
    float: left;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

.bookingSectionContentHeader p {
    float: right;
}

hr.bookingSectionContentSeparator {
    background-color: #e5e5e5;
    border: 0;
    margin: 1px 0;
    height: 1px;
}

/* ViewBooking */

.ViewBookingColumnLeft {
    margin: 0 20px;
    width: 600px;
}

/* ViewBooking header */

.ViewBookingColumnLeft > header {
    border-top: 1px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    width: 900px;
}

.ViewBookingColumnLeft .viewBookingSectionHeaderHead {
    float: left;
}

.viewBookingSectionHeaderHead h1 {
    color: #000;    
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0  0 10px 0;   
}

.viewBookingSectionHeaderHead p {
    color: #666;
    font-size: 1.35em;
    line-height: normal;
    margin: 0;
}

.ViewBookingColumnLeft .viewBookingSectionHeaderlinks {
    float: right;
    margin-top: 5px;
}

.ViewBookingColumnLeft .viewBookingSectionHeaderlinks .viewBookingSectionHeaderIconFlightTracker {
    background: url("../images/easyJetImages/PostBookingIcons.png") -230px 0 no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 25px;
    vertical-align: bottom;
    width: 26px;
}

.ViewBookingColumnLeft .viewBookingSectionHeaderlinks .viewBookingSectionHeaderIconPrint {
    background: url("../images/easyJetImages/PostBookingIcons.png") -264px 0 no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: 25px;
    margin-top: -3px;
    vertical-align: bottom;
    width: 18px;
}

.ViewBookingColumnLeft .viewBookingSectionHeaderlinks .viewBookingSectionHeaderIconRefundsForm {
    display: inline-block;
    margin-left: 25px;    
    vertical-align: bottom;    
}

.ViewBookingColumnLeft .viewBookingSectionHeaderlinks .viewBookingSectionHeaderIconEmail {
    background: url("../images/easyJetImages/PostBookingIcons.png") -291px 0 no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 25px;    
    vertical-align: bottom;
    width: 19px;
}

/* ViewwBooking section */

.ViewBookingColumnLeft .viewBookingSection {
    width: 100%;
}

.viewBookingSection p.disruptionInfo {    
    font-size: 1em;    
    margin: 0;
    text-transform: uppercase;
}

.viewBookingSection p.disruptionInfo>span {
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #333333;
    color: #ffff00;
    padding: 5px 10px;
}

/* ViewBooking APIS */

.viewBookingSection .ViewBookingApis {
    background-color: #ffeddb;
    border: 2px solid #f2bf86;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 100%;
}

.viewBookingSection .ViewBookingApis hr {
    background-color: #f7c18f;
    border: 0;
    margin: 0 20px;
    height: 1px;
}

.viewBookingSection .ViewBookingApisOffset {
    background-color: #ffeddb;
    border: 2px solid #f2bf86;
    margin-bottom: 10px; 
    padding: 15px 15px 15px 40px;
}

.viewBookingTextPartialWidth {
    width: 65%;
}

.viewBookingSection .ViewBookingApisOffset p {
    margin: 0;
    font-size: 1em;
}

.viewBookingSection .ViewBookingApisAddInfo h2 {
    color: #ff7b00;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0 0 15px;
}

.viewBookingSection .ViewBookingApisAddInfo h2:before {
    background: url("../images/easyJetImages/PostBookingIcons.png");
    background-position: -168px 0;
    content: " ";
    height: 21px;
    margin-left: -31px;
    position: absolute;
    width: 21px;
}

.viewBookingSection .ViewBookingApisAddInfo button {
    float: right;
    margin-top: -8px;
}

.viewBookingSection .ViewBookingApisAddInfo button#apisLink {
    margin-top: 5px;
    position: relative;
}

.viewBookingSection .ViewBookingApisAddInfo button#apisReenterLink {
    margin-top: 25px;
    position: relative;
}



.viewBookingSection .ViewBookingApisDisruptedHead {
    display: inline-block;
    height: 100%;
    margin-bottom: 10px;
    width: 100%;
}

.viewBookingSection .ViewBookingApisDisrupted .disruptionInfo {
    float: left;
    margin-top : 8px;    
}

.viewBookingSection .ViewBookingApisDisrupted p.viewBookingRefundRequested {
    float: right;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 0;
}

.viewBookingSection .ViewBookingApisDisrupted button {
    float: right;
    margin-top: 0;
}

/* ViewBooking section content */

.viewBookingSectionContent .viewBookingSectionContentDetailSeparator {
    margin: 15px 0;
}

/* viewbooking section content detail*/

.viewBookingSectionContent .viewBookingSectionContentDetail {
    margin: 15px;
    position: relative;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightHead {
    line-height: 36px;
    margin-bottom: 18px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightHead .viewBookingSectionContentDetailFlightDate {
    display: inline;
    font-size: 1.3em;
    margin-right: 5px;
    vertical-align: middle;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightHead .disruptionInfo {
    display: inline;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightHead button {
    float: right;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight {
    display: table;
    width: 570px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight > div {
    display: table-cell;   
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight .departure,
.viewBookingSectionContent .viewBookingSectionContentDetailFlight .arrival {
    width: 240px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight h3 {
    color: #333333;
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 4px 6px 0;
    padding: 0;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight h3 .normal {
    color: #333333;
    font-weight: normal;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight p {
    font-size: 1.25em;
    margin-top: 5px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight .airplane {
    vertical-align: top;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight .airplaneIcon {
    background: url("../images/easyJetImages/PostBookingIcons.png") -72px 0 no-repeat;
    display: inline-block;
    margin: 0 25px;
    height: 32px;
    width: 40px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlight .airplaneIcon.disabled {
    background-position: -120px 0;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightInfo {
    border-spacing: 10px;
    display: table;
    margin: -10px 0 0 -10px;
    padding-bottom: 5px;
    width: 590px;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightInfo .row {
    display: table-row;
}

.viewBookingSectionContent .viewBookingSectionContentDetailFlightInfo .row p {
    display: table-cell;
    font-size: 1.1em;
    line-height: normal;
    width: 25%;
}

.viewBookingSectionContent .FlexiInfo {
    margin-bottom: 15px;
}

.viewBookingSectionContent .viewBookingSectionButtons {
    border-spacing: 6px 0;
    display: table;
    margin: 0 0 15px -10px;
    padding-top: 3px;
    width: 590px;
    table-layout: fixed;
}

.viewBookingSectionContent .viewBookingSectionButtons .row {
    display: table-row;
    width:100%;
}

.viewBookingSectionContent .viewBookingSectionButtons .cell {
    display: table-cell;
    vertical-align: middle;   
}

.viewBookingSectionContent .viewBookingSectionButtons .paxcell {
    display: table-cell;
    text-align: right;
    vertical-align: middle;   
}

.viewBookingSectionContent .viewBookingSectionButtons button {
    max-width: 100%;
}

.viewBookingSectionContent ul {
    list-style-type: none;
}

.viewBookingSectionContent li {
    line-height: 1.3em;
    margin-bottom: 3px;
}

.viewBookingSectionContent li.choiceDetails{
    list-style-type: none;
}

.viewBookingSectionContent li.choiceDetails:before{
    content: "-\00a0\00a0"
}

/* Your extras */

.yourExtrasItem {
    width: 100%;
}

.yourExtrasIcon {
    width: 35%;
}

.yourExtrasIcon img {
    margin-top: -8px;
}

.yourExtrasIcon h3 {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: top;
}

.yourExtrasContent {
    width: 45%;
}

.yourExtrasContent .normalFont strong {
    font-weight: normal;
}

.yourExtrasContent a {
    display: inline-block;
    margin-top: 10px;
}

.yourExtrasAdded {
    font-family: 'easyjet_rounded_headlineRg', Arial, Verdana, Tahoma, Georgia, sans-serif;    
    text-align: right;
    width: 20%;
}

.yourExtrasAdded span.checkMark {
    color: #ff7b00;
}

.yourExtrasAdded button {
    padding: 2px 10px;
	min-height: 36px;
}

.yourExtrasContent .space-1 {
    margin-bottom: 0.5rem;
}

.extrasContainer.atol-section {
    margin-top: 0.5em;
}

.extrasContainer.atol-section img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    padding-right: 1em;
}

/* Special needs */

.SpecialNeeds ul {
    margin-bottom: 10px;
}

.SpecialNeeds .wheelchair {
    margin-top: 10px;
}

.SpecialNeeds .wheelchair img {
    margin-right: 10px;
}

.SpecialNeeds .wheelchair a {
    vertical-align: top;
}

/* Your payments */

.yourPaymentDescription {
    width: 50%;
}

.yourPaymentAmount {
     width: 50%;
     text-align: right;
}

.yourPaymentDescription.totalAmount {
    margin: 10px 0;
}

.yourPaymentAmount.totalAmount {
     margin: 10px 0;
}

/* form-field =================== */
/* copy pasted from forms.css */

.cancelBookingSectionContentDetail .form-field {
    margin-bottom: 15px;
}

.cancelBookingSectionContentDetail .form-field > .form-field.inline {
    margin-bottom: 0 !important;
}

.cancelBookingSectionContentDetail .form-field label{
    
    margin-right: 15px;
    color: #666666;
}

.cancelBookingSectionContentDetail .form-field input {
    padding: 8px ;
    width: 210px ;
}

.AmendDetails button {
    margin-top: 10px;
}

/* Useful information */

.UsefulInformation #checking {
    margin-bottom: 10px;
}

.UsefulInformation .infoExpand {
    width: auto;
}

/* Column right iframe */

.ColumnRight.Modern {
    top: 85px;
    padding-bottom: 85px;
}

.ReceiptSentPanel {
    padding-left: 10px;
    padding-right: 10px;
}

.button-white-panel {
    background: #ececec url('../images/easyJetImages/bg_white-panel-clickable.png') 0 100% repeat-x;
    background-image: -moz-linear-gradient(center top, #ececec, #d0d0d0);
    border-width: 0px;
    min-height: 20px;
    padding: 9px 10px;
    margin: 0 0 10px 0;
    cursor: default;
    position: relative;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

 .button-white-panel p {
    margin-bottom: 0;     
 }
 
.WhiteBlueButtonCancellation {
    background-color: #fff;    
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset -2px -2px #e6e6e6;
    box-shadow: inset -2px -2px #e6e6e6;
    font-family: Arial,Helvetica,sans-serif;  
    padding: 10px;
    height: 30px;
    color: #469fd0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.extrasContainer {
    position: relative;
}

.extrasContainer .extrasMiddleContent{
    padding-right: 10px;
}

.cancellationButtonContainer {
    position: absolute; 
    bottom: 0; 
    right: 0
}

.cancellationButtonContainer .WhiteBlueButtonCancellation {
    height: auto;
}

.cancelationPanel .cancelationTimeRemainingPanel {
    padding-top: 20px;
}
.cancelationPanel .cancelationTimeRemainingPanel .buttonSection {
    width: 100%;    
}

.cancelationPanel .cancelationTimeRemainingPanel .timeStyle {
    color: #f60;
    font-family: 'easyjet_rounded_bookRg',Arial,Verdana,Tahoma,Georgia,sans-serif;
    font-size: 1.5em;
}

.extrasMiddleContent p.with-break {
    margin-top: 10px;
}

#paymentButton:disabled {
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    zoom: 1;
}

.WhiteBluePanelModernActive {
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    max-width: 100%;
    width: 100%;
    height: 16px;
    padding: 2px;
    text-align: left;
    background: url("../images/easyJetImages/arrow_up.gif") right 3px top 6px no-repeat;
}

.WhiteBluePanelModernActive + div{
cursor:auto;
 }

.WhiteBluePanelModernActive span {
        color: #469fd0;
        font-size: 1.1em;
        font-weight: bold;
    }

.WhiteBluePanelModernActive.disabled {
        cursor: default;
        filter: alpha(opacity=60);
        opacity: 0.6;
        zoom: 1;
    }

 .WhiteBluePanelModernActive.disabled span {
        color: #ccc;
    }


.WhiteBluePanelModern {
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    max-width: 100%;
    width: 100%;
    height: 16px;
    padding: 2px;
    text-align:left;
    background: url("../images/easyJetImages/arrow_down.gif") right 3px top 6px no-repeat;
}

.WhiteBluePanelModern + div {
    cursor: auto;
}

.WhiteBluePanelModern span {
        color: #469fd0;
        font-size: 1.1em;
        font-weight: bold;
    }

 .WhiteBluePanelModern.disabled {
        cursor: default;
        filter: alpha(opacity=60);
        opacity: 0.6;
        zoom: 1;
    }

 .WhiteBluePanelModern.disabled span {
            color: #ccc;
        }
.OuterPanelBar {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 2px 3px #e6e6e6;
    -moz-box-shadow: 2px 3px #e6e6e6;
    -webkit-box-shadow: 2px 3px #e6e6e6;
    padding: 5px;
}

.TravellerPane {
    width: 100%;
    overflow: hidden;
}

.img-info-icon {
    width: 12px;
    height: 12px;
    z-index: 7 !important;
    cursor: pointer;
    margin-left: 2px;
    transform: translate(-22%,15%);
}
