:host {
  height:100%;
  width:100%;
}

#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;
  padding: 4px;
}
#ti_widget_icon_button_menu {
  position: relative;
  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;
}
#ti_widget_vtabcontainer {
  height: calc(100% - 73px);
  left: 0px;
  top: 45px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  overflow: auto;
  position: absolute;
  width: calc(100% - 2px);
  padding-left: 2px;
}
ti-widget-vtabcontainer#ti_widget_vtabcontainer > * #vtabPages{
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
#ti_widget_vtab_info {
  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: 100%;
}
  #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;
      min-width: 1200px;
  }
#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_markdown_userguides {
  overflow: hidden;
  width: calc(100% - 50px);
  left: 25px;
  top: 100px;
  position: absolute;
  height: calc(100% - 110px);
  padding: 3px;
  text-align: center;
  color: rgb(204, 204, 204);
}
  #ti_widget_icon_button_registers {
      width: 40px;
      height: 40px;
      left: 4px;
      top: 8px;
      position: absolute;
      display: inline-block;
  }
.buttons {
  padding: 0;
  justify-content: space-between;
}
.dialogText {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: large;
  text-align: center;
}

.load-spinner {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100%;
  margin: 0;
  justify-content: center;
  opacity: 0.6;
  position: absolute;
  pointer-events: auto;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 10;
}
