div.form-group.has-error > .tooltip > .tooltip-inner {
background-color: #F78B83;
color: #912323;
box-shadow: 0 0 0 1px #D95252;
}
div.form-group.has-error > .tooltip.in {
opacity:1;
}
div.form-group.has-error > .tooltip.top > .tooltip-arrow {
border-top-color: #F78B83;
}
div.form-group.has-error > .tooltip.right > .tooltip-arrow {
border-right-color: #F78B83;
}
div.form-group.has-error > .tooltip.bottom > .tooltip-arrow {
border-bottom-color: #F78B83;
}
div.form-group.has-error > .tooltip.left > .tooltip-arrow {
border-left-color: #F78B83;
}