/*select 2 css*/
.select2-container-multi .select2-choices {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: 1px solid #eee !important;
    background-image: none !important;
}

.select2-container {
    width: 100%;
    padding: 0px !important;
}

.select2-container .select2-choice {
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    height: 40px !important;
    background-image: none !important;
}

.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background: none !important;
    border: 0px !important;
}

.select2-search input {
    margin: 5px auto;
}

li.select2-search-choice {
    margin-top: 6px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    border: 1px solid #263056;
    background-color: #fff;
    background-image: none;
    padding: 5px 5px 5px 18px;
}

.select2-no-results {
    background: #ffffff !important;
}