select, select.chosen-select {
	width: 100%;
	height: 32px;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	border: 1px solid;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
}

.chosen-container {
	width: 100%;
	height: 37px;
	box-sizing: border-box;
	align-items: center;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
    border: 1px solid grey;
	white-space: pre;
	color: black;
	background-color: white;
	cursor: default;
	padding: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
    margin: 0 0 20px 0;
}

.chosen-container-single.chosen-container-active.chosen-with-drop > a.chosen-single{
    border:none !important;
    box-shadow:none !important;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 23px;
	border: none;
	border-radius: 0px;
	background: white;
	background-clip: padding-box;
	box-shadow: none;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active {
	box-shadow: none;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	border: 1px solid #aaa;
}

.chosen-container-single .chosen-drop > .chosen-results, 
.chosen-container-single .chosen-drop > .chosen-search {
	margin-top: -1px;
	margin-left: -1px;
	margin-right: 0;
}


.chosen-container-single .chosen-drop {
	margin-top: -1px;
	margin-right: -1px;
	/*margin-left: -1px;*/
	border-radius: 0 0 0 0;
	background-clip: padding-box;
	border: 1px solid #aaa;
}

.chosen-container-single .chosen-search input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('chosen-sprite.png') no-repeat 100% -20px;
	background: url('chosen-sprite.png') no-repeat 100% -20px;
	background: url('chosen-sprite.png') no-repeat 100% -20px;
	background: url('chosen-sprite.png') no-repeat 100% -20px;
	background: url('chosen-sprite.png') no-repeat 100% -20px;
	background: url('chosen-sprite.png') no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.chosen-container .chosen-drop {
	top: inherit;
}
.chosen-container-multi .chosen-choices {
	border: none;
}
.chosen-container-active > a.chosen-single.chosen-default {
	background: white!important;
	border: none!important;
}

.NewChangeParticipant
{
    min-width: 200px;
    display: inline-block;
}

.NewChangeParticipant > .chosen-container
{
    margin: 0;
    padding: 0 3px;
    height: auto;
    font-size: 12px;
    text-align: left;
    white-space: normal;
}

.NewChangeParticipant > .chosen-container > .chosen-single
{
    background-image: none;
}

.NewChangeParticipant > .chosen-container .chosen-results
{
    padding-right: 4px;
}

.NewChangeParticipant > .chosen-container .chosen-results .highlighted
{
    background-image: none;
}

.NewChangeParticipant .chosen-container-single.chosen-container-active.chosen-with-drop > a.chosen-single
{
    background-color: none !important;
}