
.popover-content * .summary-header {
    display: none;
}

.popover > .arrow, .popover > .arrow:after, .tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}


.modal-content, .popover {
    background-clip: padding-box
}


.popover, .popover-title {
    background-color: white;
}


.popover.top > .arrow, .popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: white;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    padding: 1px;
    border: 1px solid white;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    border-bottom: 1px solid #131e25;
    border-radius: 2px 2px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.bottom > .arrow:after, .popover.left > .arrow:after, .popover.right > .arrow:after, .popover.top > .arrow:after {
    content: " "
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    bottom: -11px
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
}

.popover.right > .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    top: -11px
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
}

.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px
}


.popover-title {
    padding: 8px 14px 0;
    color: #44546F;
    font-weight: 700;
    border-bottom: none
}

.popover-content {
    color: #44546F;
}
