.introjs-overlay {
    position: absolute;
    z-index: 999999;
    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;
    background: #000;
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1.0 !important;
    position: absolute !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.introjs-showElement,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
    z-index: 9999999 !important
}

.introjs-disableInteraction {
    position: absolute;
    z-index: 99999999 !important
}

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

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
    -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-tooltipReferenceLayer {
    position: absolute;
    z-index: 10000000;
    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
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-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
}

.introjs-tooltip {
    position: absolute;
    padding: 10px;
    min-width: 220px;
    max-width: 400px;
    border-radius: 4px;
    background-color: white;
    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
}

.introjs-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    border: 0px solid white
}

.introjs-tooltip.arrow-bottom-left:after {
    bottom: -18px;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip.arrow-bottom-middle:after {
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip.arrow-left-top:after {
    left: -18px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip.arrow-left-bottom:after {
    left: -18px;
    bottom: 10px;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip.arrow-right-top:after {
    right: -18px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white
}

.introjs-tooltip.arrow-right-middle:after {
    right: -18px;
    top: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white
}

.introjs-tooltip.arrow-right-bottom:after {
    bottom: 10px;
    right: -18px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white
}

.introjs-tooltip.arrow-top-right:after {
    top: -18px;
    right: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent
}

.introjs-tooltip.arrow-top-middle:after {
    top: -18px;
    left: 50%;
    margin-left: -5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent
}

.introjs-tooltip.arrow-top-left:after {
    top: -18px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent
}

.introjs-tooltip a,
.introjs-tooltip button {
    outline: none
}

.tooltip-tutorial .introjs-tooltiptext,
.tooltip-tutorial .introjs-bullets,
.tooltip-tutorial .introjs-tooltipbuttons {
    text-align: center
}

.tooltip-tutorial .introjs-tooltiptext {
    margin-bottom: 9px;
    font-size: 14px
}

.tooltip-tutorial .introjs-bullets {
    clear: both;
    margin: 8px auto 0;
    padding: 0;
    line-height: 8px
}

.tooltip-tutorial .introjs-bullets li {
    display: inline-block;
    list-style: none;
    margin: 0 1px
}

.tooltip-tutorial .introjs-bullets li a {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc
}

.tooltip-tutorial .introjs-bullets li a:hover,
.tooltip-tutorial .introjs-bullets li a.active {
    background: #999
}

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

.tooltip-tutorial {
    padding: 17px
}

.tooltip-tutorial.arrow-left-top:after {
    border-right-color: #7ACC5A
}

.tooltip-tutorial.arrow-right-top:after {
    border-left-color: #7ACC5A
}

.tooltip-tutorial.arrow-top-right:after,
.tooltip-tutorial.arrow-top-middle:after,
.tooltip-tutorial.arrow-top-left:after {
    border-bottom-color: #7ACC5A
}

.tooltip-tutorial .tour-header {
    margin: -17px -17px 9px -17px;
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #7ACC5A
}

.tooltip-tutorial .tour-header .education-pill {
    background: #fff;
    color: #7ACC5A
}

.tooltip-tutorial .tour-header .badge-label.badge-label-new {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    color: #7ACC5A;
    background: #fff;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}



.introjs-arrow.top
{
    border-bottom-color: #7ACC5A;

}

.tooltip-tutorial .introjs-bullets li a {
    background: #888
}

.tooltip-tutorial .introjs-bullets li a:hover,
.tooltip-tutorial .introjs-bullets li a.active {
    background: #7ACC5A
}

.tooltip-tutorial .introjs-button {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 4px 10px 4px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #7ACC5A;
    border: 1px solid #7ACC5A;
    border-bottom: 2px solid #67c543;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: none;
    text-shadow:none;
    text-decoration: none;
    /*float: left;*/
}


.introjs-button .introjs-nextbutton{    
    /*float: right;*/
}
.tooltip-tutorial .introjs-button:hover,
.tooltip-tutorial .introjs-button:active {
    color: #fff;
    text-decoration: none;
    background-image: none
}

.tooltip-tutorial .introjs-button:hover {
    background-color: #67c543;
    border-color: #67c543;
    border-bottom-color: #59b237
}

.tooltip-tutorial .introjs-button:active {
    background-color: #71c84e;
    border-color: #71c84e;
    border-bottom-color: #67c543;
    outline: 0
}

.tooltip-tutorial .introjs-button.disabled:hover,
.tooltip-tutorial .introjs-button.disabled:active {
    background-color: #7ACC5A;
    border-color: #7ACC5A;
    border-bottom-color: #5dba39
}


