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

/*
* Hotspot message
* 
*/
.HotspotPlugin_Hotspot > div {
	
	/*background: rgba(000, 000, 000, 0.96);
	width: 100px;
	
	color:#ffffff;
	height: 50px;
	margin: -54px -60px;
	
	border-radius: 4px;
	overflow: hidden;
	font-size: 10px;
	display:none; 
	*/
	
	background: rgba(000, 000, 000, 0.96);
width: 100px;
color: #ffffff;
height: 51px;
margin: -51px -60px;
border-radius: 4px;
overflow: hidden;
font-size: 10px;
display: none;
padding: 5px;
}
.HotspotPlugin_Hotspot:hover > div {
	display: block; /* Required */
}
.HotspotPlugin_Hotspot > div > .Hotspot_Title {
	/*background: rgba(255, 255, 255, 0.9);*/
	background: rgba(000, 000, 000, 0.96);
	height: 20px;
	font-weight: bold;
	padding: 4px 10px;
	
}
.HotspotPlugin_Hotspot > div > .Hotspot_Message {
	background: rgba(255, 255, 255, 0.9);
	margin-top: 2px;
	padding: 4px 10px;
	height: 72px;
	overflow-y: auto;
	border: solid 1px #cccccc;
}

/*
* Hotspots
* 
*/
.HotspotPlugin_Hotspot {
	height: 20px;
	width: 20px;
	position: absolute;
	background: #1ABC9C;
	border-radius: 50%;
	cursor: pointer;
	z-index: 200;
	margin-left: -10px;
	margin-top: -10px;
	
	background: #d2322d;
		border: solid 2px #ffffff;
	

}

/*
* Hotspots immediately after creation - admin-mode
* 
*/
.HotspotPlugin_inc {
	/*background: #4E6FF3;*/
		background: #d2322d;
		border: solid 2px #ffffff;
}

/*
* Overlay used in the admin-mode
* 
*/
span.HotspotPlugin_Overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
	
}
span.HotspotPlugin_Overlay > p {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.7);
	margin-top: 0px;
	padding: 20px;
	text-align: center;
	width: 100% !important;
	height: 100% !important;
}

/*
* Buttons - admin-mode
* 
*/
button.HotspotPlugin_Done {
	position: absolute;
	right: -120px;
	bottom: 38px;
}
button.HotspotPlugin_Remove {
	/*position: absolute;
	right: -120px;
	bottom: -40px;
	float:left;
	clear:both;
	*/
	position: absolute;
	right: -120px;
	bottom: 2px;
	
}
button.HotspotPlugin_Server {
	position: absolute;
	right: -120px;
	bottom: 74px;
}
