#formapp {
  /* position: relative;*/
}

#apploading {
  padding-top: 220px;
  font-style: italic;
}

#mainInfo {
  min-height: 500px;
  /*    width: 500px;*/
  /* margin: 100px auto 0;*/
}
#mainInfo .renderedForm {
  overflow: visible;
}

#cfgButton {
  position: absolute;
  top: 10px;
  right: 10px;
}

#landingTextEdit {
  height: 120px;
}

.orderListWrapper {
}
/* -- menu -- */
.xgos_side {
  color: #fff;
  padding: 10px !important;
}
.xgos_side .menuItem {
  margin-bottom: 5px;
}
.xgos_side .menuItem .btn {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xgos_side .menuItem a {
  color: #00bcd4 !important;
}
/* --- formAppCfg --- */
#formAppCfg {
}

#formAppCfg .items {
  border: 1px solid #ccc;
  min-height: 400px;
}
#formAppCfg .items .actions {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#formAppCfg .items .actions .btn {
  float: right;
}

/* -- formapp formWrapper --*/
#formapp #formWrapper {
  /* margin: -10px -15px 0 -10px;*/
}

#formapp #formWrapper .header {
  padding: 7.5px;
  background: #eee;
}

#formapp #formWrapper .body {
  margin: 5px;
}
