.popover {
  position: absolute;
  top: 0;
  left: 0/*rtl:ignore*/;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px/*rtl:ignore*/; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px /*rtl:ignore*/; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px /*rtl:ignore*/;
  margin-top: -11px;
  border-left-width: 0/*rtl:ignore*/;
  border-right-color: #999999/*rtl:ignore*/;
  border-right-color: rgba(0, 0, 0, 0.25)/*rtl:ignore*/; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px/*rtl:ignore*/;
    bottom: -10px;
    border-left-width: 0/*rtl:ignore*/;
    border-right-color: #fff/*rtl:ignore*/; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px /*rtl:ignore*/;
  margin-top: -11px;
  border-right-width: 0/*rtl:ignore*/;
  border-left-color: #999999/*rtl:ignore*/;
  border-left-color: rgba(0, 0, 0, 0.25)/*rtl:ignore*/; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px/*rtl:ignore*/;
    border-right-width: 0/*rtl:ignore*/;
    border-left-color: #fff/*rtl:ignore*/;
    bottom: -10px; }

.ckeditor_wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ckeditor_wrapper  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.ckeditor_wrapper  .btn-group-sm>.btn, .ckeditor_wrapper  .btn-sm {
    padding: 5px 10px;
    font-size: 12px; 
    border-radius: 3px;
}
.ckeditor_wrapper  .btn-group-vertical>.btn,.ckeditor_wrapper  .btn-group>.btn {
    position: relative;
    float: left;
}
.ckeditor_wrapper .btn-group > .btn:first-child {
    margin-left: 0;
}
.ckeditor_wrapper .btn .caret,.ckeditor_wrapper  .btn-group>.btn:first-child {
    margin-left: 0;
}
.ckeditor_wrapper .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.ckeditor_wrapper .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.ckeditor_wrapper .note-popover .popover-content,.ckeditor_wrapper  .panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
}

.ckeditor_wrapper  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}