/*
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #F4F7FB;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline:0;
    border: none;
}
.select2-dropdown {
    background-color: #F4F7FB;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}
*/