/*
DocBrowser - http://www.toptensoftware.com/docbrowser
Copyright (C) 2019 Topten Software. All Rights Reserved

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this product except in 
compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is 
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
See the License for the specific language governing permissions and limitations under the License.
*/
body {
  font-family: sans-serif;
}
body header {
  background: #444;
  color: white;
}
body header div.inner {
  margin: 0 10px;
  font-size: 22px;
}
body header div.inner a {
  color: white;
}
body header div.inner small {
  font-size: 12px;
}
body header div.image-section {
  border-right: 1px solid #777;
}
body footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
body footer .rhs {
  float: right;
}
#project-icon {
  width: 50px;
}
#project-logo {
  width: 180px;
}
#header-links a {
  color: #e0e0e0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin: 0px 10px;
  padding-bottom: 1px;
  letter-spacing: 1px;
}
/* Only include hover styling on devices that support it */
@media (hover: hover) {
  #header-links a:hover {
    border-bottom: 2px solid white;
    text-decoration: none;
  }
  #nav-tree > div > label > a:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
  }
  #nav-primary a:hover {
    background-color: #e6e6e6;
  }
  #nav-primary div.expander label:hover {
    background-color: #e6e6e6;
  }
}
#nav-filter {
  padding: 6px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
  font-size: 16px;
}
#nav-primary {
  font-size: 15px;
  background-color: #f5f5f5;
  padding-top: 20px;
  color: #333;
  border-right: 1px solid #e6e6e6;
  word-wrap: break-word;
}
#nav-primary a {
  font-size: 15px;
  color: black;
  text-decoration: none;
}
#nav-primary span.chevron {
  color: #444;
}
#nav-primary li.active {
  background-color: #e6e6e6;
}
#nav-tree > div > label {
  font-size: 15px;
  font-weight: bold;
}
#nav-secondary {
  font-size: 14px;
}
#nav-secondary h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#nav-secondary a {
  padding: 2px 0 4px 5px;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
#nav-secondary a.selected {
  border-left: 3px solid #0065b3;
}
a#show-nav-button {
  color: white;
}
a.anchor-link {
  font-size: 13px;
  color: gray;
  margin-left: 10px;
  line-height: 1em;
}
a {
  color: #0065b3;
  text-decoration: none;
}
a:hover {
  color: #00323c;
  text-decoration: underline;
}
article {
  line-height: 1.45em;
}
article h1,
article h2,
article h3 {
  font-weight: 700;
  color: #444;
  margin-top: 1.4em;
  margin-bottom: 0.7em;
}
article h1 {
  font-size: 1.5em;
}
article h2 {
  font-size: 1.3em;
}
article h3 {
  font-size: 1.17em;
}
article div.figure {
  text-align: center;
}
article img {
  max-width: 100%;
  height: auto;
}
article table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 0.875rem;
}
article table td,
article table th {
  line-height: 1.5;
  vertical-align: text-top;
  text-align: left;
  padding: 14px 28px 14px 0;
}
article table td:last-child,
article table th:last-child {
  padding-right: 0;
}
article table td {
  border-width: 1px 0 0;
  border-color: #e0e0e0;
  border-style: solid;
  word-wrap: break-word;
}
article table.name-description td:first-child,
article table.name-description th:first-child {
  width: 30%;
  min-width: 200px;
}
article table.name-value-description td:first-child,
article table.name-value-description th:first-child {
  width: 25%;
  min-width: 166px;
}
article table.name-value-description td:first-child,
article table.name-value-description th:first-child,
article table.name-value-description td:nth-child(2),
article table.name-value-description th:nth-child(2) {
  width: 25%;
  min-width: 166px;
}
article code {
  font-size: 16px;
  background-color: #f0f0f0;
}
article pre,
article pre code,
article pre[class*=language-],
article pre code[class*=language-] {
  white-space: pre-wrap;
}
/*# sourceMappingURL=db-appearance.css.map */