html,
body {
  font-family: Verdana;
  background: #f5f5f5;
  font-size: 13px;
  max-width: 100%;
  overflow-x: hidden;
  min-width: 600px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

#dpi {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  color: #105f7c;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

h2 {
  color: #105f7c;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
}

h3 {
  color: #105f7c;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}

h4 {
  color: #105f7c;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}

h5 {
  color: #105f7c;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}

p {
  margin: 0;
}

p:empty {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p1 {
  color: #323a3f;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

p2 {
  color: #323a3f;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

table {
  max-width: 100%;
  width: auto;
}

td {
  word-break: break-word;
  max-width: 100%;
  width: 13rem;
}

.headerbar {
  position: fixed;
  height: 80px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #105f7c;
  min-width: 600px;
  z-index: 2;
}

#headerbar-consor-logo {
  position: absolute;
  padding: 24px;
}

.information-panel {
  background-color: #fff;
  position: fixed;
  height: 46px;
  left: 0px;
  top: 80px;
  right: 0px;
  box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.52);
  min-width: 600px;
  z-index: 1;
  display: flex;
}

#navigation-list-information-bar {
  display: contents;
  width: 338px;
  height: 46px;
}

.width-auto {
  width: auto !important;
}

#navigation-information-title {
  margin-left: 25px;
}

#left-arrow {
  margin: 1rem 1rem 15px 0;
  cursor: pointer;
  height: 18px;
  width: 22px;
  position: absolute;
  left: 303px;
}

#right-arrow {
  margin: 1rem 1rem 15px 25px;
  cursor: pointer;
  height: 18px;
  width: 22px;
}

#go-to-top-bar {
  position: absolute;
  right: 51px;
  cursor: pointer;
  display: flex;
}

#up-arrow {
  margin: 1.45rem;
}

.navigation-tree-wrapper {
  width: 24rem;
  position: fixed;
  top: 10.5rem;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #fff;
  transition: 0.1s;
  padding: 0rem 0rem 0rem 1rem;
}

.document-toc {
  word-break: break-word;
  margin-top: -1rem;
}

.document-toc ul {
  list-style-type: none;
  padding-left: 1rem;
  margin-top: revert;
}

.maincol {
  margin: 10rem 240px 0rem 24rem;
  padding: 1rem 0rem 7rem 2rem;
  transition: 1s;
}

.maincol-toc-hidden {
  transition: 1s;
  margin: 10rem 220px 0rem 2rem;
  padding: 1rem 0rem 7rem 2rem;
  overflow: auto;
}

.tree-container-element-selected {
  background: #32789d;
  border-radius: 3px;
  color: #f5f5f5;
}

.tree-container-element-hover {
  background: #32789d;
  border-radius: 3px;
  color: #f5f5f5;
}

.tree-container-element {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border: 1px solid #e7e8e9;
  margin-left: -102rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.empty-chapter {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border: 1px solid #e7e8e9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: black;
  list-style-type: none;
  cursor: pointer;
}

.empty-chapter:hover {
  background: #32789d;
  border-radius: 3px;
  color: #f5f5f5;
}

.toc-active {
  background: #32789d;
  border-radius: 3px;
  color: #f5f5f5;
}

.chapterReference {
  position: relative;
}

.chapterReference .chapterReferenceOverlay {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: #000;
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  border: 2px solid #32789d;
  word-break: break-word;
  top: 20px;
  left: 0;
  overflow: hidden;
}

.chapterReference:hover .chapterReferenceOverlay {
  visibility: visible;
}

a:hover {
  color: blue;
}

.a-subchapters:hover {
  text-decoration: none;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

.contentList {
  margin-left: 1342px;
  display: block;
  margin-right: 10px;
}

ul {
  margin: 0;   
  list-style-type: disc; 
}

.caret {
  cursor: pointer;
  user-select: none;
  float: left;
  padding-right: 1rem;
  font-size: 20px;
  margin-top: -5px;
}

.caret::before {
  display: inline-block;
  content: "+";
  color: #32789D;
}

.caret-marked::before {
  color: white;
}

.caret-down::before {
  content: "\2212";
  color: #32789D;
}

.caret-down-marked::before {
  color: white;
}

.nested {
  display: none;
}

#subchapter {
  color: inherit;
  padding: 1rem;
  padding-left: 0;
}

.breadcrumb {
  margin: 0;
  cursor: pointer;
}

a .breadcrumb {
  color: black;
}

a:hover .breadcrumb {
  color: #32789D;
}

#breadcrumb-navigation {
  margin: 13px 220px 0 1px;
  transition: all 750ms ease;
}

.breadcrumb-navigation-position-absolute {
  position: absolute;
  left: 346px;
  transition: all 750ms ease;
}

.breadcrumb .breadcrumbOverlay {
  visibility: hidden;
  background-color: white;
  color: #000;
  padding: 0 5px;
  position: absolute;
  z-index: 1;
  border: 2px solid #32789d;
  word-break: break-word;
  top: 45px;
  left: 346px;
}

.breadcrumb:hover .breadcrumbOverlay {
  visibility: visible;
}

.navigation-tree-sub-div {
  margin-left: 100rem;
}

.navigation-tree-spann-text {
  margin-left: 2rem;
}

.select-input {
  position: absolute;
  right: 20rem;
}

.selectfield:focus {
  border: 2px solid #32789d;
}

.selectfield {
  background-color: white;
  color: #32789d;
  pointer-events: none;
  height: 25px;
  text-indent: 1rem;
  margin-top: 7px;
  border: 2px solid #32789d;
}

.selection-content-element {
  cursor: pointer;
  font-weight: 400;
  color: #32789d;
  border-color: #cfd2d3;
  border-width: 0.7px;
  border-bottom-style: solid;
  border-top-style: solid;
}

.selection-content-element:hover {
  background-color: #e7e8e9;
}

.selection-content {
  display: none;
  background: white;
  text-indent: 1rem;
  margin-top: -3px;
  border: 2px solid #32789d;
}

.selection-content-selected {
  display: block;
}

.container-select-down-arrow {
  padding: 3rem;
  cursor: pointer;
  position: absolute;
  margin: -22px 1rem 1rem 18rem;
}

.select-down-arrow {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAYAAABxyNlsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHmSURBVHhe7dixbRsxGEfxzJRlskq2EDRAZkgluEvvpM0AXiIClBRn/6EQiAFbkU73yI/Ae8BXXEMef8UJ4ofFsMQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFExdMXDBxwcQFG4K7O3xfvv18+vvElPWzz8i64+bAHz9/WT7tv2LAWTfrZ5+RwF1xG2wbAvhf2DajgLvh7g6Prw7cZkvgt2DbZP/edcF9D7bNFsCXYNv0BsZx/wfb5h7ga2Db9ARGca+FbbMG+BbYNr2AUdxfp98o8FrYvFeP8M8CBVwdNnX5QdsaeAbY1AU3HTcCXgub/XvXDTfdCzwTbOqKm9YC7x9+TAWbuuOm4+nPy8Ff/xXeerJ+9hnZENxEAleATcNwEwFcBTYNxU1bAleCTcNx0xbA1WBTCdx0D3BF2FQGN60BrgqbSuGmW4Arw6ZyuOka4OqwqSRuugQ8A2wqi5veAp4FNpXGTWfg813E+a5gDthUHje1y56RlzBrmgI3zQabpsGdMXHBxAUTF0xcMHHBxAUTF0xcMHHBxAUTF0xcMHHBxAUTF0xcMHHBxAUTF0xcMHHBxAUTF0xcMHGxluUZ6xke4o7f8GQAAAAASUVORK5CYII=');
  width: 23px;
  position: absolute;
  margin-left: -28px;
  margin-top: 11px;
  cursor: pointer;
}

.one_tab {
  cursor: pointer;
}