.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.select2-container {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    zoom: 1;
    vertical-align: middle;
    width:100% !important;
}


.select2-container-multi .select2-choices {
    min-height: inherit;
}
.select2-container-multi .select2-choices {
    height: auto;
    height: 1%;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    cursor: text;
    overflow: inherit;
    background-color: #fff;
    background-image: none;
}

.select2-container-multi .select2-choices .select2-search-field input
{
    width: 100% !important;
    padding: 0 !important;
    height: 30px;
    line-height: 20px;
    min-height: 30px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #E5E9EC;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-drop-active {
    border: 1px solid #E5E9EC;
    border-top: none;
}

.select2-container .select2-choice {
    display: block;
    height: 33px;
    padding: 0 0 0 8px;
    overflow: inherit;
    position: relative;
    border: none;
    white-space: nowrap;
    line-height: 30px;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: none;
}
.select2-container .select2-choice .select2-arrow b:before
{
    content: '';
}