.fs-editor-wrapper {
  position: relative;
}
.fs-editor-wrapper .fs-editor {
  min-height: 100px;
}
.fs-editor-wrapper .fs-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: 99999;
}
.fs-editor-wrapper .fs-editor.expanded.transition-fade {
  opacity: 0;
}
.fs-editor-wrapper .fs-editor .fs-editable {
  display: block;
  height: 100%;
  padding: 10px;
  overflow: auto;
  background-color: #fff;
  border: 2px #ccc solid;
  -moz-transition: border-color .2s linear;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-editor-wrapper .fs-editor .fs-editable:focus {
  outline: 0;
  border: 2px #8F8F8F solid;
}
.fs-editor-wrapper .fs-editor .fs-editable.placeholder {
  color: #797979;
  font-style: italic;
  font-weight: 100;
}
.fs-editor-wrapper .fs-editor .fs-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
  cursor: pointer;
  z-index: 3;
}
.fs-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  opacity: 0;
}

.formTableLayout .fs-editor-wrapper{
	margin-top: 15px;
}

.formTableLayout .fs-editor-wrapper .fs-editor .fs-editable{
	min-width: 206px;
}

.formTableLayout .fs-editor-wrapper .fs-editor {
	min-height: 50px;
}

.formBody .fs-editor-wrapper .fs-editor .fs-editable{
	min-width: 206px;
}
