.cmf-core-controls-simple-graph-node-main-container /deep/ cmf-core-controls-baseWidget > div.cmf-core-controls-baseWidget > div.header {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cmf-core-controls-simple-graph-node-main-container /deep/ cmf-core-controls-baseWidget > div.cmf-core-controls-baseWidget > div.header > div.icon {
  height: 46px;
  width: 46px;
  padding-left: 14px;
  font-size: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cmf-core-controls-simple-graph-node-main-container /deep/ cmf-core-controls-baseWidget > div.cmf-core-controls-baseWidget > div.header > div.title {
  -webkit-box-flex: 1;
          flex: 1;
  margin-left: 6px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cmf-core-controls-simple-graph-node-main-container /deep/ cmf-core-controls-baseWidget > div.cmf-core-controls-baseWidget > div.body {
  padding: 0;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 200px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry {
  position: relative;
  height: 48px;
  font-size: 13px;
  padding-top: 4px;
  padding-left: 8px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .warning-popover-message {
  height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  line-height: 14px;
  border-radius: 5px;
  padding: 5%;
  font-size: 11px;
  z-index: 100;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .warning-popover-message .arrow {
  position: absolute;
  top: calc(50% - 10px);
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .link-arrow {
  position: absolute;
  z-index: 1;
  top: 10px;
  font-size: 20px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .link-arrow.input {
  left: 4px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .link-arrow.output {
  right: 4px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry.left {
  padding-left: 28px;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .io-entry-title {
  line-height: 20px;
  height: 20px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cmf-core-controls-simple-graph-node-main-container .widget-graph-node-body .body-io-entries .io-entry .io-entry-description {
  line-height: 20px;
  height: 20px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
