.introjs-overlay {
	position: absolute;
	z-index: 830;
	background: rgba(0, 0, 0, 75%);
	opacity: 0;
	-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;
}

.introjs-fixParent {
	z-index: auto !important;
	opacity: 1.0 !important;
}

.introjs-showElement {
	z-index: 998 !important;
}

.introjs-relativePosition {
	position: relative;
}

.introjs-helperLayer {
	position: absolute;
	z-index: 997;
	background-color: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-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;
}

.introjs-helperNumberLayer {
	position: absolute;
	top: -16px;
	left: -9px;
	z-index: 999 !important;
	padding: 2px;
	font-size: 11px;
	font-family: "HPSimplified", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/* Old browsers */
	/* Chrome10+,Safari5.1+ */
	background: #0096D6;
	width: 20px;
	box-shadow: none;
	text-shadow: none;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 2px solid #0096D6;
	border-radius: 0;
	/* IE6-9 */
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	/* IE10 text shadows */
}

.introjs-arrow.left {
	border-right-color: #0096D6;
}

.introjs-arrow.right {
	border-left-color: #0096D6;
}

.introjs-arrow.top {
	border-bottom-color: #0096D6;
}

.introjs-arrow.bottom {
	border-top-color: #0096D6;
}

.introjs-arrow.left-bottom {
	border-right-color: #0096D6;
}

.introjs-arrow.right-bottom {
	border-left-color: #0096D6;
}

.introjs-tooltip {
	position: absolute;
	padding: 10px 10px;
	background-color: #ecf0f1;
	min-width: 200px;
	max-width: 300px;
	border-radius: 0;
	box-shadow: none;
	-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;
	background-color: #0096D6;
	/* border: 5px double #0787AF; */
}

.introjs-tooltip .btn-outline-light.introjs-skipbutton
 {color:#fff;}


.introjs-tooltiptext {
	margin-left: -10px;
	margin-right: -10px;
	/* border-top: 1px solid #FFFFFF; */
	/* background: #FAFAFA; */
	color: #FFF;
	padding: 25px 30px 15px;
	/* border-bottom: 1px solid #FFFFFF; */
}

.introjs-tooltipbuttons {
	text-align: center;
	/* background: rgba(0, 0, 0, 0.06); */
	border-radius: 0 0 8px 8px;
	padding-bottom: 10px;
}

.introjs-button {
	box-sizing: content-box;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #000;
	margin: 0;
	margin-top: 0px;
	text-decoration: none;
	text-shadow: none;
	font-size: 11px;
	font-family: "HPSimplified", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	background-color: #FFF;
	background-image: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	zoom: 1;
	margin-top: 10px;
	transition: color 0.15s ease-in-out,
	background-color 0.15s ease-in-out,
	border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
}

.introjs-button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #484848;
	border-color: #484848;
	box-shadow: none;
}

.introjs-button:focus,
.introjs-button:active {
	background: #484848;
	border-color: #484848;
	text-decoration: none;
	color: #fff;
	/* bottom: -1px; */
	box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */

.introjs-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.introjs-skipbutton {
	margin-right: 10px;
	border-radius: 0;
}

.introjs-skipbutton:hover {
	background: #484848;
	border-color: #484848;
}

.introjs-skipbutton:active,
.introjs-skipbutton:focus {
	background: #484848;
}

.introjs-prevbutton {
	border-radius: 0;
}

.introjs-nextbutton {
	margin: 5px;
	border-radius: 0;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
	color: #C2C2C2 !important;
	border-color: #000;
	cursor: default;
	/* box-shadow: 0 2px 0px -0px #CACED1; */
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
	display: none;
}

.introjs-bullets {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
}

.introjs-bullets ul {
	clear: both;
	margin: 15px auto 0;
	padding: 0;
	display: inline-block;
}

.introjs-bullets ul li {
	list-style: none;
	float: left;
	margin: 0 2px;
}

.introjs-bullets ul li a {
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}

.introjs-bullets ul li a:hover {
	background: #999;
}

.introjs-bullets ul li a.active {
	background: #999;
}

.introjs-progress {
	background-color: #FAFAFA;
	margin: 5px 20px;
}

.introjs-progressbar {
	background-color: #484848;
}

.introjsFloatingElement {
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
}

.introjs-tooltiptext h4 {
	font-size: 20px;
	font-weight: bold;
}