div.changeset-create-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
div.changeset-create-wrapper[removeButtonPadding='false'] button.changeset-button {
  margin: 0px 0px 4px 4px;
}
div.changeset-create-wrapper div.changeset-input {
  min-width: 192px;
  -webkit-box-flex: 1;
          flex: 1;
}
div.changeset-create-wrapper div.changeset-input ::ng-deep cmf-core-business-controls-propertyeditor .cmf-core-business-controls-property-field-container.side-by-side {
  padding-top: 0px !important;
}
.changeset-items-grid {
  margin-top: 10px;
}
.cmf-placeholder-alike {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.display-changeset-on-clone-info {
  padding-top: 15px;
}
.display-changeset-on-clone-info span {
  font-family: open-sans-light;
}
