﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#cookieConsent {
    z-index: 3000;
    position: absolute;
    width: 100%;
    padding: 10px 20px !important;
}

.alert {
    /*margin:0px!important;*/
    border-radius: 0px !important;
    opacity: .8 !important;
}

.alert-dismissible .close {
    color: #081C48;
    opacity: 1;
    border: 1px solid black;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
    font-size: 15px;
    margin-right: 30px;
}

    .alert-dismissible .close:hover {
        color: #31708f !important;
        opacity: 1;
    }

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.home-page-close-link {
    height: 100px;
    width: 100px;
    float: right;
}

.home-page-ad-links-top {
    height: 15%;
    cursor: pointer;
}

.home-page-ad-link-top {
    float: left;
    width: 85%;
    height: 100%;
    cursor: pointer;
}

.home-page-close-link {
    float: right;
    width: 15%;
    cursor: pointer;
}

.home-page-ad-link-bottom {
    height: 85%;
    width: 100%;
    cursor: pointer;
}

.home-page-ad-link {
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #081c48;
    position: absolute;
    text-align: center;
    color: white;
    border: 1px solid white;
    padding-top: 8px;
    font-weight: bold;
    cursor: pointer;
}

    .home-page-ad-link a:link {
        color: white;
    }
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.ajax-loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: #EEE;
    z-index: 99999999;
    background-position: center center;
    background-image: url('/images/loading.gif');
    background-image: url('/images/loading-of.gif');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); /* ie */
    -moz-opacity: 0.4; /* mozilla*/
}

.body-wrapper-adLanding-herchavek {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    height: 100%;
}

@media (max-width: 549px) {
    .body-wrapper-adLanding-herchavek {
        background-image: url(/images/backgrounds/FreeFlightRequestBackground.png);
    }
}

@media (min-width: 550px) {
    .body-wrapper-adLanding-herchavek {
        background-image: url(/images/backgrounds/FreeFlightRequestBackground.png);
    }
}

.marketing-landing-page-form .target-baj-error {
    margin: 15px 5px 5px 5px;
    font-size: small;
    line-height: 10px;
    font-weight: 100;
    text-transform: uppercase;
    padding-top: 10px;
}

.marketing-landing-page-header,
.marketing-landing-page-flight-credit-header {
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
}

.marketing-landing-page-header {
    background-image: url(/images/Promotions/ComplimentaryFlight.png);
}

.marketing-landing-page-flight-credit-header {
    background-image: url(/images/Promotions/FlightCredit.png);
}

.marketing-landing-page-container {
    background: linear-gradient(0deg, rgba(20,20,20,0.4) 60%, rgba(20,20,20,0) 100%);
    text-align: center !important;
    font-weight: 100;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-stretch: expanded;
    padding: 1.5em;
    line-height: 40px;
}

    .marketing-landing-page-container form {
        margin: 25px 25px 0 25px;
        border-radius: 5px;
        color: white;
    }

.ad-disclaimer {
    color: whitesmoke;
    font-size: 11px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: initial;
}

.landing-page-inputs input,
.landing-page-inputs input.form-control {
    background-color: transparent !important;
    border: none;
    margin: 3px;
    padding: 3px;
    color: white !important;
    font-stretch: expanded;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid lightgrey;
}

    .landing-page-inputs input::placeholder {
        color: white;
        opacity: 1;
        font-size: 14px;
        text-transform: uppercase;
    }

.landing-page-inputs .form-control {
    padding: 0 6px;
    background-color: transparent;
    color: white !important;
    border: none;
}

.ad-text-uppercase {
    text-transform: uppercase;
}

.ad-text-shadow {
    text-shadow: 6px 4px 5px rgb(71 100 115);
    font-size: 20px;
    line-height: 55px;
}

.ad-text {
    font-size: 20px;
    line-height: 30px;
}

.disclaimer-bottom {
    position: fixed;
    left: 1em;
    bottom: 2.5em;
    width: 50%;
}

@media (max-width: 549px) {
    .disclaimer-bottom {
        position: relative;
        width: 100%;
        padding: 25px;
    }

    .ad-text-uppercase {
        font-size: 0.8em;
    }

    .ad-text {
    font-size: 0.9em;
    }

    .body-wrapper-adLanding {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/images/backgrounds/AddLendingPage25kBg.jpeg);
    }

    .marketing-landing-page-header,
    .marketing-landing-page-flight-credit-header {
        float: none;
        width: 100%;
    }

    .marketing-landing-page-container {
        width: 100%;
        text-align: right;
        float: none;
    }
}

@media (min-width: 1001px) {

    .body-wrapper-adLanding {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/images/backgrounds/AddLendingPage25kBg.jpeg);
    }

    .marketing-landing-page-header,
    .marketing-landing-page-flight-credit-header {
        float: right;
        width: 70%;
    }

    .marketing-landing-page-container {
        width: 40%;
        text-align: right;
        float: right;
    }

}

@media (min-width: 550px) and (max-width: 1000px) {

    .body-wrapper-adLanding {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/images/backgrounds/AddLendingPage25kBg.jpeg);
    }

    .marketing-landing-page-header,
    .marketing-landing-page-flight-credit-header {
        float: right;
        width: 100%;
    }

    .marketing-landing-page-container {
        width: 70%;
        text-align: right;
        float: right;
    }
}

.marketing-landing-page-header-herchavek {
    background-image: url(/images/Promotions/WhatsYourTimeWorth.png);
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
}

.marketing-landing-page-info-herchavek {
    background-image: url(/images/Promotions/ComplimentaryFlightInfo.png);
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
}

.marketing-landing-page-info {
    margin: 35px 35px 0px 0px;
    color: #03043d;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}

.marketing-landing-page-form {
    margin: 0;
    text-align: left;
}

.marketing-page-phone-number {
    color: #03043d;
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
}

#complimentary-flight-form {
    padding: 15px 20px;
}

    #complimentary-flight-form #form-errors {
        float: right;
        margin: 15px 25px 0px 0px;
    }

.marketing-landing-page-element-submit-button {
    width: 100%;
    float: left;
    font-weight: 100;
    margin-top: 30px;
    font-size: 14px;
    padding: 3px;
    color: white;
    border: rgba(80,80,80);
    background-color: rgba(80,80,80, 0.9);
}

    .marketing-landing-page-element-submit-button:active,
    .marketing-landing-page-element-submit-button:hover,
    .marketing-landing-page-element-submit-button:visited,
    .marketing-landing-page-element-submit-button:focus {
        background-color: #8c8c8c;
        color: white;
    }



/*#form-confirmation {
    margin: 0px 25px;
}*/

        .marketing-landing-page-header-container-herchavek {
    width: 100%;
    text-align: right;
}

.target-potential-prospect {
    background-color: #1a6f42;
    float: right;
}

.ui-widget-content, .ui-widget.ui-widget-content {
    /*background-color: transparent !important;
    border: none;*/
}

.of-place-autocomplete-result-icon {
    margin: 0px;
    float: left;
    text-align: center;
    color: #01ace4;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.of-place-autocomplete-result-item {
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.33333333em;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    width: 100%;
}

    .of-place-autocomplete-result-item::after {
        content: "";
        clear: both;
        display: table;
    }

.ui-menu .ui-menu-item {
    display: block !important;
}

.ui-menu-item-highlight_one,
.ui-menu-item-highlight_two,
.ui-menu-item-highlight_three {
    text-decoration: underline;
}

.ui-menu-item-highlight_one {
    color: #070A9D;
}

.ui-menu-item-highlight_two {
    color: #8E0000;
}

.ui-menu-item-highlight_three {
    color: #01ACE4;
}

.baj-airport-range-selector-hl {
    opacity: 1;
    background-color: white;
}

.img-border-shadow {
    border: 1px solid navy;
    box-shadow: rgba(0, 0, 0, .4) 5px 5px inset);
}

.underline {
    text-decoration: underline;
}

@media print {
    .report-print {
    }

    .report-screen {
        display: none;
    }
}

@media screen {
    .report-print {
        display: none;
    }

    .report-screen {
    }
} 