html {
    overflow-y: scroll;
}
body {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #000;
    line-height: 1.33;
    background: #f5f5f5;
}
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    z-index: 5000;
}
h1 {
    font-family: Merriweather-bold, Georgia, serif;
    color: #000;
    font-weight: 500;
    font-size: 30px;
}
h2 {
    font-family: Merriweather-bold, Georgia, serif;
    color: #000;
    font-weight: 500;
    font-size: 26px;
}
h3 {
    font-family: Merriweather-bold, Georgia, serif;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
b {
    color: #000;
}

/* NCI Banner */
#nciBanner {
    background-color: #fff;
}
.nciLogo {
    padding: 23px 23px 23px 0;
    display: inline-block;
    line-height: 0;
    width: 100%;
}
.nciLogo img {
    max-height: 54px;
    max-width: 642px;
    box-shadow: none;
}
#header {
    border-top: 0;
    color: #fff;
    background: #142c68;
    padding: 0;
    text-align: left;
}
#header span.h1 {
    font-size: 20px;
}

a {
    color: #0065a8;
}

#header span.h1 a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 9px 0;
    font-weight: normal;
    line-height: 1.3;
}

#nciBanner .dropdown {
    float: right;
}
#nciBanner .dropdown-menu {
    min-width: 100%;
}
#nciBanner .dropdown .fa-user,
.fa-rss {
    color: #007fb0;
}

#nav {
    background-color: #6b6c70;
}
.navbar-toggle {
    color: #fff;
}
.caret {
    border-top: 4px solid #007fb0;
}
#nav .caret {
    border-top: 4px solid #fff;
}
#nav .open .caret,
#nav a:hover .caret,
#nav a:focus .caret {
    border-top: 4px solid #007fb0;
}
.nav .open a span,
#nav a:hover span {
    border-bottom: 3px solid #007fb0;
}

.nav-justified > li > a:hover,
.nav-justified > li > a:active,
.nav-justified > li > a:focus {
    color: #000;
    background-color: #eee;
}
.nav-justified > li > a:focus > span {
    border-bottom: 3px solid #007fb0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #000;
    background-color: #eee;
}

/* current nav */
a.returntop {
    display: inline;
}
.requests #nav .nav-requests .caret,
.reports #nav .nav-reports .caret,
.admin #nav .nav-admin .caret {
    border-top: 4px solid #007fb0;
}

.site-search {
    margin-top: -30px;
}

.breadcrumb i,
.breadcrumb span {
    color: #007fb0;
    margin-right: 5px;
}
.breadcrumb-item.active {
    color: #000;
}

h1.home-logo-header {
    font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.summary-list .fa-li {
    color: #007fb0;
    left: -2.2em;
    top: 0.3em;
}

.spec-data .largeRequestButton > span {
    background: url("../img/spec-data.072ee4e242c3.png") left center no-repeat;
}
.vials {
    padding: 2.9em 4em;
    margin-bottom: 1em;
}

#footer {
    color: #444;
    text-align: center;
}
#footer ul {
    margin-bottom: 20px;
}
#footer a {
    color: #007fb0;
}

.cart {
    border: none;
    background-color: white;
    padding: 8px 10px 0px;
}
.advanced {
    padding: 8px 40px 8px 0px;
}

.popover {
    max-width: none;
}
.popover-title > h4 {
    margin: 0;
    white-space: nowrap;
}
.popover-title > small {
    display: block;
    margin-top: 4px;
}
.popover-title .close {
    font-size: 16px;
}
.popover-content {
    min-width: 500px;
    max-width: 750px;
    overflow: auto;
    padding: 14px;
}

.popover em {
    display: inline-block;
    padding: 0px 3px;
    background-color: #ffa;
    border: 1px solid #eee;
    border-radius: 2px;
}

.modal-dialog {
    max-width: 75%;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

ul.dropdown-menu.show {
    padding: 0.5rem;
}

a.popup {
    cursor: pointer;
}

.request-form h3 {
    color: #666;
    margin: 40px 0px 20px;
    border-bottom: 1px dotted #ddd;
}

.radio-horizontal li {
    float: left;
    margin-right: 20px;
}

.toggle-include {
    cursor: pointer;
}

#results h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.scribe-results em {
    background-color: #ffc;
    border: 1px solid #eee;
    padding: 1px 3px;
    border-radius: 3px;
}

@media (min-width: 768px) {
    /* current nav */
    .home .nav-home span,
    .about .nav-about span,
    .requests .nav-requests span,
    .histology .nav-histology span,
    .faq .nav-faq span,
    .reports .nav-reports span,
    .admin .nav-admin span {
        border-bottom: 3px solid #007fb0;
    }

    .vials {
        padding: 3.65em 4em;
    }
}

@media (min-width: 900px) {
    .vials {
        padding: 2.9em 4em;
    }
}

@media (min-width: 1200px) {
    .vials {
        padding: 3.65em 4em;
    }
}

@media (min-width: 1358px) {
    .vials {
        padding: 2.9em 4em;
    }
}

@media (max-width: 1035px) {
    #header span.h1,
    #header span.h1 a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #nciBanner .dropdown-container {
        border-top: 1px solid #eee;
    }
    #nav .open a span,
    #nav a:hover span {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    img.logo {
        width: 100%;
    }
}

@media (max-width: 530px) {
    #header span.h1,
    #header span.h1 a {
        font-size: 14px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CKEDITOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/**
 * When creating table's in CKEditor, they are wrapped in figure attributes with class "table".
 * This causes them to be always full width, so we unset width here.
 */
figure.ck-widget.table {
    width: unset !important;
}
.ck.ck-icon {
    --ck-icon-size: 15px;
}
.ck-editor__editable[role="textbox"] {
    min-height: 200px;
}
svg.ck.ck-icon.ck-icon_inherit-color,
svg.ck.ck-icon.ck-icon_inherit-color * {
    color: #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wayf page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#idp-warning-notice {
    max-width: 800px;
    border: 2px solid #ccc;
    background: #fff;
    font-size: 14px;
    margin: 2em auto;
}
#idp-warning-notice .idp-warning-title {
    color: #212121;
    margin: 10px !important;
    font-size: 16px !important;
}
#idp-warning-notice .idp-warning-body {
    padding: 0 10px 0 30px !important;
    margin: 10px 0 !important;
}
#idp-warning-notice .idp-warning-body ul {
    padding: 0 10px 0 30px !important;
    margin: 10px 0 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.display-none {
    display: none !important;
}

.info-text {
    font-size: 0.75rem;
    color: #808080;
}

.btn.btn-link.no-padding {
    padding: 0px;
}

button.no-right-arrow {
    background-image: none;
    padding: 0.5em 1em;
}
div.form-actions button {
    background-color: #008000;
    border: none;
    border-bottom: 3px solid #004600;
    border-radius: 3px;
    color: #fff !important;
    padding: 0.5em 2em 0.5em 1em;
}
fieldset.form-check {
    border: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
div.nav-search-bar.gradient {
    visibility: inherit;
}
.table-striped thead a:not(.btn) {
    color: white;
}
th.sort.asc,
th.sort.desc,
th.secthead {
    background-color: #555;
    background-repeat: no-repeat;
    background-position: left center;
}
.pgsearch-results-table-head th {
    background: #222;
    white-space: nowrap;
}
.pgsearch-content > div > ul > li.nav-item {
    background: #222;
}
.pgsearch-content > .nav-link.active,
button.dropdown-item {
    color: #222 !important;
}
.pgsearch-content > div > button.dropdown-toggle {
    color: #222 !important;
    background: #eee;
    font-weight: bold;
    border-radius: 0px !important;
}
button.dropdown-toggle:hover {
    text-decoration: underline;
}
th,
thead td,
.table th {
    background: #222;
    color: white;
}
table.table.dataTable thead > tr > th {
    background-color: #222;
}
table.table.dataTable thead > tr > th.dt-type-numeric {
    text-align: left;
}
table.table.dataTable thead > tr > th.dt-type-numeric > .dt-column-header {
    flex-direction: row;
}
li.dt-paging-button.disabled > button {
    color: #6c757d !important;
}

li.dt-paging-button > button {
    background-image: none;
}
li.dt-paging-button:not(.active):not(.disabled) > button {
    color: #006ee4 !important;
}
li.dt-paging-button > button:hover,
li.dt-paging-button > button:focus {
    text-decoration: underline !important;
    background-color: #e9ecef !important;
    color: #006ee4 !important;
}
li.dt-paging-button.active > button:hover,
li.dt-paging-button.active > button:focus {
    background-color: #006ee4 !important;
    color: #fff !important;
}
.dt-search {
    display: flex;
    align-items: center;
}
.dt-search > label {
    padding-bottom: 0px;
}
.dt-layout-start {
    align-items: start !important;
    padding-top: 0.5rem;
}
#id_meeting_date-label {
    display: flex;
    flex: 0 0 auto;
    padding-right: 0px;
}
#id_meeting_date-label > * {
    width: auto;
    flex: 1 1 auto;
}
#results-footer ul.pagination li.active > a {
    background-color: #006ee4;
    color: #fff;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-width: 1px;
}
table {
    caption-side: inherit;
}
tr:not(.no-hover):hover td {
    background: rgba(166, 186, 218, 0.4);
}
.search-btn-group > div + div > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #004600;
}
.search-btn-group > div:has(+ div) > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-facet-control:hover {
    background: #ececec !important;
}
button.search-facet-control {
    margin-bottom: 0px;
    background-color: inherit !important;
}
#requests-sidebar-nav button.nav-link.active {
    background: #dce4ef !important;
}
.tab-content {
    margin-top: 0em;
}
.btn.grayButton {
    color: #222 !important;
    border: 1px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
    box-shadow:
        inset 0 -1.2em 10px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #ececec;
    padding: 0.5em 1em;
    border-radius: 3px;
}
.btn.grayButton:hover,
.btn.grayButton:focus,
body.F2 main button.gray:hover,
div.facet-buttons > button.btn-secondary.clear-all:hover {
    box-shadow:
        inset 0 -1.75em 17px rgba(0, 0, 0, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #ececec;
}
div.facet-buttons > button.select-all:hover {
    background: #004600 !important;
}
.btn-xs.grayButton {
    color: #222 !important;
}
.btn.btn-danger {
    background-image: none;
}
.btn.btn-primary {
    background-color: #008000;
    border: none;
    border-bottom: 3px solid #004600;
    border-radius: 3px;
    color: #fff !important;
    padding: 0.5em 1em 0.5em 1em;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px;
}

.btn-primary.redirect {
    padding: 0.5em 2em 0.5em 1em;
    background-image: url("/i/caret-right-sm-f.png");
}

.btn.btn-primary.workflow-action {
    background-color: #006ee4;
    border-radius: 3px;
    border-bottom: none;
    background-image: none;
    padding: 0.375rem 0.75rem;
}
.btn.btn-link {
    background-color: inherit;
    color: inherit !important;
    margin-bottom: 0;
}
.btn.btn-xs,
.dropdown-toggle {
    background-image: none !important;
}
.btn.download-btn {
    margin: 0;
    color: #000 !important;
}
.saved-search-header::after {
    display: block;
    clear: both;
    content: "";
}

#paginatior select {
    padding: inherit;
    margin: inherit;
    width: inherit;
}
[role="tablist"] a:not(.active) {
    background: #eee !important;
}
button.select2-selection__choice__remove {
    border-right: 0 !important;
    color: #333 !important;
    background-image: none;
}
div.pgsearch-display-tab > ul > li {
    margin-bottom: 0;
}
div.pgsearch-display-tab > ul > li > label {
    padding-bottom: 0;
}
em.highlighted {
    padding-bottom: 0 !important;
}
button.no-caret {
    background-image: none;
}
#id_saved_search_name {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
}
#request-tabs {
    padding-left: 0;
    margin-bottom: 0 !important;
    border-bottom: 5px solid #dce4ef;
}
#request-tabs li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
#request-tabs a.nav-link,
#more-actions-dropdown,
.nav-tabs button.nav-link {
    background: #eee;
    color: #222 !important;
    padding: 0.75em 1em;
    display: inline-block;
    margin-right: 0.15em;
    font-weight: bold;
    border: 0;
    border-radius: 0;
}

#request-tabs a.nav-link.active,
#more-actions-dropdown.show {
    background: #dce4ef;
    border-bottom: 0;
    position: relative;
}
#request-tabs a.dropdown-item {
    color: inherit !important;
}
#req-tabs-select {
    margin: 0;
}
#request-action {
    border: 5px solid #dce4ef;
    border-top: 0;
    margin: 0;
    padding: 1.5em;
}
.btn.login-dropdown,
.btn.login-dropdown:hover {
    background: transparent;
    color: #0065a8 !important;
    border: 0;
    box-shadow: 0 0 0 0;
    text-decoration: none;
}
.btn.login-dropdown:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 110, 228, 0.25);
}
div.form-actions {
    display: flex;
    gap: 1em;
}
div.form-actions > button {
    margin: 0;
}
div.section {
    width: 100%;
}
.share a.external-link {
    display: none;
}
.share {
    top: 0rem;
}
.social a.external-link {
    display: none;
}
.comment-affiliation {
    color: #6a6a6a;
    display: block;
    font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
    font-weight: normal !important;
}
.progress_publications_formset-dynamic-form input {
    padding: 4px;
}

/* CSS overrides for SEER styling modals */
.modal-dialog .modal-header {
    background-color: inherit !important;
}
.modal-dialog .bootstrap-dialog-title {
    font-size: 16px !important;
    font-weight: bold;
    border: none;
    color: #000 !important;
}
.modal-dialog .modal-body {
    padding-bottom: 0;
}
.modal-dialog .modal-footer {
    border: none;
    padding-top: 0;
}
.modal-dialog .btn.btn-primary {
    border: none;
}
.modal-dialog .btn-close {
    color: #000 !important;
    opacity: 0.5 !important;
    font-size: inherit !important;
}

.btn-close:hover {
    background-color: transparent;
}

table#my-documents-table a,
div#request-action a.list-group-item:not(.active) {
    color: #0065a8;
}

#dropdownMenuButton {
    background: transparent;
    color: #0065a8 !important;
    border: 0;
}

#vote_table table {
    table-layout: fixed;
}

.workflow-action {
    background-image: none;
}

div.doc-category {
    padding-inline: 5px;
}

.doc-category i:before {
    content: "\f056";
}

.doc-category i[aria-expanded="false"]:before {
    content: "\f055";
}

body.bioshare-requests .modal-content {
    margin-top: 25%;
}

.modal-trigger-text {
    color: #0065a8;
}

.modal-trigger-text:hover {
    text-decoration: underline;
}

#dashboard-requests-accordion .card-body {
    background: #fff;
}

#dashboard-requests-accordion .dataTable * tr.odd {
    background-color: transparent;
}

div.dataTables_wrapper div.dataTables_filter {
    padding-top: 1rem;
    padding-right: 0.5rem;
}

div.dataTables_info {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    text-align: right;
}
#dashboard-requests-accordion table.my-requests-table td {
    text-align: left;
    padding: 0.5rem 0.5rem;
}

tbody.form-table-body tr:has(td > .required) td.label-cell::after {
    content: " *";
    color: #999;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.profile-form,
.form-fieldset {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px;
}

.readonly_fields > div {
    margin-bottom: 1rem;
}

td.request-select-checkbox {
    text-align: center;
}

#id_institution_type-group {
    background: none;
}
.seer-vtr-application .bioshare-form-group.form-check > div.controls > .form-check-input:checked {
    background-color: #006ee4;
}

/* ~~~~~~~~~~~~~~~~~~ form.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.f2-table-field div.form-check-input {
    display: flex;
    border: none;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}
.f2-table-field.subtable div.form-check-input {
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.f2-table-field.subtable {
    margin-block: 0 !important;
}
.f2-table-col {
    width: 35%;
}
.subtable td {
    height: 0.5rem;
}
textarea.form-control {
    height: 7em;
    resize: vertical;
    overflow-y: auto;
}

.collapsed .form-content {
    display: none;
}

/* ~~~~~~~~~~~~~~~~~~ PDF Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pdf-header {
    font-size: 8px;
    width: 100%;
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
    color: #d3d3d3;
}

.pagebreak {
    page-break-before: auto;
    page-break-after: always;
    page-break-inside: avoid !important;
    display: block !important;
}
