﻿@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato:300bold);
@import url(https://fonts.googleapis.com/css?family=Lato:300italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Lato:400bold);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:700bold);
@import url(https://fonts.googleapis.com/css?family=Lato:700italic);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap);

body {
    padding-top: 80px;
    padding-bottom: 20px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}

.disabledTab {
    pointer-events: none;
}

::placeholder {
    padding-left:10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #004c93;
}

label {
    font-weight: normal; 
}

.control-label-left {
    text-align: left !important;
  }

.form-control {
    padding-left: 4px;
    padding-right: 2px;
    border-radius: 0;
    color: #808080;
    font-weight: 300;
    background-color: #e6e6e6;
}

.tfHeading {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.tfSubHeading {
    font-size: 12px;
    font-weight: 400;
}

.tfBoxLightBlue {
    background: #0069c5;
    color: #ffffff;
}


.tfSummaryHeading {
    font-size: 14px;
    font-weight: bold;
    /*padding: 10px 10px 10px 10px;*/
    color: #0069c5;
}

.tfPriceDiv {
    padding: 20px 20px 20px 20px;
}

.tfContactPerson {
    padding: 15px 10px 10px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    background: #fff !important;
}

.tfSummaryDate {
    padding: 5px 0px 0px 0px;
    color: #444444;
    font-weight: bold;
}

.tfSummaryFlightRoute {
  font-weight: bold;
  margin-bottom: 5px;
}

.tfSummaryPleaseSelectFlight {
  margin-top: 10px;
}

.tfSummaryFlightPrice {
  margin-top: 3px;
  padding: 2px 0px;
  border-top: solid silver 1px;
  border-bottom: solid silver 1px;
}

.SummaryDiv {
  color: #494d50;
  background: rgba(255,255,255,0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  zoom: 1;
    /*padding: 10px;*/
}

.tfSummaryFlightTimes {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.tfSummaryTime {
    font-weight: 600;
}

.ChooseInboundOutboundHeader {
    width: 100% !important;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 13px;
}

.BackgroundWhite {
  background: #fff !important;
}

.tfSmallText {
    font-size: 11px;
    font-weight: 400;
}

.tfPersonType {
    background: #0069c5;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
}


.tfTableHeader {
    color: white;
    padding: 10px;
}

#PriceTotalDiv {
  margin-top: 20px;
  font-weight: bold;
  padding: 10px 0px;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

.fullwidth {
    width: 100%
}

.tfFlightSeparator {
  border-bottom: solid silver 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tfSummaryPax {
    background: #0069c5;
    padding: 20px 20px 20px 20px;
}

.tfSummaryPaxType {
    font-size: 12px;
    font-weight: 400;
    /*color: #808080;*/
}

.btn-search {
    background-color: #FD2010 !important;
}

.tfTravellersHeading {
  background: #00529c url('images/travellers.png') no-repeat 10px 10px;
  color: white;
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  line-height: initial;
}

/*.tfHeading {
    background: #00529c;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  line-height: initial;
}*/

.tfContainer .form-control {
    background-color: #ffffff;
}

.tfContainer {
    background: #004c93;
    zoom: 1;
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
}



    .zipCodeDropdown {
        width: 150px;
    }

    .tfPurchaseHeading {
        background: #00529c url('images/payment_white.png') no-repeat 10px 10px;
        color: white;
        padding: 10px 10px 10px 50px;
        font-size: 16px;
        font-weight: normal;
        vertical-align: middle;
        line-height: initial;
    }

    .required {
        color: red;
    }

    .progressArrow {
        padding: 0px 10px;
        text-align: center;
        vertical-align: middle;
        background-image: url('images/progress_line.png');
        background-repeat: repeat-x;
        width: 70px;
    }

    .progressIcon {
        width: 30px;
        vertical-align: middle;
        text-align: center;
        color: #c3c3c3;
        /*  background-image: url('images/progress_line.png');
  background-repeat: repeat-x;*/
    }

    .tfButton {
        color: #0069c5;
        /*    font-size: 13px;*/
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        /*    float: right;*/
        padding: 7px 15px 7px 15px;
        background: #fff !important;
        Border: 0px !important;
        /*    margin-left: 5px;*/
        /*    margin-bottom: 5px;*/
        /*    margin-top: 5px;*/
    }

        .tfButton.grayText {
            color: #3c3c3c;
            float: left;
        }

        .tfButton.left {
            float: left;
        }

        .tfButton.right {
            float: right;
        }

        .tfButton.blueBackground {
            background-color: #004c93 !important;
            color: #fff !important;
        }

        .tfButton.lightBlueBackground {
            background-color: #0069c5 !important;
            color: #ffffff !important;
        }

    .numberCircle {
        font-family: 'Poppins',sans-serif;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 8px;
        background-color: #0069c5;
        border: 1px #666;
        color: #fff;
        text-align: center;
    }

    .tfButton.large {
        padding: 0px;
        font-size: 20px;
        font-weight: normal;
        white-space: nowrap;
    }

    .tfM {
        vertical-align: middle !important;
    }

    .tfProgress {
        margin: 2px 0px 0px auto;
    }

        .tfProgress .text {
            font-size: 12px;
            color: #494d50;
            text-align: center;
            padding: 10px 0px;
            width: 100px;
        }

    .tfFooterDiv {
        height: 140px;
        color: white;
    }

    @media (min-width: 768px) {
        .tfFooter {
            width: 750px;
        }
    }

    .tfFooter {
        background-color: #00529c;
        width: 960px;
        margin: 0px auto 30px auto;
        font-weight: bold;
        font-size: 13px;
        color: white;
    }

        .tfFooter #textTable {
            margin-left: 40px;
            width: 100%;
            height: 115px;
        }

            .tfFooter #textTable td {
                vertical-align: bottom;
                padding-bottom: 43px;
            }

    .navbar-default {
        background: white;
    }

    .text-danger {
        color: #fd1043;
    }

    .footer {
        font-size: 12px;
        font-weight: 400;
        color: #808080;
        /*    position: absolute;
    bottom: 0;
    width: 100%;*/
    }

        .footer .header {
            font-weight: 600;
        }



    .previousNextButton {
        padding: 10px 15px;
        background: silver;
        color: white;
        font-size: 16px;
        width: 100px;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
    }

    .tfL {
        text-align: left !important;
    }

    .tfR {
        text-align: right !important;
    }

    .tfNavigationButtons {
        width: 100%;
        margin-bottom: 10px
    }




    .twitter-typeahead {
        width: 100%;
        position: relative;
    }

    .tt-menu {
        width: 100%;
        min-width: 160px;
        margin-top: 2px;
        padding: 5px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    .tt-suggestion {
        display: block;
        padding: 3px 20px;
    }

    .twitter-typeahead .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .tt-suggestion.tt-cursor a {
        color: #fff;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .pagination {
        margin: 0 !important
    }

    td {
        vertical-align: middle !important
    }

    table {
        background: #fff;
        color: #444444;
    }

        table .tripChoosen {
            background: #0069c5;
            color: #fff;
        }

        table .tripNotAvailable {
            color: #c3c3c3;
        }

        table .btn {
            padding: 1px 5px 1px;
            /*font-size: 7px;*/
            margin-right: -3px;
        }

    .button-row {
        padding-top: 5px;
        padding-bottom: 5px;
        /*font-size: 7px;*/
        /*    margin-left: -2px;*/
    }


    /* Tab Navigation */
    .nav-tabs {
        margin: 0;
        padding: 0;
        border: 0;
    }

        .nav-tabs > li > a,
        .nav-tabs > li > a:hover {
            color: #ffffff;
            background: #808080;
            border-radius: 0;
            border: 0;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            background: #004c93;
            color: #ffffff;
            border: 0;
        }

    /* Tab Content */
    .tab-pane {
        background: #004c93;
        box-shadow: 0 0 4px rgba(0,0,0,.4);
        border-radius: 0;
        color: #ffffff;
        padding: 10px;
    }

    @media (min-width: 768px) {
        .navbar-right-aligned {
            padding-top: 30px
        }
    }

    input.hasDatepicker {
        background-image: url("images/icon_calendar-24.svg");
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 18px;
    }

    input.placeholder {
        color: #c3c3c3;
    }

    .btn {
        border-radius: 0px !important
    }

    .row-no-padding-right > [class*="col-"] {
        padding-right: 0 !important;
    }

    .row-no-padding-left > [class*="col-"] {
        padding-left: 0 !important;
    }

    .Site {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }

    .Site-content {
        flex: 1;
    }

    .btn1 {
        border-radius: 25px;
        padding: 12px 32px;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
        transition: 0.3s;
    }

    .btn1-small {
        border-radius: 20px;
        padding: 10px 15px;
        border: none;
        color: white;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
    }

.btn1-smaller {
    border-radius: 20px;
    padding: 5px 10px;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

    .default1 {
        background-color: white;
        color: #0069c5
    }

    .default1:hover {
        background-color: #808080;
        color: white
    }

    .default1-blue {
        background-color: #004c93;
        color: white
    }

    .default1-blue:hover {
        background-color: #808080;
        color: white
    }

.default1-lightBlue {
    background-color: #0069c5;
    color: white
}

    .default1-lightBlue:hover {
        background-color: #808080;
        color: white
    }

.default1-red {
    background-color: red;
    color: white
}

    .default1-red:hover {
        background-color: #808080;
        color: white
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        .btn-center {
            margin-top: 15px;
            float: right;
        }
    }