/**** STILE POPOVER ****/
.popover.error-popover {
    background-color: #fff;
    border-color: #ed1c24;
    box-shadow: none;
    color: #ed1c24;
    cursor: pointer;
    max-width: none;
    z-index: 1099;
}
.popover.error-popover .popover-content {
    padding: 6px 14px;
}
.popover.error-popover.right .arrow {
    border-right-color: #ed1c24;
}
.popover.error-popover.right .arrow:after {
    border-right-color: #fff;
}

.popover.error-popover.top .arrow {
    border-top-color: #ed1c24;
    left: 30px;
}
.popover.error-popover.top .arrow:after {
    border-top-color: #fff;
}

