/*
* Hotspot
* 
*/
.HotspotPlugin_Hotspot {
	display: block;
	position: absolute;
	background: rgba(227, 0, 15, 0.3);
	cursor: pointer;
	z-index: 200;
	margin-left: 0;
	margin-top: 0;
	box-shadow: rgb(227, 0, 15);
	animation: pulse 3s infinite;
}

.HotspotPlugin_Hotspot:hover {
	animation: none;
}
  
@-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(227, 0, 15, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(227, 0, 15, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(227, 0, 15, 0);
	}
  }
@keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(227, 0, 15, 0.4);
	  box-shadow: 0 0 0 0 rgba(227, 0, 15, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(227, 0, 15, 0);
		box-shadow: 0 0 0 20px rgba(227, 0, 15, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(227, 0, 15, 0);
		box-shadow: 0 0 0 0 rgba(227, 0, 15, 0);
	}
}

/*
* Hotspot content
* 
*/
.HotspotPlugin_Hotspot > div {
	background: rgba(227, 0, 15, 0.4);
	width: 140px;
	height: 94px;
	margin: -94px -60px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 10px;
	display:none; /* Required */
}
.HotspotPlugin_Hotspot:hover > div {
	display: block; /* Required */
}
.HotspotPlugin_Hotspot > div > .Hotspot_Title {
	background: rgba(255, 255, 255, 0.4);
	height: 20px;
	font-weight: bold;
	padding: 4px 10px;
}
.HotspotPlugin_Hotspot > div > .Hotspot_Message {
	background: rgba(255, 255, 255, 0.4);
	margin-top: 2px;
	padding: 4px 10px;
	height: 72px;
	overflow-y: auto;
}
.HotspotPlugin_Hotspot_Hidden {
	display: none!important;
	visibility: hidden!important;
}

/*
* Hotspots immediately after creation - admin-mode
* 
*/
.HotspotPlugin_Hotspot_Unsaved {
	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;
}

/*
* Action buttons - `admin` mode
* 
*/
button.HotspotPlugin_Save,
button.HotspotPlugin_Remove,
button.HotspotPlugin_Send {
	position: absolute;
	bottom: -35px;
	color: #fff;
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
}

button.HotspotPlugin_Save {
	left: 0px;
	background-color: #5cb85c;
}
button.HotspotPlugin_Remove {
	left: 80px;
	background-color: #d9534f;
}
button.HotspotPlugin_Send {
	left: 180px;
	background-color: #5bc0de;
}
/**
* Tooltip
*/
:root {
	--balloon-border-radius: 2px;
	--balloon-color: rgba(16, 16, 16, 0.95);
	--balloon-text-color: #fff;
	--balloon-font-size: 12px;
	--balloon-move: 4px; }
  
  [aria-label][data-balloon-pos] {
	overflow: visible; }
  
  [aria-label][data-balloon-pos] {
	cursor: pointer; }
	[aria-label][data-balloon-pos]:after {
	  opacity: 0;
	  pointer-events: none;
	  transition: all 0.18s ease-out 0.18s;
	  text-indent: 0;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: normal;
	  font-style: normal;
	  text-shadow: none;
	  font-size: var(--balloon-font-size);
	  background: var(--balloon-color);
	  border-radius: 2px;
	  color: var(--balloon-text-color);
	  border-radius: var(--balloon-border-radius);
	  content: attr(aria-label);
	  padding: .5em 1em;
	  position: absolute;
	  white-space: nowrap;
	  z-index: 10; }
	[aria-label][data-balloon-pos]:before {
	  width: 0;
	  height: 0;
	  border: 5px solid transparent;
	  border-top-color: var(--balloon-color);
	  opacity: 0;
	  pointer-events: none;
	  transition: all 0.18s ease-out 0.18s;
	  content: "";
	  position: absolute;
	  z-index: 10; }
	[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
	  opacity: 1;
	  pointer-events: none; }
	[aria-label][data-balloon-pos].font-awesome:after {
	  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
	[aria-label][data-balloon-pos][data-balloon-break]:after {
	  white-space: pre; }
	[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
	  white-space: pre-line;
	  word-break: break-word; }
	[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
	  transition: none; }
	[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
	  transform: translate(-50%, 0); }
	[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
	  transform: translate(-50%, 0); }
	[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	  bottom: 100%;
	  transform-origin: top;
	  transform: translate(0, var(--balloon-move)); }
	[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	  margin-bottom: 10px; }
	[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
	  left: 50%;
	  transform: translate(-50%, var(--balloon-move)); }