.introduction-overlay {
	position: absolute;
	z-index: 50001;
	background-color: #000;
	opacity: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.introduction-fixParent {
	z-index: auto !important;
	opacity: 1 !important;
	position: absolute !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.introduction-showElement,
tr.introduction-showElement > td,
tr.introduction-showElement > th {
	z-index: 50004;
}

.introduction-disableInteraction {
	z-index: 50005 !important;
	position: absolute;
	background-color: transparent;
}

.introduction-relativePosition,
tr.introduction-showElement > td,
tr.introduction-showElement > th {
	position: relative;
}

.introduction-helperLayer {
	position: absolute;
	z-index: 50002;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: translateZ(1px);
}

.theme-dark .introduction-helperLayer {
	background-color: rgba(64, 74, 84, 0.9);
}

.introduction-tooltipReferenceLayer {
	position: absolute;
	visibility: hidden;
	z-index: 50003;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.introduction-helperLayer *,
.introduction-helperLayer *:before,
.introduction-helperLayer *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.introduction-helperNumberLayer {
	position: absolute;
	visibility: visible;
	top: -0.5rem;
	left: -0.5rem;
	z-index: 20006 !important;
	font-family: Arial, verdana, tahoma;
	font-size: 0.8rem;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: #ff3019; /* Old browsers */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
	width: 1rem;
	height: 1rem;
	line-height: 0.9rem;
	border: 0.1rem solid white;
	border-radius: 50%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.theme-dark .helperNumberLayer {
	background: #434a54;
}
.introduction-arrow {
	border: 5px solid white;
	content: '';
	position: absolute;
}
.introduction-arrow.top {
	top: -10px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: white;
	border-left-color: transparent;
}
.theme-dark .introduction-arrow.top {
	border-bottom-color: #434a54;
}
.introduction-arrow.top-right {
	top: -10px;
	right: 10px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: white;
	border-left-color: transparent;
}
.theme-dark .introduction-arrow.top-right {
	border-bottom-color: #434a54;
}
.introduction-arrow.top-middle {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: white;
	border-left-color: transparent;
}
.theme-dark .introduction-arrow.top-middle {
	border-bottom-color: #434a54;
}
.introduction-arrow.right {
	right: -10px;
	top: 10px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: white;
}
.theme-dark .introduction-arrow.right {
	border-left-color: #434a54;
}
.introduction-arrow.right-bottom {
	bottom: 10px;
	right: -10px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: white;
}
.theme-dark .introduction-arrow.right-bottom {
	border-left-color: #434a54;
}
.introduction-arrow.bottom {
	bottom: -10px;
	border-top-color: white;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.theme-dark .introduction-arrow.bottom {
	border-top-color: #434a54;
}
.introduction-arrow.left {
	left: -10px;
	top: 10px;
	border-top-color: transparent;
	border-right-color: white;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.theme-dark .introduction-arrow.left {
	border-right-color: #434a54;
}
.introduction-arrow.left-bottom {
	left: -10px;
	bottom: 10px;
	border-top-color: transparent;
	border-right-color: white;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.theme-dark .introduction-arrow.left-bottom {
	border-right-color: #434a54;
}
.introduction-tooltip {
	position: absolute;
	visibility: visible;
	font-size: 0.6rem;
	padding: 10px;
	background-color: white;
	min-width: 8rem;
	max-width: 12rem;
	border-radius: 3px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.theme-dark .introduction-tooltip {
	color: #fff;
	background-color: #434a54;
}
.introduction-tooltipbuttons {
	margin-top: 5px;
	text-align: right;
	white-space: nowrap;
}

.introduction-button {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.3em 0.8em;
	color: #000;
	border: 1px solid #d4d4d4;
	background-color: #ececec;
	text-decoration: none;
	font: 0.5rem/normal sans-serif;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
	zoom: 1;
	display: inline-block;
}
.theme-dark .introduction-button {
	color: #fff;
	background-color: #444;
	border: 1px solid #333;
}
.introduction-button:hover {
	border-color: #bcbcbc;
	background-color: #aaa;
}

.theme-dark .introduction-button:hover {
	border-color: #222;
	background-color: #333;
}

.introduction-skipbutton {
	margin-right: 5px;
}

.introduction-prevbutton {
	-webkit-border-radius: 0.2em 0 0 0.2em;
	-moz-border-radius: 0.2em 0 0 0.2em;
	border-radius: 0.2em 0 0 0.2em;
	border-right: none;
}

.introduction-nextbutton {
	-webkit-border-radius: 0 0.2em 0.2em 0;
	-moz-border-radius: 0 0.2em 0.2em 0;
	border-radius: 0 0.2em 0.2em 0;
}

.introduction-disabled,
.introduction-disabled:hover,
.introduction-disabled:focus {
	color: #9a9a9a;
	border-color: #d4d4d4;
	background-color: #f4f4f4;
	box-shadow: none;
	cursor: default;
	text-decoration: none;
}
.theme-dark .introduction-disabled,
.theme-dark .introduction-disabled:hover,
.theme-dark .introduction-disabled:focus {
	color: #999;
	border-color: #333;
	background-color: #555;
}
.introduction-bullets {
	text-align: center;
	margin: 0 0 10px 0;
}
.introduction-bullets ul {
	clear: both;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.introduction-bullets ul li {
	list-style: none;
	float: left;
	margin: 0 0.1rem;
}
.introduction-bullets ul li a {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background: #ccc;
	border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	text-decoration: none;
}
.theme-dark .introduction-bullets ul li a {
	background: #999;
}
.introduction-bullets ul li a:hover,
.introduction-bullets ul li a.active {
	background: #999;
}
.theme-dark .introduction-bullets ul li a:hover,
.theme-dark .introduction-bullets ul li a.active {
	background: #fff;
}

.introduction-progress {
	overflow: hidden;
	height: 10px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	background-color: #ecf0f1;
}
.introduction-progressbar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #08c;
}

.introductionFloatingElement {
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
}

.introduction-fixedTooltip {
	position: fixed;
}

.introduction-hint {
	position: absolute;
	background: transparent;
	width: 20px;
	height: 15px;
}

.introduction-hidehint {
	display: none;
}

.introduction-fixedhint {
	position: fixed;
}

.introduction-hint:hover > .introduction-hint-pulse {
	border: 5px solid rgba(60, 60, 60, 0.57);
}

.introduction-hint-pulse {
	width: 10px;
	height: 10px;
	border: 5px solid rgba(60, 60, 60, 0.27);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(136, 136, 136, 0.24);
	z-index: 10;
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.introduction-hint-dot {
	border: 10px solid rgba(146, 146, 146, 0.36);
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: introductionpulse 3s ease-out;
	-moz-animation: introductionpulse 3s ease-out;
	animation: introductionpulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 1;
	opacity: 0;
}
@keyframes introductionpulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0);
		opacity: 0.1;
	}
	50% {
		transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes introductionpulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
