html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

label {
    font-weight: bold;
}

nav .active {
    font-weight: bold;
}

header {
    background-color: #000;
    color: #fff;
    padding: 4px 0;
    margin-bottom: 20px;
}

    header a, header a:hover {
        color: #fff;
        text-decoration: none;
    }

    header .title {
        font-size: 2em;
        font-weight: bold;
    }

.btn-primary, .btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #000000;
}

.form-group {
    margin-bottom: 1rem;
}

/*.table.namefirst td:not(:first-child) {
    width: 1px;
}
table.namefirst td:not(:first-child) {
    white-space: nowrap;
}
*/
h3 {
    font-size: 1.2rem;
}

.scrollselect {
    max-height: 300px;
    overflow-y: scroll;
}

.infopanel .infopanel-heading {
    color: #fff;
    font-weight: bold;
    background-color: #124F38;
    padding: 8px;
}

.infopanel .infopanel-content {
    padding: 8px;
    background-color: #dcedc8;
}

.infopanel.n .infopanel-heading {
    background-color: #ff0000;
}

.infopanel.n .infopanel-content {
    background-color: #FFB6C1;
}



.organism-imagecontainer img, .imagecontainer img {
    width: 100%;
}

.organism-imagecontainer [data-lightbox], .imagecontainer [data-lightbox] {
    position: relative;
}

    .organism-imagecontainer [data-lightbox] svg, .imagecontainer [data-lightbox] svg {
        position: absolute;
        height: 30px;
        right: 10px;
        top: 10px;
        padding: 4px;
        background-color: #00000030;
    }

a.deletelink {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

.btn-small {
    border: none;
    background-color: #000;
    color: #fff;
}

    .btn-small.setprimary {
        background-color: green;
    }

    .btn-small.delete {
        background-color: #f00;
    }

.textarea-small {
    width: 100%;
}

.available {
    background-color: #f2f1d8;
    padding: 8px;
}

.primarybtn > div {
    color: green;
    font-weight: bold;
}

.lightboxOverlay {
    max-width: 100%;
}

.table-responsive.scrolltable {
    height: 600px;
}

.table-responsive.nowrap th, .table-responsive.nowrap td {
    white-space: nowrap;
}

.sample {
    max-width: 1080px;
    margin: 0 auto;
}

.samplehead {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    padding: 30px 30px 8px 30px;
}

    .samplehead .name .common {
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 30px;
    }

    .samplehead .name .scientific {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
    }

.samplefoot {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 10px 30px;
}

    .samplefoot p {
        margin-bottom: 0;
    }

.samplecontent {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .samplecontent > div:first-of-type {
        width: 50%;
    }

    .samplecontent > div:last-of-type {
        width: 33.3333%;
    }

    .samplecontent img {
        max-width: 100%;
        width: 405px;
    }

.sample .heading {
    font-size: 24px;
    font-weight: bold;
}

.modal-body {
    max-height: 400px;
    overflow-y: scroll;
}
