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

/*
* Hotspot message
* 
*/
.HotspotPlugin_Hotspot > div {
    background: white;
    width: 140px;
    /*height: 94px;*/
    margin: 28px -60px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    display: none; /* Required */
    text-align: center;
}

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

.HotspotPlugin_Hotspot > div > .Hotspot_Title {
    background: rgba(255, 255, 255, 0.4);
    /*height: 20px;*/
    padding: 4px 10px;
}

.Hotspot_Title {
    position: absolute;
    width: 180px;
    cursor: pointer;
    z-index: 200;
    color: #494C4F;
}

/*.Hotspot_Title strong{
    font-weight: normal;
}*/

.Hotspot_L_Title {
    position: absolute;
    width: 225px;
    left: -90px;
    cursor: pointer;
    z-index: 200;
    color: darkslategrey;
}


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

/*
* Hotspots
* 
*/
.HotspotPlugin_Hotspot {
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
    background: rgba(0,171,78,1);
}

.HotspotPlugin_Hotspot:hover, .hoverstyle {
	height: 28px;
	width: 28px;
	border: 2px solid #494c4f;
	/*background: -moz-radial-gradient(center, ellipse cover, rgba(0,171,78,1) 20%, rgba(0,171,78,1) 5%, rgba(0,171,78,1) 40%);
	background: -webkit-gradient(radial, center center, 0px, center center, 20%, color-stop(15%, rgba(0,171,78,1)), color-stop(5%, rgba(0,171,78,1)), color-stop(40%, rgba(0,171,78,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(73,76,79,1) 20%, rgba(73,76,79,1) 5%, rgba(0,171,78,1) 40%);
	background: -o-radial-gradient(center, ellipse cover, rgba(73,76,79,1) 20%, rgba(73,76,79,1) 5%, rgba(0,171,78,1) 40%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(73,76,79,1) 20%, rgba(73,76,79,1) 5%, rgba(0,171,78,1) 40%);
	background: radial-gradient(ellipse at center, rgba(73,76,79,1) 20%, rgba(73,76,79,1) 5%, rgba(0,171,78,1) 40%);*/
}

[data-pointid="0"] {
	background-color: #F3EE17;
}

[data-pointid="1"] {
	background-color: #54C3B9;
}

[data-pointid="2"] {
	background-color: #EA6E80;
}

[data-pointid="3"] {
	background-color: #35AD50;
}

[data-pointid="4"] {
	background-color: #ba52f1;
}

/*** Hover state Hotspots ***/
[data-pointid="0"]:hover, [data-pointid="0"]:focus, [data-pointid="0"].hoverstyle{
	background-color: #F3EE17;
	background: radial-gradient(ellipse at center, #FFFFFF 20%, #FFFFFF 5%, #F3EE17 40%);
}

[data-pointid="1"]:hover, [data-pointid="1"]:focus, [data-pointid="1"].hoverstyle{
	background-color: #54C3B9;
	background: radial-gradient(ellipse at center, #FFFFFF 20%, #FFFFFF 5%, #54C3B9 40%);
}

[data-pointid="2"]:hover, [data-pointid="2"]:focus, [data-pointid="2"].hoverstyle{
	background-color: #EA6E80;
	background: radial-gradient(ellipse at center, #FFFFFF 20%, #FFFFFF 5%, #EA6E80 40%);
}

[data-pointid="3"]:hover, [data-pointid="3"]:focus, [data-pointid="3"].hoverstyle{
	background-color: #35AD50;
	background: radial-gradient(ellipse at center, #FFFFFF 20%, #FFFFFF 5%, #35AD50 40%);
}

[data-pointid="4"]:hover, [data-pointid="4"]:focus, [data-pointid="4"].hoverstyle{
	background-color: #ba52f1;
	background: radial-gradient(ellipse at center, #FFFFFF 20%, #FFFFFF 5%, #ba52f1 40%);
}

/*
* 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;
}


@media only screen and (min-width: 0px) and (max-width:768px) {
    .HotspotPlugin_Hotspot {
        height: 20px;
        width: 20px;
    }

        .HotspotPlugin_Hotspot:hover {
            height: 24px;
            width: 24px;
        }
}
