.select2-container .select2-choice {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 15px 20px;
    height: auto;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-container .select2-choice .select2-arrow {
    width: 30px;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
}

.select2-container .select2-choice .select2-arrow b {
     background-position: 7px 15px;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -13px 3px;
}

.select2-drop-active {
    border: 1px solid #CCC;
    border-top: none;
}