﻿.home_container {
    /*position: absolute;*/
    left: 0;
    /*padding-top: 80px;*/
    /*width: 100%;*/
    /*min-height: 100%;*/
    /*background-image: url('../images/heathrow-parking-hero-desktop.jpg');*/
    /*background-position: center center;*/
    /* Background image doesn't tile */
    /*background-repeat: no-repeat;*/
    /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
    /*background-attachment: fixed;*/
    /* This is what makes the background image rescale based
     on the container's size */
    /*background-size: cover;*/
    /* Set a background color that will be displayed
     while the background image is loading */
    /*background-color: #464646;*/
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-risk {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body {
    background: #fff url(/images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.footer {
    height: 90px;
    background-color: #2b0b50;
    /*position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;*/
    height: 90px; /* Vertically center the text there */
    /*margin-top: 20px;
    */
}

#divCopyRight {
    /*color: #a0a0a0;*/
    color: #fff;
}

.socialIcon {
    float: left;
    width: 24px;
    margin-right: 18px;
}

footer ul {
    padding-left: 0;
}

    footer ul > li {
        list-style: none;
    }

        footer ul > li > a {
            color: #fff !important;
        }

footer h2 {
    /*color: #b1b1b1;*/
    color: #fff;
    font-size: 1.4em;
    margin-bottom: .4em;
}

footer p {
    margin-bottom: 0;
    font-size: 12px;
}

.AddressContent {
    color: #fff !important;
    width: 100%;
    min-width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.btn-primary {
    background-color: #462170;
    border-color: #462170
}

    .btn-primary.disabled, .btn-primary:disabled {
        opacity: .65
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #462170;
        border-color: #462170
    }

    .btn-primary:hover {
        background-color: #462170;
        border-color: #462170;
        color: #fff
    }

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.inner-info-bar h1 {
    font-size: 18px;
    color: #7e5da4;
    line-height: 30px;
    font-family: sans-serif;
    font-weight: 400
}

#searchresultTitle > i {
    display: none
}

.bg-primary {
    border-color: #583882
}

    .bg-primary > .card-header {
        background: #583882;
        border-color: #583882
    }

        .bg-primary > .card-header > .card-title {
            color: #fff
        }

        .bg-primary > .card-header h2 {
            color: #fff
        }

        .bg-primary > .card-header h3 {
            color: #fff
        }

        .bg-primary > .card-header h4, .bg-primary > .card-header .h4 {
            color: #fff
        }

#BookingInputSummary {
    border-color: #583882
}

#BookingInputSummaryTitle i {
    display: none
}

#BookingInputSummaryHeader {
    background: #583882;
    border-color: #583882
}

#BookingInputSummaryBody {
    background: #583882
}

    #BookingInputSummaryBody .textLabelColour {
        color: #fff
    }

    #BookingInputSummaryBody > div > div.textValueColour.col-sm-8 > span {
        color: #fff
    }

.DisplayTotalLabel {
    color: #fff
}

.DisplayTotalValue {
    color: #fff
}

#BookingInputSummaryBody .DisplayTotalRow div span {
    color: #fff
}

.carousel-indicators {
    display: none
}

footer {
    margin-top: 0;
    background-color: #000
}

    footer h2 {
        color: #fff;
        font-size: 1.4em;
        margin-bottom: .4em
    }

    footer ul {
        padding-left: 0
    }

        footer ul > li > a {
            color: #fff !important
        }

        footer ul > li {
            list-style: none
        }

.socialIcon {
    float: left;
    width: 24px;
    margin-right: 18px
}

.AddressContent {
    color: #fff !important;
    width: 100%;
    min-width: 100%
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    border: 1px solid #e8e8e8;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#f8f8f8 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(99%,#f8f8f8));
    background: -o-linear-gradient(top,#fff 0,#f8f8f8 99%);
    background: -ms-linear-gradient(top,#fff 0,#f8f8f8 99%)
}

    .navbar-light .navbar-nav .nav-link.active {
        background: -ms-linear-gradient(top,#46296f 0%,#5c3784 100%);
        background: -moz-linear-gradient(top,#46296f 0%,#5c3784 100%);
        background: -o-linear-gradient(top,#46296f 0%,#5c3784 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#46296f),color-stop(1,#5c3784));
        background: -webkit-linear-gradient(top,#46296f 0%,#5c3784 100%);
        background: linear-gradient(to bottom,#46296f 0%,#5c3784 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46296F',endColorstr='#5C3784',GradientType=1);
        color: #fff
    }

.navbar-right {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.26);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.26);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.26)
}

.results-grid-view {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    width: 200px
}

    .results-grid-view .result {
        width: 100%;
        background: #f0f0f0;
        border: 1px solid #4e76a9;
        padding: 15px 15px 0 15px;
        float: left;
        color: #000
    }

.content .text {
    color: #666
}

.priceMain .price {
    color: #441e77
}

.nameSection h2 {
    color: #000;
    padding-left: 0
}

.list ul li {
    padding-left: 0;
    color: #666
}

.searchHeading {
    color: #fff
}

.bookingBG {
    padding: 20px;
    box-shadow: 0 0 6px #000;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    /*background: #4e76a9;*/
    background: #2b0b50;
    margin-bottom: 30px
}

    .bookingBG h5 {
        color: #fff
    }

    .bookingBG .textLabelColour {
        color: #fff
    }

.main-nav ul > li > a {
    color: #858585;
    border-radius: 0;
    position: relative;
    font-size: 13px;
    font-weight: bold;
}

.navbar-brand {
    color: #858585;
    border-radius: 0;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
}

main {
    min-height: 400px;
}

.main-title {
    padding: 20px;
    background-color: #161d24;
    border-radius: 12px;
    color: white;
}
.page-header {
    font-size: 2.4em;
}
@media only screen and (max-width: 520px) {
    .page-header {
        font-size: 1.2em;
    }
    #divAcceptIndexMain .form-control {
        margin-left: 10px;
        width: 93%;
    }
}