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

/*
* Hotspot message
* 
*/
.HotspotPlugin_Hotspot > div {
	background: #fff;
	width: 127px;
	margin: 1px 32px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 10px;
	display:none; /* Required */
	position: absolute;
	z-index: 300;
}
.HotspotPlugin_Hotspot_Wrap {
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
	z-index: 200;
}
.HotspotPlugin_Hotspot:hover > div {
	display: block; /* Required */
}
.HotspotPlugin_Hotspot > div > .Hotspot_Title {
	background: rgba(255, 255, 255, 0.4);
}
.HotspotPlugin_Hotspot > div > .Hotspot_Message {
	background: rgba(255, 255, 255, 0.4);
	max-height: 74px;
	padding: 0;
	position: relative;
	width: 100%;
}

/*
* Hotspots
* 
*/
.HotspotPlugin_Hotspot {
	height: 18px;
	width: 18px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

body img.alvaro_hotspot_icon {
  margin-left: -14px;
  margin-top: -73px;
  max-width: initial;
  position: relative;
  width: 45px;
  z-index: 200;
}

.HotspotPlugin_Hotspot i.fa {
  color: #000;
  font-size: 10px;
  left: 50%;
  margin-left: -3px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
/*
* 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;
}
