﻿/**
    Customizações realizadas em cima do Tema ACE SOMENTE.
*/

.select2-search::after {
    content: none;
}

.select2-container--default .select2-selection--multiple, 
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5897FB;    
    border-color: #5897FB;    
    color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #fee188 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}