/* ==========================================================================
   All additional styles for PGP colour scheme on the dropdown widget
   (Academic & Language Requirements) content blocks added by Status
========================================================================== */


/*---------- Academic & Language Requirements Widgets -----------*/
.reqWidget .reqSelect .select2-choice {
    background-color: #00727B;
}

.reqWidget .reqSelect.select2-container-active .select2-choice,
.reqWidget .reqSelect .select2-choice:hover {
    background-color: #009aa6;
}

.reqSelectDropdown .select2-highlighted {
    background-color: #b3d9dc;
}

.reqSelectDropdown,
.reqSelectDropdown .select2-input,
.reqSelectDropdown .select2-highlighted {
    color: #00727b;
}
