
.select2-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.select2-container .select2-choice {
    background-color: #fff;
    background-image: none;
    filter: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 14px;
    color: #444;
    text-decoration: none;
    color: #333
}

.select2-container .select2-choice span {
    margin-right: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.select2-container .select2-choice div {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius:0 ;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #FFF;
    background-image: none;
    filter: none;
    border-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}
.select2-drop {
    background: #fff;
    color: #000;
    border: 1px solid #d8d8d8;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 99999;
    width: 100%;
    margin-top: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius: 0;
}
.select2-search, .select2-search input {
	display: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-container .select2-choice div b {
    background-image: url(../images/common/select_icon_off.png) ;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.select2-dropdown-open .select2-choice div b{
	background-image: url(../images/common/select_icon_on.png) ;
    background-position: left center;
    background-repeat: no-repeat;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none;
    outline: none;
}
.select2-results .select2-result-label{
	white-space: nowrap;
}
