/* bootstrapのpopoverのcssをオーバーライドします */

.popover {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.popover-content {
  background: #ededed;
  color: #333;
  font-family: 'Avenir' , '游ゴシック' , 'Yu Gothic' , '游ゴシック体' , 'YuGothic' , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'Meiryo UI' , 'メイリオ' , 'Meiryo' , sans-serif;
  font-size: 12px;
  padding: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin-left: 5px;
  border-radius: 4px;
  border: none;
  word-wrap:break-word;
}

.popover-content .popover-notify-mode-header {
  width: 100%;
  height: 1.7em;
}

.popover-content .popover-notify-mode-header .new-label {
  font-size: 70%;
  background: #e52d27;
  padding: 5px 5px 3px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 7px;
  left: 0px;
}

.popover-content .popover-notify-mode-header .popover-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.popover-content .popover-head {
  font-weight: bold;
}

.popover-content p {
  margin: 10px 0 0 !important;
  line-height: 1.8 !important;
  text-align: left !important;
}

.popover.right>.arrow {
  border-right-color: #ddd;
  margin-left: 5px;
}
.popover.right>.arrow:after {
  border-right-color: #ededed;
}

.popover.top>.arrow {
  border-top-color: #ddd;
}
.popover.top>.arrow:after {
  border-top-color: #ededed;
}

.popover.bottom>.arrow:after{
  border-bottom-color: #ededed;
}

/*
.popover-content ul {
  list-style-type: none;
}
.popover-content ul li {
  padding: 0 !important;
}
*/

