.cmf-core-controls-baseWidget {
  height: 100%;
  width: 100%;
}
.header {
  display: -webkit-box;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.header cmf-core-controls-moreOptions {
  pointer-events: auto;
}
.header .icon {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 22px;
}
.header .title {
  font-family: "open-sans-semibold";
  font-size: 14px;
}
.header .sub-title {
  -webkit-box-flex: 1;
          flex: 1;
  font-family: "open-sans-regular";
  font-size: 14px;
  margin-left: 6px;
}
.header .buttons {
  right: 0;
  height: 32px;
  width: 32px;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .buttons > div {
  cursor: pointer;
  align-self: center;
}
.header .buttons:empty {
  display: none;
}
.header .buttons[disabled=true] {
  cursor: not-allowed;
}
.header .buttons > div[class^="icon-core-st-sm-"] {
  font-size: 20px;
}
.body {
  padding: 8px 0;
  height: calc(100% - 32px);
  width: 100%;
}
.body .sub-section-title {
  font-family: "open-sans-semibold";
  font-size: 13px;
}
.body.without-header {
  height: 100%;
}
