.sub-header {
  font-family: "open-sans-semibold";
  font-size: 13px;
}
:host {
  width: 100%;
}
iframe {
  border: transparent;
}
.cmf-core-business-controls-property-field.property-label {
  width: 100%;
}
.cmf-core-business-controls-property-field.property-label.side-by-side {
  display: block;
}
.cmf-core-business-controls-property-field.property-label .prop-label-icon {
  font-size: 16px;
  opacity: 0.7;
  vertical-align: top;
}
.cmf-core-business-controls-property-field.property-value {
  flex-wrap: wrap;
}
.cmf-core-business-controls-property-field.property-value.array-values > div {
  width: initial;
  margin-left: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.cmf-core-business-controls-property-field.property-value.array-values .separator {
  margin-left: 0px;
}
.cmf-core-business-controls-property-field.property-value > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmf-core-business-controls-property-field.property-value > div.symbolAvailable {
  width: auto;
}
.cmf-core-business-controls-property-field.property-value > div.symbol {
  margin-left: 5px;
  width: auto;
  white-space: nowrap;
}
.cmf-core-business-controls-property-field.property-value > div img {
  cursor: pointer;
}
.cmf-core-business-controls-property-field.property-value .color-type {
  width: 16px !important;
  height: 16px;
  border-radius: 2px;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container {
  display: -webkit-inline-box;
  display: inline-flex;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-icon {
  font-size: 16px;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-icon.true-icon {
  opacity: 0.8;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-icon.false-icon {
  opacity: 0.4;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-text {
  padding-left: 4px;
  font-size: 13px;
  opacity: 0.85;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-text.true-icon {
  opacity: 0.8;
}
.cmf-core-business-controls-property-field-container /deep/ .cmf-core-business-controls-property-viewer-boolean-icon-container .cmf-core-business-controls-property-viewer-boolean-text.false-icon {
  opacity: 0.4;
}
.cmf-core-business-controls-property-field-container /deep/ .html img {
  max-width: 240px;
  max-height: 192px;
  cursor: pointer;
}
