﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue" , "Lucida Grande" , "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #444444;
}

a:link, a:visited
{
    color: #6699FF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* 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;
}

.Main
{
    padding: 0px;
    margin: 0px auto 0px 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
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.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%);
}

.FontSize9{font-size: 9px;}
.FontSize10{font-size: 10px;}
.FontSize11{font-size: 11px;}
.FontSize12{font-size: 12px;}

/*WhiteBox*/
.WhiteBox
{
    
}

.WhiteBox .WhiteBoxTitle
{
    height: auto;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    background-color: #FFFFCC;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #cacaca;
}

.WhiteBox .WhiteBoxTitle a:link, a:visited{}

.WhiteBox .WhiteBoxContent
{
    border: 1px solid #cacaca;
    border-top: none;
    padding: 10px;
    background-color: White;
    border-radius: 0px 0px 5px 5px;
}

.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;
}

.NoBottom
{
    border-bottom: 0!important;
}

.NoTop
{
    border-top: 0!important;
}

.BorderTop
{
    border-top: 1px solid #cacaca;
}

.BorderBottom
{
    border-bottom: 1px solid #cacaca!important;
}

.NoBorder
{
    border: 0!important;
}

.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;
}

/*Flight result*/
.ResultLeft
{
    width: 220px;
    float: left;
    padding: 0px 0px 10px 0px;
}

.ResultRight
{
    width: 750px;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-left: 10px;
}

.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: 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);
}

div.RadToolTip {
    text-shadow: none;
}

.details {
    background-position: right center;
    padding: 0px 15px 0px 0px;
    background-image: url('Images/detail_arrow.png');
    cursor: pointer;
    text-decoration: none;
    background-repeat: no-repeat;
}

.details_selected {
    background-position: right center;
    padding: 0px 15px 0px 0px;
    background-image: url('Images/detail_arrow_s.png');
    cursor: pointer;
    text-decoration: none;
    background-repeat: no-repeat;
}

.Validator {
    font-size: 11px;
    color: red;
    line-height: 11px;
}

/*Payment methods*/
.wrapper {
    width: 100%;
    margin: 0px auto;
    min-height: 150px;
    background-color: #FFFFFF;
}

    .wrapper h1, .wrapper h4, .wrapper p, .wrapper pre, .wrapper ul, .wrapper li {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        background: transparent;
    }

    .wrapper li {
        outline: 0;
        text-decoration: none;
        -webkit-transition-property: background color;
        -moz-transition-property: background color;
        -o-transition-property: background color;
        -ms-transition-property: background color;
        transition-property: background color;
        -webkit-transition-duration: 0.12s;
        -moz-transition-duration: 0.12s;
        -o-transition-duration: 0.12s;
        -ms-transition-duration: 0.12s;
        transition-duration: 0.12s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

#v-nav {
    height: 100%;
    margin: auto;
    text-transform: capitalize;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue" , "Lucida Grande" , "Segoe UI";
    color: #444444;
}

    #v-nav > ul {
        float: left;
        width: 230px;
        display: block;
        position: relative;
        top: 0;
        border: 1px solid #DDD;
        border-right-width: 0;
        margin: auto 0 !important;
        padding: 0;
        cursor: pointer;
    }

        #v-nav > ul > li {
            width: 200px;
            cursor: pointer;
            list-style-type: none;
            display: block;
            text-shadow: 0px 1px 1px #F2F1F0;
            position: relative;
            border-right-width: 0;
            border-bottom: 1px solid #DDD;
            margin: auto;
            padding: 10px 15px !important;
            background: whiteSmoke; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
            background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
        }

            #v-nav > ul > li.current {
                color: black;
                border-right: none;
                z-index: 10;
                background: white !important;
                position: relative;
                cursor: pointer;
            }

            #v-nav > ul > li.first.current {
                border-bottom: 1px solid #DDD;
            }

            #v-nav > ul > li.last {
                border-bottom: none;
            }

#v-nav > div.tab-content {
    margin-left: 230px;
    border: 1px solid #ddd;
    background-color: #FFF;
    min-height: 150px;
    position: relative;
    z-index: 9;
    display: none;
    padding: 15px;
}

#v-nav > div.tab-content img{
    max-width: 100%;
}

    #v-nav > div.tab-content > h4 {
        font-size: 1.2em;
        color: Black;
        text-shadow: 0px 1px 1px #F2F1F0;
        border-bottom: 1px dotted #EEEDED;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.hidden {
    display: none;
}


#SearchForm .Content .SelectPax .ControlHolder > select {
    width: 75px;
}


.TablePrice .PassengerNo {
    width: 35px;
    line-height: 20px;
    padding-top: 5px;
}

.TablePrice .PassengerType {
    line-height: 20px;
    padding-top: 5px;
}

.FareFlightContent .FilghtItem .FlightDirection label {
    display: none;
}

.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;
}

.ContinueButton .FareRule {
    float: left;
}

/*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%;
}

.TablePrice {
    display: table-cell !important;
}

@media only screen and (max-width:1199px) {
}

@media only screen and (max-width:979px) {
}

@media only screen and (max-width:767px) {
    .ResultLeft {
        display:none!important;
    }

    .ResultRight {
        width: 100%;
        float: none;
        padding: 0px 0px 10px 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:479px) {
}