.badge-primary {
    color: #fff;
    background-color: #2F70B6;
    border-color: #2F70B6;
}

.btn-primary {
    color: #fff;
    background-color: #2F70B6;
    border-color: #2F70B6;
}

.nav-link {
    color: #2F70B6;
}

.nav-link:hover {
    color: #2F70B6;
}

.nav-link.active {
    color: #2F70B6;
}

.nav-link.disabled {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #2F70B6;
    border-color: #2F70B6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #205493;
    border-color: #205493;
}

.starter-template {
    text-align: center;
}

.rerun-form {
    text-align: center !important;
}

.nephele-bg-dark {
    background-color: #172B4D;
}

.nih-logo {
    margin-right: 10px;
    height: 42px;
    width: auto;
    margin-left: 0px;
    padding-right: 10px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.topbar {
    background-color: #172B4D;
}



/*.topbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #172B4D;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}*/

.topbar-links {
    padding-top: .25rem;
    padding-right: 1.25rem;
    padding-bottom: .25rem;
    padding-left: 1.25rem;
}

.topbar-links-list {
    margin-top: 0;
    margin-bottom: 0;
}

.topbar .card-body a {
    color: #fff;
    font-size: 12px;
}

.topbar-card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.media-body .nephele-name {
    /*font-size: 24px;*/
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    /*margin: -5px 0px -8px 0px;*/
    text-decoration: none;
}

.media-body .nephele-tagline {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.new-to-nephele {
    font-size: 1.25rem;
}


.nephele-steps {
    text-align: center;
}

.nephele-home-icons {
    height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.main-footer {
    background-color: #FAFBFC;
}

.main-footer-link-heading {
    font-size: .8rem !important;
}

.main-footer-link {
    font-size: 14px !important;
}

.secondary-footer {
    background-color: #DFE1E6;
}

.sample-images {
    width: 100%;
    height: auto;
}

.jumbotron {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.check-pipeline {
    color: #4aa564;
}

.nephele-help-title {
    font-weight: 700;
    font-size: 16px;
}

.nephele-analyses-title {
    font-size: 24px;
    font-weight: 500;
}

.question-pipeline {
    color: #ffcc00;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

.routput {
    background-color: transparent;
}

.error {
    color: red;
}

.tabs-nephele {
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs-nephele .nav-link {
    color: #343a40;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tabs-nephele .nav-item.show .nav-link,
.tabs-nephele .nav-link.active {
    color: #007bff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 3px solid #007bff;
}

.tabs-nephele .badge-primary {
    color: #fff;
    background-color: #343a40;
}

.tabs-nephele .nav-link.active .badge-primary {
    background-color: #007bff;
}

.hero-image {
    filter: grayscale(1);
}

.card-body-index {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

span.homepage-num {
    font-size: 100%;
}

/* Welcome tab */
#welcome i.fas {
    font-size: 40px;
}

#welcome i.fa-cut {
    padding-right: 10px;
}

#welcome div.text {
    padding-left: 30px;
}

#welcome div.text h5 {
    margin-bottom: 0px;
}

.horizontal-line {
    border: none;
    border-bottom: 1px solid black;
}

#welcome img {
    max-width: 100px;
}

.zoom_container img {
    transition: transform 0.25s ease;
    cursor: zoom-in;
}

.zoom_container input[type=checkbox]:checked~label>img {
    margin: 100px;
    transform: scale(3.0);
    cursor: zoom-out;
}

.user-guide-table td {
    padding: 0.25rem;
}

.user-guide-table th {
    padding: 0.25rem;
}

#workspakce_actions>* {
    margin-right: 10px;
}

input#access_code {
    max-width: 300px;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#navbarsExampleDefault .dropdown-menu a:hover {
    background-color: #172B4D;
    color: #ffffff;
}

#myScrollspy {
    z-index: 0;
}

#myScrollspy ul.nav-pills {
    top: 50px;
}
#myScrollspy #on-this-page {
    margin-left: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
#myScrollspy .nav-pills .nav-link {
    border-radius: 0;
    color: #212529;
}
#myScrollspy .nav-pills .nav-link.active {
    background-color: white;
    border-left: 5px solid #007bff;
    padding-left: 11px;
}

.listWithSpace > li {
    margin-bottom: 20px;
}

#lora td {
    padding: .50rem;
}
