﻿.btn-Botlierskop {
    color: #3C352B;
    background-color: #dadada;
    border-color: #DCDCDC;
}

    .btn-Botlierskop:disabled {
        color: #fff;
        background-color: #C9781C;
        border-color: #3C352B;
    }

    .btn-Botlierskop:hover {
        color: #fff;
        background-color: #C9781C;
        border-color: #3C352B;
    }


.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}




body {
    position: relative;
    background-color: #3C352B;
    padding-right: 0px !important;
}

jumbotron-fluid {
    margin-right: auto;
    margin-left: auto;
}

#ConfirmationSection {
    padding-top: 50px;
    padding-bottom: 120px;
    min-height: 850px;
    height: auto;
    color: #fff;
    background-color: #0A7D60;
}

#TeamSection {
    padding-top: 50px;
    min-height: 850px;
    height: auto;
    color: #fff;
    background-color: #3C352B;
}

#AdvertsSection {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 850px;
    height: auto;
    color: #fff;
    background-color: #3C352B;
}

#JoinSection {
    padding-top: 50px;
    min-height: 850px;
    height: auto;
    color: #fff;
    background-color: #3C352B;
}

#HomeSection {
    height: auto;
    color: #fff;
    background-color: #3C352B;
}

#section42 {
    padding-top: 50px;
    height: 800px;
    color: #fff;
    background-color: #0A7D60;
}

.sep-r {
    border-right: 1px solid #dadada;
    padding-right: 5px;
}

.MenuIcon {
    color: #b4863c;
}

.WhiteLink {
    text-decoration: underline;
    color: #FFF !important;
    opacity: 1;
    cursor: pointer !important;
}

    .WhiteLink:hover {
        text-decoration: underline;
        color: #b4863c !important;
        opacity: 1;
        cursor: pointer !important;
    }

.ColourLink {
    text-decoration: underline;
    /*color: #337ab7 !important;*/
    color: #FFF !important;
    cursor: pointer !important;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

    .ColourLink:hover {
        text-decoration: underline;
        color: #b4863c !important;
    }

.RedLink {
    text-decoration: underline;
    /*color: #337ab7 !important;*/
    color: #FFF !important;
    cursor: pointer !important;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

    .RedLink:hover {
        text-decoration: underline;
        color: #AA3F44 !important;
    }

.xColourLink {
    text-decoration: underline;
    color: #b4863c !important;
    cursor: pointer !important;
}

    .xColourLink:hover {
        text-decoration: underline;
        color: #3C352B !important;
    }

.Bold {
    /*font-size: medium;*/
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.MenuItems.active {
    background-color: #b4863c;
}


    .MenuItems.active a {
        opacity: 1;
    }


.btn-outline-success {
    color: #b4863c;
    background-color: transparent;
    background-image: none;
    border-color: #b4863c;
}

.btn-outline-search {
    color: #b4863c;
    background-color: transparent;
    background-image: none;
    border-color: #b4863c;
}

    .btn-outline-search:hover {
        color: #fff;
        background-color: #b4863c;
        border-color: #b4863c;
    }

.MenuItems > .nav-link {
    color: #FFF !important;
    opacity: 0.5;
    cursor: pointer !important;
    font-size: 1.3em;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-toggler {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.nav-link:hover {
    color: #FFF !important;
    opacity: 1;
}

.inverse-color {
    background-color: #222222;
    color: #ffffff;
}

.color-orange {
    color: #b4863c;
}




/*CAROUSEL*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}



.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height

   * we use height instead, but this forces the menu to always be this tall

   */

* html .ui-autocomplete {
    height: 300px;
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    /*border: 1px solid #b4863c*/
}

    #return-to-top i {
        color: #3C352B;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #b4863c;
            top: 5px;
        }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #222222;
    background-clip: padding-box;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
}

.MenuItems:active, .MenuItems:hover, .dropdown-item:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #b4863c;
    opacity: 1;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.7rem;
    clear: both;
    font-weight: 400;
    min-width: 10rem;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    /*background-color: transparent;*/
    border: 0;
    font-size: 1.3em;
    opacity: 0.5;
}

.btn-secondary {
    background-color: #DCDCDC !important;
    border-color: #DCDCDC !important;
    color: #fff !important
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        background-color: #DCDCDC !important;
        border-color: #DCDCDC !important
    }



.search-container button {
    background: #b4863c;
}

.Submit button {
    background: #b4863c;
}

.btn-search {
    color: #FFF;
    opacity: 1;
    background: #b4863c;
}

    .btn-search:hover {
        color: whitesmoke;
        background-color: #b4863c;
        opacity: 0.8;
    }

.WhiteText {
    color: #ffffff;
}

.TableHeaderText {
    color: #ffffff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.AddBusinessStyle {
    width: 100%;
    height: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: #FFF;
    transition: color.4s ease-in-out;
    /*text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);*/
}

    .AddBusinessStyle:hover {
        color: #b4863c;
        transition: color.4s ease-in-out;
        /*text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);*/
    }

.modal-dialog {
    width: 75%;
    min-width: 300px;
    max-height: 768px;
}

.modal-content {
    /*background-color: #ffffff;*/
    background-position: center;
    /*background-image: url("Adverts/MID001/images/Background.png");*/
    background-size: cover;
    border-radius: 7px;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    border-bottom: none;
    /*margin-bottom: -3px;*/
    padding: 9px 15px;
    /*border-bottom: 1px solid #eee;*/
    /*background-color: #0480be;*/
    background-color: #222222;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #b4863c;
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);*/
}

.modal-body {
    padding: 9px 15px;
    background-color: #222222;
    /*border-bottom: 1px solid #eee;*/
    /*background-color: #0480be;*/
    /*background-color: rgba(34, 34, 34, 0.84);*/
    color: #FFF;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-footer {
    padding: 9px 15px;
    /*border-bottom: 1px solid #eee;*/
    /*background-color: #0480be;*/
    background-color: #222222;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    border-top: none;
}

.dropdown-custom {
    left: 0px !important;
    top: 100% !important;
    position: absolute !important;
}

.marginBottom {
    margin-bottom: 5px;
}

.marginBottomX2 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .imgbackground {
        background-color: #3C352B !important;
        background-image: none !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.error-text {
    text-align: start;
    font-size: 14pt;
    color: #FF6670;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.bg-orange {
    background-color: #b4863c;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-widget {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 1rem;
}

#BusCityTxt {
    font-family: "Raleway", "Arial", sans-serif;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #fbcb09;
    /*background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;*/
    background-color: #b4863c;
    font-weight: bold;
    color: #FFF;
}

.ui-widget-content {
    border: 1px solid #ddd;
    /*background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
    background-color: #FFF;
    color: #000;
}

.ui-autocomplete > li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.jumbotron {
    background-color: transparent;
}

.headerText {
    padding-bottom: 0;
    padding-top: 0;
}


html {
    background-color: #3C352B;
}

#BusinessSection {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 850px;
    /*height: auto;*/
    color: #fff;
    /*background-color: #3C352B;*/
    /*background-image: url("/images/PricingBG.png");*/
    background-size: cover;
}

#ReportSection {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 850px;
    color: #fff;
    background-size: cover;
}