.tooltipster-sidetip.tooltipster-error .tooltipster-box{
    border-radius: 0px;
    border: 1px solid #d85030;
    background: #fff1f0;
    box-shadow: 0 0 4px 1px #fff1f0;
}

.tooltipster-sidetip.tooltipster-error .tooltipster-content{
    color: #d85030;
    padding: 4px;
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow{
    height:9px;
    margin-left:-9px;
    width:18px;
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow{
    height:18px;
    margin-left:0px;
    margin-top:-9px;
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow-background{
    border:9px solid transparent
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color: #d85030;
    top:1px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow-background{
    border-left-color: #d85030;
    left:-1px
}
.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-background{
    border-right-color: #d85030;
    left:1px
}
.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-arrow-background{
    border-top-color: #d85030;
    top:-1px
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow-border{
    border:9px solid transparent
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-border{
    border-bottom-color: #d85030;
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow-border{
    border-left-color: #d85030
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-border{
    border-right-color: #d85030
}

.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-arrow-border{
    border-top-color: #d85030
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-uncropped{
    top:-9px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-uncropped{
    left:-9px
}
