[link-target] {
  background-color: #efebeb;
  border: solid 1px #dfd9d9;
  border-radius: 0.3em;
  padding: 0.3em;
  text-decoration: none;
  font-family: monospace;
  font-size: 90%;
}
.breadcrumb-for-EShelfViewLibraries,
.breadcrumb-for-EShelfViewLibrariesLibrarySpecs,
.breadcrumb-for-EShelfViewLibrariesLibrarySpecsSpecThings {
  display: none;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery td#left,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery td#right {
  width: 50%;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery td#right {
  vertical-align: middle;
  text-align: center;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery td#right div {
  text-align: center;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery td#right img#explain {
  height: 8em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery img#diagram {
  height: 12em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery #funres-left,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery #funres-right {
  vertical-align: top;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery #funres-left table,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery #funres-right table {
  border-collapse: separate;
  border-spacing: 2em 0;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery h2 {
  margin: 2em !important;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery .fun-label,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery res-label {
  font-family: monospace;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery .style-fun {
  color: var(--mcdp-fcolor);
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery .style-res {
  color: var(--mcdp-rcolor);
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery .style-imp {
  color: var(--mcdp-icolor);
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQuery .no-ui {
  color: gray;
  font-size: smaller;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing input[valid="1"],
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit input[valid="1"] {
  border: solid 1px green;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing input[invalid="1"],
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit input[invalid="1"] {
  color: red;
  background-color: #ffe0e5;
  border: solid 1px black;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing input[type="text"],
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit input[type="text"] {
  padding: 0.3em;
  margin-bottom: 0.2em;
  font-family: monospace;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing img#graph,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit img#graph {
  max-width: 100%;
  height: auto;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing #cell-figure pre,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit #cell-figure pre {
  white-space: break-spaces;
  word-break: break-all;
  width: 95%;
  max-width: 95%;
  border: solid 1px gray;
  padding: 10px;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .ui-widget.ui-widget-content {
  border: 0;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing #interface-wrapper {
  text-align: left;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing #internal {
  text-align: left;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper {
  display: block;
  width: 100%;
  margin: 1em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper table.component-ports {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1em;
  margin: auto;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper table.component-ports .fun-type,
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper table.component-ports .res-type {
  overflow: scroll;
  max-width: 20em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper table.component-ports .fun-name {
  color: var(--mcdp-fcolor);
  font-weight: bold;
  font-family: monospace;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThing .component-ports-wrapper table.component-ports .res-name {
  color: var(--mcdp-rcolor);
  font-weight: bold;
  font-family: monospace;
}
.FTORSolver .fun-name {
  color: var(--mcdp-fcolor);
  font-weight: bold;
}
.FTORSolver .res-name {
  color: var(--mcdp-rcolor);
  font-weight: bold;
}
.FTORSolver .fun-unit {
  color: var(--mcdp-fcolor);
}
.FTORSolver .res-unit {
  color: var(--mcdp-rcolor);
}
.FTORSolver .fun-label::before,
.FTORSolver .res-label::before {
  content: ' = ';
}
.FTORSolver thead {
  display: none;
}
.FTORSolver .column-unit {
  white-space: nowrap;
}
.FTORSolver img#diagram {
  max-width: 100%;
  height: auto;
}
.FTORSolver td {
  vertical-align: top;
}
.FTORSolver .fun-name-unit .fun-name,
.FTORSolver .res-name-unit .fun-name,
.FTORSolver .fun-name-unit .res-name,
.FTORSolver .res-name-unit .res-name {
  display: block;
}
.FTORSolver .fun-name-unit .fun-unit,
.FTORSolver .res-name-unit .fun-unit,
.FTORSolver .fun-name-unit .res-unit,
.FTORSolver .res-name-unit .res-unit {
  white-space: pre;
}
.FTORSolver table.query-parameters {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  border-collapse: separate;
  border-spacing: 2em 1em;
}
.FTORSolver table.query-parameters td {
  padding-right: 1.5em !important;
}
.FTORSolver .res-name + .res-name::before {
  content: ', ';
}
.FTORSolver .fun-name + .fun-name::before {
  content: ', ';
}
.FTORSolver .leq,
.FTORSolver .geq {
  margin: 0 1em;
}
.FTORSolver .rtof-problem,
.FTORSolver .ftor-problem {
  border-collapse: separate;
  border-spacing: 1em;
  margin: auto;
}
.FTORSolver .rtof-solution,
.FTORSolver .ftor-solution {
  max-width: 100vw;
}
ul.children-ul div.description {
  display: inline;
}
ul.children-ul div.description:before {
  content: " - ";
}
ul.children-ul li {
  display: block;
  clear: left;
  width: fit-content;
  margin: 1em;
  border: solid;
  padding: 1em;
  border-radius: 0.4em;
}
body.EBranch p {
  display: block;
  clear: left;
  width: fit-content;
  margin: 1em;
  border: solid;
  padding: 1em;
  border-radius: 0.4em;
}
a.login-link {
  color: white !important;
  padding: 0.2em;
  text-decoration: none;
}
a.login-link i {
  padding-right: 0.5em;
}
a.login-link:visited {
  color: white !important;
}
body.EShelfViewLibrariesLibrary h2 {
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit .update-failure {
  color: darkred;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit table.ThingQueryScreensTable {
  margin-top: 2em;
  margin-left: 2em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit table.ThingQueryScreensTable td {
  vertical-align: top;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit table.ThingQueryScreensTable td#right {
  padding: 2em;
}
body.EShelfViewLibrariesLibrarySpecsSpecThingsThingQueryEdit table.ThingQueryScreensTable td#right img {
  max-height: 10em;
}
#graph-visualization-style-wrapper,
#graph-visualization-units-wrapper,
#graph-visualization-iconpolicy-wrapper {
  display: inline-block;
}
#graph-visualization-style-wrapper .ui-selectmenu-button.ui-button,
#graph-visualization-units-wrapper .ui-selectmenu-button.ui-button,
#graph-visualization-iconpolicy-wrapper .ui-selectmenu-button.ui-button {
  width: auto;
  padding: 0.1em;
}
.menu-docs {
  margin-right: 2em;
}
.menu-docs a {
  color: white;
}
.menu-docs a :visited {
  color: white;
}
.graph-visualization-style-wrapper {
  display: inline-block;
}
.graph-visualization-style-wrapper .ui-selectmenu-button.ui-button {
  width: auto;
  padding: 0.1em;
}
#cell-editorcmds {
  background-color: #eee;
  padding: 0.2em 0.2em 0.2em 0.3em;
}
#cell-figurecmds {
  background-color: #eee;
  padding: 0.2em 0.2em 0.2em 0.3em;
}
.controls {
  display: inline-block;
  float: right;
}
.controls .button-wrapper {
  display: inline-block;
  margin: 0 !important;
}
td.sep {
  width: 1em;
}
.colname {
  display: inline-block;
  width: 30%;
  font-weight: bold;
}
#cell-editor[ui-status=normal] {
  width: 50%;
}
#cell-editor[ui-status=expanded] {
  width: 100%;
}
#cell-editor[ui-status=expanded] .zui-editor-table,
#cell-editor[ui-status=expanded] .zui-editor-code {
  width: 100%;
}
#cell-editor {
  vertical-align: top;
  padding-top: 0.5em;
}
#cell-figure {
  vertical-align: top;
}
#size-commands button {
  margin-left: 0.5em;
  background: none;
}
pre.terminal {
  font-family: "Anka/Coder Narrow", "Courier New", Courier, monospace;
  line-height: 1;
  background-color: #222;
  color: #eee;
  padding: 0.5em;
  text-align: left;
  border-radius: 0.5em;
}
a .fa,
a .fad,
a .fas,
a .far,
a .fal,
a .fab {
  color: black;
}
/*# sourceMappingURL=zuper-app-editor.css.map */