.container-fluid {
    padding: 0;
    margin: 0;
}

.copy1 {
    text-align: right;
    padding: 0 1em;
    font-size: .8em;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    margin-left: 90px;
}

li.nav-item {
    margin: .2em .25em;
}

.bg-white {
    background: #9ebb3d !important;
}

.smooth_zoom_preloader {
    background-image: url('./../zoom_assets/preloader.gif');
}

.smooth_zoom_icons {
    background-image: url('./../zoom_assets/icons.png');
}

#zoom_container .landmarks {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    font-family: Helvetica, Arial, Verdana;
    font-size: 12px;
    color: #ffffff;
}

#zoom_container .landmarks .item {
    position: absolute;
    text-align: center;
    display: none;
}

#zoom_container .landmarks .lable div {
    width: 100px;
    padding: 4px;
}

#zoom_container .landmarks .mark .text {
    position: relative;
    padding: 5px;
    margin: 1em 0 1em;
    border: 5px solid #fff;
    color: #000;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 350px;
    font-size: 14pt;
    box-shadow: 0px 0px 20px #000;
}

#WorldLandmarks .mark .text {
    min-width: 230px !important;
}


#zoom_container .landmarks .mark .text:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 47%;
    border-width: 20px 10px 0;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent;
    display: block;
    width: 0;
}

#zoom_container .landmarks .mark .text .dt {
    font-size: 10pt;
    font-style: italic;
}

#zoom_container .landmarks .mark .text strong {
    display: block;
}

#zoom_container .landmarks .mark .text a {
    color: #000;
}


#zoom_container .landmarks .mark .bottom-text {
    position: relative;
    padding: 5px;
    margin: 1em 0 1em;
    border: 5px solid #fff;
    color: #000;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 350px;
    font-size: 14pt;
    box-shadow: 0px 0px 20px #000;
}

#WorldLandmarks .mark .bottom-text {
    min-width: 230px !important;
}

.top-for-bottom-text {
    top: -33px;
}

#zoom_container .landmarks .mark .bottom-text:before {
    transform: scale(1, -1);
    content: "";
    position: absolute;
    top: -25px;
    left: 46%;
    border-width: 20px 10px 0;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent;
    display: block;
    width: 0;
}

#zoom_container .landmarks .mark .bottom-text .dt {
    font-size: 10pt;
    font-style: italic;
}

#zoom_container .landmarks .mark .bottom-text strong {
    display: block;
}

#zoom_container .landmarks .mark .bottom-text a {
    color: #000;
}

.sponsor-item {
    margin: 10px 6px 0 6px;
    text-decoration: none;
    color: black;
    text-align: center;
    cursor: pointer;
}

.select2-container {
    box-sizing: border-box;
    display: inline !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--multiple {
    padding: 6px;
    border: 1px solid #ced4da !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 21px !important;
}

.is_custom.sidebar-nav-link.marker-link {
    font-weight: bold !important;
    color: red !important;
    text-transform: uppercase;
}

.adsName {
    position: relative;
    font-size: 14px;
    display: inline-block;
    left: 15px;
}

#zoom_container .landmarks .mark .freetext {
    position: relative;
    padding: 0px;
    margin: 1em 0 0em;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    background: rgba(255, 255, 255, 1);

    padding: 0 4px;
    font-size: 1em;
    white-space: nowrap;
}


#zoom_container .landmarks .mark .freetext strong {
    display: block;
    color: #333333 !important;
    font-weight: 600;
    font-size: 18px;
}

#zoom_container .landmarks .mark .freetext a {
    color: #000;
}


/*----- media queries ------*/
/* Extra Large desktop */
@media (min-width: 1657px) {
    #topBarSlogan .subTitle {
        font-size: 2em;
    }
}

/* Large desktop */
@media (min-width: 1464px) and (max-width: 1657px) {
    #topBarSlogan .subTitle {
        font-size: 1.7em;
    }

    #birdIcon {
        right: 8px;
        width: 140px;
        top: 60px;
    }
}

/* Large desktop */
@media (min-width: 1220px) and (max-width: 1464px) {
    #topBarSlogan .subTitle {
        font-size: 1.4em;
    }

    #birdIcon {
        right: 10px;
        width: 120px;
        top: 60px;
    }
}

/* Default landscape and desktop to large desktop */
@media (max-width: 1219px) {
}

@media (min-width: 992px) and (max-width: 1219px) {

    #topBarSlogan .subTitle {
        font-size: 1.1em;
    }

    #birdIcon {
        right: 10px;
        width: 120px;
        top: 50px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    #topBarSlogan .subTitle {
        font-size: .8em;
    }

    #birdIcon {
        right: 10px;
        width: 100px;
        top: 50px;
    }

    .bottomLink {
        width: 100% !important;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

@media (min-width: 481px) and (max-width: 767px) {

    .navbar-brand {
        margin-left: 0px;
    }

    #birdIcon {
        display: block !important;
        right: 0px;
        width: 80px;
        top: 50px;
    }

    .bottomLink {
        width: 100% !important;
    }


}

/* Landscape phones and down */
@media (max-width: 480px) {

    .copy1 {
        text-align: center;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    #topBarLocation,
    #topBarSlogan {
        display: none !important;
    }

    .bottomLink {
        width: 100% !important;
    }

}

#topBarSlogan {
    width: 40%;
}

#topBarSlogan .subTitle {
    color: #fff;
    height: 100%;
    display: block;
    float: left;
    margin: 20px 10px 0 5px;
}

#topBarLocation {
    width: 55%;
    background-image: url(../images/topBarBG.png);
}

#birdIcon {
    float: right;
    position: absolute;
    z-index: 999;
}

#birdIcon2 {
    position: absolute;
    width: 100px;
    z-index: 99;
    right: 0;
    top: 70px;;
}

#searchInput {
    width: 98%;
    height: 1.5em;
    line-height: 1em;
    margin: 4px;
    border: solid 2px #000;
    padding: 1rem;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.app-links a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.app-links a:hover {
    text-decoration: underline;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav .sidebar-nav-group {
    background: #fff;
    color: #000;
    font-size: 1em;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav .sidebar-nav-link {
    color: #000;

}

.bizIcon {
    margin: 0 .6em 0 3em;
    float: left;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav .sidebar-nav-group .sidebar-nav-group .sidebar-nav-link:hover {
    color: #4da6ff;
    text-decoration: none;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav .sidebar-nav-group .sidebar-nav-group .sidebar-nav-link:focus {
    color: #4da6ff !important;
    font-weight: 600;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav > .sidebar-nav-group > .sidebar-nav-link.collapsed {
    background-color: #fff;
    color: #9ebb3d;
    font-size: 1.7em;
    padding: .95rem 7px;
    font-weight: 600;
    letter-spacing: -1px;
}

.app-sidebar .sidebar-nav > .sidebar-nav-group > .sidebar-nav-link i {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.app .app-body .app-sidebar.sidebar-dark .sidebar-nav > .sidebar-nav-group > .sidebar-nav-link[aria-expanded=true] {
    background-color: #fff;
    color: #9ebb3d;
    font-size: 1.5em;
    padding: .95rem 1rem;
}

.catDetails {
    display: block;
    font-size: .6em;
    color: #333;
    font-style: italic;
    line-height: 1em;
    font-weight: 600;
    padding: 0 1rem;
    letter-spacing: 0px;
}

.bottomTitle {
    color: #9ebb3d;
    font-size: 1.5em;
}

.bottomSubTitle {
    font-size: 11px;
    color: #333;
    font-style: italic;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 7px
}

.nav-tabs .nav-link {
    font-weight: bold;
    font-size: 1em;
    color: #333;
}

.nav-tabs .active {

    font-weight: 400;
}

.bottomLink {
    margin: 0px 0 1em 0;
    bottom: 0;
    right: 0;
    position: fixed;
    height: 20px;
    width: 85%;
    text-align: center;
    color: #000;
    font-size: .8em;
    z-index: 99;
}

.bottomLink a {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.product {
    display: flex;
    margin: 0;
    padding: 0;
}

.productName {
    position: relative;
    font-size: 14px;
    display: inline-block;
    left: 15px;
}

#terms-list > li {
    position: relative;
    padding-bottom: 5px;
}

.productPrice {
    font-size: 14px;
    position: absolute;
    left: 200px;
}

.productCheckbox {
    position: absolute;
    left: 195px;
    top: 3px;
}

#noteDescription {
    width: 70%;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.productQuantity {
    position: absolute;
    height: 20px;
    width: 40px;
    left: 260px;
}

#title-form-container {
    display: flex;
    text-align: center;
}

#title-form-container > div:first-of-type {
    border-width: 0;
    border-right-width: 2px;
    border-style: dotted;
    border-color: threedface;
}

#title-form-container > div:hover {
    opacity: .6;
}

#title-form-container > div {
    border: #0a0a0a;
    border-width: thick;
    cursor: pointer;
    font-weight: bold;
    font-size: 2em;
    color: green;
    padding-top: 5px;
}

#terms-checkbox, #location-checkbox {
    position: relative;
    left: 10%;
}

#place-pin-div {
    width: 50%;
    height: 20px;
    padding-top: 10px;
    cursor: pointer;
    margin: 0;
    padding-bottom: 30px;
    top: 20px;
}

#pin-position-confirm-button {
    position: relative;
    float: right;
    top: 580px;
    color: white;
    border-radius: 10px;
    left: -9px;
    width: 100px;
    height: 42px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    z-index: 10;
    background-color: rgb(0, 0, 0);
    opacity: 0.55;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.reloadCaptcha {
    position: relative;
    left: 2%;
    top: 15px;
}

#map-canvas {
    margin-bottom: 10px;
}

.bold {
    font-weight: 900;
}

.bold-600 {
    font-weight: 600;
}

.text-red {
    color: red;
}

.no-wrap {
    white-space: nowrap;
}

.paypal-logo {
    width: 60%;
    left: 40px;
    position: inherit;
}

