﻿/*HomeSearchForm*/
.SearchForm
{
    height: auto;
    background-color: white;
    margin: auto;
}

.SearchForm .Title
{
    font-weight: bold;
    font-size: 16px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #2485D4;
}
.SearchForm .Content{height: auto;padding: 10px 20px 20px 20px;background-color:rgb(100, 170, 230);color:white}
    .SearchForm .Content a {
        color:white;
    }
    .SearchForm .Content a:hover {
        color:orange;
    }
.SearchForm .SearchFooter
{
    padding: 5px 5px 5px 10px;
    height: auto;
    line-height: 35px;
    vertical-align: middle;
    background-color: #2485D4;
    color:white;
}
.CheckBox
{
    margin-left:10px;
}
.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}

.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;
}

/*Result page*/
.SearchParamDomestic
{
    height: 60px;
    width: 100%;
    margin-top: 5px;
    background-color: #4285F4;
    color: White;
}
.SearchParamDomestic .FlightIcon{float: left;height: 60px; padding: 0px;}
.SearchParamDomestic .FlightIcon img{height: 60px;}

.SearchParamDomestic .SearchParamContent{float: left;margin-left: 10px;height: 60px;}
.SearchParamDomestic .SearchParamContent .Itinerary{font-size: 14px; font-weight: bold;margin-top: 14px;}
.SearchParamDomestic .SearchParamContent .FlightDate{margin-top: 4px;}

.SearchParamDomestic .PassengerNumber{float: right; margin-right: 10px;text-align:right;margin-top: 17px;}

/*FareHeader*/
.FareHeader
{
    padding: 5px;
    background-color: #159cdf;
}

.FareHeader .Price .TotalPrice
{
    color: white;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}


/*ProgressBar*/
ul.ProgressBar
{
    display: block;
    height: 25px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background-image: url('/Styles/Images/progress_step_blue.png'); /*RED*/
}

ul.Step1{background-position: 0px 0px;}
ul.Step2{background-position: 0px -25px;}
ul.Step3{background-position: 0px -50px;}

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: 25px;
}

ul.ProgressBar li a, ul.ProgressBar li a:hover
{
    float: left;
    width: 260px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    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
{
    background-color: white;
}

.Box .BoxTitle
{
    background-color: #159cdf;
    height: auto;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    color: White;
}

.Box .BoxContent
{
    padding: 10px;
    border: 1px solid #cacaca;
    border-top: none;
}

/*NormalBox*/
.NormalBox
{
    background-color: White;
}

.NormalBox .Title
{
    background-color: #159cdf;
    height: auto;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    color: White;
}
.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;
}

.NormalBox .BoxFooter
{
    border: 1px solid #cacaca;
    border-top: none;
    padding: 10px;
}

/*Button*/
.ButtonGreen {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
}

    .ButtonGreen:hover {
        border: 1px solid #224b09;
        background-color: #36780f;
        background-image: linear-gradient(to bottom, #36780f, #005900);
        cursor: pointer;
    }

a:link, a:visited {
    color: #6699FF;
    text-decoration: none;
}

/*SortBox*/
.SortBox
{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
    background: #fff;
}

.SortBox .SortLink
{
    padding: 0px 15px 0px 10px;
    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-repeat: no-repeat;
    background-position-y: -22px;
}