@charset "UTF-8";
/* CSS Document */

.infomap-wrap {
    height: 500px;
    height: 90vh;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    margin: 0 auto;
}

.infomap-inner {
    position: relative;
}

.infomap-inner img {
    position: absolute;
}

.infomap-item {
    position: absolute;
    z-index: 40;
}

#map-controls {
    overflow: hidden;
    padding: 5px;
}

#map-controls span {
    float: right;
    background: #efefef;
    color: #787878;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
    cursor: pointer;
}

.highlight {
    background: rgba( 255, 0, 0, 0.5);
}

.unselectable {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tooltip-templates { display: none; }

.tooltipster-content {
    text-align: center;
}

.tooltipster-content .item-description {
    font-size: 12px;
    max-width: 300px;
    padding: 6px 0 0 0;
    margin: 0 auto;
}

.tooltipster-content .item-button {
    font-size: 13px;
    text-decoration: none;
    background: #0272ba;
    color: #f4f5f6;
    padding: 2px 4px;
    border-radius: 4px;
    width: 80px;
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
}
