:host {
  height: 100%;
}

#ti_widget_vtabcontainer {
  height: calc(100% - 66px);
  left: 0px;
  top: 39px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2px);
  padding-left: 2px;
}

#ti_widget_vtab_home {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  font-family: Roboto-Regular;
  overflow: hidden;
  transition: background-color 0.5s ease;
  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: 100%;
  overflow: auto;
  padding: 20px 0px;
}

#ti_widget_vtab_config {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  overflow: initial;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#ti_widget_icon_button_registers {
  width: 40px;
  height: 40px;
  left: 4px;
  top: 28px;
  position: absolute;
  display: inline-block;
}

.ti-widget-register-page-0 {
  display: block;
  font-size: small;
  min-height: 100px;
  height: 100%;
}

#ti_widget_window_buttons {
  text-align: right;
  display: inline-block;
  right: 0px;
  -webkit-app-region: drag;
  height: 40px;
  position: fixed;
  left: 480px;
}