.bp-container,
.bp-widget {
    clear: both;
}

/** design mode styles **/

html.bd-designMode-true .lp-columns-controls {
    background-color: #353535;
    background-color: rgba(53, 53, 53, 0.8);
    height: 20px;
    position: absolute;
    top: 0;
    display: none;
}

html.bd-designMode-true .lp-columns-controls > a {
    margin: 4px 8px;
    display: inline-block;
    height: 12px;
    width: 12px;
    color: #fff;
    line-height: 12px;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

html.bd-designMode-true .lp-columns {
    padding: 4px 0;
    margin-left: 0;
    min-height: 28px;
    width: 100%;
}

html.bd-designMode-true .lp-columns > .bp-area {
    min-height: 90px;
    background-color: #ffffff;
    outline: 1px #DDD solid;
}

html.bd-designMode-true .lp-columns > .bp-area:first-child {
    margin-left: 0;
}

/** design mode styles end **/

.lp-columns .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.lp-columns .ui-resizable-disabled .ui-resizable-handle,
.lp-columns .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.lp-columns .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.lp-columns .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.lp-columns .ui-resizable-e {
  cursor:col-resize;;
  width: 7px;
  right: -3px;
  top: 0;
  height: 100%;
}

.lp-columns .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.lp-columns .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.lp-columns .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.lp-columns .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.lp-columns .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
