/* Otowui */
  #otowuiHelper {overflow: scroll;position:fixed;top:0;bottom:0;left:0;width:264px;background:#fff;z-index:999;border-right:1px solid #D3D3D3;}
  .otowui-helper .title {color: #000;font:normal 18px "Open Sans";line-height: 40px;padding:0 16px;background-color:#C1E5F9}
  .otowui-helper .content {padding:16px;}
  .otowui-helper p {font: normal 13px "Open Sans";margin:0;line-height: 120%;margin-bottom:16px;}
  .otowui-helper input {width:100%;height:32px;line-height:32px;cursor: pointer;padding:0 16px;vertical-align: middle;border:1px solid #D3D3D3;}
  .otowui-helper .btn {background:#E77519;color:white;height:32px;line-height:32px;cursor: pointer;padding:0 16px;vertical-align: middle;border:none;outline:none;width: 100%;}
  .otowui-helper .btn:hover {background:#BA5E12}
  .otowui-helper .subtitle {font: normal 13px "Open Sans";margin:0;line-height: 120%;margin-bottom:6px;font-weight: 600;display: block}
  .copy-color {display:inline-block;outline:1px solid #D3D3D3;transition: .2s;width:100%;position: relative;width:20px;height:20px;border-radius:10px;cursor: pointer;margin:0 3px 3px 0;border:none;overflow:hidden;}
  
  .copy-text {outline:1px solid #D3D3D3;border:none;background: #ececec;transition: .2s;display:block;width:100%;position: relative;padding:6px;min-height:30px;cursor: pointer;}
  .copy-img {outline:1px solid #D3D3D3;border:none;background: #ececec;transition: .2s;display:block;width:100%;position: relative;padding:6px;min-height:30px;cursor: pointer;}
  .copy-img img {max-width:100%;height:auto;display:block;}
  .copy-color:hover {outline:1px solid #b3aeae;} 
  .copy-text:hover {outline:1px solid #b3aeae;}
  .copy-img:hover {outline:1px solid #b3aeae;}
  .moduleHelper {position: absolute;top:6px;left:6px;display: inline-block;padding:.4rem .6rem;color:#fff;background:rgba(0,0,0,0.6);font-family: sans-serif;font-size:0.82rem;cursor: grab;opacity:0;border-radius:3px;transition:.2s;z-index:99999}
  #sortable.sortableEnable:hover .moduleHelper {opacity:1}
  .moduleHelper:hover {background:rgba(0,0,0,0.8);}