:host {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 100%;
}
div.dashed-box {
  -webkit-box-flex: 1;
          flex: 1;
  min-height: 128px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
div.dashed-box.allow-add {
  cursor: pointer;
  border-width: 2px;
  border-style: dashed;
}
div.dashed-box.dropzone {
  border: solid;
}
div.dashed-box div.add-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  min-width: 64px;
}
div.dashed-box div.add-content div.icon.icon-core-st-sm-add {
  font-size: 20px;
}
.attachments-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.attachments-container cmf-core-controls-actionBar {
  min-height: 42px;
}
.attachments-container .attachments-sub-bar {
  height: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.attachments-container .attachments-sub-bar /deep/ cmf-core-controls-selectlist {
  -webkit-box-flex: 1;
          flex: 1;
}
.attachments-container .attachments-sub-bar /deep/ cmf-core-controls-selectlist li {
  margin-top: 18px;
}
.attachments-container .attachments-sub-bar /deep/ cmf-core-controls-selectlist .cmf-core-controls-select-list-item-content {
  font-family: "icons45px";
  font-size: 23px;
  height: 23px;
  margin: 4px 0px 4px 0px;
}
.attachments-container .attachments-sub-bar .filters-and-search-containter {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 8px 0px 8px 8px;
}
.attachments-container .attachments-sub-bar .filters-and-search-containter cmf-core-controls-dropdown {
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 24px;
}
.attachments-container .attachments-sub-bar .filters-and-search-containter cmf-core-controls-dropdown cmf-core-controls-title-dropdown {
  display: -webkit-box;
  display: flex;
}
.attachments-container .attachments-sub-bar .filters-and-search-containter cmf-core-business-controls-lookupdropdown {
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 24px;
}
.attachments-container .attachments-datagrid {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
