.select2 {
    min-width: 100%!important;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container--default .select2-selection--single
{
	background-color: #fff!important;
	border-radius: 5px!important;
	border: solid 1px #e8e8e8!important;
	box-sizing: border-box!important;
	clear: both;
	cursor: pointer!important;
	display: block!important;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px!important;
	line-height: 40px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	padding-top: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #157A4A!important;
    font-weight: bolder!important;
}
.select2 .select2-selection__rendered {
	font-weight: bolder!important;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.we-select {
  	width: 100%!important;
	background-color: #fff!important;
	border-radius: 5px!important;
	border: solid 1px #e8e8e8!important;
	box-sizing: border-box!important;
	clear: both;
	cursor: pointer!important;
	display: block!important;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px!important;
	line-height: 40px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	padding-top: 5px;
}

.we-select>*
{
	width: 100%!important;
    display: block!important;
    background: #fed700!important;
}