.select2-container {
    /*width: 100% !important;*/
}

div.my-select2-container {
    padding: 0;
    border: none;
}

.my-select2-all-borders-radius-0 .select2-container .select2-selection {
    border-radius: 0 !important;
}

.my-select2-left-borders-radius-0 .select2-container .select2-selection {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.my-select2-right-borders-radius-0 .select2-container .select2-selection {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-dropdown {
    -webkit-box-shadow: 0 7px 12px rgba(102, 175, 233, 0.6)!important;
    box-shadow: 0 7px 12px rgba(102, 175, 233, 0.6)!important;
    border-color: #66afe9 !important;
    z-index: 10000;
}

.select2-dropdown--above {
    box-shadow: 0 -7px 12px rgba(102, 175, 233, 0.6)!important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 35px !important;
}
