/*-----------------------------------------------Flight search form-----------------------------------------------*/
/*SearchForm*/
#SearchForm {
    color: #696969;
    border: 0px solid #159cdf;
    width: 500px;
    height: auto;
    margin: 2px;
    /*Border-radius*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*Background*/
    background: #f2f2f2;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFDEAD), to(#fff));
    background: -moz-linear-gradient(#f2f2f2, #fff 60%);
    /*Shadow*/
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

    #SearchForm .Title {
        font-weight: bold;
        font-size: 16px;
        line-height: 35px;
        vertical-align: middle;
        padding-left: 10px;
        border-bottom: 1px solid #cacaca;
    }

    #SearchForm .Content {
        height: auto;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #cacaca;
    }

        #SearchForm .Content .SelectItinerary {
            margin-bottom: 5px;
            padding: 0px 20px;
        }

        #SearchForm .Content .SelectCity {
            margin-bottom: 10px;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0px 20px;
        }

            #SearchForm .Content .SelectCity .ControlHolder {
                width: 50%;
                float: left;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                padding-right: 10px;
            }

                #SearchForm .Content .SelectCity .ControlHolder + .ControlHolder {
                    padding-left: 10px;
                    padding-right: 0px;
                }

                #SearchForm .Content .SelectCity .ControlHolder input {
                    width: 100%;
                }

        #SearchForm .Content .SelectTime {
            margin-bottom: 10px;
            border-bottom: 1px solid #cacaca;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0px 20px 20px 20px;
        }

            #SearchForm .Content .SelectTime .ControlHolder {
                width: 50%;
                float: left;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                padding-right: 10px;
            }

                #SearchForm .Content .SelectTime .ControlHolder + .ControlHolder {
                    padding-left: 10px;
                    padding-right: 0px;
                }

                #SearchForm .Content .SelectTime .ControlHolder input {
                    width: 130px;
                }

        #SearchForm .Content .SelectPax {
            padding: 0px 20px;
        }

            #SearchForm .Content .SelectPax .ControlHolder {
                width: 25%;
                float: left;
            }

            #SearchForm .Content .SelectPax .ControlHolder > select {
                width: 75px;
            }

    #SearchForm .SearchFooter {
        padding: 10px;
        height: auto;
        line-height: 30px;
        vertical-align: middle;
    }

        #SearchForm .SearchFooter .Hotline {
            background-image: url(';;;;Images/phone-icon.png';;;;);
            height: 30px;
            line-height: 30px;
            width: 150px;
            padding-left: 30px;
            background-position: left;
            background-repeat: no-repeat;
            font-weight: bold;
            font-size: 16px;
            vertical-align: middle;
            float: left;
        }

        #SearchForm .SearchFooter .HelpInfo {
            float: right;
            margin-right: 10px;
        }

        #SearchForm .SearchFooter .SearchButton {
            float: right;
        }

            #SearchForm .SearchFooter .SearchButton input {
                width: 100px;
            }

/*SearchFormMini*/
#SearchFormMini {
    color: #696969;
    width: 100%;
    height: auto;
    /*Border-radius*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*Background*/
    background: #fff;
}

    #SearchFormMini .Title {
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        color: White;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background: #0789BF;
        background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
        background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
        background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
    }

    #SearchFormMini .Content {
        height: auto;
        padding: 10px 0px 10px 0px;
        border: 1px solid #cacaca;
        border-top: none;
    }

        #SearchFormMini .Content .SelectItinerary {
            margin-bottom: 5px;
            padding: 0px 10px;
            text-align: center;
        }

        #SearchFormMini .Content .SelectCity {
            margin-bottom: 10px;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0px 10px;
        }

            #SearchFormMini .Content .SelectCity .ControlHolder {
                width: 100%;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                margin-top: 10px;
            }

                #SearchFormMini .Content .SelectCity .ControlHolder + .ControlHolder {
                    margin-top: 10px;
                }

                #SearchFormMini .Content .SelectCity .ControlHolder input {
                    width: 100%;
                }

        #SearchFormMini .Content .SelectTime {
            margin-bottom: 10px;
            border-bottom: 1px solid #cacaca;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 0px 10px 10px 10px;
        }

            #SearchFormMini .Content .SelectTime .ControlHolder {
                width: 50%;
                float: left;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                padding-right: 5px;
            }

                #SearchFormMini .Content .SelectTime .ControlHolder + .ControlHolder {
                    padding-left: 5px;
                    padding-right: 0px;
                }

                #SearchFormMini .Content .SelectTime .ControlHolder input {
                    width: 75px;
                    font-size: 12px;
                }

        #SearchFormMini .Content .SelectPax {
            padding: 0px 10px;
        }

            #SearchFormMini .Content .SelectPax .ControlHolder {
                width: 33%;
                float: left;
                padding-right: 5px;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

                #SearchFormMini .Content .SelectPax .ControlHolder + .ControlHolder + .ControlHolder {
                    padding-right: 0px;
                }

                #SearchFormMini .Content .SelectPax .ControlHolder select {
                    width: 100%;
                }

    #SearchFormMini .SearchFooter {
        padding: 10px;
        height: auto;
        line-height: 30px;
        vertical-align: middle;
        border: 1px solid #cacaca;
        border-top: none;
        border-radius: 0px 0px 5px 5px;
    }

        #SearchFormMini .SearchFooter .Hotline {
            background-image: url(';;;;Images/phone-icon.png';;;;);
            height: 30px;
            line-height: 30px;
            width: 150px;
            padding-left: 30px;
            background-position: left;
            background-repeat: no-repeat;
            font-weight: bold;
            font-size: 16px;
            vertical-align: middle;
            float: left;
        }

        #SearchFormMini .SearchFooter .HelpInfo {
            float: right;
            margin-right: 10px;
        }

        #SearchFormMini .SearchFooter .SearchButton {
            float: right;
        }

            #SearchFormMini .SearchFooter .SearchButton input {
                width: 100px;
            }


.TextBox {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 25px;
    padding-left: 3px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .TextBox:focus {
    }

.Dropdown {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 25px;
    padding-left: 3px;
}

.PointLabel {
    font-size: 13px;
    background-image: url(';;;;/Styles/Images/point.png';;;;);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
    padding: 10px 0px 10px 40px;
    color: #716d6e;
    background-color: #efe9e9;
    white-space: nowrap;
    width: 70px;
}

.PointTextBox {
    font-size: 13px;
    width: 325px;
    border: 1px solid #efe9e9;
    height: 34px;
    padding-left: 20px;
    color: #716d6e;
}

.CalendarLabel {
    font-size: 13px;
    background-image: url(';;;;/Styles/Images/cal.png';;;;);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
    padding: 10px 0px 10px 40px;
    color: #716d6e;
    background-color: #efe9e9;
    white-space: nowrap;
    width: 70px;
}

.CalTextBox {
    font-size: 13px;
    width: 80px;
    border: 1px solid #efe9e9;
    height: 34px;
    padding-left: 20px;
    color: #716d6e;
}

.PaxDropDown {
    font-size: 13px;
    width: 90px;
    border: 1px solid #efe9e9;
    height: 34px;
    padding-left: 20px;
    color: #716d6e;
}

.ItineraryRadio {
    font-size: 14px;
}

/*SuggestionCity*/
.SuggestionCity {
    overflow: hidden;
    z-index: 99999;
    position: absolute;
    min-width: 218px !important;
    width: auto !important;
    background: #fff;
    border: 1px solid #CCCCCC;
}

    .SuggestionCity .SuggestionCityTitle {
        font-weight: bold;
        padding: 5px;
        background-color: #F0F0F0;
    }

    .SuggestionCity .SuggestionCityContent {
    }

        .SuggestionCity .SuggestionCityContent ul {
            width: 100%;
            list-style-position: outside;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .SuggestionCity .SuggestionCityContent li {
            margin: 0px;
            display: block;
            overflow: hidden;
        }

            .SuggestionCity .SuggestionCityContent li a {
                padding: 5px 8px;
                display: inline-block;
                width: 100%;
                color: #222;
            }

            .SuggestionCity .SuggestionCityContent li:hover {
                background: #216cbd;
                color: White;
            }

                .SuggestionCity .SuggestionCityContent li:hover a {
                    color: #FFF;
                    text-decoration: none;
                }

.SuggestionCountry {
    white-space: nowrap;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-width: 220px;
    max-height: 210px !important;
    overflow: auto;
}

.NavBar {
    font-size: 11px;
    font-weight: normal;
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

    .NavBar .LanguageBar {
        margin-right: 5px;
        float: right;
    }

    .NavBar .CurrencyBox {
        margin-right: 5px;
        float: right;
    }

/*-----------------------------------------------Result page-----------------------------------------------*/

.SearchLoadingLogo {
    text-align: center;
    margin-top: 100px;
}

.SearchLoadingTitle {
    padding-top: 20px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #0084B5;
}

.SearchLoadingParams {
    margin-left: 10px;
    margin: auto;
}

    .SearchLoadingParams .Itinerary {
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .SearchLoadingParams .FlightDate {
        margin-bottom: 10px;
        text-align: center;
    }

.SearchLoadingProgress {
    padding-top: 20px;
    margin: auto;
    text-align: center;
}



/*ProgressBar*/
ul.ProgressBar {
    display: block;
    height: 23px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 750px;
    /*background-image: url(';;;;../../Images/progress_step.png';;;;);*/
    background-image: url(';;;;../../Images/progress_step_blue.png';;;;);
}

ul.Step1 {
    background-position: 0px 0px;
}

ul.Step2 {
    background-position: 0px -23px;
}

ul.Step3 {
    background-position: 0px -46px;
}

ul.ProgressBar li {
    float: left;
    margin-right: 5px;
}

    ul.ProgressBar li.last {
        float: right;
        margin-right: 0px;
    }

    ul.ProgressBar li a span {
        display: inline-block;
        height: 23px;
    }

    ul.ProgressBar li a, ul.ProgressBar li a:hover {
        float: left;
        width: 230px;
        height: 23px;
        text-align: center;
        text-decoration: none;
        line-height: 23px;
        cursor: default;
        font-size: 12px;
    }

ul.Step1 a#step1 {
    color: White;
}

ul.Step1 a#step2 {
    color: #696969;
}

ul.Step1 a#step3 {
    color: #696969;
}

ul.Step2 a#step1 {
    color: White;
    cursor: pointer;
}

ul.Step2 a#step2 {
    color: White;
}

ul.Step2 a#step3 {
    color: #696969;
}

ul.Step3 a#step1 {
    color: White;
}

ul.Step3 a#step2 {
    color: White;
}

ul.Step3 a#step3 {
    color: White;
}

/*Box*/
.Box {
}

    .Box .BoxTitle {
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        color: White;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background: #0789BF;
        background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
        background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
        background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
    }

    .Box .BoxContent {
        padding: 10px;
        border: 1px solid #cacaca;
        border-top: none;
        border-radius: 0px 0px 5px 5px;
        background-color: white;
    }

/*NormalBox*/
.NormalBox {
}

    .NormalBox .Title {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
        color: White;
        background: #0789BF;
        background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
        background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
        background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
    }

        .NormalBox .Title a:link, a:visited {
            color: White;
        }

    .NormalBox .Header {
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
        border: 1px solid #cacaca;
        border-top: none;
    }

        .NormalBox .Header a:link, a:visited {
            color: White;
        }

    .NormalBox .Content {
        padding: 10px;
        border: 1px solid #cacaca;
        border-top: none;
        background-color: White;
    }

    .NormalBox .BoxFooter {
        border: 1px solid #cacaca;
        border-top: none;
        padding: 10px;
    }

.RadiusBottom {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
}

/*Button*/
.ButtonGreen {
    border: 0px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background: #0789BF;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
    background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
    background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
    cursor: pointer;
}

    .ButtonGreen:hover {
        border: 0px solid #1c5675;
        background: #0789BF;
    }

/*Result page*/
.SearchParam {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 7px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    background-color: #fff;
}

    .SearchParam .FlightIcon {
        float: left;
        padding: 0px;
    }

        .SearchParam .FlightIcon img {
            height: 50px;
        }

    .SearchParam .SearchParamContent {
        float: left;
        margin-left: 10px;
    }

        .SearchParam .SearchParamContent .Itinerary {
            font-size: 14px;
            font-weight: bold;
        }

        .SearchParam .SearchParamContent .FlightDate {
            margin-top: 4px;
        }

    .SearchParam .PassengerNumber {
        float: right;
        margin-right: 5px;
    }

.SortBox {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    padding: 6px;
    background-color: #fff;
    margin-top: 5px;
}

/*Flight detail*/
.Left {
    float: left;
    margin-right: 10px;
    width: 250px;
}

.Right {
    float: left;
}

.BoxFareOption {
    margin-bottom: 20px;
    width: 750px;
}

.FareHeader {
    padding: 0px 5px;
    color: White;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #0789BF;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
    background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
    background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
}

    .FareHeader .Price {
        float: left;
        margin-left: 10px;
        cursor: pointer;
    }

        .FareHeader .Price .TotalPrice {
            color: #fff;
            font-size: 1.6667em;
            text-transform: uppercase;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
        }

        .FareHeader .Price .TotalPriceTitle {
            color: #fff;
            text-transform: uppercase;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
            font-weight: bold;
            font-size: 14px;
        }

    .FareHeader .GDS {
    }

    .FareHeader .Lowcost {
        background-image: url(/Images/lowcost.jpg);
        background-repeat: no-repeat;
        width: 20px;
        height: 30px;
        float: left;
    }

    .FareHeader .PriceDetailLink {
        float: left;
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

        .FareHeader .PriceDetailLink a:link, a:visited {
            color: White;
        }

.PriceDetail {
    padding: 10px;
    border: 1px solid #cacaca;
    border-top: none;
    border-bottom: none;
}

.TablePrice {
}

    .TablePrice .ItemHeader {
        font-weight: bold;
        line-height: 20px;
        padding-top: 5px;
    }
        
        .TablePrice .PassengerNo {
            width: 35px;
            line-height: 20px;
            padding-top: 5px;
        }
        .TablePrice .PassengerType {
            display: table-cell !important;
            line-height: 20px;
            padding-top: 5px;
        }

    .TablePrice .ItemPrice {
        text-align: right;
        font-weight: bold;
        line-height: 20px;
        /*padding-top: 5px;*/
        padding-left: 20px;
    }

        .TablePrice .ItemPrice .Currency {
            color: #666666;
            font-weight: bold;
        }

.TotalPrice {
}

    .TotalPrice .Price {
        color: #FF6600;
        font-weight: bold;
    }

.Currency {
    color: #666666;
    font-weight: bold;
}

.GrandPrice {
    color: #FF6600;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}


/*FareFlightContent*/
.FareFlightContent {
    border: 1px solid #cacaca;
    border-top: none;
    background-color: white;
}

    .FareFlightContent .FilghtItem {
    }

        .FareFlightContent .FilghtItem .FlightDirection {
            font-size: 12px;
            font-weight: normal;
            padding: 7px;
            color: #000;
            text-align: left;
            margin-bottom: 5px;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
            background-color: #FFFFCC;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        }
        
            .FareFlightContent .FilghtItem .FlightDirection label {
                display: none;
            } 

            .FareFlightContent .FilghtItem .FlightDirection img {
                margin-right: 5px;
            }

        .FareFlightContent .FilghtItem .FilghtInfo {
            padding: 5px;
            margin: 5px;
            border-radius: 5px;
            border: 1px solid #cacaca;
        }

            /*FilghtInfoSummary*/
            .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary {
                float: left;
                width: 680px;
            }

                .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Airline {
                    text-align: center;
                    width: 80px;
                    padding-right: 20px;
                    padding-left: 10px;
                }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Airline img {
                        max-width: 80px;
                        max-height: 30px;
                    }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Airline .AirlineName {
                        font-size: 10px;
                    }

                .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Point {
                    width: 170px;
                }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Point .City {
                        font-size: 14px;
                        font-weight: bold;
                    }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Point .Time {
                        color: #0084B5;
                        font-size: 16px;
                        background-repeat: no-repeat;
                        margin-top: 2px;
                    }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Point .AirportName {
                        font-size: 11px;
                    }

                .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Detail {
                    font-size: 11px;
                }

                    .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Detail a {
                    }

                        .FareFlightContent .FilghtItem .FilghtInfo .FilghtInfoSummary .Detail a:hover {
                        }

            .FareFlightContent .FilghtItem .FilghtInfo .SelectRadioButton {
                text-align: center;
            }

                .FareFlightContent .FilghtItem .FilghtInfo .SelectRadioButton input {
                }

            /*FlightInfoDetails*/
            .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetailsMaster {
                padding: 0px;
            }

            .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails {
                background-color: White;
            }

                .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsTitle {
                    background-color: #e0e0e0;
                    height: auto;
                    line-height: 25px;
                    vertical-align: middle;
                    padding-left: 10px;
                    font-weight: bold;
                }

                .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .NonRefundMessage {
                    float: right;
                    padding-right: 10px;
                    font-weight: normal;
                }

.NonRefundMessage {
}

.HideDetail {
    text-align: right;
    font-size: 11px;
    padding-right: 195px;
}

.FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent {
    padding: 0px;
}

    .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Airline {
        text-align: center;
        width: 80px;
        padding-right: 20px;
        padding-left: 10px;
    }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Airline img {
            max-width: 80px;
            max-height: 30px;
        }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Airline .AirlineName {
            font-size: 10px;
        }


    .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart {
        width: 170px;
        padding-left: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart .City {
            font-size: 14px;
            font-weight: bold;
        }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart .Time {
            font-size: 11px;
        }

            .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart .Time .TimeTitle {
                font-weight: bold;
            }

            .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart .Time .TimeDetail {
                font-size: 15px;
                background-repeat: no-repeat;
                margin-top: 2px;
                color: #0084B5;
            }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Depart .AirportName {
            font-size: 11px;
        }


    .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Detail {
        font-size: 11px;
    }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Detail .FlightAirlineDetail {
            font-size: 15px;
            background-repeat: no-repeat;
            color: #0084B5;
        }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Detail .FlightTimeDetail {
            font-weight: bold;
        }

        .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Detail a {
            color: #838383;
            text-decoration: none; /*font-size: 14px;*/ /*font-weight: bold;*/
        }

            .FareFlightContent .FilghtItem .FilghtInfo .FlightInfoDetails .FlightInfoDetailsContent .Detail a:hover {
            }

.FareFlightContent .FilghtItem .StopBar {
    background-color: #F0F0F0;
    border: 1px solid #cacaca;
    font-size: 11px;
    text-align: center;
    padding: 2px 0px 2px 15px;
    border-left: none !important;
    border-right: none !important;
    margin-left: -5px;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    line-height: 20px;
    vertical-align: middle;
}

.FareFlightContent .FilghtItem .NoBottom {
    border-bottom: 0;
}

.FareFlightContent .FilghtItem .NoTop {
    border-top: 0;
}

.FareFlightContent .FilghtItem .StopBar img {
    margin-bottom: -1px;
}


.FareFooter {
    padding: 5px;
    border: 1px solid #cacaca;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
}

    .FareFooter .ContinueButton {
        text-align: right;
    }
        
        .ContinueButton .FareRule {
            float: left;
        }

        .FareFooter .ContinueButton .ButtonContinue {
            color: #fff;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
            border: 0;
            font-size: 14px;
            padding: 5px 25px;
            background-color: #216cbd;
            background-image: linear-gradient(to bottom, #216cbd 0px, #056BA9 100%);
            background-repeat: repeat-x;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
        }

/*Paging*/
.PageNumber {
    float: right;
    margin-top: 10px;
}

    .PageNumber a {
        padding: 3px 9px;
        margin: 2px;
        cursor: pointer;
    }

        .PageNumber a.visited, .PageNumber a:hover {
            color: White;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
            border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            -ms-border-radius: 3px 3px 3px 3px;
            background: #0789BF;
            background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#07ACFD), to(#0789BF));
            background: -moz-linear-gradient(#07ACFD, #0789BF 60%);
            background: -ms-linear-gradient(top, #07ACFD 0%, #0789BF 60%);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            text-decoration: none;
        }

/*Sorting*/
.SortLink {
    padding: 0px 10px 0px 10px;
    color: #8C030A;
    /*height: 22px;*/
    display: inline-block;
    text-decoration: none;
}

.Ascending {
    font-weight: bold;
    text-decoration: underline;
    padding-right: 14px;
    background-image: url(/Images/sort_arrows.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.Descending {
    font-weight: bold;
    text-decoration: underline;
    padding-right: 14px;
    background-image: url(/Images/sort_arrows.gif);
    background-position: right bottom;
    background-position-y: -22px;
    background-repeat: no-repeat;
}

.TotalPrice {
    color: #7db921;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
}


.Next {
    text-align: right;
    margin-top: 10px;
}

    .Next a {
        color: #FFFFFF;
        text-decoration: none;
    }

.Previous {
}

    .Previous a {
        color: #FFFFFF;
        text-decoration: none;
    }

.TravelBuddy {
    float: right;
}

.RemarkTextBox {
    width: 100%;
    max-width: 100%;
}


.InfoBox {
    margin-top: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #FFFFCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .InfoBox .InfoBoxContent {
        padding: 10px;
    }

    .InfoBox .Summary {
        padding: 10px;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        text-align: right;
    }

.OrderMessage {
    border: 1px solid #cacaca;
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .OrderMessage .BookingOKIcon {
        height: 30px;
        margin-bottom: -6px;
        margin-right: 5px;
    }

    .OrderMessage .OrderMessageTitle {
        font-size: 20px;
        padding: 10px;
        font-weight: bold;
    }

    .OrderMessage .BookingCodeLabelOK {
        color: #81CB21;
    }

    .OrderMessage .BookingCodeLabelFail {
        color: #666666;
    }

.BookingCodeOK {
    color: #1093CC;
}

.OrderMessage .BookingCodeFail {
    color: #FF6600;
}

.OrderMessage .OkMessage {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #EAFFE9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    border: 1px solid #42D242;
}

.OrderMessage .FailMessage {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #F7F7F7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    border: 1px solid #A5A5A5;
}

/*Loading panel*/
.PopupScreen {
    position: fixed;
    display: block;
    visibility: visible;
    top: 0px;
    left: 0px;
    /*background: url(';;;;/Styles/images/transparent-bg.png';;;;);*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.Loading {
    display: block;
    position: absolute;
    visibility: visible;
    z-index: 1000;
    text-align: center;
    width: 990px;
    top: 150px;
}

.LoadingContent {
    padding: 5px;
    width: 70px;
    height: 70px;
    margin: auto;
    border: 1px solid gray;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    background-color: White;
}

.LoadingBooking {
    display: block;
    position: fixed;
    visibility: visible;
    z-index: 1000;
    text-align: center;
    width: 980px;
    top: 25%;
}

.LoadingContentBooking {
    padding: 25px;
    width: 600px;
    height: 300px;
    margin: auto;
    border: 1px solid gray;
    /*Border-radius*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*Background*/
    background: #f2f2f2;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#f2f2f2), to(#fff));
    background: -moz-linear-gradient(#f2f2f2, #fff 60%);
    /*Shadow*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

    .LoadingContentBooking .LoadingBookingTitle {
        padding-top: 20px;
        margin: auto;
        text-align: center;
        font-size: 16px;
        color: #0084B5;
    }


/*Basket details*/
.BasketLeft
{
    width: 750px;
    float: left;
    padding: 0px 0px 10px 0px;
    display: inline-block;
}

    .BasketLeft .InvoiceInfo {
        width: auto;
        padding-right: 10px;
    }
        .BasketLeft .InvoiceInfo .InvoiceColumn {
            float: left;
            width: 33%;
            margin-bottom: 5px;
        }
            .BasketLeft .InvoiceInfo .InvoiceColumn input {
                width: 90%;
            }
            .BasketLeft .InvoiceInfo .InvoiceColumn select {
                width: 90%;
            }

        .BasketLeft .InvoiceInfo .InvoiceColumn2 {
            float: left;
            width: 66%;
            margin-bottom: 5px;
        }
            .BasketLeft .InvoiceInfo .InvoiceColumn2 input {
                width: 45%;
            }
            .BasketLeft .InvoiceInfo .InvoiceColumn2 select {
                width: 45%;
            }

    .BasketLeft .WhiteBoxContent {
        width: auto;
    }
        .BasketLeft .WhiteBoxContent .AdultGender {
            float: left;
            width: 12%;
            margin-bottom: 5px;
        }
            .BasketLeft .WhiteBoxContent .AdultGender select {
                width: 90%;
            }

        .BasketLeft .WhiteBoxContent .AdultName {
            float: left;
            width: 33%;
            margin-bottom: 5px;
        }
            .BasketLeft .WhiteBoxContent .AdultName input {
                width: 90%;
            }

    #ContactInfo .Content {
        height: auto;
        padding: 10px 0px 10px 10px;
        border: 1px solid #cacaca;
        border-top: none;
    }

        .BasketLeft .ContentLeft
        {
            float: left;
            width: 40%;
            margin-bottom: 5px;
        }
            .BasketLeft .ContentLeft select {
                width: 20%;
            }
            .BasketLeft .ContentLeft input {
                width: 88%;
                text-align: left;
            }
            .BasketLeft .ContentLeft input[type="checkbox"] {
                width: auto;
            }
            .BasketLeft .ContentLeft label {                
                margin-top: -3px;
            }
            .BasketLeft .ContentLeft select + input {
                width: 67%;
            }

        .BasketLeft .ContentRight
        {
            float: left;
            width: 58%;
            margin-bottom: 5px;
        }
            .BasketLeft .ContentRight input {
                width: 88%;
            }

.BasketRight
{
    width: 220px;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-left: 10px;
}

.BaggagesLeft {
    float: left;
    width: 110px;
    margin-bottom: 5px;
}

.BaggagesRight {
    float: left;
    width: 80%;
    margin-bottom: 5px;
}

    .BaggagesRight select {
        width: 250px;
    }

.col-md-6 {
    float: left;
    width: 50%;   
}
.col-md-1 {
    float: left;
    width: 10%;   
}
.col-md-2 {
    float: left;
    width: 20%;   
}