
#releasetypes,
#phototypes,
#biotypes,
#bioprogramtypes,
#seasonep {
    display: none;
}
.select2-container--default .select2-selection--single {
    border: none;
}

.select2-dropdown.select2-dropdown--below {
    border: 1px solid #bfbfcb;
    border-top: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #bfbfcb;
}

.select2-container:hover {
    background-color: rgba(20, 117, 255, 0.12);
    color: #1475ff;
}
.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1475ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
}
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-results__group {
    padding: 6px 0 0 6px;
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1475ff;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1475ff;
    color: #fff;
}

.select2-results ul,
.select2-search.select2-search--dropdown,
.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
    background-color: #DDEBFE;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0 7px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 8px 7px;
}

.select2-dropdown {
    border: none;
    border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1475ff transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1475ff transparent;
}
.select2-results__option {
    text-indent: 5px;
    padding: 0;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
    color: #333;
}

.page-header .results-controls {
    grid: 'count forms' auto / 1fr;
    display: block;
}

.xxx-brand-page-header .results-controls {
    padding-right: 0;
    padding-left: 0;
}

#seasonep_clear {
    display: none;
    font-size: 12px;
    vertical-align: baseline;
}
