/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
.cf-cplace-rest-conversion ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.schema-wizard-schema-name .control-label {
  text-align: left;
  padding-left: 0;
  width: auto;
}
/*
  Note: .col-md-7 is dynamicaly generated name and may change if the number of cells on the page will change
  Below is needed to remove attribute cell padding, so attribute value control is shown below the label without any indentation
  when the page width do not allow to display label and value control in one line.
*/
.schema-wizard-schema-name .col-md-7 {
  text-align: left;
  padding-left: 0;
}
.schema-wizard-hint {
  margin-top: 15px;
  margin-bottom: 15px;
}
.schema-wizard-table-actions .actions {
  margin-bottom: 10px;
}
