.tooltip_templates {
    display: none
}

.trx-hotstot-wrapper {
    position: relative
}

.trx-coords-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    background-color: rgba(219, 219, 219, .55)
}

.trx-coords-wrapper span {
    margin: 0 5px
}

.trx-hotstot-wrapper:hover .trx-coords-wrapper {
    opacity: 1
}

.trx-coords-wrapper {
    opacity: 0
}

.trx-spot {
    display: none;
    position: absolute;
    padding-top: 7px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    cursor: pointer
}

.tooltipster-sidetip .tooltipster-content {
    padding: 16px 20px!important
}

.tooltipster-trx-colored.tooltipster-sidetip .tooltipster-content {
    padding: 10px 20px!important
}

.tooltipster-sidetip.tooltipster-trx .tooltipster-arrow-background {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.trx-pulse {
    margin: 0;
    display: block;
    border-radius: 50%;
    background: #5ac8e5;
    cursor: pointer;
    animation: pulse 3s infinite
}

.trx-pulse:before {
    content: ' ';
    position: absolute;
    display: block;
    top: -3px;
    left: -3px;
    width: 30px;
    height: 30px;
    background: 0 0;
    border-radius: 50%;
    z-index: 1;
    animation: pulse 3s infinite;
    animation-delay: 1.5s
}

.trx-pulse:hover {
    animation: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 200, 229, .7)
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(91, 200, 229, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 200, 229, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(91, 200, 229, .7);
        box-shadow: 0 0 0 0 rgba(91, 200, 229, .7)
    }
    50% {
        -moz-box-shadow: 0 0 0 10px rgba(91, 200, 229, 0);
        box-shadow: 0 0 0 10px rgba(91, 200, 229, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(91, 200, 229, 0);
        box-shadow: 0 0 0 0 rgba(91, 200, 229, 0)
    }
}