.error {
  color: red;
}
.md-select-value *:first-child {
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.md-dialog h2:first-letter {
  text-transform: capitalize;
}
.custom-color-formly-type {
  width: 90%;
}
.template-settings-dialog .formly-field {
  -ms-flex: 1;
      flex: 1;
}
.row-isParameter {
  background: #f3f3f3;
}
