/* 
    Document   : style
    Created on : 26 Sep, 2016, 9:28:27 PM
    Author     : lalit
    Description:
        Purpose of the stylesheet follows.
*/


.introjs-button,
.introjs-button:focus {
    background-image: none
}



.introjs-tooltip {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif !important;
    font-size-adjust: 0.508;
    font-weight: 400;
    color: #0e3e8f;
    width: 278px;
}

.nav-pills li a.introjs-button, .introjs-button, .introjs-button:hover{
    text-shadow: none;
    display: inline-block;
    padding: 5px 13px 4px;
    font-family: 'Roboto',sans-serif !important;
    font-size-adjust: .508 !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    letter-spacing: .083rem !important;
    text-decoration: none;
    white-space: nowrap;
    color: #0e3e8f !important;
    background-color: #fff !important;
    border: 1px solid #0e3e8f !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-right: 10px !important;
    margin-right: 1rem !important;
    height: auto !important;
    float: none !important;
    background: white !important;
}

.introjs-button:hover {
    border-color: #fff;
    text-decoration: none;
    box-shadow: none;
    color: #fff;
    background-color: #0e3e8f;
    opacity: 1
}

.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
    color: #e6e9f2 !important;
    border-color: #e6e9f2 !important;
    background-color: #fff !important;
}

.introjs-tooltiptext {
    background-color: #ffcd00;
    text-align: center
}

.introjs-tooltiptext h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    padding: 1rem;
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
     
    font-weight: 700;
    color: #0e3e8f;
}

.introjs-tooltiptext p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 20px;
    padding-right: 1rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-left: 1rem;
    padding-top: 0px;
}

.introjs-tooltipbuttons {
    padding: 1rem 0.5rem;
    text-align: center;
    border: 1px solid #ffcd00;
}

.introjs-button:last-of-type {
    margin-right: 0
}

.introjs-helperLayer {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.introjs-overlay {
    background-color: #0e3e8f
}

.introjs-arrow.top {
    left: 10px;
    border-bottom-color: #ffcd00
}

.introjs-arrow.bottom {
    left: 10px;
    border-top-color: #ffcd00
}

.introjs-arrow.right {
    border-left-color: #ffcd00
}

.introjs-arrow.left {
    border-right-color: #ffcd00
}

.introjs-arrow {
    border-color: #ffcd00
}



.p-small {
    font-size: 14px !important;
}