@CHARSET "ISO-8859-1";

.cluster {
    color: #fff;
    display: block;
}

.cluster span {
    background-color: #007585;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.RIFJN-maps-pin-view-border,
.RIFvHW-maps-pin-view-background,
.KWCFZI-maps-pin-view-default-glyph {
    display: none;
}

/* START OVERWRITES  */
button.gm-ui-hover-effect {
    width: 20px !important;
    height: 30px !important;
    outline: 0 !important;
    right: -25px;
}

button.gm-ui-hover-effect span {
    width: 18px !important;
    height: 18px !important;
    margin: 2px !important;
}

button.gm-ui-hover-effect:hover span {
    background-color: #4285f4;
}

.gm-style-iw-d table td {
    min-width: unset;
    border: 0;
    vertical-align: middle;
}

.coreui__main > section {
    padding: 0 !important;
    margin: 0 !important;
}

a {
    outline: 0 !important;
}

/* END OVERWRITES  */

#map {
    height: 75vh;
    width: 100%;
    background-color: #fff;
    background-image: url('assets/spinner.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10%;
    padding: 0;
    margin: 0;
}

.fa-phone:before {
    content: '\e968';
    font-family: core-ui-icons;
    font-style: normal;
}

.fa-envelope-o:before {
    content: '\e931';
    font-family: core-ui-icons;
    font-style: normal;
}

hr {
    /* background: #999 linear-gradient(to right, #eee, #999, #eee) repeat scroll 0 0; */
    background: #ddd;
    border: 0 none;
    height: 1px;
    margin: 8px 0;
}

.gm-style .gm-style-iw a.btn {
    background: url(assets/directions.png) no-repeat center center;
    opacity: 0.7;
    width: 28px;
    height: 28px;
    border: 0;
    margin: 0;
    padding: 0;
}

.gm-style .gm-style-iw a.btn:hover {
    opacity: 1;
}

.gm-style .gm-style-iw .fa {
    color: #666;
    font-size: 16px;
}

.gm-style .gm-style-iw .fa-phone {
    margin-left: 2px;
}

ul {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.note {
    display: block;
    text-align: center;
    margin: 5px 0 0;
    padding: 0;
    font-style: italic;
    color: #999;
}

.gm-style .gm-style-iw {
    min-width: 250px !important;
    overflow: visible !important;
    font-size: 14px !important;
    padding-right: 30px;
}

.gm-style .gm-style-iw a {
    color: #4285f4;
    font-weight: normal;
    text-decoration: none;
}

.gm-style .gm-style-iw a:hover {
    /* color: #999; */
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

#location_btn:hover #location_img {
    background-position: -162px 0px !important;
}