.acf-component-preview {
  display: block;
	position: relative;
	padding: 8px 10px;
	cursor: move;
	color: #333333;
	font-size: 14px;
	line-height: 1.4em;
  border-top: 0;
  top: -1px;
  background: #fff;
}
.acf-component-label {
  font-size: 10px;
  display: inline-block;
  line-height: 1.3em;
  padding: 1px 8px;
  background: #007800;
  color: #fff;
  border-radius: 2px;
}
.acf-input-table tfoot td {
	background: #fff;
	padding: 8px 10px;
	text-align: right;
	border-top: 1px solid #e1e1e1;
}
[data-toggle="closed"] .acf-fc-layout-handle,
[data-toggle="closed"] .acf-component-preview {
	background: #F3F2FD;
}

.acf-flexible-content .layout .acf-fc-layout-controlls {
	z-index: 2;
}