div, p, h1, h2, h3, h4, ul, li, table {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

* html body {
  height: 100%;
}

.cTacTeResult {
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  font-style: normal;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-variant: normal;
  text-decoration: none;
  margin: 0 4px;
}

.unselectable {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /* for IE use attribute UNSELECTABLE=on */
}

.across-mask {
  background-color: rgba(0, 0, 0, 0);
  /*Simple 'transparent' works incorrectly in IE*/
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* Fix all combobox item layout, now it will be elapsed with tooltip */
.x-boundlist-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.x-form-form-item td {
  border-top: 0;
}

/* Make toolbar and slider bar the same color. */
.x-nlg .x-toolbar-default {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-color: #dfe8f6 !important;
}

/* Fix tooltips word wrap in EDGE. */
.x-tip-body {
  white-space: nowrap;
}

#ext-quicktips-tip-innerCt {
  overflow: hidden;
  text-overflow: ellipsis;
}