.select2-search--inline{
    width: auto !important;
}

.select2-container--default.select2-container--open {
    z-index: 10000;
}

.select2-img {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: -2px;
}

.select2-img.rounded {
    border-radius: 50%;
}

.select2-selection .select2-img {
    margin-top: 2px;
}

.select2-img.size-16 {
    width: 16px;
    height: 16px;
}


/*Fix for select2 max width in input-group (Contracts)*/
.select2-container--default {
    display: table !important;
    table-layout: fixed !important;
}
