/* ~~~~~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~~~ */
sup {
    vertical-align: super;
    font-size: 60%;
    top: 0;
}
img {
    max-width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~~ */
header #header {
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
    header #header {
        display: block;
    }
}
header #header .logo-header {
    flex: 0 1 auto;
    margin: 0;
    padding-top: 1em;
    display: block;
}
header #header .logo-header img {
    width: auto;
    height: 38px;
}
header #header .fa-user {
    color: #ffffff;
}
header #header-right {
    padding-top: 0px;
}
header #header #search_and_login {
    display: flex;
    justify-content: flex-end;
    flex: 0 1 auto;
    padding-bottom: 1em;
    flex-wrap: wrap;
}
header #header #search_and_login > * {
    margin-top: 1em;
}
header .patient-provider-btn span.fa {
    border: 1px solid #ffffff;
    height: calc(1em + 5px);
    width: 1em;
    vertical-align: middle;
}
header .patient-provider-btn span.fa:before {
    font-size: 0.8em;
    left: -3px;
    position: relative;
}

/* ~~~~~~~~~~~~~~~~~~~~~ NAV ~~~~~~~~~~~~~~~~~~~ */
.navBar nav {
    padding: 6px 0px 0px;
    text-align: right;
    background-image: linear-gradient(#eff4fb, rgb(255 255 255 / 0) 20%);
    min-height: 43px;
}
.sm-clean {
    padding: 0;
}
.sm-clean,
.sm-clean > li,
.sm-clean a {
    background: none !important;
    font-family: bodyFont, headerFont, Helvetica, Arial, sans-serif;
}
.bioshare-home .nav-home,
.bioshare-about .nav-about.has-submenu,
.moonshot-stats .nav-about.has-submenu,
.moonshot-data .nav-about.has-submenu,
.bioshare-publications .nav-about.has-submenu,
.bioshare-specimens .nav-specimens,
.bioshare-requests .nav-requests.has-submenu,
.moonshot-resources .nav-forms.has-submenu,
.moonshot-policies-and-forms .nav-forms.has-submenu,
.moonshot-user-guide .nav-forms.has-submenu,
.moonshot-glossary .nav-forms.has-submenu,
.moonshot-cancer-types .nav-forms.has-submenu,
.bioshare-admin .nav-admin,
.moonshot-biospecimen-uses .nav-bioproj.has-submenu,
.bioshare-approvedprojects .nav-bioproj.has-submenu,
.moonshot-biospecimen-pubs .nav-bioproj.has-submenu {
    border-bottom: 5px solid #20558a;
    margin-top: 0px;
    background: none;
    color: inherit;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        color: rgb(0 0 0 / 0.87);
        font-family: bodyFont, headerFont, Helvetica, Arial, sans-serif;
        font-size: inherit;
        line-height: 26px;
        padding: 0 10px 5px;
        border-bottom: 5px solid #20558a;
        font-weight: bold;
    }
}

.sm-clean li {
    text-align: left;
}

.sm-clean ul {
    box-shadow:
        0px 3px 1px -2px rgb(0 0 0 / 0.2),
        0px 2px 2px 0px rgb(0 0 0 / 0.14),
        0px 1px 5px 0px rgb(0 0 0 / 0.12);
    border-radius: 0 !important;
    margin-top: 0px !important;
    padding: 0;
}
.sm-clean ul li {
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.sm-clean ul li a,
.sm-clean ul li a:hover,
.sm-clean ul li a:focus,
.sm-clean ul li a:active {
    padding: 6px 16px;
    font-size: 16px;
    font-family: bodyFont, headerFont, Helvetica, Arial, sans-serif;
    line-height: 20px;
    letter-spacing: 0.46px;
    text-align: left;
}
.sm-clean ul li a:hover,
.sm-clean ul li a:focus,
.sm-clean ul li a:active {
    background-color: rgb(30 111 214 / 0.04) !important;
}
@media only screen and (min-width: 768px) {
    .sm-clean {
        display: flex !important;
    }
    .sm-clean > li {
        display: block;
        width: auto;
        margin-top: 5px;
    }
    .sm-clean a {
        color: rgb(0 0 0 / 0.87);
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: none;
        padding: 0 10px 5px;
        border-bottom: 5px solid transparent;
    }
    .sm-clean > li > a,
    .sm-clean > li > a:hover,
    .sm-clean > li > :focus,
    .sm-clean > li > a:active,
    .sm-clean > li > a.highlighted {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sm-clean > li > a.has-submenu {
        padding-right: 34px;
    }
    .sm-clean a .sub-arrow {
        right: unset;
        margin-left: 5px;
    }
    .bioshare-home .nav-home span,
    .bioshare-about .nav-about span,
    .bioshare-requests .nav-requests span,
    .bioshare-specimens .nav-specimens span,
    .bioshare-publications .nav-publications span,
    .bioshare-approvedprojects .nav-approvedprojects span,
    .bioshare-faq .nav-faq span,
    .bioshare-histology .nav-histology span,
    .bioshare-reports .nav-reports span,
    .requests .nav-requests span,
    .specimens .nav-specimens span {
        border-bottom: none;
    }
}
.sm-clean a.has-submenu {
    padding-right: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ RIBBON ~~~~~~~~~~~~~~~~~~~ */
#ribbon {
    font-size: 20px;
    background-color: #20558a;
}
#ribbon span {
    display: block;
    padding: 0.25em 0;
}
#ribbon,
#ribbon a {
    color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~ BREADCRUMB ~~~~~~~~~~~~~~~~~~~ */
.breadcrumb {
    padding: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ SECONDARY NAVIGATION TABS ~~~~~~~~~~~~~~~~~~~ */
.secondary-nav-tabs ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: -1em 0 1em;
    background: #d2e2f7;
    overflow: hidden;
}
.secondary-nav-tabs ul a {
    padding: 0.5em 0.5em 0.5em 2em;
    display: block;
    position: relative;
    color: #005dd3;
    background-color: #d2e2f7;
    overflow: hidden;
    font-weight: bold;
}
.secondary-nav-tabs ul a:after {
    left: -14px;
    top: 6px;
    width: 28px;
    height: 28px;
    content: " ";
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    box-shadow: 0 0 13px #7a98bf;
    background-color: #d2e2f7;
}
.secondary-nav-tabs ul li:first-of-type a {
    padding-left: 1em;
}
.secondary-nav-tabs ul li:first-of-type a:after {
    content: none;
}
.bioshare-about .secondary-nav-tabs ul li.about-tab a,
.bioshare-about .secondary-nav-tabs ul li.about-tab + li a:after,
.moonshot-stats .secondary-nav-tabs ul li.stats-tab a,
.moonshot-stats .secondary-nav-tabs ul li.stats-tab + li a:after,
.moonshot-data .secondary-nav-tabs ul li.data-tab a,
.moonshot-data .secondary-nav-tabs ul li.data-tab + li a:after,
.bioshare-publications .secondary-nav-tabs ul li.pubs-tab a,
.bioshare-publications .secondary-nav-tabs ul li.pubs-tab + li a:after,
.moonshot-regulatory .secondary-nav-tabs ul li.regulatory-tab a,
.moonshot-regulatory .secondary-nav-tabs ul li.regulatory-tab + li a:after,
.moonshot-policies-and-forms .secondary-nav-tabs ul li.policies-and-forms-tab a,
.moonshot-policies-and-forms .secondary-nav-tabs ul li.policies-and-forms-tab + li a:after,
.moonshot-user-guide .secondary-nav-tabs ul li.user-guide-tab a,
.moonshot-user-guide .secondary-nav-tabs ul li.user-guide-tab + li a:after,
.moonshot-cancer-types .secondary-nav-tabs ul li.cancer-types-tab a,
.moonshot-cancer-types .secondary-nav-tabs ul li.cancer-types-tab + li a:after,
.moonshot-faqs .secondary-nav-tabs ul li.faq-tab a,
.moonshot-faqs .secondary-nav-tabs ul li.faq-tab + li a:after,
.moonshot-glossary .secondary-nav-tabs ul li.glossary-tab a,
.moonshot-glossary .secondary-nav-tabs ul li.glossary-tab + li a:after {
    background-color: #ffffff;
    color: rgb(0 0 0 / 0.87);
    pointer-events: none;
}
.secondary-nav-tabs ul li:hover a,
.secondary-nav-tabs ul li:hover + li a:after,
.secondary-nav-tabs ul li:focus a,
.secondary-nav-tabs ul li:focus + li a:after {
    background-color: #bacee8;
    color: rgb(0 0 0 / 0.87);
    text-decoration: none;
}
.secondary-nav-tabs ul li:hover + li a:after,
.secondary-nav-tabs ul li:focus + li a:after {
    box-shadow: 0 0 13px #5d799d;
}

/* ~~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~ */
hr.foot {
    display: none;
}
footer {
    text-align: left;
    padding: 0;
    background: none;
}
footer p {
    margin-bottom: 8px;
    line-height: 22px;
}
footer a {
    color: #fff;
    font-weight: 600;
    overflow-wrap: break-word;
}
footer a:hover,
footer a:focus {
    color: #fff;
    font-weight: 600;
}
footer #footer {
    color: #fff;
    padding: 24px;
    font-family: headerFont, Helvetica, Arial, sans-serif;
    background-color: #0d1c3c;
}
footer .nci-footer {
    display: flex;
    padding: 16px 0px 24px;
    align-items: flex-start;
    flex-direction: column;
}
footer .nci-header,
footer .nci-subtitle {
    font-family: headerFont, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
footer .nci-header {
    font-size: 25px;
    letter-spacing: -0.4px;
}
footer .nci-subtitle {
    font-size: 16px;
    letter-spacing: -0.25px;
}
footer .three-column-footer {
    font-size: 16px;
    font-family: headerFont, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: calc(100% + 24px);
    margin: -12px;
}
footer .footer-column {
    padding: 12px;
}
footer .footer-column .footer-header {
    color: #ffcfdd;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
}
footer .nih-footer {
    font-family: bodyFont, headerFont, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
    footer .three-column-footer {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .secondary-nav-tabs {
        display: none;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~ LAYOUT ~~~~~~~~~~~~~~~~~~~ */
.row {
    margin: -8px;
}
.container-row {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding: 8px;
}
.container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}
.container-fluid.participants-and-specimens {
    max-width: initial;
}
@media only screen and (max-width: 400px) {
    .container-row {
        margin: 0;
        padding: 0;
    }
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~ IMAGES ~~~~~~~~~~~~~~~~~~~ */
aside img {
    margin: 8px 0px 24px;
    display: inline-block;
    max-width: 600px;
}
@media only screen and (min-width: 960px) {
    aside img {
        max-width: 380px;
    }
}
img.with-border {
    border: 2px solid #909090;
}

/* ~~~~~~~~~~~~~~~~~~~~~ TYPOGRAPHY ~~~~~~~~~~~~~~~~~~~ */
@font-face {
    font-family: headerFont;
    src: url("../fonts/Montserrat-Medium.c8b6e083af3f.ttf");
}
@font-face {
    font-family: bodyFont;
    src: url("../fonts/OpenSans-Regular.3ed9575dcc48.ttf");
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display {
    font-family: headerFont, Helvetica, Arial, sans-serif;
    color: #0d1c3c;
    font-weight: normal;
}
.display {
    font-size: 62px;
    line-height: 74px;
    letter-spacing: -0.6px;
}
h1,
.h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin: 0.5em 0;
}
h2,
.h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.4px;
}
h3,
.h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
}
h4,
.h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
}
h5,
.h5 {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
h6,
.h6 {
    font-weight: bold;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        line-height: initial;
    }
}
body {
    font-family: bodyFont, headerFont, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: rgb(0 0 0 / 0.87);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.46px;
    background-color: #ffffff;
}
p {
    margin-bottom: 16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ FLOWCHART ARROWS ~~~~~~~~~~~~~~~~~~~ */

/* chevron arrows */
.chevron-arrow {
    padding: 10px 50px !important;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

/* ~~~~~~~~~~~~~~~~~~~~~ FLOWCHART ~~~~~~~~~~~~~~~~~~~ */
.flowchart {
    height: unset !important;
    min-height: 100px;
}
.flowchart .flowchart-arrow {
    flex: 1;
    position: relative;
    min-height: 4em;
}
@media (min-width: 768px) {
    .flowchart {
        flex-wrap: wrap;
    }
    .flowchart .flowchart-arrow {
        padding-right: 4em !important;
        min-width: 200px;
        margin-bottom: 1em;
        max-width: 325px;
        min-height: 80px;
    }
    .flowchart .flowchart-arrow span.fa {
        font-size: 2em;
        position: absolute;
        right: 1.25em;
    }
}
@media (max-width: 767.98px) {
    .flowchart {
        overflow: auto;
        padding-bottom: 0.5em;
        font-weight: bold;
    }
    .flowchart .flowchart-arrow {
        padding: 15px 3em 15px 15px !important;
        min-width: 400px;
        display: block !important;
    }
}

/* ~~~ Condensed ~~~ */
@media (min-width: 768px) {
    .flowchart.condensed .flowchart-arrow:not(.active-arrow) {
        padding-right: 0.25rem !important;
        min-width: 80px;
        max-width: 125px;
    }
    .flowchart.condensed .flowchart-arrow:not(.active-arrow) span.fa {
        font-size: 2em;
        position: absolute;
        right: unset;
        left: 0.75em;
    }
    .flowchart.condensed .flowchart-arrow {
        max-width: 125px;
    }
}
@media (max-width: 767.98px) {
    .flowchart.condensed .flowchart-arrow {
        min-width: 300px;
    }
    .flowchart.condensed .flowchart-arrow:after {
        content: attr(data-bs-original-title);
        font-weight: normal;
        display: block;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~ */
.btn {
    font-family: headerFont, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #20558a;
    font-weight: bold;
    border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 0.8rem;
    line-height: 16px;
}
.btn.btn-primary {
    color: #ffffff;
    background-color: #20558a;
    box-shadow:
        0px 3px 1px -2px rgb(0 0 0 / 0.2),
        0px 2px 2px 0px rgb(0 0 0 / 0.14),
        0px 1px 5px 0px rgb(0 0 0 / 0.12);
    transition:
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0e3862;
}
.btn.btn-secondary {
    color: #1e6fd6;
    background-color: #ffffff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #e7f2ff;
}
.btn.btn-link {
    border: none;
    padding: 0;
}
a.btn.btn-danger {
    color: #fff;
    border: 1px solid #dc3545;
}
a.btn.btn-danger:hover {
    background-color: #bb2d3b;
}

/* ~~~ FACET BUTTONS ~~~ */
.facet a[aria-expanded="true"] + div .btn {
    padding: 0 0.5rem;
}
.facet a[aria-expanded="true"] + div .btn.btn-success {
    background-color: #20558a;
}
.facet a[aria-expanded="true"] + div .btn.btn-success:hover,
.facet a[aria-expanded="true"] + div .btn.btn-success:focus {
    background-color: #0e3862;
}

/* ~~~~~~~~~~~~~~~~~~~~~ CONTAINER ~~~~~~~~~~~~~~~~~~~ */
.body-content a {
    color: #20558a;
    font-family: headerFont, Helvetica, Arial, sans-serif;
    font-weight: 600;
    overflow-wrap: break-word;
}
.body-content a:hover {
    background-color: rgb(30 111 214 / 0.04);
}
.body-content .list-group-item.active:hover {
    color: initial;
}
@media only screen and (min-width: 600px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1400px;
    }
}

/* ~~~~~ STEPS ~~~~~ */
.steps {
    background-color: #f8f9fa;
}
.steps ul {
    line-height: 1;
}
.steps > ul > li {
    position: relative;
    padding: 12px 50px 8px;
    min-width: 220px;
    height: 40px;
    box-sizing: content-box;
}
.steps li a {
    color: #444444;
    padding: 0;
}

/* NUMBER CIRCLE */
.steps .numberCircle {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding-top: 0.4em;
    border: 2px solid #444444;
    text-align: center;
    display: inline-block;
    margin-right: 0.5em;
}

/* HOVER */
.steps li:hover {
    background: #e0edfb;
}

/* SELECTED */
.steps li.selected {
    background: #20558a;
}
.steps li.selected a.active {
    color: white;
}
.steps li.selected .numberCircle {
    color: white;
    border: 2px solid white;
}

/* ARROWS */
.steps > ul li:first-child span.step:after,
.steps > ul li:first-child span.step:before,
.steps > ul li i:after,
.steps > ul li i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #f8f9fa;
    border-width: 30px;
    z-index: 2;
}
.steps > ul > li.selected i:before {
    border-left-color: #20558a;
}
.steps > ul li:hover i:before {
    border-left-color: #e0edfb;
}
.steps > ul li.selected:hover i:before {
    border-left-color: #20558a;
}
.steps > ul li:first-child span.step:after,
.steps > ul li i:after {
    top: -8px;
    z-index: 1;
    border-left-color: white;
    border-width: 38px;
}
.steps > ul li i {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1200px) {
    .steps {
        justify-content: unset !important;
        margin-top: 1em;
    }
    .steps > ul > li {
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        min-width: unset;
    }
    .steps > ul > li:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .steps > ul li:first-child span.step:after,
    .steps > ul li:first-child span.step:before,
    .steps > ul li i:after,
    .steps > ul li i:before {
        border-width: 26px;
    }
    .steps > ul li:first-child span.step:after,
    .steps > ul li i:after {
        top: -6px;
        border-width: 32px;
    }
    .steps > ul li:first-child span.step:before,
    .steps > ul li:first-child span.step:after {
        content: none;
    }
}
@media (max-width: 920px) {
    .steps > ul > li {
        padding: 12px 20px !important;
        border: 1px solid #bcbcbc;
    }
    .steps .numberCircle {
        border-radius: 0;
        width: auto;
        height: auto;
        padding: 0;
        border: none !important;
        margin-right: 0;
    }
    .steps .numberCircle:after {
        content: ": ";
    }
    .steps > ul li:first-child span.step:after,
    .steps > ul li:first-child span.step:before,
    .steps > ul li i:after,
    .steps > ul li i:before {
        border: none !important;
    }
}
@media (max-width: 675px) {
    .steps > ul {
        display: block;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~ FORM - SELECT ~~~~~~~~~~~~~~~~~~~ */
.select2-choices:before {
    content: "\002315";
    position: absolute;
    right: 12px;
    top: -2px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    transform: scaleX(-1);
    color: #676767;
}
.select2-choices:after {
    position: absolute;
    right: 5px;
    top: 50%;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #676767;
}

/* ~~~~~~~~~~~~~~~~~~~~~ FORM - FACETS ~~~~~~~~~~~~~~~~~~~ */
.facet a[aria-expanded="true"] {
    padding: 0.5rem 0.75rem 0;
    margin-top: 0.5rem;
    margin-left: -0.5rem;
    display: block;
    background-color: #f6fbff;
}
.facet a label:before {
    content: "\f0fe";
    font:
        normal normal normal 14px/1 FontAwesome,
        sans-serif;
    font-weight: bold;
    margin-right: 0.5rem;
}
.facet a[aria-expanded="true"] label:before {
    content: "\f146";
}
.facet a[aria-expanded="true"] + div {
    background-color: #f6fbff;
    padding: 0 0.75rem 0.75rem;
    margin-bottom: 0.5rem;
    margin-left: -0.5rem;
}
.facet a[aria-expanded="true"] + div .select2-search-choice {
    line-height: 17px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ PARTICIPANT/SPECIMEN SEARCH ~~~~~~~~~~~~~~~~~~~ */

/* CONTAINER */
.search-tabs {
    position: relative;
}

/* CART */
.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cart #create-request-button,
.cart .create-request-button {
    margin-left: 10px;
}

/* HIGHLIGHT SELECTED SPECIMENS */
.highlight {
    background-color: rgb(217, 237, 255) !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~ REQUESTS ~~~~~~~~~~~~~~~~~~~ */
.row.request-info,
.row.request-workflow {
    margin: 0;
}
.request-info {
    border: 1px solid #dee2e6;
    background-color: #f4f4f4;
}
#request-tabs > li > button {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #20558a;
}
#request-tabs > li > button:hover,
#request-tabs > li > button:focus,
#request-tabs > li > button:active {
    background-color: #f4f7fb;
    text-decoration: underline;
    color: #3877d4;
}

/* ~~~~~~~~~~~~~~~~~~~~~ MODALS ~~~~~~~~~~~~~~~~~~~ */

/* Ensures that all modals appear on top of other page elements (except select2 dropdowns within modals) */
.modal.bootstrap-dialog {
    z-index: 100000 !important;
}
.modal.bootstrap-dialog ~ #select2-drop-mask {
    z-index: 100001 !important;
}
.modal.bootstrap-dialog ~ #select2-drop {
    z-index: 100002 !important;
}

.export-dialog .select2-search-choice {
    width: 100%;
}

.bioshare-form-group.required > label:after,
.bioshare-form-group.required legend:after,
.bioshare-form-group.required .form-check-inline:after,
.bioshare-form-group.required .controls.clearfix > .form-check-label:after {
    color: #000;
}
.display-above-cart {
    z-index: 100000 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~ GLOSSARY ~~~~~~~~~~~~~~~~~~~ */
#glossary-anchors {
    color: #bfbfbf;
}

/* ~~~CALENDAR~~~~~ */
@media only screen and (max-width: 768px) {
    .fc .fc-toolbar {
        display: block;
    }
    .fc .fc-toolbar-title {
        margin: 0.5em 0;
        display: block;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~ COST TRACKING ~~~~~~~~~~~~~~~~~~~ */

@media only screen and (max-width: 576px) {
    .invoice-description {
        font-weight: bold;
    }
    .invoice-items .col {
        padding-top: 0;
        padding-bottom: 0;
    }
    .invoice-items .col-sm-6 {
        padding-left: 0;
        padding-bottom: 0;
    }
}

/* ~~~AGREEMENTS~~~~~ */
.row:has(> .col-md-8 > .agreements-form) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agreements-form .btn-primary {
    margin-right: 1em;
}
