.fl-block-overlay-header {
  display: block;
}

.fl-module-overlay {
  outline: 2px solid #00a0d2;
  cursor: pointer;
  position: absolute;
  z-index: 100007;
  width: 100%;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  min-height: 14px;
}

.fl-block-overlay-header {
  background: red;
  width: 150px;
  position: absolute;
  bottom: -30px;
}

.fl-module-content,
.fl-editable {
  position: relative;
  zoom: 1;
}

/* ----------------------------- */

.fl-block-overlay-actions i {
  color: #fff !important;
  cursor: pointer;
  display: block !important;
  float: left;
  font-size: 16px !important;
  height: 28px !important;
  line-height: 28px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 32px !important;
}

.fl-block-col-resize {
  bottom: 0 !important;
  position: absolute;
  top: 0 !important;
  width: 6px;
}

.fl-block-col-resize-e {
  cursor: ew-resize;
  left: auto !important;
  right: -2px !important;
}

.fl-block-col-resize-w {
  cursor: ew-resize;
  left: -7px !important;
}

.fl-block-col-resize-handle-wrap {
  margin: -4px 0 0 -5px;
  padding: 0 5px;
  position: absolute;
  top: 50% !important;
}

.fl-block-col-resize-handle {
  background: #00a0d2;
  border: 2px solid #00a0d2;
  border-radius: 50%;
  height: 8px;
  width: 8px;
} 