/*
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 : 12 May 2017, 9:02:37 AM
    Author     : ZakS
*/

span.select2-container--bootstrap {

}

/*
    SELECT2 GROUPED OPTIONS
*/
.select2-container--bootstrap .select2-results__group {
    color: white;
    font-size: 14px;
    background-color: #f68a1f;
}

.select2-container--bootstrap .select2-results__group + ul > li {
    font-size: 14px;
}