
.fw-700 {
    font-weight: 700;
}
.detail-content > a {
    color: var(--tgp-red);
}

.title-button {
    height: 2.5rem;
}

.fcl-web-icon {
    height: 25px;
    width: 25px;
    margin-left: 0.5rem;
}

.static-map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0003;
    z-index: 97;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-map-message {
    background: var(--tgp-red);
    width: 230px;
    z-index: 98;
    padding: 1rem;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.btn.btn-fcl.hoursMoreInfo {
    padding: 0.25rem 0.5rem;
}

#content {
    font-family: 'Open Sans';
}

.fcl-map-window-title {
    font-weight: 700;
    color: var(--tgp-red);
    font-size: 1rem;
}

.fcl-address-details {
    padding: 0.5rem 0;
}

.fcl-content-details {
    padding-bottom: 0.5rem;
}

.fcl-map-link {
    font-weight: 600;
}

.map-image {
    padding-bottom: 3rem;
}

.active-checker:hover,
.active-checker.active {
    background-color: #f0f0f0;
}

.fcl-h4 {
    color: var(--tgp-red);
    font-size: 2.20em;
    padding: 0;
}

.btn-fcl-dropdown-toggle {
    padding: 0.5rem 1.5rem;
    -webkit-appearance: none !important;
}

.fcl-search-input:focus {
    border: 2px solid var(--tgp-red);
    box-shadow: none;
}

.detail-section {
    padding-top: 2rem;
}

.location-details-colouring {
    background: url(/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/72evensquare.png), linear-gradient(to top, #ffffff, #ffffff 80%, #cce8df 20%);
}

.location-details-title {
    text-align: center;
    font-weight: 800;
    font-size: 2em;
}

.flyers {
    padding-top: 1rem;
}

.location-details-title-area {    
    align-items: center;
    justify-content: center;
}

.detail-content .fcl-title,
.detail-content-hours .fcl-title,
.detail-content-services .fcl-title {
    color: var(--tgp-red);
    font-size: 1.5rem;
    font-weight: 800;
}

.detail-content .fcl-sub-title,
.detail-content-hours .fcl-sub-title,
.detail-content-services .fcl-sub-title {
    color: var(--tgp-red);
    font-size: 1rem;
    font-weight: 700;
    padding-top: 1rem;
}

.fcl-detail-icon {
    height: 40px;
    width: 40px;
}

.detail-content {
    padding: 0.5rem 0.1rem;
}

.detail-content.detail-web-content {
    padding: 0.3rem 1rem;
}

.detail-content,
.detail-content-hours,
.detail-content-services {
    display: inline-block !important;
}

.fcl-map-error {
    justify-content: center;
    align-items: center;
    height: 400px;
}

.hidden {
    display: none !important;
}

.location-container {
    min-height: 400px;
}


.summary {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 1rem;
    margin-bottom: 1rem;
}


#map {
    width: 100%;
    height: 400px;
    position: inherit;
    border-top: var(--tgp-red) solid 0.75rem;
    border-bottom: var(--tgp-red) solid 0.75rem;
    border-radius: 5px;
}

.fcl-static-map {
    margin-bottom: 2rem;
    border-top: var(--tgp-red) solid 0.75rem;
    border-bottom: var(--tgp-red) solid 0.75rem;
    border-radius: 5px;
}

.summary::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.summary::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F0F0F0;
}

.summary::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(209, 209, 209);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

img {
    vertical-align: top;
}

.fcl-map-dropdown.show {
    border: var(--tgp-red) solid 0.15rem;
    min-width: 272px;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.15);
}

.fcl-map-dropdown {
    position: absolute;
    transform: translate3d(-185px, 42px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

input[type=checkbox]:checked {
    mix-blend-mode: luminosity;
}

.button-group.services {
    float: right;
}

.btn-filter input[type="checkbox"] {
    visibility: hidden;
}

.btn-filter {
    color: #fff !important;
    padding: .9rem;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width : 768px) {
    .btn-filter {
        margin-right: 0.2rem;
    }
}

.marker-link {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}

.marker-link:hover {
    cursor: pointer;
}

.fcl-search-input {
    border: 2px solid var(--tgp-red);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fcl-dropdown-link,
.fcl-dropdown-link:hover,
.fcl-dropdown-link:focus,
.fcl-button-link,
.fcl-button-link:hover,
.fcl-button-link:focus {
    text-decoration: none;
    cursor: pointer;
}

.fcl-button-link {
    position: relative;
}

.fcl-button-link .tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
  
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}


.fcl-button-link  .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.fcl-button-link:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.fcl-dropdown-link {
    padding: 0;
    font-size: 0.9rem;
    color: var(--tgp-red);
    font-weight: 600;
}

.fcl-dropdown-checkbox {
    margin-right: 1rem;
    margin-left: 1rem;
}

.fcl-filter-area {
    display: flex;
    padding: 3rem 0 3rem;
}

.input-group-append .btn-fcl {
    padding: 0.375rem 0.75rem !important;
}

#map-container {
    padding-bottom: 5rem;
    min-height: 30vh;
    position: relative;
}

.active-checker {
    padding: 1rem;
    border-bottom: #d1d1d1 solid 0.1rem;
    width: auto;
    background-color: #ffffff;
}

.active-checker:first-child {
    border-top: #d1d1d1 solid 0.1rem;
}

.address {
    font-size: 11px;
}

@media (min-width : 768px) {
    .contact-info {
        padding-left: 15px;
    }

    .flyers {
        padding-top: 0;
    }
}