@media (min-width: 1200px) {
    .container{
        max-width: 980px;
    }
}

.navbar {
    background: #fff;
    border: none;
    min-height: 108px;
    box-shadow: 2px 2px 2px #ccc;
}

.navbar-brand {
    height: 108px;
    line-height: 108px;
    margin-right: 15px;
    padding: 0;

}

.navbar-brand img {
    height: 61px;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-toggle {
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 10px;
        line-height: 27px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        transition: color .4s ease 0s;
    }

    .dropdown-menu {
        background: #fff;
    }

    .dropdown-menu>li>a {
        color: #000;
        transition: color .4s ease 0s;
        font-family: 'Lato', sans-serif;
        text-transform: none;
        font-size: 16px;
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        color: #F67A00;
        background-color: #FFF;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        padding-left: 12.5px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: none;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background-color: #fff;
    color: #F67A00;
}

.content {
    margin-top: 85px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-buttons {
    margin: 20px 0;
}

.alert .close {
    position: absolute;
    right: 25px;
    top: 5px;
}

.dashboard-section {
    margin-top:2em;
    margin-bottom: 1em;
}

.dashboard-section h2 {
    margin-bottom: 1em;
}

.product__img {
    border: 3px solid #ccc;
}

.product__description {
    min-height: 60px;
}

#id_loop_indices {
    float: left;
    padding: 0;
    column-count: 3;
}

#id_loop_indices li {
    list-style-type: none;
    float: left;
    margin-bottom: .4rem;
}

.loop-index {
    float: left;
    margin-right: 10px !important;
    position: relative;
    top: 5px;
}

#id_short_read_consensus {
    float: left;
    padding: 0;
}

#id_short_read_consensus li {
    list-style-type: none;
    display: inline-block;
    margin-top:10px;
    margin-right: 10px;
}

.index-rename {
    width: 80%;
    float: left;
    padding: 5px;
    line-height: 1;
    font-size: 12px;
    height: 30px;
}

pre, code {
    white-space: pre;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
}

.overlay-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}


/* Kits */

.kit-list {
    padding-left: 0;
}

.kit-item {
    list-style-type: none;
    width: 50%;
    padding: 0 30px;
    display: inline-block;
    float:left;
}

.kit-image {
    width: 100%;
    border: 3px solid #ccc;
    cursor: pointer;
}

.kit-list .kit-title {
    cursor: pointer;
}

.kit-price {
    font-weight: bold;
}

.kit-detail .kit-description {
    margin: 30px 0;
}

.kit-detail .kit-title {
    margin-top: 0;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.qq-upload-button {
    width: auto;
}

.qq-total-progress-bar-container {
    display: none;
}

.qq-upload-list {
    padding-top:20px;
}

.qq-uploader {
    overflow: hidden;
}

.raw_old {
    margin: 20px 0 40px;
}

.raw_old hr {
    margin: 5px 0;
}

/* Product List Page */

.product-list__heading {
    padding: 80px 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 60px;
    font-size: 48px;
}

.product-list__section {

}

.product-list__section.inverted {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}

.product-list__section.inverted h2 {
    text-align: center;
    font-weight: 600;
    font-size: 54px;
    padding-top: 40px;
}

.product-list__section.inverted h4 {
    text-align: center;
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 0px;
}

.product-list__section h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

.product-list__text {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    padding: 40px 0 50px;
}

.product-list__text.large {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding: 40px 0 50px;
}

.product-list__section.inverted svg {
    margin: 0 auto;
    color: #fff;
    fill: #FFFFFF;
    fill-opacity: 1;
    height: 75px;
    width: 75px;
    display: block;
}

.product-list__section.inverted strong {
    font-weight: 600;
}

.product-grid {
    display: flex;
    justify-content: space-between;
    height: 290px;
}

.product-grid__item {
    height: 100%;
    width: 32%;
    background: #fff;
    color: #000;
}

.product-grid__item.gray {
    background: rgb(96,94,94);
    color: #fff;
}

.product-grid__item.image {
    background-position: center;
    background-size: cover;
}

.product-grid__item-content {
    padding: 20px 10px 20px;
}

.product-grid__item-content h3 {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.product-grid__item-desc {
    padding-top: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
}

.product-grid__item .btn {
    display: block;
    width: 125px;
    margin: 25px auto;
    text-transform: uppercase;
    transition: .2s ease all;
}

.product-grid__item .btn.stacked {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-grid__item.gray .btn {
    background-color: #fff;
    color: #000;
    border: none;
}

.product-grid__item.gray .btn:hover {
    background-color: #ddd;
}

@media (max-width: 768px) {
    .product-grid {
        display: block;
        height: auto;
    }

    .product-grid__item {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}

.product-list__section.blue {
    background-color: rgb(61,155,233);
}

.product-list__section.blue h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding: 30px 0;
}

.product-list__section.light-gray {
    background-color: rgb(160,160,159);
}

.product-list__section.medium-gray {
    background-color: rgb(96,94,94);
}

.product-list__section.dark-gray {
    background-color: rgb(47,46,46);
}

.detail-bar {
    padding: 40px 0;
}

.detail-bar-text {
    color: #fff;
    float: left;
    margin-left: 30px;
    font-weight: 300;
    max-width: 70%;
}

.detail-bar-text h5 {
    text-align: left;
    margin: 0;
    padding: 0;
}

.detail-bar ul {
    margin-top: 20px;
}

.detail-bar li {
    font-size: 20px;
    padding-bottom: 15px;
}

.detail-bar-img {
    float: left;
    height: 100px;
}

.product-list__section.detail {
    padding: 20px 0 30px;
}

.product-list__section.end {
    padding-bottom: 100px;
}

.product-list__section.detail h4 {
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 40px;
}

.product-list__section.detail p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.btn.red {
    text-transform: uppercase;
    background-color: rgb(226,28,33);
    font-weight: 400;
    font-size: 24px;
    margin: 60px auto;
    display: block;
    width: 50%;
}

.stripe-button-el {
    margin: 20px auto 0 !important;
    display: block !important;
}


/* Login page */

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 186px);
    text-align: center;
    gap: 15px;
}

.login-subtext {
    max-width: 350px;
}


/* Terms and Conditions */

.TAC-container {
    display: flex;
}

.TAC-title {
    flex-grow: 1;
}

.TAC-gradient {
    background: linear-gradient(90deg, #1B2E65 0%, #0A7537 98%);
    border-radius: 10px;
    height: 8px;
    margin-top: 3em;
}

.TAC-margin-top-4em {
    margin-top: 4em;
}

.TAC-margin-top-2em {
    margin-top: 2em;
}

.TAC-agreement {
    font-weight: 700;
    color: #1B5E20;
    font-size: 16px;
    margin-top: 4em;
    margin-bottom: 2em;
}

.TAC-form-container {
    display: flex;
    background-color: #F8F9FB;
    padding: 2em;
    margin-top: 2em;
}

.TAC-flex-grow-1 {
    flex-grow: 1;
}
