
.oe_form_field_html_text .note-editable {
  min-height: 180px;
  font: initial !important;
  font-family: inherit !important;
  line-height: initial !important;
  color: initial !important;
}
.oe_form_field_html_text .note-editable p,
.oe_form_field_html_text .note-editable div {
  font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}
.oe_form_field_html_text .note-editable a,
.oe_form_field_html_text .note-editable a:hover {
  color: initial;
}
.oe_form_field_html_text .note-editable ul > li > p {
  margin: 0px;
}
.oe_form_field_html_text .o_readonly {
  min-height: 1em;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  word-wrap: break-word;
}
.oe_form_field_html_text .o_readonly ul > li > p {
  margin: 0px;
}
.oe_form_field_html iframe {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 300px;
  min-height: -webkit-calc(-70vh);
  min-height: calc(-70vh);
}
.o_field_widgetTextHtml_fullscreen .oe_form_field_html.o_form_fullscreen_ancestor iframe {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
  z-index: 1001 !important;
  border: 0;
}
.o_field_widgetTextHtml_fullscreen * {
  display: none;
}
.o_field_widgetTextHtml_fullscreen .o_form_fullscreen_ancestor {
  display: block !important;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  overflow: hidden !important;
  transform: none !important;
}
.openerp .oe_form .oe_form_field_html_translate textarea {
  min-width: 60px;
  width: 100%;
  color: #4c4c4c;
  font: normal 13px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
.openerp .oe_form_readonly .oe_form .oe_form_field_html_translate textarea {
  border: 0;
  background: #fff;
}
.openerp .oe_form_editable .oe_form .oe_form_field_html_translate > button {
  float: right;
  margin: -6px -3px 0 0;
}
.openerp .oe_form_editable .oe_form .oe_form_field_html_translate > .note-editable {
  border: 1px solid #ccc;
  min-height: 22px;
  border-radius: 3px;
}
.openerp .oe_form_editable .oe_form .oe_form_field_html_translate .note-editable [contentEditable='true']:hover {
  box-shadow: #DDCC33 0 0 5px 2px inset;
}
.note-editor .colorpicker .o_colorpicker_section > button {
  display: none;
}
.note-editor .colorpicker .o_colorpicker_section > button[data-color="alpha"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="beta"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gamma"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="delta"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="epsilon"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="white"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-lighter"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-light"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gray"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-dark"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="gray-darker"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="black"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="primary"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="success"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="info"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="warning"],
.note-editor .colorpicker .o_colorpicker_section > button[data-color="danger"] {
  display: block;
}
