.select2-container {
    width: 100%;
    margin-bottom: 7px;
}
.select2-chosen {
    font-size: 17px;
    padding: 0px 0 0 0;
}
.select2-container .select2-choice {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ccc;
    border-radius: 4px;
    border-width: 2px;
    height: 30px;

}
.select2-container .select2-choice .select2-arrow {
    background: none repeat scroll 0 0 white;
    border-left: 0 none;
    line-height: 85px;
    text-align: center;
    width: 20%;
	top: -10px;
	background-color:white;
}
.select2-container .select2-choice .select2-arrow b {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-color:white;
	
}
.select2-container .select2-choice .select2-arrow b:before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 14px solid #ddd;
    content: "";
    left: 50px;


}
.select2-container .select2-choice .select2-arrow:before {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 1px;
	top: 12px;
}
.select2-dropdown-open.select2-container .select2-choice .select2-arrow b {
    transform : rotate(180deg);
	margin-top: 20px;
}
.select2-drop {
    border-color: #ccc;
}

.select2-container .select2-choice abbr {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    height: 100%;
    line-height: 44px;
    right: 25%;
    top: 0;
}
.select2-container .select2-choice abbr:after {
    color: #ddd !important;
    content: "x";
    display: block;
    font-size: 20px;
    text-indent: 0;
}

.select2-search input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ddd;
    border-radius: 3px;
}
.select2-search:after {
    color: #888;
    content: "\e003";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    height: 100%;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
}
.select2-search {
    margin: 5px 0 0;
}


