/* Texteditor */
.textEditor fieldset {
 border: none;
 width: 99%;
}
.textEditor .editorCtl {
 text-align: right;
}
.textEditor textarea {
 width: 100%;
 min-height: 2em;
}
.textEditor button {
 font-size: .8em;
 border: none;
 background-color: #fff;
 color: #000;
 text-decoration: underline;
 cursor: pointer;

 margin: 0 1em;
}
div.editorCtl {
 position: fixed;
 right: 15px;
 z-index: 80
}
div.ctl {
 position: relative;
 text-align: right;
}
div.ctl button {
    background-color: transparent;
}
div.ctl button.ifc {
 font-size: .75em;
 line-height: 1em;
 background: transparent;
 color: #f00;
 padding: 0;
 cursor: pointer;
 white-space: nowrap;
  width: auto;
 position: initial;
}

.charTable {
 position: absolute;
 border: 1px solid;
 padding: 16px 24px 3px 3px;
 background-color: transparent;
 z-index: 1;
 background-color: #fff;
}
.charTable span {
 display: block;
 width: 2em;
 float: left;
 border: 1px solid;
 padding: .3em;
 text-align: center;
 background-color: #eee;
 margin: .3em;
 height: 20px;
 cursor: pointer;
}
.charTable span.closeChT {
 width: 10px;
  height: 10px;
  line-height: 8px;
  float: none;
  position: absolute;
  top: -3px;
  right: -3px;
  color: red;
  padding: 1px;
  border-top: none;
  border-right: none;

}

.initCharTable {
 padding: 0 1em;
 cursor:pointer
}
.properties .title {
 position: relative;
}
.hidden {
 display: none;
}

div.toggleText{
  cursor: pointer;
}