body, table, div, p, dl {
   font-family: 'Open Sans', sans-serif;
}

#scipopttopbar a:link, a:visited, a:hover, a:focus, a:active {
    font-weight: 500;
}
#scipopttopbar .navbar-nav a {
    color: white !important;
}
#scipopttopbar .navbar-nav > .active > a,
#scipopttopbar .navbar-nav > .active > a:link {
    color: var(--primary-color) !important;
}
#scipopttopbar .navbar-nav > .active > a:hover {
    color: var(--primary-color);
    text-shadow: 0px 0px 2px var(--primary-color);
}

/* scroll up headings a bit to compensate for the header */
.reveal, .reveal_faq {
  color:#06c;
  cursor: pointer;
}
/* scroll up a bit to compensate for the header */
.anchor,
#doc-content > .contents > a {
  padding-top: 50px;
  margin-top: -50px;
  display: block;
}
li.anchor {
  display: list-item;
}
.logo {
   max-height:120px;
   max-width:75%;
   padding-top:20px;
   padding-bottom:20px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.mono {
font-family:monospace;
}
.img-padding {
   padding-top:20px;
   padding-bottom:20px;
}
/* used for download buttons */
.w-30 {
   width:30px;
}
.w-60 {
   width:60px;
}
/* used for file information on download page */
.w-120 {
   width:120px;
}
/* used for news dates */
.w-150 {
   width:150px;
}
/* used for developer names */
.w-200 {
   width:200px;
}
/* used for cooperation partner names */
.w-350 {
   width:350px;
}
.center {
   position:center;
   text-align:center;
}
.al-r {
   text-align: right;
}
.al-l {
   text-align:left;
}
.val-t {
   vertical-align:top;
}
.val-c {
   vertical-align:center;
}

/* red textcolor */
.warning {
    color:#d00;
}

.input-group-addon {
    min-width:100px;
    text-align:left;
}
body {
    position: relative;
    /* For scrollyspy */
    padding-top: 50px;
}
@media (prefers-color-scheme: light) {
body > #main .bs-docs-container {
    box-shadow: 0 10px 30px #777;
    background-color: #FFF;
}

body > .container {
    box-shadow: 0 10px 30px #777;
    background-color: #FFF;
}
}
.bs-docs-container{
    padding-bottom: 40px;
}

/* Keep code small in tables on account of limited space */
.table code {
    font-size: 13px;
    font-weight: normal;
}

/* the z index of the main navigation bar of Doxygen */
.sm{
    position:relative;
    z-index:10
}

/* smaller right margin to fit on one line with toggle button */
@media (max-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -70px;
  }
}
/* text of navbar brand/title */
.bs-docs-nav .navbar-brand {
    padding-right:80px;
}

@media (prefers-color-scheme: light) {
/* style for mouse over in navbar */
.bs-docs-nav .navbar-nav > li > a:hover {
    background-color: black;
    text-shadow: 0px 0px 2px white;
}
.bs-docs-nav .navbar-toggle {
    border-color: #ddd;
}
.bs-footer {
    color: #777;
    border-top: 1px solid #e5e5e5;
}
}
.bs-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.footer-links {
    margin: 10px 0;
    padding-left: 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
.footer-links li:first-child {
    padding-left: 0;
}
@media (min-width: 768px) {
    .bs-footer {
        text-align: left;
    }
    .bs-footer p {
        margin-bottom: 0;
    }
}
/* Masthead (headings and download button) */
 .bs-masthead {
    position: relative;
    padding: 30px 15px;
    text-align: center;
}
.bs-masthead h1 {
    font-size: 50px;
    line-height: 1;
}
@media (prefers-color-scheme: light) {
.bs-masthead h1 {
    color: #fff;
}
.bs-masthead-links a {
    color: #fff;
}
.bs-header h1 {
    color: #fff;
}
}
.bs-masthead .btn-outline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 24px;
    font-size: 21px;
}
/* Links to project-level content like the repo, Expo, etc */
 .bs-masthead-links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
    list-style: none;
    text-align: center;
}
.bs-masthead-links li {
    display: inline;
}
.bs-masthead-links li + li {
    margin-left: 20px;
}
@media screen and (min-width: 768px) {
    .bs-masthead {
        text-align: left;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .bs-masthead h1 {
        font-size: 100px;
    }
    .bs-masthead .lead {
        margin-right: 25%;
        font-size: 30px;
    }
    .bs-masthead-links {
        padding: 0;
        text-align: left;
    }
}
/* Page headers */
.bs-header {
    padding: 30px 15px 40px;
    /* side padding builds on .container 15px, so 30px */
    font-size: 16px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}
.bs-header p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
}
.bs-header .container {
    position: relative;
}
@media screen and (min-width: 768px) {
    .bs-header {
        font-size: 21px;
        text-align: left;
    }
    .bs-header h1 {
        font-size: 60px;
        line-height: 1;
    }
}
@media screen and (min-width: 992px) {
    .bs-header h1, .bs-header p {
        margin-right: 380px;
    }
}
#openNav {
  position: fixed;
  display: none;
  border-radius: 10px;
}
@media (prefers-color-scheme: light) {
#openNav {
  color: #fff;
  background-color: #9999;
}
}
.container {
   max-width: 100%;
}
.bs-sidebar.affix {
    position: static;
}
/* First level of nav */
.bs-sidenav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
/*     text-shadow: 0 1px 0 #fff; */
    background-color: #f5f5f5;
    border-radius: 5px;
}
/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none;
    /* Hide by default, but at >768px, show it */
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-sidebar.affix, .bs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-sidebar.affix {
        position: fixed;
        /* Undo the static from mobile first approach */
        top: 80px;
    }
    .bs-sidebar.affix-bottom {
        position: absolute;
        /* Undo the static from mobile first approach */
    }
    .bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom, .bs-sidebar.affix {
        width: 263px;
    }
}
/* Space things out */
 .bs-docs-section + .bs-docs-section {
    padding-top: 40px;
}
/* Janky fix for preventing navbar from overlapping */
 h1[id], h2[id], h3[id] {
    padding-top: 80px;
    margin-top: -45px;
}

.navbar-brand{
  font-size:17px;
}

/* doxygen-awesome overwrites some styles, correct them back */
#scipopttopbar .navbar-nav {
  font-size: 14px;
}

#scipopttopbar .navbar-nav a {
  color: inherit;
}

@media (prefers-color-scheme: light) {
#scipopttopbar {
  color: white;
}
#scipopttopbar .navbar-brand {
  color: white !important;
}

#scipopttopbar .navbar-nav > .dropdown > a {
  color: white !important;
}

#scipopttopbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
  color: black !important;
}
}

#doc-content h2, .h2 {
  font-size: 24px;
}

#doc-content .memname {
  font-weight: 400;
}

#doc-content dd {
  margin-left: 40px;
}
#doc-content .memdoc > p,
#doc-content p.reference,
#doc-content p.definition {
  font: 400 14px/22px Roboto,sans-serif;
  line-height: 22px;
  margin-bottom: 14px;
  margin-top: 14px;
}
/* end doxygen-awesome corrections */
