.lh-popover {
	background-color: #5f6062 !important;
	border-radius: 1em;
	border: 1px solid transparent;
	color: white;
	text-align: center;
	margin: 0 3px;
	padding: 0 6.4px;
	cursor: pointer;
	min-height: 22px;
	font-size: 16px;
	line-height: 18px;
	min-width: 22px;
}

.lh-popover:focus {
	outline: 1px dotted;
}

.popover-body ol,
.popover-body ul {
	margin-bottom: 0;
}

#summernote-wrapper {
	position: fixed;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
	border: 1px solid #ccc;
	display: none;
}
#summernote-wrapper:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.3;
}
#summernote-wrapper .summernote-close {
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  font-size: 38px;
  font-weight: bold;
  transform: rotate(45deg);
  z-index: 9999;
  line-height: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,.3);
  cursor: pointer;
  color: #333;
}
#summernote-wrapper .summernote-close:hover {
  transform: rotate(45deg) scale(1.1);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#summernote-wrapper .note-editor.note-frame.card {
  border: none;
  margin: 0;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
#summernote-wrapper button[aria-expanded="false"] ~ .dropdown-menu {
  transform: translate3d(0, -9999px, 0) !important;
}
#summernote-wrapper button[aria-expanded="true"] ~ .dropdown-menu {
  transform: translate3d(0, 32px, 0) !important;
}

.modal-backdrop.show {
	display: none;
}

.note-editing-area {
  height: calc(100% - 42px);
}
.note-editing-area ul {
	margin-left: 20px;
	list-style-type: disc;
}
.note-statusbar.locked {
  display: none;
}
.note-editable.card-block {
  height: 100%;
}