#resizeable-draggable{background:#555}#resizeable-draggable .draggable{z-index:300!important;top:0;line-height:2;padding:0;cursor:move}#resizeable-draggable .draggable .textAreaBox{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}#resizeable-draggable .draggable .textAreaBox .content{width:100%;height:100%;background:#2f2e2e}#resizeable-draggable .draggable .textAreaBox .content .headerNav{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;background:#555;color:#faebd7;position:relative;cursor:move}#resizeable-draggable .draggable .textAreaBox .content .headerNav a{display:block;font-size:16px;font-weight:700}#resizeable-draggable .draggable .textAreaBox .content .headerNav i{font-size:18px;cursor:pointer;margin-left:10px}#resizeable-draggable .draggable .textAreaBox .content .headerNav .setBox{position:absolute;right:-150px;top:40px;width:180px;background:#555;border-radius:10px;padding:10px}#resizeable-draggable .draggable .textAreaBox .content .headerNav .setBox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#resizeable-draggable .draggable .textAreaBox .content .headerNav .titText{text-overflow:ellipsis;width:60%;white-space:nowrap;display:inline-block;overflow:hidden}#resizeable-draggable .draggable .textAreaBox .content .headerNav .checkText{padding:0;font-size:12px;padding:2px 5px;line-height:normal}#resizeable-draggable .draggable .textAreaBox .content .headerNav .checkText i{display:none}#resizeable-draggable .draggable .textAreaBox .content .textBox{height:91%;font-size:14px;color:#fff;background:#2f2e2e;cursor:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;padding:10px 10px 5px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}#resizeable-draggable .draggable .textAreaBox .content .textBox::-webkit-scrollbar{width:0}#resizeable-draggable .draggable .textAreaBox .content .textBox .highlightLeft{background-color:rgba(172,223,124,.61)}#resizeable-draggable .draggable .textAreaBox .content .textBox .highlight{background-color:rgba(223,124,124,.651)}#resizeable-draggable .draggable .textAreaBox .content:first-child{border-right:1px solid #666}