#ti_widget_menubar {
  top: 0px;
  width: 100%;
  margin: 0px;
  position: absolute;
}

html .viewport {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 28px;
  top: 41px;
  border: none;
}

#viewport {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  left: 0px;
  top: 40px;
  width: 100%;
  height: calc(100% - 40px);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}

#toolbar {
  top: 0px;
  height: 45px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  left: 0px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
  z-index: 3;
}

#ti_widget_icon_button_menu {
  left: 5px;
  top: 3px;
  position: absolute;
  width: 40px;
  height: 40px;
}

#ti_widget_label_menu {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  white-space: nowrap;
  left: 45px;
  top: 16px;
  position: absolute;
}

#ti_widget_vtabcontainer {
  height: calc(100% - 114px);
  left: 0px;
  top: 86px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2px);
  padding-left: 2px;
}

#ti_widget_vtab_regs {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
}

#ti_widget_statusbar {
  position: static;
}

#ti_widget_register_page {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
}

#ti_widget_eventlog_view {
  height: 250px;
  bottom: 30px;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 10;
}

#ti_widget_toast {
  height: 44px;
  left: 55px;
  position: fixed;
  bottom: 30px;
  z-index: 200;
  display: block;
}

#ti_widget_icon_button_registers {
  width: 40px;
  height: 40px;
  left: 4px;
  top: 10px;
  position: absolute;
  display: inline-block;
}

#ti_widget_firmware_update {
  position: absolute;
  left: 273px;
  top: 66px;
}
#ti_widget_custom_config_interface {
  position: absolute;
  left: 2px;
  top: 5px;
  box-shadow: 0px 8px 6px -6px #ccc;
}

