﻿@media print {
    div.HotelReservationItineraryControl div[id$='divCancellationPolicies_Short'],
    a[id$='ShowHide'],
    input.Button,
    div#divCancellationPolicies_Print,
    div#TravelItinerary div#RightColumn,
    div#TravelItinerary ul#Menu,
    div[id$='pnlHistory'],
    span[id$='lblEditAlias'],
    div#Alias,
    div#divUserInfoContainer {
        display: none !important;
        visibility: hidden !important;
    }

    div#divInformation {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    div.ReservationInfo {
        padding: 0;
        margin: 0;
    }

    .ReservationInfo table {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .ReservationInfo p {
        margin: 0;
        padding: 0;
    }

    div.PaymentVoucher p {
        margin: 0;
    }
}

ul {
    list-style: none;
}

div#divPrintBackground {
    background: url('Images/imgModalBackground.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
}

    div#divPrintBackground div#divPrintBackgroundModal {
        width: 200px;
        height: 50px;
        background: #f0f0f0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -100px;
        border: solid 5px white;
        padding: 10px;
        text-align: center;
    }

        div#divPrintBackground div#divPrintBackgroundModal p {
            font: normal 12px Arial;
            margin-top: 5px;
            color: #333;
        }

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    margin: 0;
}

fieldset {
    border: 0;
    margin: 5px 0;
}

input, select {
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}

.ui-widget {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #666666;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial !important;
        font-size: 12px !important;
    }


.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ui-datepicker th {
    font-size: .66rem;
}

.ui-datepicker-title select{
    height:1.9rem;
}

.ui-autocomplete-loading {
    background: url('Images/imgLoading.gif') no-repeat right top;
}

input.Button, button.Button {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px #999999;
    background: url("Images/alert-overlay.png") repeat-x scroll 0 0 #999999;
    min-width: 70px;
    border: 1px solid #999999;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block !important;
    font: bold 12px Arial;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

input.Button:hover, button.Button:hover {
    background-color: #777;
}

input.btnDoPartialPayment {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px #999999;
    background: url("Images/alert-overlay.png") repeat-x scroll 0 0 #eee;
    min-width: 70px;
    border: 1px solid #999999;
    color: #999;
    cursor: pointer;
    display: inline-block !important;
    font: bold 12px Arial;
    padding: 4px 20px;
    text-decoration: none;
}

input.btnDoPartialPayment:hover {
    background-color: #ccc;
}

input.ButtonDisabled, button.ButtonDisabled {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px #ccc;
    background: url("Images/alert-overlay.png") repeat-x scroll 0 0 #ccc;
    min-width: 70px;
    border: 1px solid #ccc;
    color: #FFFFFF;
    cursor: no-drop;
    display: inline-block !important;
    font: bold 11px Arial;
    padding: 1px 8px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.nts-message {
    margin-bottom: 10px;
    text-align: left;
    top: 0px;
    padding: 5px 20px;
    min-width: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}

    .nts-message div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nts-message p {
        margin-bottom: 14px;
    }

.nts-alert {
    position: fixed;
    top: 0px;
    padding: 5px 20px;
    min-width: 200px;
    max-width: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    text-align: center;
}

.GeneralBackground .nts-alert {
    top: 40px;
}

.nts-message.nts-success,
.nts-alert.nts-success,
div.PaymentSuccess {
    border: solid 1px #b2dba1;
    background-color: #dff0d8;
    color: #3c763d;
}

div.PaymentInfo {
    border: solid 1px #f5e79e;
    background-color: #fcf8e3;
    color: black;
}

.nts-message.nts-warning,
.nts-alert.nts-warning {
    border: solid 1px #f5e79e;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.nts-message.nts-error,
.nts-alert.nts-error,
div.PaymentError {
    border: solid 1px #dca7a7;
    background-color: #f2dede;
    color: #a94442;
}


.divNotifyInformation {
    font: normal 11px Verdana;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #aac1ab;
    background-color: #d7f6d4;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    padding: 5px 0;
}

.divNotifyWarning {
    font: normal 11px Verdana;
    position: relative;
    top: 0px;
    border: solid 1px #CCCCCC;
    background-color: #FFFF99;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    padding: 5px 0;
}

.divNotifyError {
    font: normal 11px Verdana;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #f87373;
    background-color: #ffe1e1;
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
}

.ModalBackground {
    opacity: 0.3;
    MozOpacity: 0.3;
    z-index: 1000;
    position: fixed !important;
    top: 0 !important;
    height: 100% !important;
}

.ModalPopup {
    border: solid 1px black;
    vertical-align: middle;
    height: 40px;
    width: 150px;
    z-index: 1001;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,4) 10px 10px inset;
}

    .ModalPopup img {
        margin: 5px;
    }

    .ModalPopup span {
        font: normal bold 12px Arial;
        color: #333;
    }

div.Steps {
    display: none;
}

div.Bold span {
    font-weight: bold !important;
}

.Bold {
    font-weight: bold !important;
}

.Gray {
    color: #aaa;
}

/*div.SearchSummaryHorizontal {display:none;}*/
div.Clear {
    clear: both;
    height: 1px;
    float: none !important;
    display: block !important;
}

div.PoweredBy {
    text-align: right;
    background: transparent !important;
    padding-top: 8px;
    clear: both;
    position: relative;
    top: 15px;
    border: 0 !important;
}

div.FooterOptions {
    text-align: center;
}

/* NetSite.Master */
#NetSiteMasterContent {
    max-width: 66rem;
    min-height: 400px;
    background: white !important;
    padding: 10px 0;
    margin: auto;
}


/* NetSite.Master */
div.divHeader {
    max-width: 950px;
    margin: 0 auto 10px;
    position: relative;
}

.SubHeader {
    float: right;
    margin-top: 50px;
}

#CustomerLogo {
    display: none;
}

div#divMenu {
    width: 98%;
    margin: auto;
    position: relative;
    margin-top: -48px;
    height: 48px;
    text-align: center;
}

ul.ulMenu {
    height: 40px;
    list-style: none;
    padding: 3px;
    display: inline-block;
    width: 600px;
}

    ul.ulMenu li {
        float: left;
        padding-right: 5px;
        color: White;
    }

        ul.ulMenu li.liMisc {
            display: none;
        }

        ul.ulMenu li:hover {
            background: url('Images/imgSelector.png') no-repeat scroll center bottom;
        }

        ul.ulMenu li a {
            color: #28474c;
            text-decoration: none;
            display: inline-block;
            padding: 10px 15px 10px 32px;
            font-size: 12px;
        }

            ul.ulMenu li a.Air {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgAir.png') no-repeat scroll left center;
            }

            ul.ulMenu li a.Hotel {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgHotel.png') no-repeat scroll left center;
            }

            ul.ulMenu li a.Package {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgPackage.png') no-repeat scroll left center;
            }

            ul.ulMenu li a.Cruiser {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgCruiser.png') no-repeat scroll left center;
            }

            ul.ulMenu li a.Car {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgCar.png') no-repeat scroll left center;
            }

            ul.ulMenu li a.Train {
                border-right: solid 1px #d7e1e4;
                background: url('Images/imgTrain.png') no-repeat scroll left center;
                display: none;
            }

            ul.ulMenu li a.MyReservations {
                background: url('Images/imgMyReservations.png') no-repeat scroll left center;
                padding-left: 22px;
            }

    ul.ulMenu span.Slash {
        color: #aaaaaa;
        display: none;
    }

    ul.ulMenu li a:hover {
        color: #ea862e;
    }

    ul.ulMenu li.Inactive {
        color: Gray;
    }

ul#SubMenu {
    list-style: none;
    margin: 0;
}

    ul#SubMenu li {
        float: left;
        color: White;
    }

        ul#SubMenu li a {
            color: White;
            text-decoration: underline;
            margin: 0 10px;
        }


div.divUserInfo {
    clear: both;
    height: 35px;
    left: 50%;
    margin: auto auto auto -475px;
    position: absolute;
    width: 945px;
    z-index: 1;
    padding-left: 5px;
}

    div.divUserInfo p {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

        div.divUserInfo p.UserName {
            font-weight: bold;
        }

div.Footer {
    width: 940px;
    margin: auto;
    z-index: 9997;
    height: 70px;
}



ul.ulFooter {
    list-style: none;
    padding: 3px;
    margin: 4px 0 0;
    height: 20px;
    display: inline-block;
    *display: inline;
    *float: right;
}

    ul.ulFooter li {
        float: left;
        padding: 0 3px;
    }

div#FooterLinksAndVersion {
    margin: -38px auto auto;
    text-align: right;
    width: 940px;
    position: relative;
    z-index: 10000;
    display: none;
}


div.PoweredBy {
    background-color: 0 !important;
    padding-top: 8px !important;
    text-align: right;
    width: 950px;
    margin: auto;
    display: none;
}

div.AdditionalInfo {
    padding-right: 150px;
    width: 800px;
    margin: 10px auto auto;
}

    div.AdditionalInfo span,
    div.AdditionalInfo p {
        color: #494b4c;
    }

        div.AdditionalInfo p.compatibility {
            padding: 5px 0 5px 65px;
            background: url('Images/imgCompatibilityIcons.gif') no-repeat scroll left center;
        }

        div.AdditionalInfo p.little {
            font-size: 9px;
            margin-top: 14px;
        }

div.divPayButton {
    height: 25px;
    margin-top: -40px;
    position: absolute;
    right: 29px;
    text-align: right;
}

h2 {
    margin: 10px 0;
}


div#FooterOptions {
    text-align: right;
}

/* Payment.aspx */
#Content {
    position: relative;
    width: 750px;
    margin: 20px auto 0;
}

    #Content fieldset {
        border: 0;
        margin-bottom: 3px;
    }

    #Content label {
        width: 110px;
        float: left;
    }

    #Content input[type=text] {
        width: 142px;
    }

div.pnlLoadingTransaction {
    text-align: right;
    padding: 4px 20px;
    background: url('Images/imgLoadingTransaction.gif') no-repeat scroll right center;
}

#Content #Footer {
    background-color: #FaFaFa;
    text-align: right;
    margin-top: 10px;
}

div.pnlShopperInfo {
    width: 400px;
    float: left;
}

div.divPointsForm {
    background-color: white;
    padding: 20px;
    margin-bottom: 10px;
}

.pointsInfo {
    font-size: .9rem;
    font-style: italic;
    color: #999999;
}

input.otp-code {
    border: none !important;
    width: 9ch !important;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat !important;
    color: dimgrey !important;
    font: 3ch consolas, monospace !important;
    letter-spacing: .5ch !important;
    box-shadow: none !important;
    padding: 0 !important;
}

input.otp-code:focus {
    outline: none !important;
}

div#divPointEnterOTPCode .bvalidator_errmsg > span {
    background-color: #fff !important;
}

div#divLock {
    float: left;
    height: 199px;
    width: 200px;
    background: url('Images/imgLock.gif') no-repeat scroll center;
}

h2.Title1 {
    height: 18px;
    background: url('Images/imgTitle1.gif') no-repeat;
    padding-left: 23px;
    padding-top: 2px;
    font: normal 11px Arial;
    color: Black;
    border: 0;
}

h2.Title2 {
    height: 18px;
    background: url('Images/imgTitle2.gif') no-repeat;
    padding-left: 23px;
    padding-top: 2px;
    font: normal 11px Arial;
    color: Black;
    border: 0;
}

h2.Title3 {
    height: 18px;
    background: url('Images/imgTitle3.gif') no-repeat;
    padding-left: 23px;
    padding-top: 2px;
    font: normal 11px Arial;
    color: Black;
    border: 0;
}

h2.Title4 {
    height: 18px;
    background: url('Images/imgTitle4.gif') no-repeat;
    padding-left: 23px;
    padding-top: 2px;
    font: normal 11px Arial;
    color: Black;
    border: 0;
}

/* PAYMENT */
span.PaymentFormTitle {
    display: none;
}

h1#CheckOut {
    font-size: 24px;
    margin: 0px 10px 10px;
}

div#LeftColumn {
    width: 703px;
    float: left;
    margin: 0 11px;
}

    div#LeftColumn.nts-form-expanded {
        width:100%!important;
    }

div#RightColumn {
    width: 185px;
    float: right;
    margin-right: 26px;
}

.RightBox {
    border: none !important;
    background-color: white !important;
}

div.Box {
    border: solid 1px #eeeeee;
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 5px;
}

    div.Box span.Title, .Payment p.Title {
        display: block;
        margin-bottom: 10px;
    }

    div.Box span.Notes {
        line-height: 14px;
        display: block;
        padding: 2px 0;
        *padding: 0;
    }

    div.Box span.RightNotes {
        font-size: .9em;
        color: #868982;
    }

    div.Box div#divEmailIcon {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 5px;
        background: url('Images/imgMailIcon.gif') no-repeat;
    }

    div.Box div#divPhoneIcon {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 5px;
        background: url('Images/imgPhoneIcon.gif') no-repeat;
    }

    div.Box div#divReferenceDetail {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 5px;
        background: url('Images/imgItinerariesIcon.png') no-repeat;
    }


    div.Box fieldset, .Payment fieldset, div.LoginBackground fieldset {
        border: 0;
        margin: 5px 0;
    }

        div.Box fieldset label, .Payment fieldset label, div.LoginBackground fieldset label {
            width: 140px;
            float: left;
        }

div.Etravel fieldset label {
    display: block;
    float: none;
    padding: 5px 0;
}

div.Etravel fieldset.ETFieldset {
    float: left;
    width: 230px;
}

div.Etravel h1 {
    font: normal bold 11px Verdana !important;
    color: #555;
    padding: 5px 0;
}

div.divAmount {
    border: solid 1px #e3e3e3;
    background: #feffb3;
    padding: 15px;
    font: normal 11px Verdana;
    color: #555;
    margin-bottom: 5px;
}

    div.divAmount span.Amount {
        font-weight: bold;
        padding-left: 6px;
    }

    div.divAmount div.divPaymentDiscount {
        margin: 8px 0;
    }

    div.divAmount span.rateToApply {
        font: normal 10px Verdana;
        color: #999;
    }

.Payment {
    background-color: White;
    width: 750px;
    position: relative;
}

    .Payment p.Title {
        float: left;
        width: 140px;
        font-weight: bold;
    }

    .Payment p.Value {
        font-weight: bold;
    }

    .Payment p#Disclaimer {
        text-align: justify;
        margin: 6px 0;
    }

div#PaymentDescription {
    line-height: 18px;
    text-align: justify;
    background: url('Images/imgDot.gif') repeat-x scroll center;
    margin: 10px 0;
}

    div#PaymentDescription span {
        background: white;
        padding: 0 5px;
    }

h1.PaymentTitle {
    padding: 4px;
    margin-bottom: 5px;
    position: relative;
}

h2#PaymentTitle {
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

div#divReservationInfoTitle {
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

div#divReservationAmountsTitle {
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 270px;
    clear: both;
    padding-top: 20px;
    font-size: 13px;
}

div#divReservationInfo {
    padding: 15px;
    margin-bottom: 10px;
}

div[id$="pnlReservationInfo"] {
}

span.ReservationInfo {
    margin: 4px 0;
    position: relative;
}

div.divGuaranteeInfo {
    border: solid 1px #e3e3e3;
    background: #feffb3;
    padding: 7px 5px;
    margin-bottom: 5px;
}

    div.divGuaranteeInfo a {
        color: #2064A2;
    }

        div.divGuaranteeInfo a:hover {
            color: #EA862E;
        }

div.ExpireError {
    height: 42px;
    margin: 6px 0;
    border: solid 1px #cc0000;
    background-color: #ffffcc;
    padding: 5px;
    display: block;
}

div#Image {
    width: 19px;
    height: 30px;
    background: url('Images/imgExpireError.gif') no-repeat left 3px;
    float: left;
    margin-right: 5px;
}

div.ExpireError p {
    font: normal 11px Arial;
}

    div.ExpireError p#ExpireTitle {
        font-size: 16px;
        color: #cc0000;
        font-weight: bold;
    }

.Payment #Left {
    float: left;
    width: 289px;
}

.Payment #Right {
    float: left;
    width: 305px;
}

.Payment #Logos {
    float: right;
    width: 115px;
    height: 155px;
    background: url('Images/imgPaymentLogos.gif') no-repeat scroll center top;
    text-align: center;
}

.Payment #PaymentButton {
    text-align: right;
}

.Payment .divPrintButton {
    text-align: center;
    margin: 0px 20px 0 0;
}


/* Login.aspx */
div.divForgotPasswordContent img {
    margin: 10px;
    float: left;
}

div.divForgotPasswordContent p {
    margin: 14px 7px 0 7px;
}

div.divForgotPasswordContent fieldset {
    margin: 13px auto;
    padding: 0;
    border: 0;
    width: 200px;
}

    div.divForgotPasswordContent fieldset label {
        margin-right: 10px;
    }

div.divForgotPasswordContent div.Separator {
    height: 1px !important;
    clear: both;
    border-top: solid 1px #f0f0f0;
    margin: 5px 0;
    float: none !important;
    *width: 380px;
    *margin-top: 0;
    *margin-bottom: 13px;
    background: 0 !important;
}

div.divForgotPasswordContent div#Options {
    text-align: right;
    padding: 5px;
    background-color: #fafafa;
    border-top: solid 1px #ccc;
    height: auto !important;
    float: none !important;
    margin-top: 10px;
    width: auto !important;
}

    div.divForgotPasswordContent div#Options span.Slash {
    }

div.divPasswordSent {
    margin: 7px;
    padding: 4px;
    text-align: center;
    float: none !important;
    height: auto !important;
    width: auto !important;
}

    div.divPasswordSent p {
        margin: 0 !important;
    }

.Success {
    background-color: #f0feed;
    border: solid 1px #277925;
}

.Fail {
    background-color: #ffe1e1;
    border: solid 1px #f87373;
}

div#divSendingMessage {
    text-align: center;
    float: none !important;
    height: 100%;
    width: 380px;
    padding: 40px 0;
    background-color: white;
}

    div#divSendingMessage p {
        margin: 10px 0;
        text-align: center;
        float: none;
    }

div.LoginBackground {
    margin-top: 10px;
    border: solid 1px #dddddd;
    padding: 5px 5px 0;
    background-color: #f2f2f2;
    height: 109px !important;
}

    div.LoginBackground fieldset label {
        width: 80px;
    }

    div.LoginBackground fieldset input {
        width: 142px;
    }

    div.LoginBackground div.Options {
        margin-top: 10px;
        margin-left: 110px;
    }

div.pnlNoLogin, div.pnlUserLogin {
    margin: 40px;
}

/* DisplayHotelReservation.aspx */

#HotelReservation {
    margin: 0 9px;
    width: 680px;
}

    #HotelReservation fieldset {
        border: 0;
        padding: 3px 0;
    }


        #HotelReservation fieldset label {
            width: 100px;
            font-weight: bold;
            float: left;
        }

    #HotelReservation fieldset {
        float: left;
        width: 250px;
    }

        #HotelReservation fieldset.PayStatus {
            float: left;
            width: 160px;
        }

    #HotelReservation h1 {
        font-size: 16px;
        margin: 6px 0;
    }

    #HotelReservation div#HotelInfo {
        background-color: #fafafa;
        padding: 5px;
        border: solid 1px #dddddd;
    }

        #HotelReservation div#HotelInfo img.HotelImage {
            border: solid 1px #dddddd;
            padding: 4px;
            float: left;
            margin-right: 6px;
            background-color: White;
        }

        #HotelReservation div#HotelInfo p#Address {
            position: relative;
        }

        #HotelReservation div#HotelInfo p#Description {
            text-align: justify;
            line-height: 20px;
            float: left;
            width: 540px;
        }

    #HotelReservation div.Rating span {
        color: #a0a0a0;
    }

    #HotelReservation #Summary {
        background-color: #fefefe;
        border: solid 1px #f1f1f1;
        padding: 5px;
    }

    #HotelReservation .FooterOptions {
        text-align: right;
    }

#RoomHeader {
    background: url('Images/imgDot.gif') repeat-x scroll center center;
    width: 100%;
    height: 15px;
    padding: 15px 0;
}

    #RoomHeader #RoomNumber {
        float: left;
    }

    #RoomHeader #RoomDescription {
        float: left;
        padding: 0px 5px 0 8px;
    }

    #RoomHeader #RoomPrice {
        float: right;
        padding-left: 5px;
    }

#ReservationHeader {
    width: 100%;
    height: 15px;
    padding: 15px 0;
}

    #ReservationHeader #ReservationPrice {
        float: right;
        padding-left: 5px;
    }

#RoomPassengers {
    margin-left: 20px;
}

#Passenger {
    height: 20px;
}

#PaxName {
}

#PaxInformation {
    padding-left: 18px;
    margin-bottom: 20px;
}

    #PaxInformation span {
    }

        #PaxInformation span.Bold {
            font-weight: bold;
        }

    #PaxInformation div {
        float: left;
        width: 130px;
    }

        #PaxInformation div p {
            float: left;
        }

        #PaxInformation div img {
            float: left;
            margin-right: 5px;
        }


/* DisplayPNR */

div.Commisions {
    float: left;
    text-align: right;
    padding-bottom: 10px;
    margin-top: 5px;
}

    div.Commisions a {
        float: left;
    }

    div.Commisions div span {
        padding-right: 5px;
    }

div.divCommission {
    background: #fffa9b;
    border-width: 2px;
    border-color: #fffa9b;
    float: left;
    padding: 5px;
}

    div.divCommission fieldset {
        margin-bottom: 0 !important;
    }

    div.divCommission p {
        padding: 5px;
    }

div.divTotalCommission {
    background: #fffa9b;
    padding: 5px 0;
    margin-top: 15px;
}

#DisplayPNR {
    background-color: White;
    padding: 5px;
}

#DisplayPNR {
}

h1#Comments {
    margin: 5px 0;
}

h1.Title1, h1.Title2, h1.Title3, h1.Title4 {
    padding: 5px 0;
}

.divAirIntineraryControl {
    *width: 620px !important;
}

    .divAirIntineraryControl h1 {
        background-color: #003466;
        color: White;
        float: left;
    }

    .divAirIntineraryControl h2.Dates {
        color: #a09f9f;
        padding: 0 0 0 0px;
        clear: both;
        margin: 0;
        border-bottom: 0;
        border-right: 1px solid #CCCCCC;
        background-color: #fafafa;
    }

    .divAirIntineraryControl .Airline {
        width: 145px;
        padding: 4px 3px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl .Departure {
        width: 130px;
        padding: 4px 3px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl .Arrival {
        width: 130px;
        padding: 4px 3px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl .TimeOfFlight {
        width: 97px;
        padding: 4px 3px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl .TotalFare {
        width: 148px;
        padding: 4px 3px;
    }

    .divAirIntineraryControl .OtherInfo {
        width: 187px;
        padding: 4px 3px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl div.LeftSide {
        width: 449px;
        border-right: solid 1px #ccc;
    }

    .divAirIntineraryControl div.RightSide {
        text-align: center;
    }

        .divAirIntineraryControl div.RightSide p.Fare {
            font-size: 18px;
        }

        .divAirIntineraryControl div.RightSide p.FareDescription {
            font-size: 10px;
            color: #A2A2A2;
            padding: 7px;
        }


div.DepartureTable {
    float: left;
    width: 620px;
}

    div.DepartureTable div {
        float: left;
        min-height: 60px;
    }

        div.DepartureTable div.TimeWarning {
            width: 615px;
            color: #ef862c;
            border-top: solid 1px #ccc;
            border-right: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
            padding: 2px 0 2px 4px;
            min-height: 13px;
        }

        div.DepartureTable div.Row-cabinTypeAttention {
            width: 400px;
            color: #ef862c;
            border-bottom: solid 1px #ccc;
            border-top: solid 1px #ccc;
            padding: 2px 0 2px 4px;
            height: 13px;
            border-right: solid 1px #ccc;
            min-height: 13px;
        }

div.Duration {
    float: left;
    padding: 4px 3px;
    width: 77px;
}

div.Separator {
    height: 1px;
    background-color: #99adc2;
    margin: 4px 0;
}

tr.Titles {
    background-color: #003466;
    color: White;
}

    tr.Titles td {
        border-right: 1px solid #CCCCCC;
        padding: 5px;
        text-align: left;
    }

/* Widgets/PlaceToPayInformation */
.divPlaceToPayResults fieldset span {
    font: normal 11px Arial;
}

.divPlaceToPayResults fieldset label {
    width: 120px;
}

    .divPlaceToPayResults fieldset label span {
        font-weight: bold !important;
    }


/* Widgets/AirReservation */
.AirReservation span {
}


/* Widgets/HotelReservationControl */

#HotelReservationControl label {
    font-weight: bold;
    width: 80px !important;
    float: left;
}

/* Widgets/VehicleContrl */
div.VehicleControl {
    float: left;
}

div.divCarIcon {
    width: 31px;
    height: 31px;
    background: url('Images/imgCarIcon.gif') no-repeat;
}

.vehicleVendorImg {
    
}

div.divCharacteristics {
    float:left;
    margin-left:10px;
}


div#divVendor {
    float: left;
    margin-top: 24px;
    margin-left:10px;
}

    div#divVendor img {
        max-height: 40px;
        padding-right: 10px;
    }

div.divAmenities {
    float: left;
    padding : 5px;
}

div.divAmenity {
    display:inline-block;
    text-align: center;
    margin-right:15px;
    width:20px;
}

div.divAmenity img {
    width:100%;
}

div.divAmenity span {
    font-size: 11px;
    color: Gray;
    display: block;
    line-height: 8px;
}

.titleIncludesAdditional 
{
    display:block;
    font-size:16px;
}





#dvTaxesPayableAtCounter 
{
    background-color: #EEEEEE;
    padding : 5px;
}

#tableAdditionals, #tableIncluded
{
    width : 80%;
    border-collapse: collapse;
}

div#divDates {
    margin-top: 15px;
}

div.divCar {
    float: right;
    margin-left: 10px;
}

div.divSizeCategory {
    float: left;
}

    div.divSizeCategory h1 {
        font-size: 14px;
    }

    div.divSizeCategory p {
        margin-bottom: 5px;
    }


    /* Widget Vehicle Included Control */

.vehicleIncluded {
    width:100%;
    text-align: left;
    background-color: whitesmoke;
    padding:10px;
    border :1px solid #dcdcdc;
}
    .vehicleIncluded .includedName {
        width:30%;
        float:left;
        margin-bottom:10px;
    }

    .vehicleIncluded .includedDescription {
        width:70%;
        float:left;
        word-wrap:break-word;
        margin-bottom:10px;
    }


/* Widget Vehicle Additional Control */

.vehicleAditionals {
    width:100%;
    text-align: left;
    background-color: whitesmoke;
    padding:5px;  
    border :1px solid #dcdcdc;  
}
    .vehicleAditionals .additionalName {
        width:15%;
        float:left;
        margin-bottom:20px;
    }

    .vehicleAditionals .additionalDescription {
        width:40%;
        float:left;
        word-wrap:break-word;
        margin-bottom:20px;
    }

    .vehicleAditionals .additionalPrice {
        width:20%;
        float:left;
        margin-bottom:20px;
    }

    .vehicleAditionals .additionalPayableAtCounter {
        width:20%;
        float:left;
        margin-bottom:20px;
    }



/* Widgets/AirReservationItineraryControl */
span.Red {
    color: #C00000;
}

div.Title {
    /*width: 150px;*/
    text-align: left;
    margin-left: 0;
}


div.AirReservationItineraryControl div[id$='pnlPayments'] {
    clear: both;
    margin-top: 15px;
}

div[id$='IssueDialog'] div.divIssueContent {
    height: 327px !important;
    overflow: auto;
    padding: 5px;
}

    div[id$='IssueDialog'] div.divIssueContent input[type=checkbox] {
        margin-right: 5px;
    }

    div[id$='IssueDialog'] div.divIssueContent input[type=radio] {
        margin-right: 5px;
    }

div.divOptions {
    text-align: right;
    background-color: #fafafa;
    padding: 5px;
    border-top: solid 1px #ccc;
}

div[id$='IssueOfflineDialog'] div.divIssueContent {
    height: 310px !important;
    overflow-y: auto;
    overflow-x: auto;
    padding: 5px;
}


div[id$='pnlTravelerPricings'] {
    text-align: right;
}

    div[id$='pnlTravelerPricings'] div {
        display: inline-block;
        margin-left: 2px;
        width: 13%;
        text-align: right;
        vertical-align: top;
        margin-bottom: 5px;
    }

        div[id$='pnlTravelerPricings'] div.divPaxLarge {
            width: 24%;
            text-align: left;
            margin-left: 0;
            float: left;
        }

        div[id$='pnlTravelerPricings'] div.divPax {
            width: 13%;
            text-align: left;
            margin-left: 0;
            float: left;
        }

        div[id$='pnlTravelerPricings'] div.divTicket {
            width: auto;
            text-align: left;
        }

    div[id$='pnlTravelerPricings'] .paxTicketNumber {
        font-style: italic;
    }

    div[id$='pnlTravelerPricings'] .airPriceSeparator {
        margin-bottom: 15px;
        border-bottom: solid 1px #fafafa;
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    div[id$='pnlTravelerPricings'] div.divTotal {
        width: 15%;
    }

div[id$='pnlPricingDetails'] {
    margin-top: 15px;
}

    div[id$='pnlPricingDetails'] div {
        float: left;
    }

        div[id$='pnlPricingDetails'] div[id$='divSupplier'] {
            float: none;
            margin-left: 0;
            width: 100%;
        }

    div[id$='pnlPricingDetails'] fieldset {
        border: 0;
        margin-bottom: 5px;
    }

        div[id$='pnlPricingDetails'] fieldset label {
            float: left;
        }

        div[id$='pnlPricingDetails'] fieldset span.spanAmmount {
            float: right;
        }


p.DialogTitle {
    background: url('Images/imgDot.gif') repeat-x scroll center;
    float: none;
    clear: both;
    margin: 10px 0px;
}

    p.DialogTitle span {
        background-color: white;
        padding-right: 5px;
    }

p.InfoText {
    color: #b0b0b0;
}

.reservation-item {
    border-top: solid 1px #dddddd;
    display: block;
    background: #ffffff;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
}

    .reservation-item h1,
    div#TravelItinerary div#divPackageInfo div#divTitle h1 {
        font-size: 16px;
        width: 75%;
    }

    .reservation-item h2 {
        font-size: 14px;
        color: #999999;
        margin: 5px 0 25px;
        font-weight: normal;
        font-style: italic;
    }

    .reservation-item div#divContent p {
        margin: 5px 0;
    }

    .reservation-item .item-info {
        margin: 5px 0;
        float: left;
        width: 55%;
    }

    .reservation-item .travelers-info {
        float: left;
        padding: 0px 5px 0px 10px;
        border-left: solid 1px #ddd;
        margin-left: 20px;
    }

    .reservation-item .reservation-item-section {
        margin-bottom: 25px;
    }

        .reservation-item .reservation-item-section:last-child {
            margin-bottom: 0;
        }

    .reservation-item .section-title {
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .reservation-item .reservation-item-extra-info {
        margin-top: 20px;
    }

    .reservation-item .cost-model {
        float: right;
        max-width: 310px;
        width: 40%;
    }

    .reservation-item .left-column {
        float: left;
        width: 50%;
    }

    .reservation-item .right-column {
        float: left;
        border-left: 1px solid #dddddd;
        padding-left: 10px;
        margin-left: 10px;
        width:25%;
    }

    .reservation-item .right-column span{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .reservation-item .right-column input {
            opacity: 0;
            position: absolute;
            pointer-events: none;
        }

        .reservation-item .right-column input:checked + span {
    word-wrap: break-word;
}

    .reservation-item .right-column input:checked ~ label {
        display: none;
    }


    .reservation-item #divOptions {
        position: absolute;
        right: 0;
        text-align: right;
    }

    .reservation-item .status {
        font-size: 14px;
        font-weight: bold;
    }

    .reservation-item .status-sub-text {
        margin-top: 0px;
    }

    span[id$='lblSupplierNotificationType'] {
        height: 0px;
        padding-top: 5px;
        margin-top: 0px;
        display: inline-block;
    }

div.AirReservationItineraryControl div#divContent div[id$='plFlightInformation'] {
    padding: 10px;
    background: #fafafa;
    margin: 5px 0 20px;
}

div.AirReservationItineraryControl div#divContent div[id$='divArrivalInformation'] {
    background-color: #F7FAFF;
    padding: 10px;
}

.reservation-item div#divTab {
    float: left;
    margin: 5px 10px 5px 0;
}

div.AirReservationItineraryControl div.divConnectionTime {
    padding: 2px;
    margin: 2px 0;
    font-size: 11px;
    background-color: #fdefe3;
}




div.HotelReservationItineraryControl img.HotelImage {
    float: left;
    margin-right: 6px;
    background-color: White;
}

div.HotelReservationItineraryControl div.divMaps p {
    color: #999999;
    margin: 5px 0;
}


div.divHotelReservationItineraryRoomPricing div {
    float: left;
    width: 150px;
}

    div.divHotelReservationItineraryRoomPricing div.RoomDescription {
        width: 250px;
    }

div.divConfirm {
    padding: 10px;
    height: 78px;
}

    div.divConfirm p {
        margin: 10px 0;
    }

    div.divConfirm input[type=text] {
        margin: 5px 0;
        width: 200px;
    }

div.divOfflineConfirm {
    padding: 10px;
    height: 78px;
}

    div.divOfflineConfirm p {
        margin: 10px 0;
    }

    div.divOfflineConfirm input[type=text] {
        margin: 5px 0;
        width: 200px;
    }







div.divEditConfirm {
    padding: 10px;
    height: 78px;
}

    div.divEditConfirm span, div.divEditConfirm p {
        margin: 10px 0;
    }

    div.divEditConfirm input[type=text] {
        margin: 5px 0;
        width: 200px;
    }



div[id$='pnlAllGuests'] div p {
    margin: 5px 0;
}

div[id$='ActionsMenu'] {
    float: right;
}


div.HotelReservationItineraryControl div#divCancellationPolicies_Print {
    display: none;
}



div#VehicleReservationControl div#divContent div#LeftColumn div#divVendor h1 {
    display: inline;
}



div#VehicleReservationControl div#divContent div#LeftColumn fieldset label {
    float: left;
    width: 80px;
}

div#VehicleReservationControl div#divContent div#LeftColumn fieldset#fieldsetConfNumber {
    margin: 15px 0;
}

div#VehicleReservationControl div#divContent div#LeftColumn div#divDetails {
    display: none;
}

div#VehicleReservationControl div#divContent div#divDetails {
    margin: 10px;
}

    div#VehicleReservationControl div#divContent div#divDetails h1 {
        font-size: 11px;
        margin-top: 10px;
    }


div#VehicleReservationControl div#divContent div#RightColumn div#divStatus {
    float: right;
}

div#VehicleReservationControl div#divContent div#RightColumn div#divDriver h1 {
    font-size: 11px;
    font-weight: bold;
}

div#VehicleReservationControl div#divContent div#RightColumn div#divDriver p {
    font-size: 11px;
    margin: 10px 0;
}

div#VehicleReservationControl div#divDetails div#divBookingInfo {
    float: left;
}


    div#VehicleReservationControl div#divDetails div#divBookingInfo fieldset label {
        float: left;
        width: 120px;
    }

div#VehicleReservationControl div#divDetails div#divPriceDetails {
    float: right;
}

    div#VehicleReservationControl div#divDetails div#divPriceDetails fieldset label {
        float: left;
        width: 120px;
    }





/* Widgets/TravelExtraReservationControl */

/*div#divStatus
{
    padding-left: 23px;
    padding-top: 2px;
    font-weight: bold;
    border: 0;
    text-align: right;
    vertical-align: bottom;
}*/

div#divExpire {
    padding-top: 2px;
    border: 0;
    text-align: right;
    /*width: 200px !important;*/
}

    div#divExpire span.Red {
        color: #C00000;
        padding-top: 2px;
        text-align: right;
        border: 0;
    }

div.divTravelExtraReservationControl div.divConfirmedLocal {
    color: #595959;
    width: 300px;
    padding: 5px 10px;
    height: 100px;
    background-color: #F8F8F8;
    border: 2px solid #595959;
    margin: 10px 0px 0px 150px;
    float: left;
}

    div.divTravelExtraReservationControl div.divConfirmedLocal input.btnConfirmationCancel {
        background-color: #F8F8F8;
        border: 1px solid #F8F8F8;
    }

    div.divTravelExtraReservationControl div.divConfirmedLocal div.divBtnsLeft {
        float: left;
        margin-right: 25px;
    }

    div.divTravelExtraReservationControl div.divConfirmedLocal div.divBtnsRight {
        border-left: 1px solid #DDDDDD;
        float: left;
        margin-left: 25px;
    }

div.divConfirmedManually {
    color: #595959;
    width: 300px;
    padding: 5px 10px;
    height: 100px;
    background-color: #F8F8F8;
    border: 2px solid #595959;
    margin: 10px 0px 0px 150px;
    float: left;
}

    div.divConfirmedManually input.btnConfirmationCancel {
        background-color: #F8F8F8;
        border: 1px solid #F8F8F8;
    }

    div.divConfirmedManually div.divBtnsLeft {
        float: left;
        margin-right: 25px;
    }

    div.divConfirmedManually div.divBtnsRight {
        border-left: 1px solid #DDDDDD;
        float: left;
        margin-left: 25px;
    }

div.divTravelExtraReservationControl div.divChangeConfNumber {
    color: #595959;
    width: 300px;
    padding: 5px 10px;
    height: 100px;
    background-color: #F8F8F8;
    border: 2px solid #595959;
    margin: 10px 0px 0px 150px;
    float: left;
}

    div.divTravelExtraReservationControl div.divChangeConfNumber input.btnConfirmationCancel {
        background-color: #F8F8F8;
        border: 1px solid #F8F8F8;
    }

    div.divTravelExtraReservationControl div.divChangeConfNumber div.divBtnsLeft {
        float: left;
        margin-right: 25px;
    }

    div.divTravelExtraReservationControl div.divChangeConfNumber div.divBtnsRight {
        border-left: 1px solid #DDDDDD;
        float: left;
        margin-left: 25px;
    }



div.divTravelExtraReservationControl div#divContent div#divOptions p {
    margin-bottom: 3px;
}


div.divTravelExtraReservationControl div#divDetails div#divBookingInfo {
    float: left;
}

    div.divTravelExtraReservationControl div#divDetails div#divBookingInfo fieldset {
        border: 0;
        margin: 5px 0;
    }

        div.divTravelExtraReservationControl div#divDetails div#divBookingInfo fieldset label {
            float: left;
            width: 120px;
        }


div.divTravelExtraReservationControl div#divDetails div#divPriceDetails {
    float: right;
}

div.divTravelExtraReservationControl div#divContent table tr.title {
    vertical-align: bottom;
}

div.divTravelExtraReservationControl div#divContent TABLE.tblActions {
    background-color: White;
    border: 1px !important;
    color: Black;
    text-align: left;
    width: 140px;
}

div.divTravelExtraReservationControl div#divContent div table tr td div.divAction {
    position: absolute;
}

div.divTravelExtraReservationControl div#divContent div table tr td a {
    float: right;
}

div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 {
    background-color: #eaeaea;
    float: right;
}

    div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li {
        display: block;
    }

        div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li:last-child {
            padding-right: 0;
        }

        div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li input {
            border: 0;
            background: #eaeaea;
            background-repeat: no-repeat;
            background-position: 5px center;
            cursor: pointer;
            padding: 6px 10px 6px 30px;
            font: normal 11px Verdana;
        }

            div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li input.btnActionConfirm {
                background-image: url('Images/TravelExtra/res_confirm.png');
                width: 210px;
                border: 0.5px solid #C7C7C7;
                background-color: White;
                text-align: left;
                position: relative;
            }

            div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li input.btnActionManually {
                background-image: url('Images/TravelExtra/res_manual_confirm.png');
                width: 210px;
                border: 0.5px solid #C7C7C7;
                background-color: White;
                text-align: left;
                position: relative;
                top: -1px;
            }

            div.divTravelExtraReservationControl div#divContent div table tr td div.divAction div.divActions ul.menu2 li input.btnActionEdit {
                background-image: url('Images/TravelExtra/res_edit_confirm.png');
                width: 210px;
                border: 0.5px solid #C7C7C7;
                background-color: White;
                text-align: left;
                position: relative;
            }

div[id$='ConfirmedManuallyDialog'] div.divOptions {
    text-align: right;
    background-color: #fafafa;
    padding: 5px;
    border-top: solid 1px #ccc;
}


div[id$='ChangeConfNumberDialog'] div.divOptions {
    text-align: right;
    background-color: #fafafa;
    padding: 5px;
    border-top: solid 1px #ccc;
}


div.divChangeConfNumberRow {
    padding: 10px;
    height: 30px;
}

    div.divChangeConfNumberRow input[type=text] {
        margin: 5px 0;
        font-size: 12px;
        width: 200px;
    }

/*div.divTravelExtraReservationControl div#divTravelExtraInformation
{
    float: left;
    width: 360px;
}*/



/* DIALOG */

#DialogHeader {
    width: 400px;
    filter: alpha(opacity=80);
    opacity: .8;
}

    #DialogHeader > div {
        float: left;
        height: 100%;
    }

    #DialogHeader #HLeft {
        width: 9px;
        height: 25px;
        background: transparent url('images/top-left.png') no-repeat;
    }

    #DialogHeader #HCenter {
        width: 351px;
        height: 20px;
        padding-top: 5px;
        background: transparent url('images/top-mid.png') repeat-x;
        color: White;
    }

    #DialogHeader #HRight {
        width: 40px;
        height: 20px;
        padding-top: 5px;
        background: transparent url('images/top-right.png') no-repeat;
    }

        #DialogHeader #HRight #btnClose {
            width: 35px;
            height: 25px;
            background: transparent url('images/close.png') no-repeat center top;
            border: 0;
            margin-top: -5px;
            margin-left: 2px;
            padding: 0;
            margin-bottom: inherit;
        }

            #DialogHeader #HRight #btnClose:hover {
                background-position: center bottom;
            }

#DialogContent {
    width: 400px;
    height: 165px;
    *height: 171px;
    clear: both;
}

    #DialogContent > div {
        float: left;
        height: 100%;
        width: 100%;
    }

    #DialogContent #Left {
        width: 7px;
        background: transparent url('images/left.png') repeat-y;
        filter: alpha(opacity=80);
        opacity: .8;
    }

    #DialogContent #Center {
        background-color: White;
        width: 376px;
        padding: 0 5px;
    }

    #DialogContent #Right {
        width: 7px;
        background: transparent url('images/right.png') repeat-y;
        filter: alpha(opacity=80);
        opacity: .8;
    }

#DialogFooter {
    width: 400px;
    height: 25px;
    clear: both;
}

    #DialogFooter > div {
        float: left;
        height: 100%;
        filter: alpha(opacity=80);
        opacity: .8;
        height: 7px;
    }

    #DialogFooter #FLeft {
        width: 9px;
        background: transparent url('images/bottom-left.png') no-repeat;
    }

    #DialogFooter #FCenter {
        width: 382px;
        background: transparent url('images/bottom-mid.png') repeat-x;
    }

    #DialogFooter #FRight {
        width: 9px;
        background: transparent url('images/bottom-right.png') no-repeat;
    }

div#Login {
    width: 375px;
}

    div#Login div {
        float: left;
    }

    div#Login #CLeft {
        width: 265px;
        height: 95px;
        padding: 10px 0 0 10px;
        background: none;
    }

        div#Login #CLeft fieldset {
            border: 0;
            margin: 5px;
        }

            div#Login #CLeft fieldset label {
                float: left;
                width: 120px;
            }

    div#Login #CRight {
        width: 100px;
        /*background: White url('images/imgChangePassword.gif') no-repeat scroll center 10px;*/
        height: 100px;
    }

    div#Login #COptions {
        width: 370px;
        height: 30px;
        clear: both;
        text-align: right;
        border-top: solid 1px #f8f8f8;
        padding: 5px 10px 0 0;
        color: #e7e7e7;
    }

        div#Login #COptions a {
            color: #9b9b9b;
        }

div.divRightSection div {
    margin: 5px 0;
    background-color: #FAFAFA;
    border: solid 1px #CCC;
    text-align: center;
    padding: 20px 0;
}

.NotifyErrorMessage {
    display: none;
    color: Red;
    padding: 5px;
    background-color: #ffe7e7;
    text-align: center;
    border: solid 1px #ffa5a5;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon !important;
}

/* Display Travel Itinerary */

div#TravelItinerary div.Block {
    background-color: #EEEEEE;
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
}

div#TravelItinerary div.Cyan {
    background-color: #EAF4F8;
}

    div#TravelItinerary div.Cyan .MustBePaidByDate {
        border: 0 none;
        width: 90px;
    }

    div#TravelItinerary div.Cyan .MustBePaidByDateGMT {
        border: 0 none;
        width: 55px;
    }

div#TravelItinerary div.White {
    background-color: #fff;
}

div#TravelItinerary div#Alias {
    margin-bottom: 20px;
    margin-top: 10px;
}

div#TravelItinerary div#divAliasTxt table {
    z-index: 200000 !important;
}

div#TravelItinerary div#divAlias h1,
div#TravelItinerary div#divAliasTxt input[type="text"] {
    font-size: 22px;
    border: solid 1px transparent;
    margin-bottom: 5px;
}

div#TravelItinerary div#divAliasTxt input[type="text"] {
    border-color: #ccc;
    width: 100%;
}

div#TravelItinerary div.Block h1 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

div#TravelItinerary div.Block fieldset:first-child {
    margin-top: 0;
}

div#TravelItinerary div.Block fieldset:last-child {
    margin-bottom: 0;
}


div#TravelItinerary div.Block fieldset label {
    float: left;
    width: 65%;
}

    div#TravelItinerary div.Block fieldset label#MustBePaidBy {
        width: 200px !important;
    }

div#TravelItinerary div.Block fieldset p {
    text-align: right;
    float: right;
}

    div#TravelItinerary div.Block fieldset p.Total {
        border-top: solid 1px #555;
    }


div#TravelItinerary div#LeftColumn {
    float: left;
    width: 68%;
    margin: 0;
}

div#TravelItinerary div#RightColumn {
    float: right;
    width: 30%;
    margin: 0;
}

div#TravelItinerary div#divPackageInfo div[id$='divCost'] {
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
}

    div#TravelItinerary div#divPackageInfo div[id$='divCost'] div {
        float: left;
        margin-left: 10px;
        width: 96px;
    }

    div#TravelItinerary div#divPackageInfo div[id$='divCost'] .divTotal span {
        float: right !important;
    }

div#TravelItinerary div#divPackageInfo div#divTitle input {
    border: 1px solid #CCCCCC !important;
    background: #eaeaea;
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: pointer;
    padding: 6px 10px 6px 28px;
}

    div#TravelItinerary div#divPackageInfo div#divTitle input.CancelPackage {
        background-image: url('Images/res_cancel.png');
        margin-bottom: 10px;
    }

table[id*="PersonDialog_DragTable"] tbody tr td {
    padding: 0 !important;
}

div#TravelItineraryLoading,
div#ReceiptLoading,
div#TravellerInfoLoading,
div#EmailLoading {
    background: url('Images/imgUpdating.gif') no-repeat scroll right bottom;
    width: 619px;
    height: 57px;
}

div#ReceiptLoading {
    width: 450px;
    height: 463px;
    background-position: center center;
}

div#TravellerInfoLoading {
    background-color: White;
    width: 434px;
    height: 180px;
    background-position: center center;
}

div#EmailLoading {
    width: 434px;
    height: 180px;
    background-position: 410px 160px;
}

div.TravelItineraryPerson a.Traveller {
    display: inline-block;
    padding-left: 30px;
    background: url('Images/imgTravellerIcon.gif') no-repeat scroll center left;
    background-position: 0px 0px;
    margin-top: 10px;
}

span.PaxType {
    display: inline-block;
    padding: 3px 10px 3px 0px;
    text-decoration: none;
}

#divRoomProperties.RoomProperties {
    display: inline-block;
    padding: 3px 10px 3px 0px;
    text-decoration: none;
}

div#TravelItinerary div.TravelItineraryPayment {
    margin-bottom: 25px;
}

    div#TravelItinerary div.TravelItineraryPayment select {
        position: absolute;
        top: -99999em;
        visibility: hidden;
    }

    div#TravelItinerary div.TravelItineraryPayment:last-child {
        margin: 0 !important;
    }

    div#TravelItinerary div.TravelItineraryPayment p {
        margin-right: 5px;
        margin-bottom: 3px;
    }

        div#TravelItinerary div.TravelItineraryPayment p.Date {
            float: left !important;
            text-align: left !important;
            color: #999999;
        }

        div#TravelItinerary div.TravelItineraryPayment p.Amount {
            float: left !important;
            text-align: left !important;
            font-weight: bold;
        }

        div#TravelItinerary div.TravelItineraryPayment p.Status {
            float: left !important;
            text-align: left !important;
        }


div.divTravellerInfo {
    width: 434px;
    height: 180px;
}

    div.divTravellerInfo div.LeftSide {
        float: left !important;
        width: 120px !important;
        text-align: center;
        height: 100% !important;
        background-color: #fafafa;
        border-right: solid 1px #ccc;
    }

        div.divTravellerInfo div.LeftSide img {
            max-width: 110px;
            margin-top: 5px;
        }

    div.divTravellerInfo div.RightSide {
        float: right !important;
        width: 305px !important;
        margin-top: 5px;
    }

        div.divTravellerInfo div.RightSide h1 {
            font-size: 16px;
        }

        div.divTravellerInfo div.RightSide ul.ulTravellerInfo {
            list-style: none;
            margin-top: 25px;
            margin-left: 20px;
        }

            div.divTravellerInfo div.RightSide ul.ulTravellerInfo li {
                margin: 8px 0;
            }

            div.divTravellerInfo div.RightSide ul.ulTravellerInfo li {
                clear: both;
            }

                div.divTravellerInfo div.RightSide ul.ulTravellerInfo li label {
                    width: 90px;
                    float: left;
                    height: 25px;
                }

                div.divTravellerInfo div.RightSide ul.ulTravellerInfo li img {
                    float: left;
                    padding-right: 10px;
                    margin-top: 1px;
                }

            div.divTravellerInfo div.RightSide ul.ulTravellerInfo span {
                word-wrap: break-word;
                display: block;
                width: auto;
            }



div#emailSendTermsAndConditionsDialog,
div#emailSendTermsAndConditionsDialog span {
    font-family: Arial !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    cursor: inherit;
}

div#emailSendTermsAndConditionsDialog {
    color: rgb(102, 102, 102);
}

div#emailSendTermsAndConditionsDialog label {
    cursor: auto !important;
}

div#divEmailTravelItinerary div,
div#emailSendTermsAndConditionsDialog div {
    float: left !important;
}

    div#divEmailTravelItinerary div table,
    div#emailSendTermsAndConditionsDialog div table {
        z-index: 200000 !important;
    }

        div#divEmailTravelItinerary div table div,
        div#emailSendTermsAndConditionsDialog div table div {
            float: none !important;
        }

    div#divEmailTravelItinerary div#LeftSide,
    div#emailSendTermsAndConditionsDialog div#LeftSide {
        width: 100px !important;
        height: 145px !important;
        background: url('Images/imgTravelItineraryEmailIcon.gif') no-repeat scroll center 10px;
    }

    div#emailSendTermsAndConditionsDialog div#RightSide .row.column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div#divEmailTravelItinerary div#RightSide,
    div#emailSendTermsAndConditionsDialog div#RightSide {
        padding-top: 15px;
    }

    div#divEmailTravelItinerary div#RightSide {
        width: 330px !important;
        height: 130px !important;
    }

    div#emailSendTermsAndConditionsDialog div#RightSide {
        width: 80% !important;
    }

    div#divEmailTravelItinerary div#RightSide h1 {
        font-weight: bold !important;
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    div#emailSendTermsAndConditionsDialog div#RightSide h1,
    div#emailSendTermsAndConditionsDialog div#RightSide h1 span {
        font-weight: bold !important;
        font-size: 16px !important;
        margin-bottom: 10px;
    }

        div#divEmailTravelItinerary div#RightSide fieldset,
        div#emailSendTermsAndConditionsDialog div#RightSide fieldset {
            margin: 15px 15px 5px;
            padding: 0;
            border: 0;
        }

        div#divEmailTravelItinerary div#RightSide fieldset label,
        div#emailSendTermsAndConditionsDialog div#RightSide fieldset label {
            padding: 3px 0;
            float: left;
            width: 60px;
        }

        div#emailSendTermsAndConditionsDialog div#RightSide fieldset label {
            width: 175px !important;
        }

        div#divEmailTravelItinerary div#RightSide fieldset input[type="text"] {
            border: solid 1px #ccc;
            padding: 3px;
            width: 220px;
        }

        div#emailSendTermsAndConditionsDialog div#RightSide fieldset input[type="text"] {
            height: inherit !important;
            border: solid 1px #ccc !important;
            padding: 3px !important;
            width: 220px !important;
        }

        div#emailSendTermsAndConditionsDialog div#RightSide fieldset input[type="text"]:focus {
            outline-offset: -2px;
            outline: -webkit-focus-ring-color auto 1px;
            outline-color: -webkit-focus-ring-color;
            outline-style: auto;
            outline-width: 1px;
        }

        div#divEmailTravelItinerary div#RightSide div.divEmailResultSuccess,
        div#emailSendTermsAndConditionsDialog div#RightSide div.divEmailResultSuccess {
            margin-left: 75px;
            padding: 3px;
            width: 220px;
            text-align: center;
            height: auto !important;
            border: solid 1px #aac1ab;
            background-color: #d7f6d4;
        }

        div#divEmailTravelItinerary div#RightSide div.divEmailResultError,
        div#emailSendTermsAndConditionsDialog div#RightSide div.divEmailResultError {
            margin-left: 75px;
            padding: 3px;
            width: 220px;
            text-align: center;
            height: auto !important;
            border: solid 1px #f87373;
            background-color: #ffe1e1;
        }

    div#divEmailTravelItinerary div#Options,
    div#emailSendTermsAndConditionsDialog div#Options {
        width: 415px !important;
        height: auto !important;
        background: #fafafa;
        border-top: solid 1px #ccc;
        padding: 5px 10px;
    }

    div#emailSendTermsAndConditionsDialog div#Options {
        width: 100% !important;
    }

    div#divEmailTravelItinerary div#Options a,
    div#emailSendTermsAndConditionsDialog div#Options a {
        border-left: solid 1px #ccc;
        display: inline-block;
        padding-left: 7px;
        margin-left: 7px;
        text-decoration: none;
    }

p.LocalAmountTitle,
p.LocalAmount {
    font-size: 14px;
    float: left;
}

p.LocalAmount {
    float: right;
}

p.LocalAmounExchangeRate {
    color: #888;
}



div.Receipt {
    overflow: auto !important;
    height: 413px !important;
    width: 433px !important;
}

div.Receipt div {
    height: auto !important;
}

div.Receipt div.ReservationInfo {
    width: 423px !important;
    padding: 0 !important;
}

div.Receipt div.ReservationAmount,
div.Receipt div.ReservationTotalAmount,
div.Receipt div.ReservationTotalMoney,
div.Receipt div.ReservationTotalPoints
{
    width: auto !important;
    float: right !important;
}

div.ReservationInfoPoints
{
    width: 400px;
}

div.ReservationInfoPoints span
{
    font-style: italic;
}

/* GeneralErrorPage.ASPX */
#GeneralErrorPage {
    background: url('Images/imgGeneralErrorPage.gif') no-repeat;
    width: 550px;
    border: solid 1px #CCC;
    position: absolute;
    left: 50%;
    margin-left: -275px;
    height: 250px;
    top: 50%;
    margin-top: -125px;
}

    #GeneralErrorPage #ErrorOptions {
        text-align: center;
        margin-top: 172px;
    }

/* WaitingPage */
div#WaitingPage {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    background: url('Images/imgWaitingPageHeader.gif') no-repeat scroll left top;
    border: solid 1px #ccc;
    background-color: White !important;
}

    div#WaitingPage p#Text1 {
        font: normal 13px "Trebuchet MS";
        color: #4c4c4c;
        text-align: center;
        margin-top: 140px;
    }

    div#WaitingPage p#LoadingMessage {
        font: normal 13px "Trebuchet MS";
        color: #004a9b;
        text-align: center;
        margin-top: 30px;
    }

    div#WaitingPage div#Banner {
        border: solid 1px #ccc;
        height: 120px;
        margin: 15px auto 0;
        position: relative;
        width: 450px;
        *margin-left: 75px;
    }

    div#WaitingPage div#Loading {
        background: url('Images/imgWaitingPageLoading.gif') no-repeat scroll;
        width: 220px;
        height: 19px;
        left: 190px;
        position: absolute;
        top: 350px;
    }

/* TEXTOS */

.Text-BoldGray {
    color: #f29824;
    font-size: 10px;
}

.Text-NormalGray {
    font: normal 11px Arial;
}


/* GRID */

.GridBackground {
}

.grid-full-width {
    width: 100%;
}

.MsgGridSearchCriteria {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    padding-top: 28px;
    position: relative;
    text-align: center;
}


#divMustBePaidBy p {
    font-size: .9rem;
    line-height: 1.5;
}


.grid {
    border: 1px solid #dddddd;
    background: #ffffff;
    width: 1046px;
}

    .grid .hdr {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #ccc;
        line-height: 30px;
        background: #f7f7f7;
        padding-right: 5px;
    }

        .grid .hdr .txt {
            padding: 2px 8px;
            cursor: default;
            color: #999999;
        }

/* Data cell styles */
.dat {
    border-right: 1px solid #dddddd;
    padding: 5px;
}

    .dat img {
        cursor: pointer;
        margin-right: 5px;
    }

.icon {
    padding-left: 0px;
}

.ind {
    cursor: default;
}

/* Row (and data cell) styles */
.row {
}

.row-h {
    background: #f7f7f7;
    cursor: pointer;
    height: 17px;
}

    .row-h .icon {
        padding-left: 1px;
    }

    .row-h .last {
        padding: 0 0 0 1px;
    }

.row-s {
    line-height: 17px;
    background: none;
    cursor: pointer;
}

    .row-s .icon {
        padding-left: 1px;
    }

    .row-s .last {
        padding: 0 0 0 1px;
        border-right: none;
    }

/* Grouped rows & cells */
.grp {
    margin-right: 10px;
}

.grp-hd {
    background: #fff;
    line-height: 19px;
    cursor: default;
    height: 19px;
    background: none;
    padding-left: 5px;
    margin: 0 4px 0 0;
}

    .grp-hd span {
        color: red;
        background: #fff;
        padding: 0 8px 0 0;
    }

.grid .hdr .grp .txt {
    background: none;
    padding: 0 16px;
}

/* Header styles */
.row-hd {
    background: none;
    color: #222222;
}

    .row-hd .cell {
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #dddddd;
        background: none;
        text-align: center;
        padding: 4px 2px;
    }

    .row-hd .cell-h {
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #dddddd;
        background: #f7f7f7;
        padding: 4px 2px;
    }

    .row-hd .cell-d {
        border: none;
        background: none;
        text-align: center;
        padding: 4px 2px;
    }

    .row-hd .txt {
        padding: 4px 2px;
        cursor: pointer;
    }

    .row-hd .sort {
        background: #dddddd;
        padding: 4px 2px;
    }

/* Footer styles */
.grid .ftr {
    height: 40px;
}

    .grid .ftr > table {
        padding: 0 8px;
    }

    .grid .ftr .txt {
        line-height: 40px;
        cursor: default;
    }


.RedRow td.status {
    color: red;
}

.GreenRow td.status {
    color: green;
}

.BlueRow td.status {
    color: blue;
}


/* PopUps/HotelReservationVoucher.aspx  */

#HotelReservationVoucher {
    margin: 0 9px;
    font: normal 11px Verdana;
}

    #HotelReservationVoucher fieldset {
        border: 0;
        padding: 3px 0;
        font: normal 10px Verdana;
    }

        #HotelReservationVoucher fieldset label {
            width: 150px;
            font-weight: bold;
            float: left;
        }

    #HotelReservationVoucher .HO_HotelName {
        font: normal bold 11px Verdana;
        border-bottom: solid 1px #CCC;
    }

div.divGrayPaymentMethod {
    border: 0;
    background: 0;
    background-color: #fff;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: absolute;
    margin-left: 507px;
    *margin-left: 0px;
    margin-top: -1px;
    width: 120px;
    height: 30px;
}

/* UPayment.aspx */
a.lnkCancelAndReturn {
    display: inline-block;
    background: url('Images/imgCancelIcon.gif') no-repeat scroll left center;
    padding-left: 15px;
    text-decoration: none;
    margin: 0 0 20px 12px;
}

p.Success {
    font-size: 16px !important;
    color: Green;
    font-weight: bold;
    padding: 5px;
    margin-top: 15px;
}

/* ReservationInfo */

div.ReservationInfo {
    padding: 0 !important;
    float: left;
    width: 670px;
    font-size: 10px;
}

div.ReservationInfoTitle {
    padding: 2px 0;
    float: left;
    width: 150px;
    font-size: 11px;
}

div.ReservationAmount {
    padding: 2px 0;
    float: right;
    font-size: 11px;
}

div.ReservationTotalAmount,
div.ReservationTotalMoney,
div.ReservationTotalPoints {
    padding: 2px 0;
    float: right;
    font-size: 11px;
    font-weight: bold;
}

div.ReservationTotalAmount {
    border-top: solid 1px #ccc;
}

div.ReservationInfo span.Dates {
    color: Gray;
}


/* Payment Infomation */
div#PaymentInformation table tr td span {
}

    div#PaymentInformation table tr td span.Title {
        font-weight: bold;
    }

div.CreditCardInfo {
    background-color: #fafafa;
    border: solid 1px #ccc;
    padding: 5px;
}

    div.CreditCardInfo p {
        margin: 4px 0;
    }

        div.CreditCardInfo p.IssuedBy {
            margin-bottom: 15px;
        }

    div.CreditCardInfo span.Bold {
        font-weight: bold !important;
    }

/*div.PaymentError
{
    background: #ffffdd;
    border: solid 1px #d5c2b5;
}*/

/*div.PaymentSuccess
{
    background: #f5f8ef;
    border: solid 1px #d3d5cb;
}*/

div.Result {
    padding: 5px 15px;
    margin-bottom: 20px;
}

    div.Result h2 {
        font-size: 22px;
    }

    div.Result h3 {
        font-size: 14px;
        margin: 0;
    }

    div.Result p {
        margin: 10px 0;
    }

    div.Result div#Buttons {
        text-align: right;
    }

/*div#divCashInformation * {font-size:10px!important;}*/

.Payment fieldset label {
    min-height: 13px !important;
}

/* Payment Voucher */

div.PaymentVoucher {
    width: 550px;
    background: white;
    border: solid 1px #ccc;
    padding: 8px;
    position: relative;
}

    div.PaymentVoucher p {
        font: normal 11px Verdana;
        margin: 0;
    }

        div.PaymentVoucher p.PaymentStatus {
            font-size: 12px;
            margin: 10px 0;
        }

        div.PaymentVoucher p.LegalName, div.PaymentVoucher p.ShopperName {
            font-weight: bold;
            margin-top: 10px;
        }

        div.PaymentVoucher p.ShopperEmail {
            color: #aaa;
            margin-top: 10px;
        }

        div.PaymentVoucher p.ShopperPhone {
            color: #aaa;
            margin-top: 10px;
        }

        div.PaymentVoucher p.ShopperAddress {
            color: #aaa;
            margin-top: 10px;
        }

        div.PaymentVoucher p.ShopperIdentification {
            color: #aaa;
            margin-top: 10px;
        }

        div.PaymentVoucher p.Bank {
            color: #888;
        }


table.VoucherHeader p {
    font: normal 11px Verdana;
    color: #555;
}

/* BaseCurrencySummary */

div.BaseCurrencySummary {
    background: #fafafa;
    border: solid 1px #d5c2b5;
    padding: 6px;
}

/* Tabs */

.TabContent {
    word-wrap: break-word;
    width: 160px;
    display: block;
    color: Black;
    padding: 12px 25px 12px 25px;
    height: 66px;
    background: #fafafa url('Images/imgTabs.gif') no-repeat scroll right -90px;
}

.TabSelected .TabContent {
    width: 165px;
    display: block;
    padding: 12px 20px 12px 25px;
    color: #555;
    height: 66px;
    background-position: right 0;
    font-weight: bold !important;
}

.TabHover .TabContent {
    width: 160px;
    display: block;
    padding: 12px 25px 12px 25px;
    color: blue;
    cursor: pointer;
    height: 66px;
    background-position: right -90px;
}

.TabContent p {
    margin-bottom: 10px;
}

    .TabContent p.Description {
        color: Gray;
        font-size: 10px;
    }

.PaymentOptions {
    float: left;
}

.MultiPage {
    float: left;
    width: 493px;
}

table[id$='RemarkControl_remarksPanel'] {
    width: 99%;
    margin-bottom: 5px;
}

td.RemarkItemPublic,
td.RemarkItemInternal {
    line-height: 1.4;
}

    td.RemarkItemPublic > div,
    td.RemarkItemInternal > div {
        margin-bottom: 15px;
    }


    td.RemarkItemPublic span[id$='lblUser'],
    td.RemarkItemInternal span[id$='lblUser'] {
        font-weight: bold;
    }

span.FilterBy {
    float: left;
    padding: 0;
    *padding: 3px 0;
}


div.filterPanel {
    margin-bottom: 25px;
    margin-top: 10px;
}

    div.filterPanel div.btnFilter,
    div.filterPanel div.btnFilterSelected {
        float: left;
        margin: 0 15px;
    }

    div.filterPanel div:first-child {
        margin-right: 0;
    }

    div.filterPanel div:last-child {
        margin-left: 0;
    }



div.btnFilterSelected div.tr {
    background-position: right top;
}

div.btnFilterSelected div.tl {
    background-position: left top;
    float: left;
}

div.btnFilterSelected div.br {
    background-position: right bottom;
}

div.btnFilterSelected div.bl {
    background-position: left bottom;
}

div.btnFilterSelected div.bl,
div.Filter div.bl {
    padding: 0px 6px 2px;
}


div#PrintVoucher div.ReservationInfo {
    width: 450px;
    padding: 2px 0;
}

div#PrintVoucher div.ReservationAmount {
    padding: 2px 0;
}

/* ComboBox Countries */

.ddn {
    cursor: default;
    font-size: 11px;
    border: 1px solid #000;
}

.ddn-ftr {
    width: 190px;
    height: 8px;
    background: transparent url("Images/ComboBox/static.png") no-repeat 50% -72px;
    overflow: hidden;
}
/* overflow:hidden allows IE6 to render the element's height correctly */

.ddn-con {
    width: 188px;
    height: auto;
    background-color: #f6f6f6;
}

.ddn-item {
    width: 182px;
    padding-left: 8px;
    line-height: 22px;
    background: none;
}

.ddn-item-hover {
    background: transparent url("Images/ComboBox/static.png") no-repeat;
    width: 182px;
    padding-left: 8px;
    line-height: 22px;
    color: #000;
}

.cmb {
    padding-left: 4px;
    background-color: #fff;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 1px 1px;
}

.cmb-hover {
    background-color: #f6f6f6;
}


.style {
    background: #f6f6f6 url("Images/ComboBox/vertical.png") repeat-y;
}

    .style .ddn-item {
        width: 190px;
        height: 22px;
        line-height: 22px;
    }

    .style .ddn-item-hover {
        width: 190px;
        height: 22px;
        line-height: 22px;
        color: #333333;
        background: transparent url("Images/ComboBox/static.png") no-repeat 0 -34px;
    }

    .style .brk {
        width: 190px;
        height: 4px;
        background: transparent url("Images/ComboBox/static.png") no-repeat 0 -78px;
    }

.Group {
    background-color: White;
    width: 220px;
    border: solid 1px #ccc;
    padding-left: 3px;
}


/* MyItineraries */
h1.Title {
    font-size: 22px;
    margin: 0;
    padding: 10px 45px 0;
    text-align: right;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

div#divMyItinerariesContent div#SummarySearch {
    position: relative;
}

    div#divMyItinerariesContent div#SummarySearch img#imgLoading {
        position: absolute;
        right: 10px;
        top: 10px;
    }


/* invalid input */
.bvalidator_invalid {
    background-color: #FFFFAE !important;
}

.bVErrMsgContainer {
    position: relative !important;
    z-index: 10000;
}
/* error message */
.bvalidator_errmsg {
    background-color: #333;
    font-size: 10px;
    border: 1px solid #999;
    color: #FFF;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    /* close icon */
    .bvalidator_errmsg .bvalidator_close_icon {
        margin-left: 5px;
        margin-top: -2px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #F96;
        cursor: pointer;
    }
    /* arrow */
    .bvalidator_errmsg em {
        display: block;
        border-color: #333 transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0;
        height: 0;
        width: 0;
        position: absolute;
        bottom: -10px;
        left: 5px;
    }
/*CMS*/

body {
    background: 0;
    background-color: white;
}


#NetSiteMasterContent div#Top,
div#divMenu,
div#FooterLinksAndVersion,
div.PoweredBy {
    display: none;
}

h3 {
    margin: 5px;
}

div.divUserInfo {
    left: auto;
    margin: auto;
    position: relative;
}

    div.divUserInfo p {
        float: right;
    }

    div.divUserInfo a {
        color: #A2A2A2;
    }

    div.divUserInfo p.UserName {
        color: #496475;
    }


div#RightColumn {
    margin: 0;
    width: 175px;
}

div#Contenido {
    padding: 0 10px;
}

div#Content {
    background-color: #fafafa;
    border: solid 1px #ccc;
    min-height: 150px;
    padding: 5px;
}

div#CMSHeader {
    width: 926px;
    background-repeat: no-repeat !important;
    margin: auto;
}

div#CMSFooter {
    width: 926px;
    background-repeat: no-repeat !important;
    margin: auto;
}


div#divBankFinancingProposal {
    padding: 6px;
    margin: 6px;
}

    div#divBankFinancingProposal .block {
        margin-bottom: 6px;
        width: 100%;
        background-color: #fafafa;
        border: 1px solid #ccc;
    }

        div#divBankFinancingProposal .block span {
            color: #555;
            font: 12px Arial;
        }

        div#divBankFinancingProposal .block input[type=text] {
            display: inline-block !important;
        }

        div#divBankFinancingProposal .block h2 {
            background-color: silver;
            height: auto;
            padding: 3px 1%;
            margin-top: 0;
        }

            div#divBankFinancingProposal .block h2 span {
                font: bold 14px Arial !important;
            }

        div#divBankFinancingProposal .block table {
            width: 98%;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 8px;
        }

    div#divBankFinancingProposal .options {
        margin-bottom: 6px;
        text-align: right;
    }


.dk_container {
    background: -moz-linear-gradient(center top, #FFFFFF, #F5F5F5) repeat scroll 0 0 #F5F5F5;
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

    .dk_container:focus {
        outline: 0 none;
    }

    .dk_container a {
        cursor: pointer;
        text-decoration: none;
    }

.dk_toggle {
    -moz-transition: border-color 0.5s ease 0s;
    background-image: url("Images/dk_arrows.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 3px;
    margin-top: -5px;
}

    .dk_toggle:hover {
        border-color: #8C8C8C;
    }

.dk_focus .dk_toggle {
    border-color: #40B5E2;
}

.dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40B5E2;
}

.dk_open {
    box-shadow: 0 0 5px #40B5E2;
    z-index: 10;
}

    .dk_open .dk_toggle {
        background-color: #ECECEC;
        border-color: #8C8C8C;
        box-shadow: 0 -2px 5px #CCCCCC inset;
        color: #CCCCCC;
    }

.dk_options {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .dk_options a {
        background-color: #FFFFFF;
        border-bottom: 1px solid #999999;
        font-weight: bold;
        padding: 8px 10px;
    }

    .dk_options li:last-child a {
        border-bottom: medium none;
    }

    .dk_options a:hover, .dk_option_current a {
        background-color: #0084C7;
        border-bottom-color: #004C72;
        color: #FFFFFF;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }

.dk_options_inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #8C8C8E #8C8C8E #999999;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #333333;
    max-height: 250px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.dk_options_inner, .dk_touch .dk_options {
    max-height: 250px;
}

.dk_container {
    display: none;
    float: left;
    position: relative;
}

    .dk_container a {
        outline: 0 none;
    }

.dk_toggle {
    display: inline-block;
    position: relative;
}

.dk_open {
    position: relative;
}

    .dk_open .dk_options {
        display: block;
    }

    .dk_open .dk_label {
        color: inherit;
    }

.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .dk_options a, .dk_options a:link, .dk_options a:visited {
        display: block;
    }

.dk_options_inner {
    overflow: auto;
    position: relative;
}

.dk_touch .dk_options {
    overflow: hidden;
}

.dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

select.dk_fouc {
    position: relative;
    top: -99999em;
    visibility: hidden;
}

.dk_ie6 .dk_options {
    right: 0;
}

.autocomplete_completionListElement {
    background: url("JQuery/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") repeat-x scroll 50% top #F2F5F7;
    border: 1px solid #DDDDDD;
    color: #362B36;
    margin: 0px !important;
    text-align: left;
    list-style-type: none;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100px;
    padding: 0 !important;
    z-index: 99999 !important;
    white-space: normal !important;
    width: auto !important;
}

.autocomplete_highlightedListItem {
    background: url("JQuery/images/ui-bg_glass_100_e4f1fb_1x400.png") repeat-x scroll 50% 50% #E4F1FB;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    color: #0070A3 !important;
    cursor: pointer;
    padding: 1px;
}

.autocomplete_listItem {
    color: #362B36;
    padding: 1px;
    cursor: pointer;
    border: 1px solid transparent;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 11px;
}

.autocomplete_waiting {
    background: url('Images/imgIndicator.gif') no-repeat right;
}

.autocomplete_noResultsMessage,
.autocomplete_previousMessage {
    padding: 3px;
    font-size: 10px;
    cursor: default;
    background-color: #ffffcf;
}

/* Hack for Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .autocomplete_completionListElement {
        width: 132px !important;
    }
}

.twitter-share-button {
    margin-bottom: -6px;
}

.fb_iframe_widget {
    width: auto !important;
}

.divErrorValidatingItinerary {
    background-color: #FEFFB3;
    border: 1px solid #E3E3E3;
    font: 11px Verdana;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    top: 0;
    color: #555555;
}

.divCalloutWarning {
    background-color: #FEFFB3;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    top: 0;
    text-align: center;
}

.multilineArea {
    resize: none;
}

@media only screen and (min-width: 40.0625em) {
    .fontXXXLarge {
        font-size: 2.4rem !important;
    }

    .fontXXLarge {
        font-size: 2.2rem !important;
    }

    .fontXLarge {
        font-size: 2rem !important;
    }

    .fontLarge {
        font-size: 1.9rem !important;
    }

    .fontNormal {
        font-size: 1.8rem !important;
    }

    .fontSmall {
        font-size: 1.6rem !important;
    }

    .fontXSmall {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    div#LeftColumn {
        width: 100% !important;
        margin: 0;
    }

    #RightColumn {
        display: none;
    }

    div#TravelItinerary div#RightColumn {
        width: 100%;
        display: block;
    }

    .TabContent {
        background: 0;
        border: solid 1px #ccc;
        margin-bottom: 10px;
    }

    .TabSelected .TabContent {
        background-color: #fafafa;
        border: 1px solid rgb(86, 180, 239);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    }

    .PaymentOptions,
    .MultiPage {
        float: none;
        width: 100% !important;
    }

    div.ReservationInfo {
        width: 100% !important;
    }

    div.Box,
    div.divAmount,
    div#divReservationInfo {
        margin-left: 0 !important;
        padding: 15px;
    }

    table[id$='PaymentOptions_-1'] tr {
        float: left;
        margin-right: 5px;
    }

    .LoginDialog,
    div[id$='CommonDialog'] {
        display: none;
    }

    #divBankFinancingProposal input[type='text'] {
        display: inline-block;
    }

    table[id*='PaymentOptions_'] tr {
        float: left;
    }

    div.Box fieldset label {
        display: block;
        margin-bottom: 3px;
        float: none;
    }

    div.Box fieldset {
        margin: 15px 0;
    }

        div.Box fieldset input,
        div.Box fieldset select {
            width: 100% !important;
            padding: 5px;
            box-sizing: border-box;
        }

    div.Box input.Button,
    div.Box input.btnDoPartialPayment {
        padding: 10px;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }
}

div#divClient {
    border: 1px solid #dddddd;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

    div#divClient div {
    }

    div#divClient h1 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    div#divClient div#divClientPersonalInfo p {
        margin: 5px 0;
    }

    div#divClient div#divClientPersonalInfo h1 {
        font-weight: bold;
        font-size: 14px;
    }

    div#divClient img[id$='imgProfile'] {
        float: right;
        width: 70px;
        height: auto;
    }

ul[id$='ulCalls'] {
    list-style: none;
}

    ul[id$='ulCalls'] li {
        border-bottom: dashed 1px #ccc;
        padding: 15px 0;
    }

        ul[id$='ulCalls'] li div {
            float: left;
        }

        ul[id$='ulCalls'] li .datestamp {
            color: #777777;
            width: 160px;
        }

        ul[id$='ulCalls'] li .content {
            margin-left: 15px;
        }

            ul[id$='ulCalls'] li .content .aCallPlay {
                background: url('Images/icon-play.png') no-repeat left center;
                font: normal 12px Arial;
                padding: 10px 20px;
                text-decoration: none;
            }



div#tabs .ui-tabs-panel {
    padding: 1em;
}

.ulIssuePaymentType {
    width: 100%;
}

.ulAirTripType,
.ulIssuePaymentType,
#ulFlexDatesApply {
    list-style: none outside none;
    padding: 0;
    margin: 0 0 10px;
    float: left;
}

.ulIssuePaymentType li,
.ulAirTripType li,
#ulFlexDatesApply li {
    float: left;
    margin: 5px 10px 5px 0;
    padding: 0;
    font: normal 11px Arial;
    color: #555;
}

.ulIssuePaymentType li input[type=radio],
.ulAirTripType li input[type=radio],
#ulFlexDatesApply li input[type=radio] {
    margin-right: 5px;
}


.ui-dialog {
    overflow: visible !important;
}

#divPrompts {
    overflow: visible !important;
}

    #divPrompts p {
        font-weight: bold;
        margin: 10px 0 4px;
    }

    #divPrompts input {
        width: 100%;
    }

    #divPrompts input,
    #divPrompts select {
        padding: 4px;
        box-sizing: border-box;
    }

ul[id$='ulPrompts'],
ul[id$='ulQuotes'] {
    list-style: initial;
    padding-left: 15px;
}

    ul[id$='ulPrompts'] li,
    ul[id$='ulQuotes'] li {
        margin-top: 20px;
        word-wrap: break-word;
    }

        ul[id$='ulPrompts'] li p,
        ul[id$='ulQuotes'] li p {
            word-wrap: break-word;
        }

            ul[id$='ulPrompts'] li p.Question {
                margin-bottom: 5px;
            }

.OwnerContent fieldset,
.AgentContent fieldset,
.RefreshContent fieldset {
    border: none;
    padding: 18px;
}

.OwnerContent label,
.AgentContent label,
.RefreshContent label {
}


#TravelItinerary .lnkRemoveSalesman,
#TravelItinerary .lnkChangeSalesman,
#TravelItinerary .lnkRemoveAgent,
#TravelItinerary .lnkChangeAgent {
    float: right;
}

#TravelItinerary .lnkRemoveSalesman {
    padding-left: 10px;
}

#TravelItinerary .lnkRemoveAgent {
    padding-left: 10px;
}

.OwnerContent .txtOwnerCreatedBy, .AgentContent .txtAgentAssociate {
    margin-left: 2px;
}

.blockMsg {
}

div.divAgencyCommision {
    float: right;
    background: #fffa9b none repeat scroll 0 0;
    border-color: #fffa9b;
    border-width: 2px;
    padding: 5px;
}


/*Foundation*/


.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    border-bottom: 1px solid #e8e8e8;
}


.accordion-navigation > a span:before {
    content: url(./Images/imgRadioOff.png);
    padding-right: 10px;
}

.accordion-navigation.active > a span:before {
    content: url(./Images/imgRadioOn.png);
    padding-right: 10px;
}

.payButton {
    margin-top: 1.2rem !important;
    width:auto!important;
}

button.expand, .button.expand {
    font-size: 0.9rem !important;
    padding: 0.7rem 0.7rem 0.75rem !important;
}

.fontXXXLarge {
    font-size: 1.4rem !important;
}

.fontXXLarge {
    font-size: 1.2rem !important;
}

.fontXLarge {
    font-size: 1rem !important;
}

.fontLarge {
    font-size: .9rem !important;
}

.fontNormal {
    font-size: .8rem !important;
}

.fontSmall {
    font-size: .7rem !important;
}

.fontXSmall {
    font-size: .6rem !important;
}

div[id$='pnlReservationInfo'] ul.pricing-table * {
    line-height: 1.4em;
}

.summaryTitle {
    font-size: 0.83rem !important;
    font-weight: bold;
    margin-top: 0;
}

.transparency {
    opacity: 0.3;
}

.secondary {
    color: #999999;
}

.tooltip {
    font-size: .775rem !important;
}

.pricing-table .title {
    background-color: #e3eef7 !important;
    color: #555 !important;
}

#ui-datepicker-div {
    z-index: 9999999 !important;
}

#divCCAdditionalInfo,
#divDCAdditionalInfo {
    display: inline-block;
    background-size: 50px 30px;
    display: inline-block;
    height: 1.6rem;
    vertical-align: middle;
    width: 50px;
}


table[id$='TicketsTable'] table {
    z-index: 99999;
}

.TicketPost {
    text-align: center;
    width: 20px;
}

.Ticket {
    width: 6em !important;
}

.PreTicket {
    width: 30px !important;
}

/*Estilos para las nuevas columna de la tabla de pasajeros*/
/*Los estilos se aplican a las tablas enbevidas en la tabla principal para dar formato a la misma*/

.Commission {
    width: 75px !important;
}

.tour-code{
    width: 55px;
}

.nts-datetime, .nts-datestamp, .nts-timestamp, .nts-text.secondary, .nts-text-secondary {
    color: #999999;
}

.nts-datetime, .nts-datestamp, .nts-timestamp {
    font-style: italic;
}

.nts-list-bar {
    list-style: none;
    margin: 0;
    display: inline-block;
}

    .nts-list-bar li {
        margin-right: 5px;
        float: left;
    }

.nts-list-plain,
.list-plain {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.5;
    padding-left: 0;
}

.nts-list-separated li,
.list-separated li {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 1.5em;
}

.nts-button {
    border: none;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 12px;
    background: #999999;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px #CCCCCC;*/
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 10px 0;
    min-width: 140px;
}

    .nts-button:hover {
        background: #888888;
    }

    .nts-button.inline {
        font-size: 12px;
        margin-left: 5px;
        display: inline;
        width: initial;
    }

    .nts-button.nts-highlight {
        background: #EFCD25;
        color: #555555;
        border-color: #e6ba35;
    }

        .nts-button.nts-highlight:hover {
            background: #e6ba35;
        }

        .nts-button.nts-highlight.nts-add {
            background: #EFCD25 url('images/icons/add.png') no-repeat left;
            background-size: 16px;
            background-position: 10px center;
        }

            .nts-button.nts-highlight.nts-add:hover {
                background-color: #e6ba35;
            }

    .nts-button.nts-secondary {
        background: #DDDDDD;
        color: #222222;
        text-shadow: none;
    }

        .nts-button.nts-secondary:hover {
            background: #D5D5D5;
        }

.nts-button-add {
    background: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF;
    text-shadow: none;
}

    .nts-button-add:hover {
        background: #368a55;
    }


.radio-container {
    display: inline-block;
    margin-right: 20px;    
}

.radio-inline {
    font-size: 12px;
    vertical-align: middle;
}


.nts-secondary {
    color: #999999 !important;
}

.positive,
div#TravelItinerary div.TravelItineraryPayment p.Status span.Approved,
div#TravelItinerary div.TravelItineraryExpense p.Status span.Active,
.Available,
.Confirmed,
.nts-ReservationStatus-Confirm,
.nts-PaymentStatus-Approved {
    color: #30AE30;
}

.negative,
div#TravelItinerary div.TravelItineraryPayment p.Status span.NotApproved,
div#TravelItinerary div.TravelItineraryExpense p.Status span.Cancelled,
.NotAvailable,
.ActionRequired,
.nts-ReservationStatus-Expired,
.nts-PaymentStatus-NotApproved,
.nts-PaymentStatus-FailedPayment {
    color: #CD2E2E;
}


.pending,
.Requested,
.nts-ReservationStatus-OnHold,
.nts-ReservationStatus-Processing,
.nts-ReservationStatus-Solicited,
.neutral,
.nts-PaymentStatus-ParciallyApproved,
.nts-PaymentStatus-PendingPayment {
    color: #EDA12A;
}

.Cancelled,
.nts-ReservationStatus-Cancelled,
.nts-ReservationStatus-Open,
.nts-PaymentStatus-NoPayments {
    color: #888888;
}

.nts-form, .HotelFareBlock {
    background: #FAFAFA;
    padding: 20px 25px 20px 20px;
    border: 1px solid #eeeeee;
}

.HotelFareBlock {
    margin-bottom: 10px;
    position: relative;
}

    .nts-form label, .HotelFareBlock label {
        display: block;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: left;
        font-size: 0.8rem;
        color: #666;
    }

    .nts-form input[type="text"], .nts-form textarea, .nts-form input[type="password"], .nts-form select,
    .HotelFareBlock input[type="text"], .HotelFareBlock textarea, .HotelFareBlock input[type="password"], .HotelFareBlock select, input[id$='txtAddCoupon'] {
        border-radius: 0;
        background-color: #FFFFFF;
        font-family: inherit;
        border-style: solid;
        border-width: 1px;
        border-color: #CCC;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.75);
        display: block;
        margin: 0 0 1rem;
        width: 100%;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
        text-align: left;
    }

        .nts-form input[type="text"], .nts-form textarea, .nts-form input[type="password"] .HotelFareBlock input[type="text"], .HotelFareBlock textarea, .HotelFareBlock input[type="password"] {
            -webkit-appearance: none;
        }

            .nts-form input[type="text"]:disabled, .nts-form select:disabled,
            .HotelFareBlock input[type="text"]:disabled, .HotelFareBlock select:disabled {
                background-color: #EEEEEE;
            }

.nts-form input.inline {
    display: inline !important;
}

.nts-form fieldset, .HotelFareBlock fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.nts-form .nts-row-buttons {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}

    .nts-form .nts-row-buttons .nts-button, .nts-form .nts-row-buttons .nts-link-button {
        margin-right: 15px;
    }

    .nts-form .nts-row-buttons.compact {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .nts-form .nts-row-buttons.right-aligned {
        text-align: right;
        padding-right: 20px;
    }

        .nts-form .nts-row-buttons.right-aligned .nts-button, .nts-form .nts-row-buttons.right-aligned .nts-link-button {
            margin-left: 0px;
            margin-right: 0;
        }

.nts-form.left-labels label, .HotelFareBlock label {
    float: left;
    width: 150px;
}

.nts-form.left-labels fieldset,
.nts-form.left-labels nts-row {
    margin-bottom: 15px;
}

.nts-form.left-labels input[type="text"], .nts-form.left-labels textarea, .nts-form.left-labels input[type="password"], .nts-form.left-labels select {
    width: 260px;
}

.nts-form.left-labels .nts-row-buttons {
    margin-left: 150px;
}

    .nts-form.left-labels .nts-row-buttons.right-aligned {
        margin-left: 0;
    }


.nts-form .nts-inline,
.nts-form .nts-inline > *,
.nts-form .nts-inline > input[type="text"],
.nts-form .nts-inline > textarea,
.nts-form .nts-inline > input[type="password"],
.nts-form .nts-inline > select,
.HotelFareBlock .nts-inline,
.HotelFareBlock .nts-inline > *,
.HotelFareBlock .nts-inline > input[type="text"],
.HotelFareBlock .nts-inline > textarea,
.HotelFareBlock .nts-inline > input[type="password"],
.HotelFareBlock .nts-inline > select {
    display: inline-block;
}

    .nts-form .nts-inline.nts-date-range input[type="text"] {
        width: 124px;
    }

    .nts-form .nts-inline.nts-with-select select {
        width: 100px;
    }

    .nts-form .nts-inline.nts-with-select input[type="text"] {
        width: 158px;
    }


.nts-form.compact {
    padding: 10px 10px;
}

    .nts-form.compact input[type="text"], .nts-form.compact select,
    .HotelFareBlock input[type="text"], .HotelFareBlock textarea, .HotelFareBlock input[type="password"], .HotelFareBlock select {
        margin: 0 0 7px 0;
        padding: 3px;
        width: 220px;
    }

    .nts-form.compact .section-header,
    .nts-form .section-header {
        width: 100%;
        font-weight: bold;
        float: left;
    }

    .nts-form.compact.left-labels fieldset,
    .nts-form.compact.left-labels nts-row,
    .HotelFareBlock fieldset {
        margin-bottom: 5px;
    }

    .nts-form.compact .nts-button {
        padding: 7px;
        font-size: 12px;
        height: 28px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nts-form.compact .nts-inline.nts-date-range input[type="text"] {
        width: 105px;
    }

    .nts-form.compact .nts-inline.nts-with-select select {
        width: 88px;
    }

    .nts-form.compact .nts-inline.nts-with-select input[type="text"] {
        width: 129px;
    }

.nts-row {
    clear: both;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

    .nts-row:before, .nts-row:after {
        content: "";
        display: table;
    }

    .nts-row:after {
        clear: both;
    }

    .nts-row.right {
        float: right;
    }

    .nts-row .nts-columns-2 {
        width: 49%;
        float: left;
    }

.nts-row-buttons {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}

.nts-menu-side {
    background-color: #eeeeee;
    color: #666666;
    padding: 5px;
}

.button-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nts-position-top-left {
    position: absolute;
    top: 12px;
    left: 12px;
}

.nts-by-line {
    position: absolute;
    bottom: 0;
    width: 185px;
    padding: 10px;
    color: #999999;
    background-color: #eeeeee;
}

.nts-relative {
    position: relative;
}


.nts-dialog {
}

    .nts-dialog .nts-form {
        border: none;
        background: none;
        padding: 0 20px 10px 20px;
    }

        .nts-dialog .nts-form.compact input[type="text"],
        .nts-dialog .nts-form.compact select,
        .nts-dialog .nts-form.compact input[type="password"],
        .nts-dialog .nts-form.compact textarea {
            width: 260px;
        }


        .nts-dialog .nts-form .nts-button {
            margin-bottom: 0;
        }

    .nts-dialog.plain {
    }

        .nts-dialog.plain h2 {
            margin: 0 0 15px 0;
        }

        .nts-dialog.plain .ui-dialog-titlebar {
            background: none;
            border: none;
            padding: 0;
        }

        .nts-dialog.plain .ui-dialog-titlebar-close {
            background: none;
            border: none;
        }

        .nts-dialog.plain.with-form .ui-widget {
            padding: 0;
        }

    .nts-dialog.overflow {
        /*for wide autocomplete info*/
        overflow: visible !important;
    }




.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #444444;
    white-space: nowrap;
    text-decoration: none;
}

.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-active, .ui-autocomplete .ui-state-focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #008CBA !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background-image: none !important;
}



a,
.nts-link-button,
.lnkEdit,
.link,
div#divPageNavigation span.pg-normal,
.MenuItemHover {
    color: #008CBA;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    margin: 2px !important;
}

.MenuItem {
    margin: 2px !important;
}

    a:hover, .nts-link-button:hover, .lnkEdit:hover, .link:hover, div#divPageNavigation span.pg-normal:hover, .MenuItemHover:hover {
        text-decoration: underline;
    }

    a.secondary,
    .link.secondary {
        color: #999999;
    }

.nts-link-button, .lnkEdit, .link, div#divPageNavigation span.pg-normal {
    color: #008CBA !important;
}

.nts-link-button {
    padding-top: 10px;
    padding-bottom: 10px;
}


.toolbar-fixed-spacer {
    /*margin-top: 40px;*/
}

ul.Toolbar {
    list-style: none;
    background-color: #FFFFFF;
    margin: 0;
    padding: 5px;
    z-index: 100;
    width: 98%;
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

    ul.Toolbar li {
        float: left;
        display: block;
        border: none;
        margin-right: 5px;
        margin-left: 5px;
        border-right: 1px solid #eee;
    }

        ul.Toolbar li:hover {
            background-color: #f7f7f7;
        }

.Toolbar input[type="button"], .Toolbar input[type="submit"] {
    height: 30px;
    text-align: left;
    padding: 5px 15px 5px 26px;
    border: none;
    float: left;
    background-position: 3px center !important;
    background-size: 15px;
    cursor: pointer;
    background-color: transparent;
}

    .Toolbar input[type="button"]:hover, .Toolbar input[type="submit"]:hover {
        color: #008CBA;
    }

.nts-icon-new, .New {
    background: url('images/icons/add.png') no-repeat left;
}

.nts-icon-delete, .Delete {
    background: url('images/icons/delete.png') no-repeat left;
}

.nts-icon-back, .Back {
    background: url('images/icons/back.png') no-repeat left;
}

.nts-icon-save, .Save {
    background: url('images/icons/save.png') no-repeat left;
}

.Clone {
    background: url('images/icons/copy.png') no-repeat left;
}

.Generate {
    background: url('Images/icons/play.png') no-repeat left;
}

.Preview {
    background: url('Images/icons/search.png') no-repeat left;
}

.nts-icon-ticket, .Issue, .IssueOffline, .ConfirmOffline {
    background: url('Images/icons/ticket.png') no-repeat left;
}

.nts-icon-cancel, .Cancel {
    background: url('Images/icons/cancel.png') no-repeat left;
}

.nts-icon-voucher, .Voucher {
    background: url('Images/icons/ticket.png') no-repeat left;
}

.nts-icon-excel, .Excel {
    background: url('Images/icons/excel.png') no-repeat left;
}

.Sort {
    background: url('Images/btnSort.gif') no-repeat left;
}

.UpdateAll {
    background: url('Images/btnSort.gif') no-repeat left;
}

.nts-icon-history, .History, .StatusHistory {
    background: url('Images/icons/history.png') no-repeat left;
}

.nts-icon-print, .Print {
    background: url('Images/icons/print.png') no-repeat left;
}

.nts-icon-warning {
    background: url('Images/icons/warning.png') no-repeat left;
}

.nts-icon-refresh {
    background: url('Images/icons/refresh.png') no-repeat left;
}

.nts-icon-down {
    background: url('Images/icons/down.png') no-repeat left;
}

.nts-icon-email, .Email {
    background: url('Images/icons/email.png') no-repeat left;
}

.nts-icon-cart {
    background: url('Images/icons/cart.png') no-repeat left;
}

    .nts-icon-save:hover,
    .Save:hover,
    .nts-icon-cart:hover {
        color: #30AE30 !important;
    }

.nts-icon-delete:hover,
.Delete:hover,
.nts-icon-warning:hover,
.nts-icon-cancel:hover,
.Cancel:hover {
    color: #CD2E2E !important;
}

.nts-icon-check {
    background: url('images/icons/check.png') no-repeat left;
}

code {
    background-color: initial !important;
    border-color: initial !important;
    border-style: initial !important;
    border-width: initial !important;
    color: initial !important;
    font-family: initial !important;
    font-weight: normal !important;
    padding: initial !important;
}


.text.nts-highlight,
div.btnFilterSelected a {
    color: #EAC200;
    font-weight: bold;
}

.nts-icon.with-text {
    margin-bottom: -3px;
    margin-left: 3px;
}

.nts-splitter {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc;
    display: inline-block;
}

.stars {
    display: inline-block;
}


.nts-foundation-button {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #fff;
    transition: background-color 300ms ease-out;
}

    nts-foundation-button:hover, nts-foundation-button:focus, .nts-foundation-button:hover, .nts-foundation-button:focus {
        background-color: #2285a2;
    }

    nts-foundation-button:hover, nts-foundation-button:focus, .nts-foundation-button:hover, .nts-foundation-button:focus {
        color: #fff;
    }

.manualReservation.nts-form {
    padding: 20px 25px 20px 20px;
}

    .manualReservation.nts-form > .nts-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .manualReservation.nts-form .nts-row {
        margin-bottom: 10px;
    }
        .manualReservation.nts-form .nts-row > div {
            float: left;
        }

        .manualReservation.nts-form .nts-row > div:first-child {
            width: 180px;
            padding-top: 8px;
        }

            .manualReservation.nts-form .nts-row > div:nth-child(2) {
                width:300px;
            }

        .manualReservation.nts-form .nts-row > div.helpText {
            width: 400px;
            margin-left:20px;
        }

            .manualReservation.nts-form .nts-row > div.helpText span {
                line-height:1.4;
            }

    .manualReservation.nts-form .ql-toolbar.ql-snow,
    .manualReservation.nts-form .ql-container {
        width:500px;
    }

    .manualReservation.nts-form .ql-editor{
        min-height:150px;
    }


#divExtraManualEntry .ql-toolbar.ql-snow,
#divExtraManualEntry .ql-container {
    width: 450px;
}

#divHotelManualEntry>div,
#divExtraManualEntry>div {
    background-color: #eee;
    padding: 10px;
    box-sizing: border-box;
    width: 680px;
}

    .divNewEntry>div:first-child {
        width:170px;
    }


.ui-state-focus .nts-text-secondary {
    color:#eee;
}

.nts-input-group {
    display:inline-flex;
}

    .nts-input-group .nts-input-group-label {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        height: 32px;
        padding: 8px 13px;
        box-sizing: border-box;
        background-color: #eee;
        
    }

        .nts-input-group .nts-input-group-label.right {
            border-right: solid 1px #ccc;
            border-radius: 0 3px 3px 0;
        }

        .nts-input-group .nts-input-group-label.left {
            border-left: solid 1px #ccc;
            border-radius: 3px 0 0 3px;
        }

#divRooms {
    border: solid 1px #eee;
    padding: 0 20px;
    background-color: #fefefe;
}

#divRooms .RoomContent {
    border-top: dotted 1px #eee;
    margin-bottom:20px;
}

    #divRooms .RoomContent:first-child {
        border-top:0;
    }

.RoomContent .TravelerContent {
    margin-top:20px;
}


.buttonWithSecondaryAction{    
    display:inline-flex;
}

.buttonWithSecondaryAction div{
    padding-top: 7px;
    padding-left: 20px;
}

.divPayment {
    display:none;
}

.divPayment .panel.callout.radius{
    margin-bottom:0;
}

.callout.warning {
    background-color: rgb(255, 242.85, 216.75);
    color: #0a0a0a;
}

.callout.nts-form > div p:last-child {
    margin-bottom: 0;
}
.divCFTInfo {
    margin-bottom:1.2rem;
}

.divTotalDueInfo {
    margin-left: 0!important;
    margin-bottom: 1.2rem!important;
}

    .divCFTInfo span:not(.secondary):not(.nts-promo) {
        font-size: 1.25rem!important;
    }

ul.nts-fop input[type="radio"] {
    margin-right: .5rem;
}

ul.nts-fop{
    margin-bottom:0;
}

ul.nts-fop li {
    padding: .5rem;
    border: 1px solid #eee;
    border-bottom: 0;
}

    ul.nts-fop li i {
        font-size:1.5rem;
        color:#777;
    }
    

    ul.nts-fop li.active, ul.nts-fop li:hover {
        background-color: #def0fc;
        cursor: pointer;
    }

    ul.nts-fop li.selected {
        background-color: #def0fc;
    }


ul.nts-points {
    margin-bottom: 0;
}

    ul.nts-points li {
        padding: .5rem;
        border: 1px solid #eee;
        border-bottom: 0;
    }

        ul.nts-points li i {
            font-size: 1.5rem;
            color: #777;
        }



.label.nts-promo {
    background-color: #FFF9C4;
    border-radius: 6px;
}
.label {
    margin-bottom: .5rem;
}

.text-small {
    font-size: .8rem;
}

.text-positive {
    color: #30AE30 !important;
    font-weight: 700 !important;
}

input::-webkit-input-placeholder {
    color: #C7C7CD;
    font-style: italic;
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
    color: #C7C7CD;
    font-style: italic;
}

.rblPersonType,
.rblTravelitinerayDiscount,
.rblTravelitinerayFee {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rblPersonType li,
.rblTravelitinerayDiscount li,
.rblTravelitinerayFee li {
    display:inline-block;
}

.divTravelitineraryFee {
    margin-top: 10px;
}

.symbol {
    padding-top: 4px !important;
}

span.equal,
span.equal {
    margin: 5px;
}

.btnInstallmentViewMore {
    width: 32px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 2px solid #10ADDA;
    color: #10ADDA;
    background: transparent;
    height: 32px;
}
.logoFranchise {
    margin-left: .3rem;
    width: 32px;    
}
.logoFranchiseQuotes {
    width: auto !important;
    max-width: 60px !important;
}

.divPoints {
    margin-top: 1em;
}

.divPoints .slider-label-min, .divPoints .slider-label-max {
    position: absolute;
    top: -1.2rem;
    color: #777;
    font-size: .6rem;
}

.divPoints .slider {
    margin-bottom: 0;
    margin-top: 1rem;
}

.divPoints .slider-label-min {
    left: 0;
}

.divPoints .slider-label-max {
    right: 0;
}

div.pagebreak hr {
    border: 0;
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1.5em;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    /*src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);*/
    src: url(password.ttf);
}

.password-type {
    font-family: 'password'!important;
}

/* Dropdown Content (Hidden by Default) */
.divMenuReservationState {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 30px;
}

/* Links inside the dropdown */
.divMenuReservationState a {
    color: #666666;
    padding: 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.divMenuReservationState a:hover {
    color: #008CBA;
}

    .divMenuReservationState img {
        border: 1px solid #DEDFE1;
    }

/* Exchange Actions */
.exchange-actions {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.exchange-actions > div {
    background-color: #EEE;
    padding: 7px;
    margin-bottom: 10px;
    width: 47%;
    float: left;
}

.exchange-actions > div a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 3px;
    display: block;
    font-weight: bold;
    position: relative;
}

.exchange-actions > div a:hover {
    text-decoration: none;
}

.exchange-actions > div a > img {
    position: absolute;
    right: 10px
}

.exchange-actions > div > p {
    padding: 0 5px;
    color: #999999;
}

.exchange-actions > div.cancel {
    margin-right: 13px;
}

.exchange-actions > div.cancel a { 
    background-color: #B20002;
}

.exchange-actions > div.change a {
    background-color: #008CBA;
}

.exchange-actions > div.change a.disabled {
    background-color: #b0b0b0;
    cursor: not-allowed;
}

/* Expenses */
input.expensesPercentage {
    width: 70px !important;
    height: 32px !important;
}

input.expensesAmount {
    width: 150px !important;
    height: 32px !important;
}

div.divBreakdownExpenses {
    position: absolute;
    border: solid 1px black;
    background-color: White;
    z-index: 999999999;
}

div#TravelItinerary div.TravelItineraryExpense {
    margin-bottom: 25px;
}

/*div#TravelItinerary div.TravelItineraryExpense select {
    position: absolute;
    top: -99999em;
    visibility: hidden;
}*/

div#TravelItinerary div.TravelItineraryExpense:last-child {
    margin: 0 !important;
}

div#TravelItinerary div.TravelItineraryExpense p {
    margin-right: 5px;
    margin-bottom: 3px;
}

div#TravelItinerary div.TravelItineraryExpense p.Date {
    float: left !important;
    text-align: left !important;
    color: #999999;
}

div#TravelItinerary div.TravelItineraryExpense p.Amount {
    float: left !important;
    text-align: left !important;
    font-weight: bold;
}

div#TravelItinerary div.TravelItineraryExpense p.Type {
    float: left !important;
    text-align: left !important;
    width: 60px;
}

div#TravelItinerary div.TravelItineraryExpense p.Status {
    float: left !important;
    text-align: left !important;
    width: 50px;
}

div.divTicketCashAmount {
    display: none;
}

.border-collapse-separete-six {
    border-collapse: separate;
    border-spacing: 6px;
}

.border-collapse-separete-three{
    border-collapse: separate;
    border-spacing: 3px;
}

.border-collapse-separete-one {
    border-collapse: separate;
    border-spacing: 1px;
}

.buttonDiscountExceeds {
    width: 48px;
    margin-top: 1rem !important;
    border-radius: 3px !important;
    vertical-align: middle;
    padding: 0.85em 1em !important;
}

/* Tables */
table.nts-table {
    background: white;
    margin-bottom: 1.25em;
    border: solid 1px #dddddd;
}

table.nts-table thead,
table.nts-table tfoot {
    background: whitesmoke;
    font-weight: bold;
}

table.nts-table thead tr th,
table.nts-table thead tr td,
table.nts-table tfoot tr th,
table.nts-table tfoot tr td {
    padding: 0.5em 0.625em 0.625em;
    font-size: 0.875em;
    color: #222222;
    text-align: left;
}

table.nts-table tr th,
table.nts-table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222;
}

table.nts-table tr.even, table.nts-table tr.alt, table.nts-table tr:nth-of-type(even) {
    background: #f9f9f9;
}

table.nts-table thead tr th,
table.nts-table tfoot tr th,
table.nts-table tbody tr td,
table.nts-table tr td,
table.nts-table tfoot tr td {
    display: table-cell;
    line-height: 1.125em;
}

table.nts-table th.thField {
    width: 25%;
}

table.nts-table th.thOldValue,
table.nts-table th.thNewValue {
    width: 37.5%;
}

table.nts-table td {
    line-height: 1.6;
}

.nts-form input[type="checkbox"] + label,
.nts-form input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.44444rem;
    margin-right: 0.88889rem;
    margin-bottom: 0;
    vertical-align: top;
}

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

.hide {
    display: none !important;
}

.wrapperFixedAmount {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 200px 200px auto;
}

.wrapperPorcentageAmount {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 200px 130px 200px auto;
}


.equal {
    height: 32px;
    box-sizing: border-box;
    font: bold 16px Arial;
    }

.divFees {
    border: solid 1px #eee;
    padding: 0 20px;
    background-color: #fefefe;
    margin-bottom: 20px;
}
.Sent {
    color: #1735CE;
    margin-left: 10px !important;
    text-align: right !important;
}
.Rejected {
    color: #E51422;
    margin-left: 10px !important;
    text-align: right !important;
}
.Approved {
    color: #2CD442;
    margin-left: 10px !important;
    text-align:right !important;
}

.expensesButton {
    width: auto !important;
}

.table-offline {
    float: left;
    margin: 1em 0 2em 1em;
    font-size: 0.8em !important;
}

    .table-offline td {
        width: min-content;
    }


.travelerAncillary {
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    margin-bottom: 25px;
}


.TravelTittle {
    background: #EBF4F8;
    min-height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.TravelerSubTittle {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top:11px
}

.TravelerTittle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform:capitalize;
}

.imgTraveler {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 16px;
    margin-left: 10px;
}

.txtSectors {
    width: 116px;
    background: #EBF4F8;
    border-radius: 6px;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 14px;
    mix-blend-mode: normal;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.txtSectors i {
    width: 116px;
    background: #EBF4F8;
    border-radius: 6px;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 14px;
    mix-blend-mode: normal;
}

.DescriptionAnci {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #66666C;
}

.StatusDiv div {
    background: #CFF6DD;
    border-radius: 10px;
    width: fit-content;
    max-height: max-content;
    max-width: 143px;
}

.StatusDiv .Available {
    background: #CFF6DD;
}

.StatusDiv .Cancelled {
    background: #E3E3E3;
}

.StatusDiv .NotAvailable {
    background: #FFBCBC;
}


.StatusDiv i {
    font-size: 8px;
    padding-left: 8px;
    padding-right: 2px;
    vertical-align: middle;
}

.StatusDiv span {
    vertical-align: middle;
    padding-right: 10px;
}

.TtlText {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.divBtnAnci {
    background: #F7F7F7;
    mix-blend-mode: normal;
    border: 1px solid rgba(217, 217, 217, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 80px;
    border-radius: 6px;
    padding:10px 10px 14px 10px;
    word-break:break-word;
}

.ancillary-actions {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,154px));
    gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.ancillary-actions-box {
    display: flex;
}

.ancillary-actions-btn {
    background: #F7F7F7;
    border: 1px solid rgba(217, 217, 217, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
}

.ancillary-actions-box__text {
    color: #202124;
    font-size: 9px;
    text-transform: uppercase;
    font-weight:bold;
    display:table;
}

.ancillary-actions-box__img .img-icon {
    display: block;
    width: 34px;
    height: 34px;
    background-size: contain;
}

.ancillary-actions-box__img .img-icon.btn-seat {
    background-image: url('Images/Ancilliaries/btnSeat.png');
}

.ancillary-actions-box__img .img-icon.btn-bagged {
    background-image: url('Images/Ancilliaries/btnBaggRed.png');
}

.ancillary-actions-box__text .btn-img {
    display: table-cell;
    vertical-align: middle;
}

.ancillary-actions-box__text img {
    width: 10px;
    padding-left:3px;
}

/* Dialog to Point Discount */

.customdialog-dialog-container {
    font-family: Arial, sans-serif;
    width: 100% !important;
    max-width: 357px !important;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: white;
    padding: 0px 0px 0px 0px !important;
}
/* Estilizando la cabecera del diálogo */
.customdialog-dialog-header {
    background-color: #EAF4FF; /* Fondo celeste */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customdialog-like-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #868DA6;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 25px;
    margin-top: -20px;
}

.customdialog-img {
    border-color: #868DA6;
    width: 57px;
    height: 57px;
    border-radius: 50%;
}

button.customdialog-closebutton {
    border: none !important;
    background-color: white !important;
    color: #868DA6 !important;
    font-size: 4px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    align-self: flex-end !important;
    width: 36px !important;
    height: 36px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    background-image: url('Images/closex.png');
    background-size: 24px 24px !important;
    background-position: center !important;
    padding: 0px 0px 0px 0px;
}

/* Estilizando el cuerpo del diálogo */
.customdialog-dialog-body {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customdialog-h2 {
    color: #19213D;
    margin: 0px 0px 0px 0px;
}

.customdialog-description {
    color: #868DA6;
    margin: 5px 0px 10px 0px;
    font-size: 15px;
}

/* Estilizando la información de precios */
.customdialog-price-info {
    background-color: #ffffff;
    flex: 2 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}

.customdialog-price-detail {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0px 0px 0px 0px;
}

.customdialog-discount {
    color: #5D6481;
    font-size: 14px;
    text-decoration: line-through;
    align-self: normal;
    margin: 5px 0px 0px 0px;
    align-self: flex-end;
}

.customdialog-final-price {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    align-self: center;
    color: #19213D;
}

.customdialog-exchange {
    color: #19213D;
    font-size: 20px;
    margin: 0px 0px 1px 4px;
    align-self: self-end;
}

.customdialog-price-updated {
    color: #868DA6;
    font-size: 12px;
}
.installmentsDescription {
    font-size: 0.7rem
}

.partialPaymentHistory {
    height: auto;
    float: right;
    cursor: pointer;
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cell-padding-left {
    padding-left: 22px;
}