/* Templated starting from the introjs-modern.css theme*/

.introjs-tooltip {
    font-size: 1.2em;
    background-color: rgba(169, 185, 223, 0.8);
    color: #fff;
}

.introjs-button,
.introjs-button:hover, .introjs-button:focus, .introjs-button:active,
.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    outline: none;
    background-image: none;
    background-color: #e6e6e6;
    color: #0073ea;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: none;
    border-shadow: none;
    text-shadow: none;
    font-size: 0.9em;
    padding:2px 10px;
}

    .introjs-button:hover, .introjs-button:focus, .introjs-button:active {
        border: 1px solid #fff
    }

    .introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
        color: #808080;
        border: 1px solid transparent;
    }

.introjs-arrow {
    border: 10px solid #fff;
}

    .introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {
        border-color: transparent transparent rgba(169, 185, 223, 0.8);
        top: -20px;
        left: 20px;
    }

    .introjs-arrow.bottom, .introjs-arrow.bottom-middle, .introjs-arrow.bottom-right {
        border-color: rgba(169, 185, 223, 0.8) transparent transparent;
        bottom: -20px;
        left: 20px;
    }

    .introjs-arrow.left, .introjs-arrow.right {
        top: 20px;
    }

    .introjs-arrow.left-bottom, .introjs-arrow.right-bottom {
        bottom: 20px;
    }

    .introjs-arrow.left, .introjs-arrow.left-bottom {
        left: -20px;
        border-color: rgba(169, 185, 223, 0.8) transparent transparent transparent;
    }

    .introjs-arrow.right, .introjs-arrow.right-bottom {
        right: -20px;
        border-color: transparent rgba(000, 0, 0, 0.5) transparent transparent;
    }

.introjs-prevbutton {
    margin-right: 5px;
}

.introjs-bullets {
    padding:0 10px 10px;
}
.introjs-bullets ul li a, .introjs-bullets ul li a.active, .introjs-bullets ul li a:hover {
    width: 6px;
    height: 6px;
}
    .introjs-bullets ul li a.active{
        background-color:#000;
    }

.introjs-helperNumberLayer {
    background: #e0691a;
}

.introjs-tooltiptext{
    padding:10px;
}

div.introjs-tooltiptext ul {
    margin-left: 10px;
}

    div.introjs-tooltiptext ul li {
        margin-left: 20px;
    }

.introjs-tooltip-header{
    display:none;
}


.introjs-skipbutton{
    width:30px;
    height:30px;
    line-height:30px;

}

.introjs-tooltip-title{
    min-height:18px;
    line-height:18px;
}