.dnxte-hostpot-tooltip .tooltip-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-top .dnxte-hostpot-tooltip-text {
	bottom: calc(100% + 1em);
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-top .dnxte-hostpot-tooltip-text::before {
	position: absolute;
	top: 10%;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-top .dnxte-hostpot-tooltip-text:after {
	bottom: -.5em;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	border-width: .5em .5em 0;
	border-color: #f9f9f9 transparent transparent;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-top:hover .dnxte-hostpot-tooltip-content~.dnxte-hostpot-tooltip-text, .tooltip-hover-bottom {
	visibility: visible;
	opacity: 1;
}

.tooltip-hover-bottom {
	top: calc(100% + 60px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dnxte-hostpot-tooltip .tooltip-left, .dnxte-hostpot-tooltip .tooltip-right {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-right:hover .dnxte-hostpot-tooltip-content~.dnxte-hostpot-tooltip-text {
	visibility: visible;
	opacity: 1;
	left: calc(100% + 1em);
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-right .dnxte-hostpot-tooltip-text {
	left: calc(100% + 1em);
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-right .dnxte-hostpot-tooltip-text:after {
	top: 50%;
	left: -.5em;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-width: .5em .5em .5em 0;
	border-color: transparent #fff transparent transparent;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-right .dnxte-hostpot-tooltip-text:before {
	position: absolute;
	content: "";
	left: -10%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnxte-hostpot-tooltip .tooltip-left {
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-left:hover .dnxte-hostpot-tooltip-content~.dnxte-hostpot-tooltip-text {
	visibility: visible;
	opacity: 1;
	right: calc(100% + 1em);
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-left .dnxte-hostpot-tooltip-text {
	right: calc(100% + 1em);
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-left .dnxte-hostpot-tooltip-text:after {
	top: 50%;
	right: -.5em;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-width: .5em 0 .5em .5em;
	border-color: transparent transparent transparent #f9f9f9;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-left .dnxte-hostpot-tooltip-text:before {
	position: absolute;
	content: "";
	right: -10%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnxte-hotspot_icon {
	font-family: "ETModules";
	font-size: 22px !important;
	color: #fff;
	padding: 0 2px;
}

.dnxte-tooltip-content p:empty {
	margin: 0;
	padding: 0;
}

.dnxte-tooltip-image-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px;
}