﻿/*
Created by: MDI / bob.giovinazzo
*/

/* cause highlighted dropdown items to show in RiskSuite360 Blue*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #003160;
}
