@font-face {
    font-family: 'Source Sans Pro';
    src: url('../webfonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../webfonts/NotoSans-Regular.ttf');
}

:root {
    --global-guide-color: #003386;
    --fixed-header-height: 65px;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12pt;
    background-color: #ffffff;
}

mark {
    padding-left: 0;
    padding-right: 0;
    background-color: yellow;
}

.bg-not-white {
    background-color: #f8f9f9;
}

.justify {
    text-align: justify;
}

.content {
    padding-bottom: 56px;
}

.body-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-header {
    background-color: var(--global-guide-color) !important;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--global-guide-color);
    color: white;
    z-index: 1030; /* same z-index as navbar */
}

.logo {
    align-items: center;
    display: flex;
}

.odcf {
    font-size: 20pt;
    color: #fff;
    float: left;
    font-weight: bold;
}

.adding {
    font-size: 10pt;
    line-height: 10pt;
    color: dodgerblue;
    float: left;
    margin-left: 10px;
}

.navbar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.navbar .dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar .dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar .dropdown-item {
    padding-left: 3em;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item a {
    color: #fff !important;
    transition: ease-in-out color .15s;
}

.dropdown-header.navbar-header {
    color: white;
    font-weight: bolder;
    font-size: 1.1em;
}

.dropdown-menu {
    background: var(--global-guide-color);
}

.nav-item a:hover {
    color: #fff !important;
    text-decoration: none;
    background: dodgerblue;
}

.text-container {
    width: 70%;
    margin: 20px auto;
}

.fixed-alert {
    position: fixed;
    right: 0;
    left: 0;
    top: calc(var(--fixed-header-height) - 5px);
    z-index: 100;
}

.text-container a i.muted {
    color: #6c757d;
}

.text-container a i.muted:hover {
    color: var(--global-guide-color);
}

.text-kapitaelchen {
    font-variant: small-caps;
}

/* makes sure all the headings are visible behind the navbar when targeted */
:target {
    scroll-margin-top: var(--fixed-header-height);
}

.image-container {
    margin: 50px auto;
}

.faq-header {
    display: flex;
}

/* Styles for Accordion */
.toggle:last-child {
    border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    margin-bottom: 6px;
}

.toggle .toggle-title h3 {
    font-size: 14pt;
    margin: 0;
    line-height: 1;
    cursor: pointer;
}

.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}

.toggle .toggle-inner div {
    max-width: 100%;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 5px 14px;
}

.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}

.toggle .toggle-title i {
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}

.text-blue {
    color: var(--global-guide-color);
}

.fab {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: var(--global-guide-color);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1;
}

.fab a {
    color: #FFF !important;
}

.fab.child {
    right: 50px;
    width: 40px;
    height: 40px;
    background-color: dodgerblue;
    display: none;
    opacity: 0;
}

.fab-content {
     margin-top: 22px;
}

.fab-child-content {
    margin-top: 11px;
}

.fab-child-text {
    background-color: dimgrey;
    border-radius: 3px;
    color: #fff;
    right: 55px;
    top: 8px;
    font-size: 14px;
    opacity: 0.6;
    padding: 5px 9px;
    position: absolute;
    font-family: 'Noto Sans', sans-serif;
    white-space: nowrap;
}

.list-group-item-sm {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.card-image {
    padding: 10px;
    background-color: lightgrey;
    width: 100%;
    object-fit: contain;
    height: 180px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.anchor:target, .faq-body:target {
    background-color: #ffff3375;
}

code {
    color: purple;
}

.oe { color: red; }
.pn { color: orange; }
.seq { color: #465AFF; }
.pid { color: deeppink; }
.st { color: #00b050; }
.ll { color: cornflowerblue; }
.runId { color: gray; }
.fastq { color: lightseagreen; }
.at { color: #fa85ff; }
.wl { color: #a9d18e; }
.asid { color: firebrick; }
.si { color: blueviolet; }
.seqC { color: mediumturquoise; }

.code-highlight code {
    color: black;
}

.code-highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f7f7f9;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.anchorjs-link, .faq-link {
    color: #aaa;
}

.anchorjs-link:hover, .faq-link:hover {
    color: var(--global-guide-color);
    text-decoration: none;
}

#faq-preview {
    display: block;
    background-color: rgb(246, 246, 246);
    border: 1px black;
    padding: 12px;
    border-radius: 5px;
}

.nav-search {
    border-bottom: 1px solid white;
    border-radius: 0;
    box-shadow: none;
}

.nav-search input {
    border: none;
    width: auto;
    background-color: transparent;
    caret-color: white;
    cursor: text;
}

.nav-search input::placeholder {
    color: white;
}

.nav-search input:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: white;
}

.nav-search .btn.btn-outline-light:hover {
    color: lightgray;
    background-color: transparent;
}
