/* LanguageAssistant */
.Unused,
.Unset,
.HiddenByTerm {
  display: none;
}
.noBorder {
  border: unset;
}
.TableContainer {
  width: 98%;
  height: 700px;
  margin: 1%;
  clear: both;
  overflow-x: scroll;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
}
#LanguageTable {
  width: auto;
}
#LanguageTable thead tr {
  font-weight: bold;
  text-align: center;
}
#LanguageTable td,
#LanguageTable th {
  border: solid 1px #404040;
}
#LanguageTable th.changeMod {
  cursor: pointer;
}
#LanguageTable th.changeMod.AllTagsMarked {
  background: #d0e0ff;
}
#LanguageTable th.LangDesc {
  min-width: 400px;
  max-width: 800px;
}
#LanguageTable td.LangTag:hover,
#LanguageTable td.LangDesc:hover {
  background: #fff;
}
#LanguageTable .ModeBlock,
#LanguageTable .changeMod {
  padding: 0;
  text-align: center;
}
#LanguageTable .TagChanged td {
  border: solid 1px #a00000;
  background: #ffe0d0;
}
#LanguageTable .TagMarked td {
  border: solid 1px #0040a0;
  background: #d0e0ff;
}
#LanguageTable .TagMarked.TagChanged td {
  border: solid 1px #a040a0;
  background: #ffe0ff;
}
.LangModeLine.LMTop,
.LangModeLine.LMBottom {
  display: block;
  width: 40px;
  overflow: hidden;
}
.LangModeLine .LMLeft,
.LangModeLine .LMRight {
  display: inline-block;
  width: 16px;
  padding: 1px;
  float: left;
  border: solid 1px #808080;
  text-align: center;
  background: #a0ffa0;
  font-weight: bold;
}
.LangModeLine .LMLeft.inactive,
.LangModeLine .LMRight.inactive {
  background: #f0f0f0;
  font-weight: initial;
}
.LangModeLine .LMLeft:hover,
.LangModeLine .LMRight:hover {
  background: #808080;
  color: #fff;
}
.changeMod {
  width: 16px;
}
.ContextLocal {
  cursor: url("https://www.alphatec-personal.de/images/default/ContextCursor.png"), auto;
}
#LanguageAssistantModal_content {
  margin: 1%;
  width: 98%;
  height: 350px;
}
.LanguageButtonPanel {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  background: #d0d0d0;
  border-bottom: 1px solid #a0a0a0;
}
.LangButton,
.LangButtonLegend {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #808080;
}
.LangButton {
  margin: 0.5%;
  cursor: pointer;
}
.LangButton:hover {
  background: #404040;
  color: #fff;
  border-color: #fff;
}
.LangButtonInactive {
  display: inline-block;
  padding: 6px 12px;
  margin: 0.5%;
  border-radius: 4px;
  cursor: pointer;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  color: #c0c0c0;
}
#TagSearch {
  height: 26px;
  border-radius: 4px;
}
#ProgressContainer {
  width: 20%;
  height: 30px;
  padding: 1%;
  background: #fff;
  border: 1px solid #000000;
  position: absolute;
  top: 45%;
  left: 40%;
  z-index: 1000;
}
#SystemLanguageOverviewTable {
  border: 1px solid #000;
  margin: 1%;
}
#SystemLanguageOverviewTable tr th,
#SystemLanguageOverviewTable tr td {
  border: 1px solid #808080;
}
#legend > legend {
  display: contents;
  overflow: hidden;
}
