:host {
  display: block;
}
div.custom-element {
  font-weight: bold;
  font-style: italic;
}
cmf-core-controls-title-dropdown {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  padding: 0 4px 0 4px;
}
cmf-core-controls-title-dropdown .placeholder {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
cmf-core-controls-title-dropdown .placeholder .mainTitle {
  font-family: "open-sans-regular";
  font-size: 12px;
  text-transform: uppercase;
}
cmf-core-controls-title-dropdown .placeholder .subTitle {
  font-family: "open-sans-light";
  font-size: 12px;
}
cmf-core-controls-title-dropdown .placeholder .value {
  font-family: "open-sans-regular";
  font-size: 12px;
  padding-left: 2px;
}
cmf-core-controls-title-dropdown .placeholder .value.value-custom {
  text-transform: uppercase;
}
 /deep/ cmf-core-business-controls-lookupDropdown cmf-core-controls-dropdown .dropdown-menu {
  min-width: 192px !important;
}
