* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  #versionTag {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
#titleRow {
  text-align: center;
  padding: 10px 0;
}
#titleRow > img {
  float: left;
  width: 63.5px;
  height: 67px;
  vertical-align: middle;
  border: 0;
}
#titleRow > h1 {
  font-size: 25px;
  font-weight: 150;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2em !important;
  color: #000 !important;
  margin: 0;
}
hr {
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#top {
  position: relative;
  display: block;
  padding: 10px 0;
}
#versionTag {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
#content {
  display: flex;
}
#sidebar {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 10px;
  height: 95vh;
  overflow-y: auto;
  min-width: fit-content;
  width: 20%;
  padding: 0 10px;
}
#sidebar::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}
#sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#sidebar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
#sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  outline: 1px solid slategrey;
}
.sidebarItem a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.sidebarItem a:hover {
  opacity: 0.5;
}
.sidebarItem.active a {
  color: #008dc9;
}
#docuWrapper {
  width: 80%;
  word-break: break-word;
}
#docuContent {
  padding-left: 20px;
  overflow-wrap: break-word;
}
.propertyValues {
  padding-left: 20px;
  color: #008dc9 !important;
}
details summary::before {
  display: inline-block;
  width: 15px;
  content: "+";
}
details[open] summary::before {
  display: inline-block;
  width: 15px;
  content: "-";
}
summary {
  margin-bottom: 10px;
  list-style-type: none;
}
.property {
  padding-bottom: 10px;
}
.property:last-child {
  padding-bottom: 0;
}
.expandBtn {
  font-family: Hack, monospace;
  background: #f3f3f3;
  color: #282a36;
  cursor: pointer;
  font-size: 0.8em;
  padding: 0.5rem;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
}
.expandBtn:hover {
  background: #e9e9e9;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0 3px 7px #bdbdbd;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.expandBtn::after {
  opacity: 1;
  transition: all 0.5s;
}
#expandAllBtn {
  background-color: #f4f5f6;
}
#expandClassesBtn {
  background-color: #bff3ff;
}
#buttonGroup {
  position: sticky;
  top: 10px;
  float: right;
  display: flex;
  flex-direction: row;
  height: fit-content;
  gap: 5px;
}
.geomTypeSymbol {
  display: inline-flex;
  padding-left: 15px;
}
#myBtn {
  font-size: 42px;
  display: none;
  position: fixed;
  z-index: 1;
  height: 50px;
  width: 50px;
  bottom: 55px;
  right: 20px;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
  background-color: white;
}
#myBtn:hover {
  color: #008dc9;
}
hr.new1 {
  border-top: 1px solid #e9e9e9 !important;
}
h1 {
  font-size: 2em !important;
  color: #000 !important;
}
h2 {
  font-size: 1.5em !important;
  color: #000 !important;
  display: inline-block !important;
}
h3 {
  padding-top: 15px !important;
  font-weight: bold !important;
  font-size: 1em !important;
  color: #008dc9 !important;
}
h4 {
  font-size: 1em !important;
  color: #008dc9 !important;
}
h5 {
  font-size: 1em !important;
  color: #008dc9 !important;
}
.fAttribut {
  font-weight: bold;
  font-size: 1em;
  color: #272727;
  display: inline;
}
p {
  margin: 0 0 15px;
}
h2 {
  font-size: 1.5em !important;
  color: #000 !important;
  display: inline-block !important;
}
h2,
.h2 {
  font-size: 30px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 420px;
  background-color: #555;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 135%;
  left: calc(50% - 210px);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: medium;
  text-align: left;
  padding: 10px;
  display: grid;
  gap: 5px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.versionNumberSchema {
  text-align: center;
}
ul.versionNumberSchemaDescText {
  margin: 0;
  padding-inline-start: 30px;
}
