/* secondary color; used for links, svg-icons … */
/* --- COMMON ------------------------------------------------------------------------------------------------------- */
body {
  color: #000000;
}

.ht-content a, .ht-content a:link, a, a:link, .ht-content a:visited {
  color: #2196F3;
}
a, span, li, nav, ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* --- HEADER ------------------------------------------------------------------------------------------------------- */
#ht-headerbar {
  background-color: #FFFFFF;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,.03);
}
#ht-headerbar a {
  color: #205081;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#ht-headerbar a:hover {
  color: #1b436d;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar {
    //border-bottom: 1px solid #cccccc;
    background-color: #FFFFFF;
  }
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
  fill: #205081;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path, #ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
  fill: #205081;
}

/* --- SIDEBAR ------------------------------------------------------------------------------------------------------ */
#ht-sidebar {
  background-color: whitesmoke;
}
#ht-sidebar .ht-sidebar-header a {
  color: #205081;
}
#ht-sidebar .ht-sidebar-header h2 a {
  color: #205081;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
  color: #707070;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
  color: #205081;
}
@media screen and (max-width: 1024px) {
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle {
    border: 1px solid #205081;
  }
  #ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle svg g {
    fill: #205081;
  }
}
#ht-sidebar .ht-pages-nav ul a {
  color: #205081;
}
#ht-sidebar .ht-pages-nav ul a.current {
  color: #262626;
}

#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: #cccccc;
}
#ht-wrap-container #ht-footer small a {
  color: #cccccc;
}

.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 #search-results .search-result .tin-search-result-path li a
{
  color: #666;
}
#ht-wrap-container .ht-content #search-results .search-result .tin-search-result-path li a:hover
{
  color: #2196F3;
}
.search-result-updated
{
  color: #666;
}
.confluence-information-macro-information
{
  background-color: #E1F5FE;
  border-color: #29B6F6;
}

#ht-sidebar .ht-sidebar-header .tin-website a
{
  color: #0277BD;
}