.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #FFF;
    border-left-width: 0px;
    content: " ";
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.right {
    margin-left: 10px;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0px;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
}
.popover *, *:before, *:after {
    box-sizing: border-box;
}
.fade.in {
    opacity: 0.7;
}
.popover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
   
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.popover *,.popover *:before, .popover *:after {
    box-sizing: border-box;
}
.popover-title {
    padding: 8px 14px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0px 0px;
}
.popover-content {
    padding: 9px 14px;
}
.popover-content p {
    margin: 0px 0px 10px;
}