.tabs-title.not-active, .accordion-item.not-active, .entity-datamanager-tab-navigation-forward.not-active, .entity-datamanager-tab-navigation-back.not-active {
  pointer-events: none;
  -webkit-touch-callout: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.entity-datamanager-tab-contentload-container {
  background: transparent;
  width: 32px;
  height: 60px;
  margin: 33px auto auto;
}
.entity-datamanager-tab-contentload-spin {
  font-size: 32px;
  width: 32px;
}

.entity-datamanager-container {
  position: relative;
}

.overlay-ajax-entity-datamanager-content-load {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

.load-on-change-step {
  position: relative;
}
.overlay-ajax-entity-datamanager-content-navigation-load {
  background: #ffffff;
  position: absolute;
  opacity: 0.7;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.loading-ajax-entity-datamanager-content {
  opacity: .2;
}
.ajax-entity-datamanager {
  position: relative;

}
.ajax-entity-datamanager-contentload-spin {
  font-size: 32px;
  width: 32px;
}
#overlay-ajax-form-entity-datamanager {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 50%;
}

.loading-ajax {
  opacity: .2;
}
.ajax-form-entity-datamanager {
  position: relative;

}
.ajax-form-entity-datamanager-contentload-spin {
  font-size: 32px;
  width: 32px;
}
.entity-datamanager-tab-confirm-confirm-cart.not-active {
  pointer-events: none;
  -webkit-touch-callout: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.entity-datamanager-confirm-input textarea {
  height: 100px;
  width: 100%;
}
