#req-tabs {
    display: none;
}

@media (max-width: 576px) { /* bootstrap sm breakpoint */
    #review-banner {
	border-width: 0;
    }
    #review-banner .review-banner__header-text {
	font-size: .875em; /* equivalent of bootstrap .small class */
    }
    ims.banner {
	margin-bottom:
	    .5rem;
    }
}

@media (min-width: 1210px) {
    #req-tabs-select {
	display: none;
    }
    #req-tabs {
        display: flex;
        align-items: center;
    }
}

#req-tabs li a {
    padding-left: 11px;
    padding-right: 11px;
    color: #0f69b3;
}
#req-tabs a.req-info-tab.active {background-color: #fff;}
#req-tabs a.req-info-tab:hover, #req-tabs .req-info-tab:focus, #req-tabs .dropdown-item:active {background-color: #b0b0b0; color: #05273e;}
#req-tabs a.req-info-tab:hover, #req-tabs a.req-info-tab:focus, #req-tabs .dropdown-item a:hover, #req-tabs .dropdown-item a:focus {text-decoration: none;}
#req-tabs a.req-info-tab {padding: 11px; margin-top: 10px;}


/* =====================================================
	Structure
===================================================== */
html {
    overflow-y: scroll;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main {
    background: #fff;
    padding: 1.2em 0;
}
footer {background: #333; margin-top: auto;}
.section {
    margin-top: 20px;
}

/* =====================================================
	Typography
===================================================== */
h1 {
    font-size: 1.15em;
    margin: 0;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
}
h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    height: 1px ;margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold !important;
}

a {
	text-decoration: none;
}

.card {
    margin-bottom: 1rem;
}
#accordion > .card {
    margin-bottom: 0;
}
.card-header .card-title {
    margin-bottom: 0;
}


/* =====================================================
	Link Types
===================================================== */
a {
    color: #0F69B3;
    transition: color .3s ease-in-out;
}
a:not(.btn):hover, a:not(.btn):focus {
    color: #0b3455;
    transition: color .3s ease-in-out;
    text-decoration: underline;
}

.icon-link, .clickable-icon { background: #fff; border: 1px solid #b4b4b4; padding: 0px 6px; border-radius: 3px; height: 30px; display: inline-block; display: inline-flex; align-items: center;}
.icon-link:hover, .icon-link:focus {background-color: #cfcfcf; border-color: #a0a0a0;}

a[href*="handbook.pdf"]::before {content:''; background-image: url("/static/img/icons/pdf.25202d08e1be.svg"); display: inline-flex; background-repeat: no-repeat; background-size: 1rem 1rem; padding: 2px .62rem; height: 1rem;}

/* =====================================================
    File Type Icon Links
===================================================== */
.file-type-icon {padding-bottom: 5px;}

/* =====================================================
	Header
===================================================== */
.nihBanner {
    background: #eee;
    padding: 0 0;
    font-size: .82em;
    letter-spacing: .005em;
}
.nihBanner a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.nihBanner a:hover, .nihBanner a:focus {
    text-decoration: underline;
}
.reviewBanner {
    padding: 0;
    text-align: center;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-style: solid;
    border-image: none;
    border-width: 0px 0px 6px;
    gap: 1rem;
    color: rgb(0, 0, 0);
    background: var(--bs-danger-bg-subtle);
    border-color: var(--bs-danger-border-subtle);
}

.header {
    background: #fff;
}
.nciLogo {
    padding: 10px 23px 10px 0;
    width: 100%;
    max-width: 349px;
    display: inline-block;
    line-height: 0;
}
.nciLogo img {
    max-height: 54px;
}

#biolincc-name {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1em;
}

#skip, #skip:hover, #skip:visited {
    position: absolute;
    top: -20em;
    right: 44%;
    padding: .7em 1.5em;
    font-weight: bold;
    border: 2px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    transition: all .2s ease-in-out;
}
#skip:active, #skip:focus {
    position: absolute;
    top: 0;
    color: #a90101;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.7);
}

.ribbon {
    background: #333;
    color: #fff;
    letter-spacing: -.03em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.ribbon a {
    display: inline-block;
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 10px 0 5px 0;
    transition: border-color .3s ease-in-out;
}
.ribbon a:hover, .ribbon a:focus {
    text-decoration: none;
    border-bottom-color: #7499c6;
    transition: border-color .3s ease-in-out;
}

@media (max-width: 61.99em) {
    .ribbon {
	font-size: .9em;
    }
}

.searchWrap {
    float: right;
    margin-top: .6em;
    margin-bottom: 1em;
}
.searchWrap form {
    margin-top: .5em;
}

@media (max-width: 47.99em) {
    .nciLogo {
	max-width: 280px;
    }
    .searchWrap {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-top: 0;
	padding: .25em 1em .5em 1em;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 5px;
    align-items: center;
    }
    .searchWrap form {
	float: right;
    }
    .searchWrap a {
	display: inline-block;
    }
}

@media (max-width: 29.99em) {
    .nciLogo {
	max-width: 240px;
    }
    .searchWrap {
	text-align: center;
	padding-left: .5em;
	padding-right: .5em;
    }
    .searchWrap form {
	float: none;
    }
    .searchWrap a {
	display: inline-block;
	margin-top: 0;
    }
}


/* =====================================================
	Navigation
===================================================== */
#main-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: #337ab7;
    min-height: 36px;
}

.navbar-main .navbar-nav > li > a.nav-link {
    color: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1em;
}

.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .active > a:hover
{
    background-color: #164a7c;
    color: #fff;
}

.navbar a {text-decoration: none;}

.navbar .dropdown-menu {
    background-color: #164a7c;
    border: 1px solid #164a7c;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar .dropdown-menu a {
    color: #fff;
}

.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:hover {
    text-decoration: none;
}

.navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 1.15em;
}

.navbar-main .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-main .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-main .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #337ab7;
    color: #fff;
}

.navbar-toggler {
    color: #fff;
    float: none;
    margin: 5px 0 5px 0;
    border-color: rgba(255, 255, 255, .5);
    border-width: 1px;
    display: flex;
    align-items: center;
}
.navbar-toggler:hover, .navbar-toggler:focus {background-color: #164a7c;}

.navbar-main .navbar-toggler-icon {
    background-image: url("/static/img/icons/bars-solid.8cc91557f786.svg"); background-size: 1.5rem 1.5rem;
}

.breadcrumbs {
    padding-top: 5px;
    font-weight: 700;
    font-size: 15px;
}

.breadcrumbs a:not(:last-child)::after {content: ''; background-image: url("/static/img/icons/caret-right-fill.c34fa9f2b4ab.svg"); display: inline-block; height: 12px; width: 11px; background-size: 14px 14px; margin: 0 4px; background-repeat: no-repeat;}

/* =====================================================
	Footer
===================================================== */
.footer {
    font-size: .9em;
    padding: 1em 0 3em;
    border-top: 10px solid #164a7c;
    color: #fff;
}
.footer ul {
    list-style: none;
    margin: 1em 0 1em 0;
    padding: 0;
}

.footer a, .footer a:hover, .footer a:focus {
    color: #fff;
}

#footer-second {
    background-color: #164a7c;
}

#footer-second-logo img {
    max-height: 50px;
}

#footer-second a.social-icon {padding: 0 10px;}
#footer-second a[href="/extlinks/"] {display: none;}

@media (max-width: 767px) {
    .footer {padding: 1em 0 1em;}
    .footer ul li {display: inline-block; padding-right: 1rem;}
    .footer ul li:not(:last-child)::after { content: "\2002 \007C"; position: absolute; line-height: 1.25rem; color: #fff;}
}

.returntop { position: fixed; right: 0; bottom: 0; z-index: 10; background: #164a7c; height: 75px; width: 75px; border-radius: 100% 0 0 0; display: none; justify-content: flex-end; border-left: 1px solid rgba(255,255,255,.85); border-top: 1px solid rgba(255,255,255,.85); }
.returntop:hover, .returntop:focus { text-decoration: none; }
.returntop svg { fill: #fff; width: 2.35rem; align-self: flex-end; margin: 0 .65rem .65rem 0; }
.returntop span { display: none; }
@media (min-width: 992px) {
    .returntop { border: none; }
}
@media (min-width: 1024px) {
    .returntop span { display: inline-block; align-self: flex-end; text-transform: uppercase; font-size: .75rem; line-height: 1.1; text-align: center; margin: 0 0 .75rem .5rem; font-weight: 600; }
    .returntop svg { display: none; }
}


/* =====================================================
	Forms
===================================================== */
.edit-checkbox input {margin-right: 6px; }
.col-form-label, .form-label{font-weight: 700;}
.form-group {margin-bottom: 1rem;}
.form-group.row {margin-bottom: 1rem;}
.form-group label {line-height: 1rem;}
.form-group:not(.row) label {margin-bottom: .4rem;}
.section label {font-weight: 700;}
[class$='dynamic-form'] > .card {background-color: #f5f6f7;}
[class$='dynamic-form'] > .card .checkbox input {margin-right: .5em; height: 1em; width: 1em;}
[class$='dynamic-form'] > .card .checkbox > label {display: flex; align-items: center;}

/* =====================================================
	Tables
===================================================== */
.card > .table-responsive:last-child table, .card > .card-collapse > .table-responsive:last-child table {margin-bottom: 0}

/* =====================================================
	Bootstrap 5.2 Overrides
===================================================== */
/* (lists that are direct children of rows lose their external padding) */
.row > ul {
    padding-left: 2em;
}
.row > ol {
    padding-left: 1.75em;
}
/* placeholder is a class in Bootstrap for loading, but also used on checkeditor fields */
.placeholder {
    display: block;
    background-color: transparent;
    opacity: 1;
}

/* =====================================================
	Misc
===================================================== */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.error, .errorlist {
    color: #a94442;
}
.success {
    color: green;
}

.important-note {
    background-color: rgb(250, 220	, 220);
    border-radius:12px;
    border:2px solid #bc1510;
    padding:10px;
    font-size:20px;
    font-weight:bold;
    color: #bc1510;
}

/* Btns from delete saved request page */
.del-req-btn {
    width: 100px;
}

.edit-checklist-icon-col {
    min-width: 90px;
}
.doc-type-col {
    min-width: 205px;
}
.doc-col {
    min-width: 120px;
}
.req-col {
    min-width: 305px;
}
.wrap-long-words {
    word-wrap: break-word;
}

.left-padded {
    padding-left: 10px;
}

/* Layout for public-facing pages (narrower text blocks for legibility) */
@media (max-width: 992px) {
    .main > .container-lg {padding: 0 2rem;}
}

.accordion-button .float-start {margin-right: .5rem;}

/* =====================================================
	Home
===================================================== */

.cta-green {
    background-color: #146758;
    line-height: 1.4;
    vertical-align: top;
    color: #fff;
    border: 1px solid #146758;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.3);
    padding: .1em 1em;
    transition: background .2s linear;
}

.cta-green:hover, .cta-green:focus {
    background: #041512;
    transition: background .2s linear;
    color: #fff;
    text-decoration: none;
}

.banner {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 2em;
}

.homeList {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 1.1em;
}
.homeList li {
    margin: 0 0 .5em 1em;
}
.homeList .col-1 {padding-left: 0;}

.emmsg {
    background-color: #faffbd;
    border-radius:12px;
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 25px;
}

.newsItem {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
}
.newsItem h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}
.newsItem em {
    display: inline-block;
    margin-bottom: .5em;
}

.searchMain {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em;
    margin-top: 2em;
}
.searchMain button {
    border-radius: 0 3px 3px 0;
    padding-top: .2em;
    padding-bottom: .2em;
}
.help {
    display: inline-block;
    padding: .25em;
}
.searchMain .selectAll {
    border-bottom: 1px solid #ccc;
    padding-bottom: .25em;
    display: block;
    font-weight: bold;
}

/* Help Section */
.home-help-section {
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    padding: .5em 2%;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.icn-question {
    padding: .5em 0 .5em 2.5em;
    font-size: 1.2em;
    background: url("../../img/icn-question.41ae866f939d.png") left center no-repeat;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
}
.home-help-section .cta-green {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    margin: .5em 0;
}

.homepage-h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

/* =====================================================
    News
===================================================== */
.headline {
    margin-bottom: 0px;
}
.news-post-date {
    font-size: 14px;
}

/* =====================================================
    Log In
===================================================== */
.login-box > .error {
    color: red;
    font-size: 11px;
    font-style: italic;
}

.login-btn {
    width: 100%;
}

.idp-box {
    padding: 1em;
}

#hhs-warning {
    font-size: 14px;
}

/* =====================================================
    Study List
===================================================== */
.studyFlyerBox {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 2em;
    font-size: 1.1em;
}

.search-box {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.8em;
    padding-bottom: 0;
    margin-top: 0.8em;
}
.search-box input[type="text"] {
    width: 100%;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ccc;
    border-right: none;
    padding: .2em .4em;
}
.search-box button {
    border-radius: 0 3px 3px 0;
    padding-top: .2em;
    padding-bottom: .2em;
}
.search-box .selectAll {
    border-bottom: 1px solid #ccc;
    padding-bottom: .25em;
    display: block;
    font-weight: bold;
}
.count {
    margin-bottom: 2em;
}



/* =====================================================
    Study Details
===================================================== */
.study-box {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: #F5F6F7;
    padding-top: 10px;
}

.study-info-heading {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;}

.study-info-row {
    margin-left: 0px;
    margin-right: 0px;
}

#study-title {
    font-size: 1.7em;
    font-weight: bold;
}

.detail-title-row {
    margin-bottom: 15px;
}

.detail-aside-row {
    margin-bottom: 15px;
}

.help-notes {
    font-size: 14px;
    margin-top: 5px;
}

.detail-aside-heading {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}

.detail-aside-list {
    margin-bottom: 0;
}

.req-btn {
    width: 100%;
}

.btn-primary {
	background-color: #146758;
	border-color: #146758;
}

.btn-primary:hover {
	background-color: #041512 !important;
	color: #fff;
}

.btn-primary:focus {
	background-color: #041512 !important;
}

.btn-secondary {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #000;
}

.btn-secondary:hover {
	background-color: #6c757d;
	color: #fff;
}

.btn-secondary:focus {
	background-color: #6c757d;
	color: #fff;
}
.btn-danger {
	background-color: #bb0e3d;
}

.btn-danger:hover {
	background-color: #8F0A2D;
}

.filter-btn.active:hover,
.filter-btn.active:focus,
.not-filter:hover,
.not-filter:focus {
	background-color: #751414 !important;
	border-color: #751414 !important;
}

#additional-details-accordion {
    margin-top: 10px;
}

.collection-type-help {
    margin-top: 0px;
    font-size: 14px;
}

span.highlight {
    background-color: yellow;
}

/* =====================================================
    Request Info Box/Tabs
===================================================== */
.request-title {
    font-size: 24px;
    margin: 0;
    margin-bottom: 5px;
}
.request-title-type {
    bottom: 0;
    color: #767676;
}
.request-info-box {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: #F5F6F7;
    margin: 10px 0px;
    margin-bottom: 20px;
}
.request-info-heading {
    font-weight: bold;
}
.info-box-row {
    margin-top: 10px;
}
.req-info-tab-bar {
    border-bottom: 0;
}
.req-info-tab-first {
    border-left: transparent !important;
}
.req-info-tab {
    margin-top: 10px !important;
    border-radius: 0 !important;
}

/* =====================================================
    Search Selected Opts
===================================================== */
.selected_opts_box {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 2px 3px 3px;
    margin-top: 1px;
    margin-right: 5px;
}
#selected_opts {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;}
#selected_opts_header {
    display: inline-block;
    margin: 0;
}

/* =====================================================
	Accessible Responsive Tabs
===================================================== */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}
.accordion > section {
    display: block;
}
.accordion > section > :first-child + * {
    overflow: hidden;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
.js .accordion > section > :first-child {
    cursor: pointer;
}
.tabs {
    overflow-y: hidden;
    position: relative;
}
.tabs.cross-fade.transition {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.tabs.cross-fade.transition > section {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.js .tabs.hide-title > section > :first-child {
    display: none;
}
.tabs > section {
    width: 100%;
}
.js .tabs > section {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tabs > section[aria-expanded="true"] {
    opacity: 1;
    visibility: visible;
}
.tabs > ul {
    position: relative;
    z-index: 99;
}
.tabs > ul > li {
    cursor: pointer;
}

/* =====================================================
    Expandable Comments
===================================================== */
.reviewDate {
    font-weight: bold;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
}

.reviewStatus {
    font-weight: bold;
}

.reviewComment, .reviewByline, .reviewStatus {
    margin-left: 20px;
}

div.reviewComment, td.comments-search-comment {
    white-space: pre-line;
}

div.reviewComment > ul,
div.reviewComment > ol,
td.comments-search-comment > ul,
td.comments-search-comment > ol {
    white-space: normal;
}

.request-update {
    margin-bottom: 15px;
}


.reviewByline {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.request-update-container {
    display: none;
}

/* =====================================================
    View Request Tab
===================================================== */
.disable-form .input-group-text.fa-calendar-days {cursor: default;}

/* =====================================================
    Comments Tab
===================================================== */
#check_req_success_msg > span {word-break: break-word;} /* prevent long file paths from overflowing the checklist attachment modal */

/* =====================================================
    Review Tab
===================================================== */
.cursor-pointer {cursor: pointer;}

/* =====================================================
    Checklist Tab
===================================================== */
#checklist-table img {cursor: pointer;}

/* =====================================================
    Pre-review Request Tab
===================================================== */

.reviewedBy {
    color: #666666;
    font-size: 12px;
    font-style: oblique;
    text-align: right;
    padding-top: 15px;
}

.review-field-block {
    display: block;
    min-height: 77px;
    overflow: auto;
    word-wrap: break-word;
    text-align: left;
    border: 1px solid #8BA4BD;
    padding: 0px 5px;
    box-shadow: 1px 1px 2px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* =====================================================
    Seeker
===================================================== */
.saved-search-header-description {
    margin-bottom: 5px;
}

#search-header th.sort a {
    display : block;
    color : #fff;
}

#search-header th.sort a:hover,
#search-header th.sort a:focus,
#search-header th.sort.sorted a {
    background-color : #174A7C;
    color : #fff;
}

#search-header th.sort, th.sort a {
    background-color : #174A7C;
    vertical-align: middle !important;
    color: #fff;
}

#search-header th {
    background-color : #174A7C;
    vertical-align: middle !important;
    color: #fff;
}

#search-header th,
#search-header th.sort a,
td {
    padding : 4px 5px;
    margin : 0px 0px;
    vertical-align: top;
}

#search-header th.sort {
    padding : 0px;
    margin : 0px;
}

#search-header th.sort a {
    padding-right : 11px;
    background-image: url("/static/img/sorting/sortable.ef1de7b7b46c.png");
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration : none;
}

#search-header th.sort.asc a {
    background-image: url("/static/img/sorting/sorted_up.c0c36112619f.png");
}

#search-header th.sort.desc a {
    background-image: url("/static/img/sorting/sorted_down.796eee36bbd7.png");
}
.popover {  /* make sure that popovers are not visible initially */
    display: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.popover-content {
    max-height: 213px;
    overflow-y: auto;
    overflow-x: auto;
}

.popover-title {display: flex; align-items: flex-start; justify-content: space-between; padding: 0 14px 10px 14px;}

.popover h3 {
    margin-left: 1rem;
}

.seeker-year-range #study_year_ranges-min { border-radius: 3px 0px 0px 3px;}

.form-group.choices .input-group {flex-wrap: nowrap;}
.form-group.choices .input-group button {height: 36.5px;}
.form-group.choices .input-group .select2-selection {border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}

/* =====================================================
    Glossary
===================================================== */
.glossary-row {
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.glossary-row:hover, .glossary-row:focus {
    background-color: #21252908;
}
.glossary-no-indent-list {
    padding: 0;
    margin-left: 1em;
}

/* =====================================================
    Table Display Options
===================================================== */
#display-field-selector {
    width: 330px;
}
#display-field-selector-cancel {
    width: 49%;
}
#display-field-selector-update {
    width: 49%;
}

/* =====================================================
  Datepicker
===================================================== */
.input-group.date {
  cursor: pointer;
}
.input-group.date .input-group-text {
    display: flex;
    align-items: center;
}

/* =====================================================
    Publications
===================================================== */
.pub-link {
    color: #333;
}

.black-border {
    border: 1px solid #000;
}

.approved-datasets-header {
    margin-top: 10px;
    text-decoration: underline;
}

.italicize {
    font-style: italic;
}

#featured_news {
    height: 200px;
    overflow: auto;
}

.carousel-indicators {
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    background-color: #888;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-control-prev, .carousel-control-next, .btn#playpauseBtn {background: #fff; color: #0F69B3; font-weight: bold; padding: 6px 12px;}
.carousel-control-prev, .carousel-control-next  {opacity: 1; width: auto;  top: unset; bottom: 3%;}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus, .btn#playpauseBtn:hover, .btn#playpauseBtn:focus {color: #0b3455; background-color: #e4e4e4;}
.carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%230f69b3'%3e%3cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e"); height: 1rem;}
.carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%230f69b3'%3e%3cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e"); height: 1rem;}
.carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-prev:focus .carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%230b3455'%3e%3cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e"); height: 1rem;}
.carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%230f69b3'%3e%3cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e"); height: 1rem;}

#id_selected_fields {
    list-style-type: none;
}

review_biolincc_system {
    color:red
}

.search_users_results {
    display: none;
}

#request-type-form ul li {
    list-style-type: None;
}

/* Avoid disappearing card borders when zoomed out (bug in Chrome) */
.card {
    border-width: thin;
}

/* =====================================================
    Skip Navigation Link
===================================================== */

#skipLink {
    float: left;
    padding: 0 2em 0 .5em;
    font-size: .82em;
    letter-spacing: .005em;
}

#skipLink a {
    color: #333;
    vertical-align: middle;
}

#skipLink a:hover, #skipLink a:focus {
    text-decoration: underline;
}


/* =====================================================
   Progress Report
===================================================== */

/* Make sure that select2 entries wrap */
.select2-selection--single {
    height: 100% !important;
    min-height: 34px;
}
.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}
.select2-selection__choice {
    margin-right: 6px !important;
}


/* make entire catalog section header clickable */
.clickable-card-header {
    padding: 0;
}
.clickable-card-header a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/* add plus sign icon to collapsed catalog section header */
.clickable-card-header > .card-title > a.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f067";
}

/* add minus sign icon to expanded catalog section header */
.clickable-card-header > .card-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
}

/* =====================================================
   CKEditor
===================================================== */
/* Change CKEditor height for non-inline editors */
.ck-editor__editable_inline:not(.inline-editable) {
    height: 300px;
    overflow-y: auto;
}
/* Make the toolbar icons a bit smaller */
.ck {
    --ck-font-size-base: 11px !important;
    --ck-ui-component-min-height: 0;
    --ck-icon-size: 18px;
}

@font-face{
    font-family:Open Sans;
    font-style:normal;
    font-weight:400;
    font-stretch:100%;
    font-display:swap;
    src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
.usa-focus{
    outline:.25rem solid #2491ff;
    outline-offset:0
}
.usa-sr-only{
    position:absolute;
    left:-999em;
    right:auto
}
.usa-site-alert .usa-alert,.usa-site-alert--nci-standard .usa-alert,.usa-site-alert--nci-slim .usa-alert{
    background-color:#f0f0f0;
    border-left:.5rem solid #a9aeb1;
    color:#1b1b1b
}
*+.usa-site-alert .usa-alert,*+.usa-site-alert--nci-standard .usa-alert,*+.usa-site-alert--nci-slim .usa-alert{
    margin-top:1rem
}
.usa-site-alert .usa-alert .usa-alert__body,.usa-site-alert--nci-standard .usa-alert .usa-alert__body,.usa-site-alert--nci-slim .usa-alert .usa-alert__body{
    font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size:1.01rem;
    line-height:1.6;
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem;
    padding:1rem;
    position:relative
}
@media all and (min-width: 64em){
    .usa-site-alert .usa-alert .usa-alert__body,.usa-site-alert--nci-standard .usa-alert .usa-alert__body,.usa-site-alert--nci-slim .usa-alert .usa-alert__body{
        padding-left:1.8333333333rem
    }
}
.usa-site-alert .usa-alert .usa-alert__text,.usa-site-alert--nci-standard .usa-alert .usa-alert__text,.usa-site-alert--nci-slim .usa-alert .usa-alert__text{
    margin-bottom:0;
    margin-top:0
}
.usa-site-alert .usa-alert .usa-alert__text:only-child,.usa-site-alert--nci-standard .usa-alert .usa-alert__text:only-child,.usa-site-alert--nci-slim .usa-alert .usa-alert__text:only-child{
    padding-bottom:0;
    padding-top:0
}
.usa-site-alert .usa-alert .usa-alert__heading,.usa-site-alert--nci-standard .usa-alert .usa-alert__heading,.usa-site-alert--nci-slim .usa-alert .usa-alert__heading{
    font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size:1.39rem;
    line-height:1;
    margin-top:0;
    margin-bottom:.5rem
}
.usa-site-alert .usa-alert>.usa-list,.usa-site-alert--nci-standard .usa-alert>.usa-list,.usa-site-alert--nci-slim .usa-alert>.usa-list,.usa-site-alert .usa-alert .usa-alert__body>.usa-list,.usa-site-alert--nci-standard .usa-alert .usa-alert__body>.usa-list,.usa-site-alert--nci-slim .usa-alert .usa-alert__body>.usa-list{
    padding-left:2ch
}
.usa-site-alert .usa-alert>.usa-list:last-child,.usa-site-alert--nci-standard .usa-alert>.usa-list:last-child,.usa-site-alert--nci-slim .usa-alert>.usa-list:last-child,.usa-site-alert .usa-alert .usa-alert__body>.usa-list:last-child,.usa-site-alert--nci-standard .usa-alert .usa-alert__body>.usa-list:last-child,.usa-site-alert--nci-slim .usa-alert .usa-alert__body>.usa-list:last-child{
    margin-bottom:0
}
.usa-site-alert--info .usa-alert,.usa-site-alert--nci-info .usa-alert{
    background-color:#d4e7f2;
    border-left-color:#51b8f0
}
.usa-site-alert--info .usa-alert .usa-alert__body,.usa-site-alert--nci-info .usa-alert .usa-alert__body{
    color:#1b1b1b;
    background-color:#d4e7f2;
    padding-left:2.9166666667rem
}
.usa-site-alert--info .usa-alert .usa-alert__body:before,.usa-site-alert--nci-info .usa-alert .usa-alert__body:before{
    background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-6h2v6zm0-8h-2V7h2v2z'/%3e%3c/svg%3e") no-repeat center/contain;
    display:inline-block;
    height:2rem;
    width:2rem;
    content:"";
    display:block;
    height:4;
    left:.5rem;
    position:absolute;
    top:.75rem
}
@supports ((-webkit-mask: url()) or (mask: url())){
    .usa-site-alert--info .usa-alert .usa-alert__body:before,.usa-site-alert--nci-info .usa-alert .usa-alert__body:before{
        background:none;
        background-color:#1b1b1b;
        -webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-6h2v6zm0-8h-2V7h2v2z'/%3e%3c/svg%3e") no-repeat center/contain;
        mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-6h2v6zm0-8h-2V7h2v2z'/%3e%3c/svg%3e") no-repeat center/contain
    }
}
@media all and (min-width: 64em){
    .usa-site-alert--info .usa-alert .usa-alert__body:before,.usa-site-alert--nci-info .usa-alert .usa-alert__body:before{
        left:1.5rem
    }
}
@media all and (min-width: 64em){
    .usa-site-alert--info .usa-alert .usa-alert__body,.usa-site-alert--nci-info .usa-alert .usa-alert__body{
        padding-left:4rem;
        padding-right:4rem
    }
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link,.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-link{
    color:#01679d
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:visited,.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-link:visited{
    color:#54278f
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:hover,.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-link:hover,.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:active,.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-link:active{
    color:#004e7a
}
.usa-site-alert--emergency .usa-alert,.usa-site-alert--nci-emergency .usa-alert{
    background-color:#b60d43;
    border-left-color:#b60d43
}
.usa-site-alert--emergency .usa-alert .usa-alert__body,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body{
    color:#fff;
    background-color:#b60d43;
    padding-left:2.9166666667rem
}
.usa-site-alert--emergency .usa-alert .usa-alert__body:before,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body:before{
    background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20fill='%23fff'%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e") no-repeat center/contain;
    display:inline-block;
    height:2rem;
    width:2rem;
    content:"";
    display:block;
    height:4;
    left:.5rem;
    position:absolute;
    top:.75rem
}
@supports ((-webkit-mask: url()) or (mask: url())){
    .usa-site-alert--emergency .usa-alert .usa-alert__body:before,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body:before{
        background:none;
        background-color:#fff;
        -webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e") no-repeat center/contain;
        mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e") no-repeat center/contain
    }
}
@media all and (min-width: 64em){
    .usa-site-alert--emergency .usa-alert .usa-alert__body:before,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body:before{
        left:1.5rem
    }
}
@media all and (min-width: 64em){
    .usa-site-alert--emergency .usa-alert .usa-alert__body,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body{
        padding-left:4rem;
        padding-right:4rem
    }
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-link,.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:visited,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-link:visited{
    color:#dfe1e2
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:hover,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-link:hover,.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:active,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-link:active{
    color:#f0f0f0
}
.usa-site-alert--slim .usa-alert .usa-alert__body{
    padding-bottom:.5rem;
    padding-top:.5rem;
    padding-left:2.4166666667rem
}
.usa-site-alert--slim .usa-alert .usa-alert__body:before{
    background-size:1.5rem;
    height:1.5rem;
    top:.5rem;
    width:1.5rem
}
@supports ((-webkit-mask: url()) or (mask: url())){
    .usa-site-alert--slim .usa-alert .usa-alert__body:before{
        -webkit-mask-size:1.5rem;
        mask-size:1.5rem
    }
}
@media all and (min-width: 64em){
    .usa-site-alert--slim .usa-alert .usa-alert__body{
        padding-left:3.5rem
    }
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body{
    padding-left:.5rem
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body:before{
    display:none
}
@media all and (min-width: 64em){
    .usa-site-alert--no-icon .usa-alert .usa-alert__body{
        padding-left:1.8333333333rem
    }
}
.usa-site-alert--nci-slim .usa-alert{
    padding:1rem 0
}
.usa-site-alert--nci-standard .usa-alert{
    padding:.5rem 0
}
.usa-site-alert--nci-standard .usa-alert__nci-header .usa-alert__heading{
    display:inline-block;
    font-size:1.01rem;
    line-height:1.5;
    margin-bottom:0
}
.usa-site-alert--nci-standard .usa-alert__nci-header .usa-alert__nci-button{
    border:none;
    cursor:pointer
}
.usa-site-alert--nci-standard .usa-alert__nci-header .usa-alert__nci-button--toggle{
    padding:0 1.5rem
}
.usa-site-alert--nci-standard .usa-alert__nci-header .usa-alert__nci-button--toggle[aria-expanded=false]{
    transform:rotate(180deg)
}
.usa-site-alert--nci-standard .usa-alert__nci-header .usa-alert__nci-button--toggle svg{
    pointer-events:none;
    height:.75rem;
    width:.75rem
}
.usa-site-alert--nci-standard .usa-alert__nci-content .usa-alert__nci-list{
    padding-left:1.25rem;
    margin-bottom:.75rem
}
@media all and (min-width: 40em){
    .usa-site-alert--nci-standard .usa-alert__nci-content .usa-alert__nci-list{
        -moz-columns:2 auto;
        columns:2 auto;
        -moz-column-gap:4rem;
        column-gap:4rem
    }
}
.usa-site-alert--nci-standard .usa-alert__nci-content .usa-alert__nci-list .usa-link{
    font-weight:600;
    text-decoration:none
}
.usa-site-alert--nci-standard .usa-alert__nci-content .usa-alert__nci-list .usa-link:hover{
    text-decoration:underline
}
.usa-site-alert--nci-standard .usa-alert__nci-content.hidden{
    display:none;
    visibility:hidden
}
.usa-site-alert--nci-emergency,.usa-site-alert--nci-emergency .usa-alert__nci-button--close,.usa-site-alert--nci-emergency .usa-alert__nci-button--toggle{
    color:#e6e6e6;
    background-color:#b60d43
}
.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-alert__nci-list li::marker,.usa-site-alert--nci-emergency .usa-alert .usa-alert__body .usa-link{
    color:#e6e6e6
}
.usa-site-alert--nci-info,.usa-site-alert--nci-info .usa-alert__nci-button--close{
    color:#000;
    background-color:#d4e7f2
}
.usa-site-alert--nci-info .usa-alert__nci-button--toggle{
    color:#01679d;
    background-color:#d4e7f2
}
.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-alert__nci-list li::marker,.usa-site-alert--nci-info .usa-alert .usa-alert__body .usa-link{
    color:#01679d
}
.usa-site-alert--nci-standard,.usa-site-alert--nci-slim{
    position:relative
}
.usa-site-alert--nci-standard .usa-alert,.usa-site-alert--nci-slim .usa-alert{
    display:flex;
    border:none;
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    max-width:87.5rem
}
.usa-site-alert--nci-standard .usa-alert__nci-header,.usa-site-alert--nci-slim .usa-alert__nci-header{
    display:flex;
    align-items:center
}
.usa-site-alert--nci-standard .usa-alert__nci-button,.usa-site-alert--nci-slim .usa-alert__nci-button{
    line-height:1.6;
    border:none;
    cursor:pointer
}
.usa-site-alert--nci-standard .usa-alert__nci-button--close,.usa-site-alert--nci-slim .usa-alert__nci-button--close{
    display:flex;
    margin:.25rem 1.5rem auto auto
}
.usa-site-alert--nci-standard .usa-alert__nci-button--close svg,.usa-site-alert--nci-slim .usa-alert__nci-button--close svg{
    pointer-events:none;
    height:1rem;
    width:1rem
}
.usa-site-alert--nci-standard .usa-alert .usa-alert__body,.usa-site-alert--nci-slim .usa-alert .usa-alert__body{
    background-color:transparent;
    margin:0;
    padding-top:0;
    padding-bottom:0;
    padding-right:1rem;
    padding-left:3.75rem
}
@media all and (min-width: 64em){
    .usa-site-alert--nci-standard .usa-alert .usa-alert__body,.usa-site-alert--nci-slim .usa-alert .usa-alert__body{
        padding-right:2rem;
        padding-left:4.75rem
    }
}
.usa-site-alert--nci-standard .usa-alert .usa-alert__body:before,.usa-site-alert--nci-slim .usa-alert .usa-alert__body:before{
    top:0;
    -webkit-mask-size:1.625rem 1.625rem;
    mask-size:1.625rem 1.625rem;
    height:1.625rem;
    width:1.625rem;
    left:1rem
}
@media all and (min-width: 64em){
    .usa-site-alert--nci-standard .usa-alert .usa-alert__body:before,.usa-site-alert--nci-slim .usa-alert .usa-alert__body:before{
        left:2rem
    }
}
@media print{
    .usa-site-alert{
        display:none
    }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 *
 * Modified 2022-07-18 by Kirk Snyder
 *   - Replaced "input-lg" with "form-control-lg" for Bootstrap 4.
 *   - Replaced "input-sm" with "form-control-sm" for Bootstrap 4.
 *   - Replaced "form-group-*" classes with "form-control-*" classes for Bootstrap 4.
 */

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.form-control-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-control-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.form-control-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-control-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-control-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-control-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-control-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-control-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.form-control-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-control-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-control-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-control-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-control-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-control-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-control-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-control-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
