

.select2-container-active .select2-choice,.select2-container-active .select2-choices {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0)
}
.select2-container .select2-choice {
    display: block;
    height: 30px;
    text-align: center;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    white-space: nowrap;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f0f0f0!important;
    background-image: none;
    background: none;
    border: 1px solid #e4e4e4;
    padding: 6px 15px;
    width: 120px;
    text-align: center;
    font-size: 14px;

}

.select2-container .select2-choice .select2-arrow {
    display: none!important;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border: 1px solid #000;
    width: 120px;
    text-align: center;
    font-size: 14px;

}
.select2-container .select2-choice abbr {

    background: none!important;
}
.select2-container .select2-choice>.select2-chosen {
    margin-right: 0px;
}
