.select2-container{
        background: #fff;
    /*border: 1px solid #ccc;*/
}

.select2-container .select2-selection--single .select2-selection__clear{
    z-index: 1000;
    position: absolute;
    right: 2px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{
    right: 3px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    padding: 7px;
    border: 1px solid #d6d4d4;
    border-radius: 2px;
    border-top-color: #cecaca;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.select2-container--bootstrap .select2-selection--single, .select2-container .select2-selection{
   padding: 0px !important;
   border:none;
}