
#HotspotPlugin_image {
    position: relative;
    display: inline-block;
}

#HotspotPlugin_image1 {
    position: relative;
    display: inline-block;
}
#HotspotPlugin_imagemilestone {
    position: relative;
    display: inline-block;
}

/*
* Hotspot message
* 
*/
.HotspotPlugin_Hotspot > div {
    background: rgba(26, 188, 156, 0.4);
    width: 259px;
    height: 94px;
    margin: -95px -117px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 13px;
    display: none;
    color: white;
    font-family: 'Arial', 'sans-serif',Verdana;
}

.HotspotPlugin_Hotspot:hover > div {
    display: block; /* Required */
}

.HotspotPlugin_Hotspot > div > .Hotspot_Title {
    background: rgba(237, 33, 42, 1);
    height: 20px;
    font-weight: bold;
    padding: 2px 7px;
}

.HotspotPlugin_Hotspot > div > .Hotspot_Message {
    background: rgba(0, 125, 102, 1);
    margin-top: 2px;
    padding: 4px 10px;
    height: 72px;
    overflow-y: auto;
}

/*
* Hotspots
* 
*/
.HotspotPlugin_Hotspot {
    height: 10px;
    width: 10px;
    position: absolute;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
    margin-left: -10px;
    margin-top: -10px;
}
/*
* Hotspots immediately after creation - admin-mode
* 
*/
.HotspotPlugin_inc {
    background: #4E6FF3;
}

/*
* Overlay used in the admin-mode
* 
*/
span.HotspotPlugin_Overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    cursor: pointer;
}

    span.HotspotPlugin_Overlay > p {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.4);
        margin-top: 0px;
        padding: 20px;
        text-align: center;
    }

/*
* Buttons - admin-mode
* 
*/
button.HotspotPlugin_Done {
    position: absolute;
    right: -120px;
    bottom: 38px;
}

button.HotspotPlugin_Remove {
    position: absolute;
    right: -120px;
    bottom: 2px;
}

button.HotspotPlugin_Server {
    position: absolute;
    right: -120px;
    bottom: 74px;
}
