/** Cambiar heights **/
.select2-selection__rendered{
    line-height:32px!important;
}
span.select2-selection.has-error > span.select2-selection__rendered {
    color:#dd4b39!important;
}
.select2-selection{
    height:34px!important;
    border-radius:0px!important;
}
.select2-selection__arrow{
    height:34px!important;
}

/** Cambiar Colores **/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-color:#d2d6de!important;
}
.select2-dropdown--below,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single[aria-expanded="true"],
.select2-container--default .select2-selection--multiple[aria-expanded="true"]{
    border-color:#00c2db!important;
}
.select2-results__option--highlighted{
    background-color:#00c2db!important;
    color:#666!important;
}

.select2-container--default.has-error .select2-selection--single.has-error {
    border-color:#dd4b39!important;
}


