hteml,
body {
  width: 100%;
  overflow-x: hidden;
}

.page-loading {
  position: fixed !important;
}

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs li {
  display: flex;
  align-items: flex-end;
  height: 36px;
}

.tabs li a {
  position: relative;
  top: 1px;
  display: block;
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  border: 1px rgba(255, 255, 255, .6) solid;
  border-bottom-color: rgba(255, 255, 255, .4);
  color: #fff;
  background: #666;
  opacity: .9;
}

.tabs li a.active {
  height: 46px;
  line-height: 46px;
  border-bottom-color: transparent;
  color: #17a2b8;
  font-weight: bold;
  background: #fff;
  opacity: 1;
}

.tabs-content {
  position: relative;
  margin-bottom: 15px;
  padding: 30px 25px 25px;
  background-color: #fff;
  border: 1px #ddd solid;
}

.tabs-content .lang {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}

.login-page.reg .tooltip-inner {
  background: #000;
}

.dashed-b {
  border-bottom: 1px #17a2b8 dashed;
}

.drag {
  touch-action: none;
}

#gritter-notice-wrapper {
  top: auto;
  bottom: 30%;
}

@media (min-width: 480px) {
  #gritter-notice-wrapper {
    top: 30%;
    bottom: auto;
  }
}