﻿/*//COMMON*/
.tooltipster-sidetip .tooltipster-box {
    border-radius:2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    background:#494949;
}
.tooltipster-sidetip .tooltipster-content {
    font-family:Roboto-Regular;
    font-size:11px;
    padding:4px 8px;
    line-height:19px;
    white-space:pre;
}

.tooltipster-sidetip .tooltipster-box , .tooltipster-sidetip .tooltipster-arrow-border {
    border:none;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border:6px solid transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow , .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    width:12px;
    height:6px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow , .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    margin-left:-6px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow , .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height:12px;
    width:6px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow , .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    margin-top:-8px;
}

/*//TOP*/

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
     margin-bottom:0px;
}
.tooltipster-top .tooltipster-arrow {
    top:100%;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color:#494949;
    top:0px;
}


/*//BOTTOM*/
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top:0px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    bottom:100%;
    top:auto;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color:#494949;
    top:4px;
}

/*RIGHT SIDE TOOLTIP*/
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left:0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    right:100%;
    left:auto;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color:#494949;
    left:4px;
}

/*LEFT SIDE TOOLTIP*/
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right:0px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    right:auto;
    left:100%;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color:#494949;
    left:0px;
}
.tooltipster-sidetip.dull-tip .tooltipster-box{
    background-color: rgba(97,97,97,0.902);
}
