/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 mai 2019, 10:23:36
    Author     : proque
*/

.select2-results__group{
    background-color: #70A8D2;
    color: #FFFFFF;
}
.select2-results__option[aria-selected=true] { 
    background-color: #CBDFEE !important;
    color: #FFFFFF;
}
.select2-results__option--highlighted {  
    background-color: #97BFDF !important;
    color: #FFFFFF;
}