/*
* Hotspot
* 
*/
.HotspotPlugin_Hotspot {
	height: 15px;
	width: 15px;
	position: absolute;
	background: #1C69D4;
	border-radius: 50%;
	cursor: pointer;
	/*z-index: 200;*/
	margin-left: -10px;
	margin-top: -10px;
}

/*
* Hotspot content
* 
*/
.HotspotPlugin_Hotspot > div {
	background: rgba(255, 255, 255, 0.8);
    width: 290px;
    height: auto;
    margin: -94px -60px;
    border-radius: 4px;
    /*overflow: hidden;*/
    font-size: 10px;
    display: none;
    position: relative;
    bottom: 105px;
    left: 50px;
    color: #262626;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
    padding-bottom: 15px;
    z-index: 222;
}
.HotspotPlugin_Hotspot > div:after {
	content: "";
    position: absolute;
    left: 10px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.HotspotPlugin_Hotspot > div:before {
	content: "X";
    position: absolute;
    right: 15px;
    top: 7px;
    font-family: "bmwtypenextttbold";
}
.HotspotPlugin_Hotspot:hover > div {
	display: block; /* Required */
}
.HotspotPlugin_Hotspot > div > .Hotspot_Title {
	/*background: rgba(255, 255, 255, 0.4);*/
	height: 30px;
	font-weight: bold;
	padding: 4px 10px;
}
.HotspotPlugin_Hotspot > div > .Hotspot_Message {
	/*background: rgba(255, 255, 255, 0.4);*/
    margin-top: 2px;
    padding: 4px 10px;
    /*margin-bottom: 10px;*/
    max-height: 105px;
    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;
}

#theElement-0, 
#theElement-1, 
#theElement-2, 
#theElement-3 {
	position: relative;
}

#theElement-0 img {
	width: 100%;
}