.cherry-static-area-editor-wrap .area-units {
  width: 60%;
  padding-right: 15px;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .area-unit {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.cherry-static-area-editor-wrap .area-unit .area-name {
  margin: 5px 0 20px 0;
  text-align: center;
}
.cherry-static-area-editor-wrap .area-unit.drag-target {
  border: 1px dashed #8BC735;
}
.cherry-static-area-editor-wrap .accordion-unit {
  padding: 5px;
  background: transparent;
}
.cherry-static-area-editor-wrap .accordion-unit .group {
  margin: 4px 0;
  border-radius: 6px;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px 30px;
  color: #444;
  background-image: none;
  background: #f2f3f4;
  border-radius: 6px;
  font-weight: normal;
  border: none;
  border: 1px solid #dddcdc;
  cursor: -webkit-grab;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header .ui-accordion-header-icon {
  background-image: url("ui-images/ui-icons_228ef1_256x240.png");
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header .delete-group {
  float: right;
  color: #2a445d;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: right;
  overflow: hidden;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header .delete-group:before {
  width: 20px;
  height: 20px;
  top: 0;
  transition: all 0.3s ease;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header .delete-group:hover:before {
  color: #f62e46;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header.ui-state-active {
  border: 1px solid #cccccc;
}
.cherry-static-area-editor-wrap .accordion-unit .group .ui-accordion-header.ui-state-hover {
  background: #fff;
  border: 1px solid #cccccc;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div {
  background: #fff;
  border-radius: 6px;
  padding: 1em 1.2em;
  overflow: hidden;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-col-lg {
  width: 25%;
  padding-left: 5px;
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-col-md {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-col-sm {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-col-xs {
  width: 25%;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-class {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .field-class input {
  margin: 0;
  height: 42px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions {
  background-color: #FCFCFC;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 6px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions.empty .label-if {
  display: none;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .label {
  color: #2a445d;
  font-size: 20px;
  line-height: 20px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .label.label-if {
  margin-bottom: 10px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .label.label-if span {
  margin: 0 10px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .label.label-is {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  margin: 10px 0 10px -25px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-action {
  margin-bottom: 10px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item {
  position: relative;
  margin-bottom: 10px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .rule-major {
  width: 50%;
  float: left;
  padding-right: 5px;
  padding-right: 40px;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .rule-minor {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 40px;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .rule-minor select.loading-state {
  opacity: 0.5;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .remove-rule-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #2a445d;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .remove-rule-button:hover {
  color: #f62e46;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .rule-item .remove-rule-button span {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .conditions-rules .dublicate-item {
  display: none;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .add-rule-button {
  color: #2a445d;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
  transition: all 0.3s ease;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .add-rule-button:hover {
  color: #8bc735;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div .conditions .add-rule-button span {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}
.cherry-static-area-editor-wrap .accordion-unit .group > div select {
  margin: 0;
}
.cherry-static-area-editor-wrap .accordion-unit .ui-state-highlight {
  height: 42px;
  margin: 4px 0;
  border-radius: 6px;
  border: 1px dashed #8BC735;
  background: rgba(139, 199, 53, 0.3);
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .cherry-accordion-control {
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.cherry-static-area-editor-wrap .cherry-accordion-control .cherry-label {
  text-align: right;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.cherry-static-area-editor-wrap .cherry-accordion-control .field-static {
  width: 100%;
  margin-bottom: 10px;
}
.cherry-static-area-editor-wrap .cherry-accordion-control .field-static .static-selector option.hidden {
  display: none;
}
.cherry-static-area-editor-wrap .cherry-accordion-control .add-new-btn {
  float: right;
}
.cherry-static-area-editor-wrap .available-statics {
  width: 40%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #2a445d;
  background: none repeat scroll 0 0 #2a445d;
}
.cherry-static-area-editor-wrap .available-statics.drag-target {
  border: 1px dashed #fff;
}
.cherry-static-area-editor-wrap .available-statics h3 {
  color: #fff;
}
.cherry-static-area-editor-wrap .available-statics .delete-group {
  display: none;
}
.cherry-static-area-editor-wrap .available-statics .ui-state-highlight {
  height: 42px;
  margin: 4px 0;
  border-radius: 6px;
  border: 1px dashed #fff;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
