.cmf-core-business-controls-find-entities-interactive .search-entity {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.cmf-core-business-controls-find-entities-interactive .search-entity .icon-box {
  width: 34px;
  padding-left: 5px;
  padding-top: 1px;
  padding-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-right-style: none;
}
.cmf-core-business-controls-find-entities-interactive .search-entity .search-input-text {
  width: 100%;
}
.cmf-core-business-controls-find-entities-interactive .entities-list {
  width: 100%;
  max-height: 100%;
  display: block;
}
.cmf-core-business-controls-find-entities-interactive .entities-list .entity-item {
  height: 48px;
  line-height: 48px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-family: open-sans-light;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  padding-left: 16px;
}
.cmf-core-business-controls-find-entities-interactive .page-navigation {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
}
.cmf-core-business-controls-find-entities-interactive .page-navigation .navigation-buttons-container {
  float: right;
  display: -webkit-box;
  display: flex;
}
.cmf-core-business-controls-find-entities-interactive .page-navigation .navigation-buttons-container .navigation-button {
  width: 32px;
  margin-top: 12px;
  cursor: pointer;
}
.cmf-core-business-controls-find-entities-interactive .page-navigation .navigation-text {
  float: right;
  line-height: 40px;
  font-size: 13px;
  margin-right: 8px;
}
.cmf-core-business-controls-find-entities-interactive .no-items {
  height: 48px;
  line-height: 48px;
  margin-top: 8px;
  text-align: center;
  font-family: open-sans-light;
  font-size: 16px;
}
