@charset "UTF-8";
/* secondary color; used for links, svg-icons … */
/* --- COMMON ------------------------------------------------------------------------------------------------------- */
body {
  color: #000;
}

a {
  color: #205081;
}

a, span, li, nav, ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* --- HEADER ------------------------------------------------------------------------------------------------------- */
#ht-headerbar {
background: #000;
}
#ht-headerbar a {

  color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}


#ht-headerbar a:hover {
  color: #78c6ff;
  text-decoration:none;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar {
    border-bottom: 1px solid #CCCCCC;
  }
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
  fill: #ffffff;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path, #ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
  fill: #ffffff;
}

#ht-headerbar #ht-search .ht-search-input a.ht-search-clear {
  color: #CCCCCC;
  transition: color 0.25s ease-in-out;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear:hover {
  color: #aaaaaa;
}

#ht-sidebar .ht-pages-nav ul a.current {
    color: #78c6ff !important;
}

/* --- SIDEBAR ------------------------------------------------------------------------------------------------------ */
#ht-sidebar {
  background-color: #3a455f;
background: #000;
}
#ht-sidebar .ht-sidebar-header a {
  color: #05fff3;
}
#ht-sidebar .ht-sidebar-header a:hover {
  color: #fcff3e;
}
#ht-sidebar .ht-sidebar-header a h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff !important;
    line-height: 24px;
}
#ht-sidebar .ht-sidebar-header a:hover {
  text-decoration:none;
}
#ht-sidebar .ht-sidebar-header a:hover h2 {
  color: #78c6ff!important;
}
#ht-sidebar .ht-scroll-versions-widget {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select label {
  color: #262626;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button {
  color: #262626;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button .ht-select-button-icon {
  fill: #262626;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover {
  background-color: #205081;
  color: white;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover label {
  color: white;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover .ht-select-button-icon {
  fill: white;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover {
    color: white;
  }
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover label {
    color: white;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active {
  background-color: #205081;
  color: white;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active label, #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active span {
  color: white;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active .ht-select-button-icon {
  fill: white;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active {
    color: white;
  }
  #ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active label {
    color: white;
  }
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select span.versions-select-item-restriction {
  color: #5E6C84;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select span.versions-select-item-restriction.hover {
  background-color: #205081;
  color: white;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
  color: #ffffff;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
  color: #78c6ff;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle {
    border: 1px solid #78c6ff;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle svg g {
    fill: #78c6ff;
  }
}
#ht-sidebar .ht-pages-nav ul a {
  color: #ffffff;
  font-weight:400;
}

#ht-sidebar .ht-pages-nav ul a:hover {
  color: #5fbbff;
  text-decoration:none;
}

#ht-sidebar .ht-pages-nav ul a.current {
  color: #05fff3;
  font-weight:700;
}

#ht-sidebar .ht-dropdown, #ht-headerbar .ht-dropdown {
  background-color: white;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 640px) {
  #ht-sidebar .ht-dropdown, #ht-headerbar .ht-dropdown {
    border-bottom: 1px solid #CCCCCC;
  }
}
#ht-sidebar .ht-dropdown li a, #ht-headerbar .ht-dropdown li a {
  color:#0000ff;
  background-color: white;
}
#ht-sidebar .ht-dropdown li a.hover, #ht-headerbar .ht-dropdown li a.hover {
  color: white;
  background-color: #205081;
}
#ht-sidebar .ht-dropdown li a.hover span.versions-select-item-restriction, #ht-headerbar .ht-dropdown li a.hover span.versions-select-item-restriction {
  color: white;
  background-color: #205081;
}

#ht-headerbar .ht-dropdown li.search-key:nth-child(n+2) {
  border-top: 1px solid #CCCCCC;
}

#ht-headerbar #ht-search.open .ht-search-input {
  background-color: white;
}

/* --- WRAP-CONTAINER ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #ht-wrap-container {
    background-color: white;
  }
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle span {
  background-color: #CCCCCC;
}
#ht-wrap-container #ht-sidebar-dragbar:hover .ht-sidebar-drag-handle span {
  background-color: #205081;
}
#ht-wrap-container #ht-post-nav svg path {
  fill: #205081;
}
#ht-wrap-container #ht-footer small {
  color: #999999;
}
#ht-wrap-container #ht-footer small a {
  color: #5757af;
}

.ht-error-page-scream {
  color: #205081;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #205081;
}

::selection {
  color: white;
  background: #205081;
}

#ht-wrap-container .ht-content .ht-content-header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px 0;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
}

.wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6 {
    margin-top: 20px;
    color: #191919;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.page-toc li {
    padding: 2px 0;
    line-height: 16px;
}

#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
    margin: 0 0 25px 0px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}

#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    outline: 0;
    font-size: 16px;
}

#ht-wrap-container #ht-post-nav a span {
    font-size: 16px;
}

ul.page-toc ul {
  margin-top:0;
padding-inline-start:20px;  
}

