﻿/* 
     This stylesheet contains custom extensions to the angular-ui select widget
    */


.ui-select-choices .select2-highlighted small,
.ui-select-bootstrap .ui-select-choices-row.active>a small {
    color: #CCC;
}

.ui-select-choices small {
    color: gray;
}

.select2-drop .select2-results,
.ui-select-bootstrap .ui-select-bootstrap > .ui-select-choices {
    max-height: 400px;
}