﻿body {
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #6699FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

div {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-weight: bold;
}

h1 {
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    margin: 0px auto 0px auto;
}

.header {
    height: auto;
    min-height: 70px;
}

    .header .banner {
        float: left;
        padding: 7px;
    }

        .header .banner img {
            vertical-align: middle;
        }

    .header .account {
        float: right;
        padding: 10px;
        text-align: right;
    }

.footer {
    bottom: 0px;
    background: #159cdf;
    color: white;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    position: absolute;
}

.NavBar {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #FFFFFF;
    text-align: right;
}

    .NavBar .LanguageBar {
        margin-right: 5px;
        float: right;
    }

    .NavBar .Currency {
        margin-right: 5px;
        float: right;
    }

.main {
    padding: 5px;
    margin: 0px auto 0px auto;
}

.content {
    width: 1100px;
    margin: auto;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    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;
}

    fieldset legend {
        font-weight: 600;
        padding: 0px 10px;
        background: white;
    }

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*Global*/
.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.MarginTop {
    margin-top: 10px;
}

.MarginBottom {
    margin-bottom: 10px;
}

.ShadowBold {
    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);
}

.ShadowNormal {
    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);
}

.Center {
    text-align: center;
}

.TextShadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.BlueGradient {
    background: #0A65EE;
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#0A65EE), to(#44A2FE));
    background: -moz-linear-gradient(#0A65EE, #44A2FE 60%) !;
    background-image: -ms-linear-gradient(#0A65EE, #44A2FE 60%);
}

.GrayGradient {
    background: #F0F0F0;
    background: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#F0F0F0), to(#FFFFFF));
    background: -moz-linear-gradient(#F0F0F0, #FFFFFF 70%) !;
    background-image: -ms-linear-gradient(#F0F0F0, #FFFFFF 70%);
}

.GreenGradient {
    background: #00CC00;
    background: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#00CC00), to(#009900));
    background: -moz-linear-gradient(#00CC00, #009900 70%) !;
    background-image: -ms-linear-gradient(#00CC00, #009900 70%);
}

.RedGradient {
    background: #CC0000;
    background: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#CC0000), to(#FF0000));
    background: -moz-linear-gradient(#CC0000, #FF0000 70%) !;
    background-image: -ms-linear-gradient(#CC0000, #FF0000 70%);
}

.NoBottom {
    border-bottom: 0 !important;
}

.NoTop {
    border-top: 0 !important;
}

.BorderTop {
    border-top: 1px solid #cacaca;
}

.BorderBottom {
    border-bottom: 1px solid #cacaca;
}

.NoBorder {
    border: 0 !important;
}

.FontSize9 {
    font-size: 9px;
}

.FontSize10 {
    font-size: 10px;
}

.FontSize11 {
    font-size: 11px;
}

.FontSize12 {
    font-size: 12px;
}

/*WhiteBox*/
.WhiteBox {
    border: 1px solid #cacaca;
    background-color: White;
}

    .WhiteBox .WhiteBoxTitle {
        border-bottom: 1px solid #cacaca;
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
    }

        .WhiteBox .WhiteBoxTitle a:link, a:visited {
        }

    .WhiteBox .WhiteBoxContent {
        padding: 10px;
    }

    .WhiteBox .WhiteBoxFooter {
        border-top: 1px solid #cacaca;
        padding: 10px;
    }

/*GrayBox*/
.GrayBox {
    background-color: White;
}

    .GrayBox .Title {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background-color: #e0e0e0;
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
    }

        .GrayBox .Title a:link, a:visited {
        }

    .GrayBox .Header {
        height: auto;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 10px;
        font-weight: bold;
        border: 1px solid #e0e0e0;
        border-top: none;
    }

        .GrayBox .Header a:link, a:visited {
        }

    .GrayBox .Content {
        padding: 5px;
        border: 1px solid #e0e0e0;
        border-top: none;
    }

    .GrayBox .BoxFooter {
        border: 1px solid #e0e0e0;
        border-top: none;
        padding: 10px;
    }

.PopupArea {
    display: block;
    position: absolute;
    visibility: visible;
    z-index: 1003;
    width: 100%;
    top: 30%;
    left: 0;
}

.MessageBox {
    z-index: 1000;
    width: 400px;
    margin: 0px auto 0px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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: #fff;
}

    .MessageBox .MessageBoxHeader {
        border-bottom: 1px solid #cacaca;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

    .MessageBox .MessageBoxContent {
        padding: 10px;
        min-height: 60px;
    }

.LeftContent {
    float: left;
    width: 430px;
    min-height: 400px;
    margin-right: 10px;
}

.CenterContent {
    float: left;
    width: 330px;
    min-height: 400px;
    margin-right: 10px;
}

.RightContent {
    float: right;
    width: 180px;
    min-height: 400px;
    background-color: #CCCCCC;
    padding: 10px;
    text-align: center;
}


/*Result page*/
.SearchParam {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #cacaca;
    background: #fff;
}

    .SearchParam .FlightIcon {
        float: left;
        height: 60px;
        padding: 0px;
    }

        .SearchParam .FlightIcon img {
            height: 60px;
        }

    .SearchParam .SearchParamContent {
        float: left;
        width: 100%;
    }

        .SearchParam .SearchParamContent .Itinerary {
            font-size: 20px;
        }

        .SearchParam .SearchParamContent .FlightDate {
            margin-top: 4px;
        }

    .SearchParam .PassengerNumber {
        float: right;
        margin-right: 5px;
    }

.SearchParamContentPageLoad {
    margin-left: 10px;
    margin: auto;
}

    .SearchParamContentPageLoad .Itinerary {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .SearchParamContentPageLoad .FlightDate {
        margin-bottom: 10px;
        text-align: center;
    }

/*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: fixed;
    visibility: visible;
    z-index: 1000;
    text-align: center;
    width: 1100px;
    top: 45%;
}

.LoadingContent {
    padding: 10px;
    width: 100px;
    height: 100px;
    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: 230px;
    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;
}

    .LoadingContentBooking .LoadingBookingTitle {
        color: #159cdf;
        font-size: 18px;
    }

.ResultLeft {
    width: 250px;
    float: left;
    padding: 0px 0px 10px 0px;
}

.ResultRight {
    width: 840px;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-left: 10px;
}

.BasketRight {
    width: 250px;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-left: 10px;
}

.BasketLeft {
    width: 840px;
    float: left;
    padding: 0px 0px 10px 0px;
}

.ResultRight .RightBanner {
    margin-top: 10px;
}

    .ResultRight .RightBanner img {
        width: 220px;
        border: 1px solid #cacaca;
    }

.ResultContinue {
    padding: 10px 0px 10px 0px;
    text-align: right;
}


.MessageBar {
    margin: 5px 0px 5px 0px;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    padding: 5px;
    background-color: #FEEE9D;
    border-top-color: #FFCC00;
    border-bottom-color: #FFCC00;
}



.Tooltip {
    padding: 10px;
    overflow: hidden;
    z-index: 99999;
    position: absolute;
    min-width: auto !important;
    width: auto !important;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
}

.ButtonFloatRight {
    float: right;
    margin-left: 8px;
}

.ButtonFloatLeft {
    float: left;
    margin-right: 8px;
}

.moduleTitle {
    float: left;
    font-weight: bold;
    line-height: 27px;
    padding-left: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.moduleAction {
    float: right;
}

.donotHightLightSelection {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

fieldset {
    border: 1px solid #ddd;
    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;
}

    fieldset legend {
        font-weight: 600;
        padding: 0px 10px;
        background: white;
    }

.module-header {
    margin-bottom: 10px;
}

.FreezeBox {
    position: fixed;
    top: 0px;
    z-index: 4;
    width: 100%;
    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);
    border: none !important;
}

/*Article*/
.article-title {
    color: #0075B0;
    font-size: 18px;
}
.article-info {
    font-size: 11px;
}
.article-desc {
    font-weight: bold;
    margin: 10px 0px;
    line-height: 18px;
}
ul.list-article-link {

}
ul.list-article-link li{
    line-height: 22px;
}
.list-article {
    margin-bottom: 10px;
    margin-top: 10px;
}
.list-article .list-article-thumb {
    float: left;
    width: 80px;
}
.list-article .list-article-thumb img{
    width: 80px;
    height: 60px;
}
.list-article .list-article-desc {
    float: left;
    width: 160px;
    margin-left: 10px;
}

.dxgvHeader_MetropolisBlue {
    text-align: center;
    font-weight: bold;
}