div.panels-ipe-placeholder {
  margin : 0;
}

.panels-ipe-editing .panels-ipe-region {
  margin : 0;
}

.panels-ipe-editing div.panels-ipe-portlet-wrapper {
  border : 1px solid #fff;
}

.panels-ipe-editing div.panels-ipe-draghandle,
.panels-ipe-editing span.panels-ipe-draghandle-icon {
  cursor : -webkit-grab;
  cursor : -moz-grab;
}

.panels-ipe-editing div.panels-ipe-draghandle:active,
.panels-ipe-editing span.panels-ipe-draghandle-icon:active {
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
}

.panels-ipe-portlet-content.panels-ipe-draghandle {
  background : none;
  padding : 0;
}

.panels-ipe-editing .content-hub--placement .panels-ipe-sort-container {
  position : relative;
  background : rgba(0,0,0,0.1);
  min-height : calc(330px + 80px);
  max-height : calc(330px + 80px);
}

.panels-ipe-editing .content-hub--placement--wrapper.two-thirds .panels-ipe-sort-container {
  min-height : calc((330px * 2) + 80px + 15px);
  max-height : calc((330px * 2) + 80px + 15px);
}

.panels-ipe-editing .content-hub--placement.fullwidth .panels-ipe-sort-container {
  min-height : calc(330px + 80px - 15px);
  max-height : calc(330px + 80px - 15px);
}

.panels-ipe-editing .content-hub--placement .panels-ipe-sort-container:empty {
  border     : 2px dashed #999999;
  border-top : none;
}

.panels-ipe-editing .content-hub--placement .panels-ipe-sort-container .ui-sortable-placeholder {
  position : absolute;
  top : 0;
  min-height : calc(330px + 80px);
  max-height : calc(330px + 80px);
}

.panels-ipe-editing .content-hub--placement--wrapper.two-thirds .panels-ipe-sort-container .ui-sortable-placeholder {
  min-height : calc((330px * 2) + 80px + 15px);
  max-height : calc((330px * 2) + 80px + 15px);
}

.panels-ipe-editing .content-hub--placement.fullwidth .panels-ipe-sort-container .ui-sortable-placeholder {
  min-height : calc(330px + 80px - 15px);
  max-height : calc(330px + 80px - 15px);
}

.panels-ipe-editing .content-hub--placement .panels-ipe-dragbar.panels-ipe-draghandle {
  display : flex;
  flex-wrap : wrap;
  justify-content : center;
  min-height : 80px;
  max-height : 80px;
}

.panels-ipe-editing .content-hub--placement .panels-ipe-dragbar-admin-title {
  flex-basis : 100%;
  padding-top : 0.5em;
  text-align : center;
  order : 3;
}
