.popover {
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 1060;
  display: none;
  width: 98%;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  color: white;
  background-color: #ff5a5f;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ff1000;
  border: none;
  border-radius: 2px;
  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;
  background-color: #f00000;
  border-bottom: 1px solid #d60000;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 7px 10px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 0px;
}
.popover > .arrow:after {
  border-width: 8px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #990a00;
  bottom: 0px;
}
.popover.top > .arrow:after {
  content: " ";
  border-bottom-width: 0;
  border-top-color: #ff5a5f;
}
.popover.right > .arrow {
  top: 50%;
  left: -7px;
  margin-top: -8px;
  border-left-width: 0;
  border-right-color: #990a00;
}
.popover.right > .arrow:after {
  content: " ";
  border-left-width: 0;
  border-right-color: #ff5a5f;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #990a00;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -8px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  border-top-width: 0;
  border-bottom-color: #ff5a5f;
}
.popover.left > .arrow {
  top: 50%;
  right: 1px;
  margin-top: -8px;
  border-right-width: 0;
  border-left-color: #990a00;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  border-right-width: 0;
  border-left-color: #ff5a5f;
}
.popover-mini{
    font-size: 10px !important;
    width: auto;
}
.popover-mini .popover-content{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

