@font-face {
	font-family: summernote;
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../plugins/summernote-editor/font/summernote.eot);
	src: url(../plugins/summernote-editor/font/summernote.eot?#iefix) format("embedded-opentype"), url(../plugins/summernote-editor/font/summernote.woff2) format("woff2"), url(../plugins/summernote-editor/font/summernote.woff) format("woff"), url(../plugins/summernote-editor/font/summernote.ttf) format("truetype");
  }
  
  [class*=" note-icon"]:before, [class^=note-icon]:before {
	display: inline-block;
	font-family: summernote;
	font-style: normal;
	font-size: inherit;
	text-decoration: inherit;
	text-rendering: auto;
	text-transform: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak-as: normal;
  }
  
  .note-icon-fw {
	text-align: center;
	width: 1.25em;
  }
  
  .note-icon-border {
	border: .08em solid #{$border};
	border-radius: .1em;
	padding: 0.2em 0.25em 0.15em;
  }
  
  .note-icon-pull-left {
	float: $float-start;
  }
  
  .note-icon-pull-right {
	float: $float-end;
  }
  
  .note-icon {
	&.note-icon-pull-left {
	  margin-inline-end: 0.3em;
	}
  
	&.note-icon-pull-right {
	  margin-inline-start: 0.3em;
	}
  }
  
  .note-icon-align:before {
	content: "";
  }
  
  .note-icon-align-center:before {
	content: "";
  }
  
  .note-icon-align-indent:before {
	content: "";
  }
  
  .note-icon-align-justify:before {
	content: "";
  }
  
  .note-icon-align-left:before {
	content: "";
  }
  
  .note-icon-align-outdent:before {
	content: "";
  }
  
  .note-icon-align-right:before {
	content: "";
  }
  
  .note-icon-arrow-circle-down:before {
	content: "";
  }
  
  .note-icon-arrow-circle-left:before {
	content: "";
  }
  
  .note-icon-arrow-circle-right:before {
	content: "";
  }
  
  .note-icon-arrow-circle-up:before {
	content: "";
  }
  
  .note-icon-arrows-alt:before {
	content: "";
  }
  
  .note-icon-arrows-h:before {
	content: "";
  }
  
  .note-icon-arrows-v:before {
	content: "";
  }
  
  .note-icon-bold:before {
	content: "";
  }
  
  .note-icon-caret:before {
	content: "";
  }
  
  .note-icon-chain-broken:before {
	content: "";
  }
  
  .note-icon-circle:before {
	content: "";
  }
  
  .note-icon-close:before {
	content: "";
  }
  
  .note-icon-code:before {
	content: "";
  }
  
  .note-icon-col-after:before {
	content: "";
  }
  
  .note-icon-col-before:before {
	content: "";
  }
  
  .note-icon-col-remove:before {
	content: "";
  }
  
  .note-icon-eraser:before {
	content: "";
  }
  
  .note-icon-float-left:before {
	content: "";
  }
  
  .note-icon-float-none:before {
	content: "";
  }
  
  .note-icon-float-right:before {
	content: "";
  }
  
  .note-icon-font:before {
	content: "";
  }
  
  .note-icon-frame:before {
	content: "";
  }
  
  .note-icon-italic:before {
	content: "";
  }
  
  .note-icon-link:before {
	content: "";
  }
  
  .note-icon-magic:before {
	content: "";
  }
  
  .note-icon-menu-check:before {
	content: "";
  }
  
  .note-icon-minus:before {
	content: "";
  }
  
  .note-icon-orderedlist:before {
	content: "";
  }
  
  .note-icon-pencil:before {
	content: "";
  }
  
  .note-icon-picture:before {
	content: "";
  }
  
  .note-icon-question:before {
	content: "";
  }
  
  .note-icon-redo:before {
	content: "";
  }
  
  .note-icon-rollback:before {
	content: "";
  }
  
  .note-icon-row-above:before {
	content: "";
  }
  
  .note-icon-row-below:before {
	content: "";
  }
  
  .note-icon-row-remove:before {
	content: "";
  }
  
  .note-icon-special-character:before {
	content: "";
  }
  
  .note-icon-square:before {
	content: "";
  }
  
  .note-icon-strikethrough:before {
	content: "";
  }
  
  .note-icon-subscript:before {
	content: "";
  }
  
  .note-icon-summernote:before {
	content: "";
  }
  
  .note-icon-superscript:before {
	content: "";
  }
  
  .note-icon-table:before {
	content: "";
  }
  
  .note-icon-text-height:before {
	content: "";
  }
  
  .note-icon-trash:before {
	content: "";
  }
  
  .note-icon-underline:before {
	content: "";
  }
  
  .note-icon-undo:before {
	content: "";
  }
  
  .note-icon-unorderedlist:before {
	content: "";
  }
  
  .note-icon-video:before {
	content: "";
  }
  
  .note-editor {
	position: relative;
  
	.note-dropzone {
	  position: absolute;
	  display: none;
	  z-index: 100;
	  color: #{$primary};
	  background-color: rgb($white);
	  opacity: 0.95;
  
	  .note-dropzone-message {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 28px;
		font-weight: 700;
	  }
  
	  &.hover {
		color: #{$primary-hover};
	  }
	}
  
	&.dragover .note-dropzone {
	  display: table;
	}
  
	.note-editing-area {
	  position: relative;
  
	  .note-editable {
		outline: none;
  
		sup {
		  vertical-align: super;
		}
  
		sub {
		  vertical-align: sub;
		}
  
		img {
		  &.note-float-left {
			margin-inline-end: 10px;
		  }
  
		  &.note-float-right {
			margin-inline-start: 10px;
		  }
		}
	  }
	}
  
	&.note-airframe, &.note-frame {
	  border: 1px solid #{$border};
	  border-radius: 10px;
	  overflow: hidden;
	}
  
	&.note-airframe.codeview .note-editing-area .note-editable, &.note-frame.codeview .note-editing-area .note-editable {
	  display: none;
	}
  
	&.note-airframe.codeview .note-editing-area .note-codable, &.note-frame.codeview .note-editing-area .note-codable {
	  display: block;
	}
  
	&.note-airframe .note-editing-area, &.note-frame .note-editing-area {
	  overflow: hidden;
	}
  
	&.note-airframe .note-editing-area .note-editable, &.note-frame .note-editing-area .note-editable {
	  padding: 10px;
	  overflow: auto;
	  word-wrap: break-word;
	  min-height: 300px;
	}
  
	&.note-airframe .note-editing-area .note-editable[contenteditable=false], &.note-frame .note-editing-area .note-editable[contenteditable=false] {
	  background-color: rgb($white);
	}
  
	&.note-airframe .note-editing-area .note-codable, &.note-frame .note-editing-area .note-codable {
	  display: none;
	  width: 100%;
	  padding: 10px;
	  border: none;
	  box-shadow: none;
	  font-family: Menlo, Monaco, monospace, sans-serif;
	  font-size: 14px;
	  color: #{$default-color};
	  background-color: rgb($white);
	  resize: none;
	  outline: none;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  border-radius: 0;
	  margin-block-end: 0;
	}
  
	&.note-airframe.fullscreen, &.note-frame.fullscreen {
	  position: fixed;
	  inset-block-start: 0;
	  inset-inline-start: 0;
	  width: 100% !important;
	  z-index: 1050;
	}
  
	&.note-airframe.fullscreen .note-resizebar, &.note-frame.fullscreen .note-resizebar {
	  display: none;
	}
  
	&.note-airframe .note-status-output, &.note-frame .note-status-output {
	  display: block;
	  width: 100%;
	  font-size: 14px;
	  line-height: 1.42857143;
	  height: 20px;
	  margin-block-end: 0;
	  color: #{$color};
	  border: 0;
	  border-block-start: 1px solid #{$border};
	}
  
	&.note-airframe .note-status-output:empty, &.note-frame .note-status-output:empty {
	  height: 0;
	  border-block-start: 0 solid transparent;
	}
  
	&.note-airframe .note-status-output .pull-right, &.note-frame .note-status-output .pull-right {
	  float: $float-end !important;
	}
  
	&.note-airframe .note-status-output .text-muted, &.note-frame .note-status-output .text-muted {
	  color: #{$muted};
	}
  
	&.note-airframe .note-status-output .text-primary, &.note-frame .note-status-output .text-primary {
	  color: #{$primary};
	}
  
	&.note-airframe .note-status-output .text-success, &.note-frame .note-status-output .text-success {
	  color: #{$success};
	}
  
	&.note-airframe .note-status-output .text-info, &.note-frame .note-status-output .text-info {
	  color: #{$info};
	}
  
	&.note-airframe .note-status-output .text-warning, &.note-frame .note-status-output .text-warning {
	  color: #{$warning};
	}
  
	&.note-airframe .note-status-output .text-danger, &.note-frame .note-status-output .text-danger {
	  color: #{$danger};
	}
  
	&.note-airframe .note-status-output .alert, &.note-frame .note-status-output .alert {
	  margin: -7px 0 0;
	  padding: 7px 10px 2px;
	  border-radius: 0;
	  color: #{$color};
	  background-color: #{$bg-hover};
	}
  
	&.note-airframe .note-status-output .alert .note-icon, &.note-frame .note-status-output .alert .note-icon {
	  margin-inline-end: 5px;
	}
  
	&.note-airframe .note-status-output .alert-success, &.note-frame .note-status-output .alert-success {
	  color: #{$success} !important;
	  background-color: rgba($success,0.3) !important;
	}
  
	&.note-airframe .note-status-output .alert-info, &.note-frame .note-status-output .alert-info {
	  color: #{$info} !important;
	  background-color: rgba($info,0.3) !important;
	}
  
	&.note-airframe .note-status-output .alert-warning, &.note-frame .note-status-output .alert-warning {
	  color: #{$warning} !important;
	  background-color: rgba($warning,0.3) !important;
	}
  
	&.note-airframe .note-status-output .alert-danger, &.note-frame .note-status-output .alert-danger {
	  color: #{$danger} !important;
	  background-color: rgba($danger,0.3) !important;
	}
  
	&.note-airframe .note-statusbar, &.note-frame .note-statusbar {
	  background-color: rgb($white);
	  border-end-start-radius: 4px;
	  border-end-end-radius: 4px;
	  border-block-start: 1px solid #{$border};
	}
  
	&.note-airframe .note-statusbar .note-resizebar, &.note-frame .note-statusbar .note-resizebar {
	  padding-block-start: 1px;
	  height: 9px;
	  width: 100%;
	  cursor: ns-resize;
	}
  
	&.note-airframe .note-statusbar .note-resizebar .note-icon-bar, &.note-frame .note-statusbar .note-resizebar .note-icon-bar {
	  width: 20px;
	  margin: 1px auto;
	  border-block-start: 1px solid #{$border};
	}
  
	&.note-airframe .note-statusbar.locked .note-resizebar, &.note-frame .note-statusbar.locked .note-resizebar {
	  cursor: default;
	}
  
	&.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar, &.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
	  display: none;
	}
  
	&.note-airframe .note-placeholder, &.note-frame .note-placeholder {
	  padding: 10px;
	}
  
	&.note-airframe {
	  border: 0;
  
	  .note-editing-area .note-editable {
		padding: 0;
	  }
	}
  }
  
  .note-popover.popover {
	display: none;
	max-width: none;
  
	.popover-content a {
	  display: inline-block;
	  max-width: 200px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  vertical-align: middle;
	}
  
	.arrow {
	  inset-inline-start: 20px !important;
	}
  }
  
  .note-toolbar {
	position: relative;
  }
  
  .note-editor .note-toolbar, .note-popover .popover-content {
	margin: 0;
	padding-block-start: 0;
	padding-inline-start: 0;
	padding-block-end: 5px;
	padding-inline-end: 5px;
  }
  
  .note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
	margin-block-start: 5px;
	margin-inline-start: 0;
	margin-inline-end: 5px;
  }
  
  .note-editor .note-toolbar .note-btn-group .note-table, .note-popover .popover-content .note-btn-group .note-table {
	min-width: 0;
	padding: 5px;
  }
  
  .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
	font-size: 18px;
  }
  
  .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
	position: absolute !important;
	z-index: 3;
	width: 10em;
	height: 10em;
	cursor: pointer;
  }
  
  .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
	position: relative !important;
	z-index: 1;
	width: 5em;
	height: 5em;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  }
  
  .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
	position: absolute !important;
	z-index: 2;
	width: 1em;
	height: 1em;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  }
  
  .note-editor .note-toolbar .note-style .dropdown-style {
	blockquote, pre {
	  margin: 0;
	  padding: 5px 10px;
	}
  }
  
  .note-popover .popover-content .note-style .dropdown-style {
	blockquote, pre {
	  margin: 0;
	  padding: 5px 10px;
	}
  }
  
  .note-editor .note-toolbar .note-style .dropdown-style {
	h1, h2, h3, h4, h5, h6, p {
	  margin: 0;
	  padding: 0;
	}
  }
  
  .note-popover .popover-content .note-style .dropdown-style {
	h1, h2, h3, h4, h5, h6, p {
	  margin: 0;
	  padding: 0;
	}
  }
  
  .note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
	min-width: 337px !important;
  }
  
  .note-editor .note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
	width: 28px;
	padding-inline-start: 5px;
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
	display: inline-block;
	margin: 0;
	width: 160px;
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
	margin: 0 5px;
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
	font-size: 12px;
	margin: 2px 7px;
	text-align: center;
	border-block-end: 1px solid #{$border};
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
	.note-color-reset, .note-color-select {
	  font-size: 11px;
	  margin: 3px;
	  padding: 0 3px;
	  cursor: pointer;
	  width: 100%;
	  border-radius: 5px;
	}
  }
  
  .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
	.note-color-reset, .note-color-select {
	  font-size: 11px;
	  margin: 3px;
	  padding: 0 3px;
	  cursor: pointer;
	  width: 100%;
	  border-radius: 5px;
	}
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
	.note-color-reset:hover, .note-color-select:hover {
	  background: #{$border};
	}
  }
  
  .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
	.note-color-reset:hover, .note-color-select:hover {
	  background: #{$border};
	}
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
	height: 20px;
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
	display: none;
  }
  
  .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
	border: 1px solid #{$border};
  }
  
  .note-editor .note-toolbar .note-para .note-dropdown-menu, .note-popover .popover-content .note-para .note-dropdown-menu {
	min-width: 245px !important;
	padding: 5px;
  }
  
  .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div, .note-popover .popover-content .note-para .note-dropdown-menu > div + div {
	margin-inline-start: 5px;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
	min-width: 160px;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu.right, .note-popover .popover-content .note-dropdown-menu.right {
	inset-inline-end: 0;
	inset-inline-start:auto;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu.right:before, .note-popover .popover-content .note-dropdown-menu.right:before {
	inset-inline-end: 9px;
	inset-inline-start:auto !important;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu.right:after, .note-popover .popover-content .note-dropdown-menu.right:after {
	inset-inline-end: 10px;
	inset-inline-start:auto !important;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu.note-check a i, .note-popover .popover-content .note-dropdown-menu.note-check a i {
	color: #00bfff;
	visibility: hidden;
  }
  
  .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i, .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
	visibility: visible;
  }
  
  .note-editor .note-toolbar .note-fontsize-10, .note-popover .popover-content .note-fontsize-10 {
	font-size: 10px;
  }
  
  .note-editor .note-toolbar .note-color-palette, .note-popover .popover-content .note-color-palette {
	line-height: 1;
  }
  
  .note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
  }
  
  .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover, .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
	transform: scale(1.2);
	transition: all 0.2s;
  }
  
  .note-modal {
	.modal-dialog {
	  outline: 0;
	  border-radius: 5px;
	  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	}
  
	.form-group {
	  margin-inline-start: 0;
	  margin-inline-end: 0;
	}
  
	.note-modal-form {
	  margin: 0;
	}
  
	.note-image-dialog .note-dropzone {
	  min-height: 100px;
	  font-size: 30px;
	  line-height: 4;
	  color: #d3d3d3;
	  text-align: center;
	  border: 4px dashed #d3d3d3;
	  margin-block-end: 10px;
	}
  }
  
  @-moz-document url-prefix() {
	.note-modal .note-image-input {
	  height: auto;
	}
  }
  
  .note-placeholder {
	position: absolute;
	display: none;
	color: grey;
  }
  
  .note-handle .note-control-selection {
	position: absolute;
	display: none;
	border: 1px solid #{$color};
  
	> div {
	  position: absolute;
	}
  
	.note-control-selection-bg {
	  width: 100%;
	  height: 100%;
	  background-color: #{$color};
	  -webkit-opacity: .3;
	  -khtml-opacity: .3;
	  -moz-opacity: .3;
	  opacity: .3;
	  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	  filter: alpha(opacity = 30);
	}
  
	.note-control-handle, .note-control-holder {
	  width: 7px;
	  height: 7px;
	  border: 1px solid #{$color};
	}
  
	.note-control-sizing {
	  width: 7px;
	  height: 7px;
	  border: 1px solid #{$color};
	  background-color: #{$color};
	}
  
	.note-control-nw {
	  inset-block-start: -5px;
	  inset-inline-start: -5px;
	  border-inline-end: none;
	  border-block-end: none;
	}
  
	.note-control-ne {
	  inset-block-start: -5px;
	  inset-inline-end: -5px;
	  border-block-end: none;
	  border-inline-start: none;
	}
  
	.note-control-sw {
	  inset-block-end: -5px;
	  inset-inline-start: -5px;
	  border-block-start: none;
	  border-inline-end: none;
	}
  
	.note-control-se {
	  inset-inline-end: -5px;
	  inset-block-end: -5px;
	  cursor: se-resize;
  
	  &.note-control-holder {
		cursor: default;
		border-block-start: none;
		border-inline-start: none;
	  }
	}
  
	.note-control-selection-info {
	  inset-inline-end: 0;
	  inset-block-end: 0;
	  padding: 5px;
	  margin: 5px;
	  color: rgb($white);
	  background-color: #{$color};
	  font-size: 12px;
	  border-radius: 5px;
	  -webkit-opacity: .7;
	  -khtml-opacity: .7;
	  -moz-opacity: .7;
	  opacity: .7;
	  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	  filter: alpha(opacity = 70);
	}
  }
  
  .note-hint-popover {
	min-width: 100px;
	padding: 2px;
  
	.popover-content {
	  padding: 3px;
	  max-height: 150px;
	  overflow: auto;
  
	  .note-hint-group .note-hint-item {
		display: block !important;
		padding: 3px;
  
		&.active, &:hover {
		  display: block;
		  clear: both;
		  font-weight: 400;
		  line-height: 1.4;
		  color: rgb($white);
		  white-space: nowrap;
		  text-decoration: none;
		  background-color: #428bca;
		  outline: 0;
		  cursor: pointer;
		}
	  }
	}
  }
  
  .note-btn {
	&.dropdown-toggle::after {
	  display: none;
	}
  
	border-radius: 0px;
  }
  
  .note-editor.note-frame.panel.panel-default .panel-heading {
	background-color: rgb($white);
	border-block-end: 1px solid #{$border};
  }
  
  .note-btn.btn-default {
	background-color: rgb($white);
	border-color: #{$border};
  }
  
  .note-editor {
	.btn-default:not(:disabled):not(.disabled):active {
	  background-color: #{$bg-hover};
	}
  
	.btn-group .btn + .btn-group {
	  border-inline-start: 0px !important;
	}
  }
  
  .panel-default.fullscreen .note-editable {
	background-color: rgb($white);
  }
  
  .note-btn {
	&.btn.btn-default.btn-sm {
	  line-height: 1.84615385;
	}
  
	&.btn-default:not(:disabled):not(.disabled).active {
	  color: #{$color};
	  background-color: #{$bg-hover};
	  border-color: #{$border};
	}
  }