report_tmp *::-webkit-scrollbar {
  width: 6px;
  background-color: #f0f0f0;
}

report_tmp *::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

report_tmp *::-webkit-scrollbar-button {
  background-color: #ccc;
  border: 1px solid #ccc;
}

.note-statusbar {
  display: none !important;
}

.note-editable,
.noteComputedHei {
  padding-bottom: 3px !important;
  /*overflow-y: hidden !important;*/
  text-align: justify;
}
div.noteComputedHei {
  display: none;
}

/*设置默认字号*/
.note-editable,
.note-editable *,
.noteComputedHei,
.noteComputedHei * {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
  font-size: 12pt;
  word-break: break-all;
  font-size-unit: pt;
  line-height: 1.5em;
}

.note-editable tbody > tr:nth-child(even) {
  background-color: #ffffff;
}

.note-editor p,
.note-editable p,
.noteComputedHei p {
  font-weight: normal;
  font-size: 12pt;
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
  line-height: 1.5em;
  vertical-align: middle;
}

.user_summernote .note-editor p,
.user_summernote .note-editable,
.user_summernote .note-editable * {
  font-family: inherit;
  font-size: 10.5pt;
  color: #000;
}

.note-editor b,
.noteComputedHei b {
  font-size: inherit;
}

.note-editor h5,
.note-editable h5,
.noteComputedHei h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14pt;
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
  line-height: 1.5em;
  vertical-align: middle;
}

.note-editor h6,
.note-editable h6,
.noteComputedHei h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 10.5pt;
  font-family: 'FangSong_GB2312', 'FangSong', 'SimSun', 'sans-serif';
  line-height: 1.5em;
  vertical-align: middle;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  box-sizing: border-box;
}

.noteComputedHei {
  padding: 6pt 2pt 3pt 2pt;
  box-sizing: border-box;
}

/*table 相关样式---开始*/
.note-editor .note-editing-area .note-editable table,
.noteComputedHei table {
  width: 152mm;
  max-width: 152mm;
}

.note-editor .note-editing-area .note-editable i {
  transform:skew(-20deg, 0);
  display: inline-block;
  font-style:normal;
  vertical-align:bottom;
}

/*覆盖掉summernote原因样式里的padding*/
.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
  padding: 3pt;
  word-break: break-word;
  box-sizing: content-box;
}

.note-editable table,
.note-editable table td,
.note-editable table th,
.noteComputedHei table,
.noteComputedHei table td,
.noteComputedHei table th {
  border: 1pt solid black !important;
  /*line-height: 1.5em; */
  font-size: 10.5pt;
  line-height: 1.2em;
  text-align: left;
  vertical-align: middle;
}

.note-editor .note-editing-area .note-editable table td *,
.note-editor .note-editing-area .note-editable table th *,
.noteComputedHei td *,
.noteComputedHei th * {
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
  font-size: 10.5pt;
  line-height: 1.2em;
  margin: 0;
}
.note-editing-area .note-editable sup,
.note-editing-area .note-editable sub {
  font-size: 0.6em;
}

/*table 相关样式---结束*/

.form1 td p {
  line-height: 1.5em !important;
  text-align: left !important;
  font-size: 10.5pt !important;
}

.form1 .form1_th p {
  font-size: 14pt !important;
  font-weight: bold;
  writing-mode: bt-lr;
  line-height: 1em !important;
  word-break: break-all;
}

.form1 .form1_p,
.form1 .form1_p * {
  font-size: 10.5pt !important;
}

.form1 .form1_p1 {
  padding-left: 0;
}

.form1 td,
.form3 .head td {
  line-height: 1em;
}

.active2 {
  background-color: yellow !important;
}

.note-editable sup,
.note-editable sub,
.noteComputedHei sup,
.noteComputedHei sub {
  font-size: 0.6em;
  word-break: keep-all;
}

/*.note-editable table.table,
.note-editable table.table-bordered {
    table-layout: fixed;
}*/
.disabledEditorCon div {
  /* 禁用编辑事件 */
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
  /* 禁用点击事件 */
  pointer-events: none;
}
.workAdvisoryView .note-toolbar .note-btn {
  padding: 3px 6px;
}

.workAdvisoryView .note-editor .note-toolbar > .note-btn-group,
.workAdvisoryView .note-popover .popover-content > .note-btn-group {
  margin-top: 1px;
  margin-left: 0;
  margin-right: 1px;
}
.workAdvisoryView .changeWidth .note-editing-area .note-editable sup,
.workAdvisoryView .changeWidth .note-editing-area .note-editable sub {
  font-size: 0.6em;
}

/**
调整编辑框toolbar位置
 */
.workAdvisoryView .editor_container {
  width: 210mm !important;
}

.workAdvisoryView .note-editor {
  width: 207.5mm !important;
}

.workAdvisoryView .note-editor .note-toolbar {
  display: inline-block;
  width: 47mm;
  height: inherit;
  padding: 0 !important;
  vertical-align: top;
  text-align: left;
}
.workAdvisoryView .note-editor .note-modal.open {
  text-align: left;
}
.workAdvisoryView .note-editing-area {
  display: inline-block;
  width: 159.5mm;
  background: #fff;
}

/* 引文检索 */
.workAdvisoryView .changeWidth #exe_first_page legend-tab {
  width: 99%;
}
/* 引文检索 */
.workAdvisoryView fieldset#exe_retrieval {
  width: 100%;
}
/* .workAdvisoryView .changeWidth .editor_container {
  width: 214mm !important;
  margin-left: 20mm !important;
}
.workAdvisoryView
  .changeWidth
  .editor_container
  .workAdvisoryView
  .changeWidth
  .sty_admin_table {
  margin-left: 5mm !important;
}
.workAdvisoryView .changeWidth .note-editor {
  width: 210mm !important;
} */
.workAdvisoryView .changeWidth .note-editor .note-toolbar {
  width: 41mm;
}
.workAdvisoryView .changeWidth .note-editing-area {
  width: 164mm;
  width: 164mm;
  padding: 0 1mm;
}
.workAdvisoryView .changeWidth .note-editing-area .note-editable,
.workAdvisoryView .changeWidth .note-editing-area .note-editable * {
  font-size: 14pt;
}

.workAdvisoryView .changeWidth .editor_container {
  margin-left: 29mm !important;
}
.workAdvisoryView
  .changeWidth
  .note-editor.note-airframe
  .note-editing-area
  .note-editable,
.workAdvisoryView
  .changeWidth
  .note-editor.note-frame
  .note-editing-area
  .note-editable {
  padding: 0pt;
}
.workAdvisoryView
  .changeWidth
  .note-editor
  .note-editing-area
  .note-editable
  table
  td,
.workAdvisoryView
  .changeWidth
  .note-editor
  .note-editing-area
  .note-editable
  table
  th {
  word-break: break-all;
}
.workAdvisoryView .note-btn-group {
  margin-right: 5px;
}
.workAdvisoryView .note-btn-group > .note-btn-group {
  margin-right: 0;
}
