/* 编辑器边框颜色 */
/* 菜单颜色、上边框颜色 */
/* 菜单选中状态的颜色 */
/* input focus 时的颜色 */
/* 按钮颜色 */
/* tab selected 状态下的颜色 */
.JEditor-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  width: 100%;
}
.JEditor-container a:focus,
.JEditor-container button:focus {
  outline: none;
}
.JEditor-container,
.JEditor-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}
.JEditor-container img {
  border: none;
    max-width: 993px;
}
.JEditor-container .clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.JEditor-container .clearfix {
  *zoom: 1;
}
.JEditor-container textarea {
  border: none;
}
.JEditor-container textarea:focus {
  outline: none;
}
.JEditor-container .height-tip {
  position: absolute;
  width: 3px;
  background-color: #ccc;
  left: 0;
  transition: top .2s;
}
.JEditor-container .txt-toolbar {
  position: absolute;
  background-color: #fff;
  padding: 3px 5px;
  border-top: 2px solid #666;
  box-shadow: 1px 3px 3px #999;
  border-left: 1px\9 solid\9 #ccc\9;
  border-bottom: 1px\9 solid\9 #999\9;
  border-right: 1px\9 solid\9 #999\9;
}
.JEditor-container .txt-toolbar .tip-triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #666 transparent;
  top: -12px;
  left: 50%;
  margin-left: -5px;
}
.JEditor-container .txt-toolbar a {
  color: #666;
  display: inline-block;
  margin: 0 3px;
  padding: 5px;
  text-decoration: none;
  border-radius: 3px;
}
.JEditor-container .txt-toolbar a:hover {
  background-color: #f1f1f1;
}
.JEditor-container .img-drag-point {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: se-resize;
  background-color: #666;
  margin-left: -6px;
  margin-top: -6px;
  box-shadow: 1px 1px 5px #999;
}
.JEditor-container .JEditor-upload-progress {
  position: absolute;
  height: 1px;
  background: #1e88e5;
  width: 0;
  display: none;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
.JEditor-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.JEditor-container .code-textarea {
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Verdana';
  color: #333;
  padding: 0 15px 0 15px;
}
.JEditor-menu-container {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.JEditor-menu-container a {
  text-decoration: none;
}
.JEditor-menu-container .menu-group {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #f1f1f1;
}
.JEditor-menu-container .menu-item {
  float: left;
  position: relative;
  text-align: center;
  height: 31px;
  width: 35px;
}
.JEditor-menu-container .menu-item:hover {
  background-color: #f1f1f1;
}
.JEditor-menu-container .menu-item a {
  display: block;
  text-align: center;
  color: #666;
  width: 100%;
  padding: 8px 0;
  font-size: 0.9em;
}
.JEditor-menu-container .menu-item .selected {
  color: #1e88e5;
}
.JEditor-menu-container .menu-item .active {
  background-color: #f1f1f1;
}
.JEditor-menu-container .menu-item .disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.JEditor-menu-container .menu-tip {
  display: block;
  position: absolute;
  z-index: 20;
  width: 60px;
  text-align: center;
  background-color: #666;
  color: #fff;
  padding: 7px 0;
  font-size: 12px;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px #999;
  display: none;
  /*// 小三角
        .tip-triangle {
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border:5px solid;
            border-color: transparent transparent @fore-color transparent;
            top: -10px;
            left: 50%;
            margin-left: -5px;
        }*/
}
.JEditor-menu-container .menu-tip-40 {
  width: 40px;
  margin-left: -20px;
}
.JEditor-menu-container .menu-tip-50 {
  width: 50px;
  margin-left: -25px;
}
.JEditor-menu-container .menu-dot {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
  height: 15px;
  padding: 0 4px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.JEditor-menu-shadow {
  /*border-bottom-width: 0;*/
  border-bottom: 1px\9 solid\9 #f1f1f1\9;
  box-shadow: 0 1px 3px #999;
}
.JEditor-container .JEditor-txt {
  width: 100%;
  text-align: left;
  padding: 15px;
  padding-top: 0;
  margin-top: 5px;
  overflow-y: auto;
  font-size: 16px;
}
.JEditor-container .JEditor-txt p,
.JEditor-container .JEditor-txt h1,
.JEditor-container .JEditor-txt h2,
.JEditor-container .JEditor-txt h3,
.JEditor-container .JEditor-txt h4,
.JEditor-container .JEditor-txt h5 {
  margin: 10px 0;
  line-height: 1.8;
}
.JEditor-container .JEditor-txt ul,
.JEditor-container .JEditor-txt ol {
  padding-left: 20px;
}
.JEditor-container .JEditor-txt img {
  cursor: pointer;
}
.JEditor-container .JEditor-txt img.clicked {
  box-shadow: 1px 1px 10px #999;
}
.JEditor-container .JEditor-txt table.clicked {
  box-shadow: 1px 1px 10px #999;
}
.JEditor-container .JEditor-txt pre code {
  line-height: 1.5;
}
.JEditor-container .JEditor-txt:focus {
  outline: none;
}
.JEditor-container .JEditor-txt blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.JEditor-container .JEditor-txt table {
  border: none;
  border-collapse: collapse;
}
.JEditor-container .JEditor-txt table td,
.JEditor-container .JEditor-txt table th {
  border: 1px solid #999;
  padding: 3px 5px;
  min-width: 50px;
  height: 20px;
}
.JEditor-container .JEditor-txt pre {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 10px;
  margin: 5px 0px;
  font-size: 0.8em;
  border-radius: 3px;
}
.JEditor-drop-list {
  display: none;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
  transition: height .7s;
  border-top: 1px solid #f1f1f1;
  box-shadow: 1px 3px 3px #999;
  border-left: 1px\9 solid\9 #ccc\9;
  border-bottom: 1px\9 solid\9 #999\9;
  border-right: 1px\9 solid\9 #999\9;
}
.JEditor-drop-list a {
  text-decoration: none;
  display: block;
  color: #666;
  padding: 3px 5px;
}
.JEditor-drop-list a:hover {
  background-color: #f1f1f1;
}
.JEditor-drop-panel,
.txt-toolbar {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 14px;
  /*border: 1px\9 solid\9 #cccccc\9;*/
  background-color: #fff;
  z-index: 10;
  border-top: 2px solid #666;
  box-shadow: 1px 3px 3px #999;
  border-left: 1px\9 solid\9 #ccc\9;
  border-bottom: 1px\9 solid\9 #999\9;
  border-right: 1px\9 solid\9 #999\9;
}
.JEditor-drop-panel .tip-triangle,
.txt-toolbar .tip-triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #666 transparent;
  top: -12px;
  left: 50%;
  margin-left: -5px;
}
.JEditor-drop-panel a,
.txt-toolbar a {
  text-decoration: none;
}
.JEditor-drop-panel input[type=text],
.txt-toolbar input[type=text] {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  height: 20px;
  color: #333;
  padding: 3px 0;
}
.JEditor-drop-panel input[type=text]:focus,
.txt-toolbar input[type=text]:focus {
  outline: none;
  border-bottom: 2px solid #1e88e5;
}
.JEditor-drop-panel input[type=text].block,
.txt-toolbar input[type=text].block {
  display: block;
  width: 100%;
}
.JEditor-drop-panel textarea,
.txt-toolbar textarea {
  border: 1px solid #ccc;
}
.JEditor-drop-panel textarea:focus,
.txt-toolbar textarea:focus {
  outline: none;
  border-color: #1e88e5;
}
.JEditor-drop-panel button,
.txt-toolbar button {
  font-size: 14px;
  color: #1e88e5;
  border: none;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.JEditor-drop-panel button:hover,
.txt-toolbar button:hover {
  background-color: #f1f1f1;
}
.JEditor-drop-panel button:focus,
.txt-toolbar button:focus {
  outline: none;
}
.JEditor-drop-panel button.right,
.txt-toolbar button.right {
  float: right;
  margin-left: 10px;
}
.JEditor-drop-panel button.gray,
.txt-toolbar button.gray {
  color: #999;
}
.JEditor-drop-panel button.link,
.txt-toolbar button.link {
  padding: 5px 10px;
}
.JEditor-drop-panel button.link:hover,
.txt-toolbar button.link:hover {
  background-color: #fff;
  text-decoration: underline;
}
.JEditor-drop-panel .color-item,
.txt-toolbar .color-item {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 2px;
  border-radius: 2px;
  text-decoration: underline;
}
.JEditor-drop-panel .color-item:hover,
.txt-toolbar .color-item:hover {
  background-color: #f1f1f1;
}
.JEditor-drop-panel .list-menu-item,
.txt-toolbar .list-menu-item {
  display: block;
  float: left;
  color: #333;
  padding: 5px 5px;
  border-radius: 2px;
}
.JEditor-drop-panel .list-menu-item:hover,
.txt-toolbar .list-menu-item:hover {
  background-color: #f1f1f1;
}
.JEditor-drop-panel table.choose-table,
.txt-toolbar table.choose-table {
  border: none;
  border-collapse: collapse;
}
.JEditor-drop-panel table.choose-table td,
.txt-toolbar table.choose-table td {
  border: 1px solid #ccc;
  width: 16px;
  height: 12px;
}
.JEditor-drop-panel table.choose-table td.active,
.txt-toolbar table.choose-table td.active {
  background-color: #ccc;
  opacity: .5;
  filter: alpha(opacity=50);
}
.JEditor-drop-panel .panel-tab .tab-container,
.txt-toolbar .panel-tab .tab-container {
  margin-bottom: 5px;
}
.JEditor-drop-panel .panel-tab .tab-container a,
.txt-toolbar .panel-tab .tab-container a {
  display: inline-block;
  color: #999;
  text-align: center;
  margin: 0 5px;
  padding: 5px 5px;
}
.JEditor-drop-panel .panel-tab .tab-container a.selected,
.txt-toolbar .panel-tab .tab-container a.selected {
  color: #1e88e5;
  border-bottom: 2px solid #1e88e5;
}
.JEditor-drop-panel .panel-tab .content-container .content,
.txt-toolbar .panel-tab .content-container .content {
  display: none;
}
.JEditor-drop-panel .panel-tab .content-container .content a,
.txt-toolbar .panel-tab .content-container .content a {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  border-radius: 2px;
}
.JEditor-drop-panel .panel-tab .content-container .content a:hover,
.txt-toolbar .panel-tab .content-container .content a:hover {
  background-color: #f1f1f1;
}
.JEditor-drop-panel .panel-tab .content-container .selected,
.txt-toolbar .panel-tab .content-container .selected {
  display: block;
  overflow: hidden;
  position: relative;
}
.JEditor-drop-panel .panel-tab .content-container .content-preview,
.txt-toolbar .panel-tab .content-container .content-preview {
  border: 1px solid #ccc;
  margin-top: 5px;
  text-align: center;
  line-height: 200px;
  height: 200px;
  background-color: #FCFCFC;
  color: #999;
  overflow: hidden;
}
.JEditor-drop-panel .panel-tab .emotion-content-container,
.txt-toolbar .panel-tab .emotion-content-container {
  height: 200px;
  overflow-y: auto;
}
.JEditor-drop-panel .upload-icon-container,
.txt-toolbar .upload-icon-container {
  color: #ccc;
  text-align: center;
  margin: 10px !important;
  padding: 5px !important;
  font-size: 65px;
  cursor: pointer;
  border: 2px dotted #f1f1f1;
  display: block !important;
  height: 200px;
  line-height: 150px;
}
.JEditor-drop-panel .upload-icon-container:hover,
.txt-toolbar .upload-icon-container:hover {
  color: #666;
  border-color: #ccc;
}
.JEditor-drop-panel .upload-icon-button,
.txt-toolbar .upload-icon-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #348AD5;
  color: #fff;
  font-size: 14px;
}
.JEditor-drop-panel .upload-progress-container,
.txt-toolbar .upload-progress-container {
  position: absolute;
  top: -500px;
  opacity: .5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: top .3s,opacity .3s;
  transition: top .3s,opacity .3s;
}
.JEditor-drop-panel .upload-progress-container .upload-progress,
.txt-toolbar .upload-progress-container .upload-progress {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 203px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
  overflow: hidden;
}
.JEditor-drop-panel .upload-progress-container .upload-progress .percentage,
.txt-toolbar .upload-progress-container .upload-progress .percentage {
  height: 100%;
  border-right: 3px;
  background-color: #348AD5;
}
.JEditor-drop-panel .upload-progress-container .progress-label,
.txt-toolbar .upload-progress-container .progress-label {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  bottom: 72px;
}
.JEditor-drop-panel .upload-progress-container .btn-upload-cancel,
.txt-toolbar .upload-progress-container .btn-upload-cancel {
  position: absolute;
  bottom: 98px;
  right: 40px;
  color: #fff;
  cursor: pointer;
}
.JEditor-drop-panel .upload-progress-container .btn-upload-cancel:hover,
.txt-toolbar .upload-progress-container .btn-upload-cancel:hover {
  color: #348AD5;
  background-color: transparent;
}
.JEditor-drop-panel .progress .upload-progress-container,
.txt-toolbar .progress .upload-progress-container {
  top: 0;
  opacity: 1;
}
.JEditor-drop-panel .upload-complete-container,
.txt-toolbar .upload-complete-container {
  position: absolute;
  top: 500px;
  opacity: .5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: top .3s,opacity .3s;
  transition: top .3s,opacity .3s;
}
.JEditor-drop-panel .upload-complete-container .complete-preview,
.txt-toolbar .upload-complete-container .complete-preview {
  height: 100%;
}
.JEditor-drop-panel .upload-complete-container .complete-label,
.txt-toolbar .upload-complete-container .complete-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  font-size: 22px;
  color: #FFF;
  line-height: 2;
  background: rgba(0, 0, 0, 0.3);
}
.JEditor-drop-panel .upload-complete-container .complete-btns,
.txt-toolbar .upload-complete-container .complete-btns {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
}
.JEditor-drop-panel .upload-complete-container .complete-btns a.btn-complete-cancel,
.txt-toolbar .upload-complete-container .complete-btns a.btn-complete-cancel {
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #999;
  border: 1px solid transparent;
}
.JEditor-drop-panel .upload-complete-container .complete-btns a.btn-complete-cancel:hover,
.txt-toolbar .upload-complete-container .complete-btns a.btn-complete-cancel:hover {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #348AD5;
}
.JEditor-drop-panel .upload-complete-container .complete-btns a.btn-complete-insert,
.txt-toolbar .upload-complete-container .complete-btns a.btn-complete-insert {
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #348AD5;
}
.JEditor-drop-panel .upload-complete-container .complete-btns a.btn-complete-insert:hover,
.txt-toolbar .upload-complete-container .complete-btns a.btn-complete-insert:hover {
  background-color: #57A1E2;
}
.JEditor-drop-panel .complete .upload-complete-container,
.txt-toolbar .complete .upload-complete-container {
  top: 0;
  opacity: 1;
}
.JEditor-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  box-shadow: 1px 3px 3px #999;
  border-top: 1px\9 solid\9 #ccc\9;
  border-left: 1px\9 solid\9 #ccc\9;
  border-bottom: 1px\9 solid\9 #999\9;
  border-right: 1px\9 solid\9 #999\9;
}
.JEditor-modal .JEditor-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25px;
  margin-right: -25px;
  font-size: 1.5em;
  color: #666;
  cursor: pointer;
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}
.hljs-comment,
.diff .hljs-header {
  color: #998;
  font-style: italic;
}
.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}
.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}
.hljs-string,
.hljs-tag .hljs-value,
.hljs-doctag,
.tex .hljs-formula {
  color: #d14;
}
.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}
.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}
.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}
.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rule .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.hljs-name {
  color: #008080;
}
.hljs-regexp {
  color: #009926;
}
.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}
.hljs-built_in {
  color: #0086b3;
}
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}
.hljs-deletion {
  background: #fdd;
}
.hljs-addition {
  background: #dfd;
}
.diff .hljs-change {
  background: #0086b3;
}
.hljs-chunk {
  color: #aaa;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-qdfu1s');
  src: url('fonts/icomoon.eot?#iefix-qdfu1s') format('embedded-opentype'), url('fonts/icomoon.ttf?-qdfu1s') format('truetype'), url('fonts/icomoon.woff?-qdfu1s') format('woff'), url('fonts/icomoon.svg?-qdfu1s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="jeditor-icon-"],
[class*=" jeditor-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jeditor-icon-link:before {
  content: "\e800";
}
.jeditor-icon-unlink:before {
  content: "\e801";
}
.jeditor-icon-code:before {
  content: "\e802";
}
.jeditor-icon-cancel:before {
  content: "\e803";
}
.jeditor-icon-terminal:before {
  content: "\e804";
}
.jeditor-icon-angle-down:before {
  content: "\e805";
}
.jeditor-icon-font:before {
  content: "\e806";
}
.jeditor-icon-bold:before {
  content: "\e807";
}
.jeditor-icon-italic:before {
  content: "\e808";
}
.jeditor-icon-header:before {
  content: "\e809";
}
.jeditor-icon-align-left:before {
  content: "\e80a";
}
.jeditor-icon-align-center:before {
  content: "\e80b";
}
.jeditor-icon-align-right:before {
  content: "\e80c";
}
.jeditor-icon-list-bullet:before {
  content: "\e80d";
}
.jeditor-icon-indent-left:before {
  content: "\e80e";
}
.jeditor-icon-indent-right:before {
  content: "\e80f";
}
.jeditor-icon-list-numbered:before {
  content: "\e810";
}
.jeditor-icon-underline:before {
  content: "\e811";
}
.jeditor-icon-table:before {
  content: "\e812";
}
.jeditor-icon-eraser:before {
  content: "\e813";
}
.jeditor-icon-text-height:before {
  content: "\e814";
}
.jeditor-icon-brush:before {
  content: "\e815";
}
.jeditor-icon-pencil:before {
  content: "\e816";
}
.jeditor-icon-minus:before {
  content: "\e817";
}
.jeditor-icon-picture:before {
  content: "\e818";
}
.jeditor-icon-file-image:before {
  content: "\e819";
}
.jeditor-icon-cw:before {
  content: "\e81a";
}
.jeditor-icon-ccw:before {
  content: "\e81b";
}
.jeditor-icon-music:before {
  content: "\e911";
}
.jeditor-icon-play:before {
  content: "\e912";
}
.jeditor-icon-location:before {
  content: "\e947";
}
.jeditor-icon-happy:before {
  content: "\e9df";
}
.jeditor-icon-sigma:before {
  content: "\ea67";
}
.jeditor-icon-enlarge2:before {
  content: "\e98b";
}
.jeditor-icon-shrink2:before {
  content: "\e98c";
}
.jeditor-icon-newspaper:before {
  content: "\e904";
}
.jeditor-icon-camera:before {
  content: "\e90f";
}
.jeditor-icon-video-camera:before {
  content: "\e914";
}
.jeditor-icon-file-zip:before {
  content: "\e92b";
}
.jeditor-icon-stack:before {
  content: "\e92e";
}
.jeditor-icon-credit-card:before {
  content: "\e93f";
}
.jeditor-icon-address-book:before {
  content: "\e944";
}
.jeditor-icon-envelop:before {
  content: "\e945";
}
.jeditor-icon-drawer:before {
  content: "\e95c";
}
.jeditor-icon-download:before {
  content: "\e960";
}
.jeditor-icon-upload:before {
  content: "\e961";
}
.jeditor-icon-lock:before {
  content: "\e98f";
}
.jeditor-icon-unlocked:before {
  content: "\e990";
}
.jeditor-icon-wrench:before {
  content: "\e991";
}
.jeditor-icon-eye:before {
  content: "\e9ce";
}
.jeditor-icon-eye-blocked:before {
  content: "\e9d1";
}
.jeditor-icon-command:before {
  content: "\ea4e";
}
.jeditor-icon-font2:before {
  content: "\ea5c";
}
.jeditor-icon-libreoffice:before {
  content: "\eade";
}
.jeditor-icon-quotes-left:before {
  content: "\e977";
}
.jeditor-icon-strikethrough:before {
  content: "\ea65";
}
.jeditor-icon-desktop:before {
  content: "\f108";
}
.jeditor-icon-tablet:before {
  content: "\f10a";
}
.jeditor-icon-search-plus:before {
  content: "\f00e";
}
.jeditor-icon-search-minus:before {
  content: "\f010";
}
.jeditor-icon-trash-o:before {
  content: "\f014";
}
.jeditor-icon-align-justify:before {
  content: "\f039";
}
.jeditor-icon-arrows-v:before {
  content: "\f07d";
}
.jeditor-icon-sigma2:before {
  content: "\ea68";
}
.jeditor-icon-omega:before {
  content: "\e900";
}
.jeditor-icon-cancel-circle:before {
  content: "\e901";
}
