cmf-core-controls-execution-view article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100vh - 135px);
  width: calc(100vw - 64px);
  overflow: hidden !important;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article {
    height: calc(100vh - 48px);
    width: 100vw !important;
  }
}
cmf-core-controls-execution-view article header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
cmf-core-controls-execution-view article header .title {
  display: -webkit-box;
  display: flex;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
}
cmf-core-controls-execution-view article header .title div[class^="icon"] {
  width: 24px;
}
cmf-core-controls-execution-view article header .title .text {
  font-family: "open-sans-regular";
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article header .title {
    height: 32px !important;
    line-height: 32px !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article header cmf-core-controls-horizontal-step-list {
    height: 40px !important;
  }
}
cmf-core-controls-execution-view article header .cmf-core-controls-select-list {
  position: relative;
  height: 40px;
  padding: 0 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article header .cmf-core-controls-select-list {
    padding-left: 8px;
    padding-right: 8px;
  }
  cmf-core-controls-execution-view article header .cmf-core-controls-select-list .cmf-core-controls-select-list-horizontal {
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: flex;
    overflow-x: auto;
  }
  cmf-core-controls-execution-view article header .cmf-core-controls-select-list .cmf-core-controls-select-list-horizontal::-webkit-scrollbar {
    display: none;
  }
}
cmf-core-controls-execution-view article header .cmf-core-controls-select-list > ul > li {
  margin-right: 24px;
}
cmf-core-controls-execution-view article .cmf-core-controls-executionView-body {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 32px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article .cmf-core-controls-executionView-body {
    padding-left: 8px;
    padding-right: 8px;
  }
}
cmf-core-controls-execution-view article .cmf-core-controls-executionView-body cmf-core-controls-result-message {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article cmf-core-controls-comments {
    display: none;
  }
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer {
  bottom: 0;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer footer {
  height: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer footer {
    padding: 0;
    height: 48px;
  }
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer footer button {
  margin-left: 16px;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-landscape {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 12px 32px;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 0;
  display: -webkit-box;
  display: flex;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 48px;
  min-width: 48px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button.no-width {
  min-width: 0px;
  max-width: 0px;
  width: 0px;
  border-right: none;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button.wide-button {
  -webkit-box-flex: 2;
          flex: 2;
  min-width: 96px;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button > .footer-button-icon {
  font-size: 24px;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button.large {
  -webkit-box-flex: 2;
          flex: 2;
  min-width: 96px;
  border-right: none;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button.large[hidden] {
  display: none;
}
cmf-core-controls-execution-view article cmf-core-controls-execution-view-footer .execution-view-footer-on-portrait .footer-button.large > .footer-button-icon {
  font-size: 16px;
  margin-left: 4px;
}
