
.chosen-container {
	background: #FFF;
	font-size: 14px;
}

.chosen-drop {
	text-align: left;
}

.chosen-container.waiting .chosen-single {
	background-image: url('https://soms.ou.edu/img/loading_horizontal_button2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: wait;
}

.chosen-container-multi.chosen-container-active .chosen-choices {
	border-color: #5897fb;
	box-shadow: 0 0 3px #AAA inset;
}

.chosen-container-multi .chosen-choices {
	background: none;
	border-color: #CCC;
	height: 100%;
}

.chosen-container-single .chosen-single {
	border-radius: 0;
	background: #FFF;
	box-shadow: none;
	box-sizing: border-box;
	height: 28px;
	padding-left: 5px;
	border-color: #CCC;
}

.form_error .chosen-container-single .chosen-single, 
.form_error .chosen-container-multi .chosen-choices,
.chosen-container.form_error .chosen-single,
.chosen-container.form_error .chosen-choices {
	border-color: #ff7070;
	background: #ffeded;
}

.chosen-container.chosen-container-multi {
	box-sizing: border-box;
	min-height: 28px;
}

.chosen-container-single .chosen-single span {
	height: 26px;
	display: table-cell;
	vertical-align: middle;
}

.chosen-container label div, label div.chosen-container {
	margin-bottom: 0px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 18px;
	height: 27px;
}

.chosen-container-active .chosen-single {
	border-color: #5897fb;
	box-shadow: 0 0 3px #cfcfcf;
}

.chosen-container .chosen-drop {
	border-radius: 0;
	box-shadow: 0 0 3px #cfcfcf;
}

.chosen-container .chosen-results {
	/*box-shadow: 0 0 3px #cfcfcf;
	box-shadow: none;*/
}

.chosen-container-single.chosen-container-active {
	box-shadow: 0 0 3px #CFCFCF;
	box-shadow: 0 0 3px #AAA;
	border-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container .chosen-drop {
	border-color: #5897fb;
	border-color: #CCC;
}

.chosen-container .chosen-results {
	padding: 0;
	margin: 0;
}

.chosen-container-single .chosen-search {
	padding: 5px;
}

.chosen-container-single .chosen-search input[type="text"] {
	box-shadow: none;
	border-color: #e0e0e0;
}

.chosen-container-single .chosen-single abbr {
	top: 8px;
	right: 23px;
	opacity: 0.7;
}

.chosen-container .no-results span {
	vertical-align: baseline;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 100%;
	margin: 0;
}

.chosen-container-multi .chosen-choices {
	padding: 0 4px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 4px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"], .chosen-container-multi .chosen-choices {
	height: auto;
	min-height: 26px;
	box-sizing: border-box;
}

.chosen-container .chosen-results li.no-results span {
	display: none;
}

/*

At some point, I should figure out how to set max-height dynamically depending on where the chosen dropdown is shown on screen.

.chosen-container .chosen-results {
	max-height: none;
}

*/

.chosen-container-active.chosen-with-drop .chosen-single {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chosen-container-active .chosen-single {
	border-color: #CCC;
}

.chosen-container-multi .chosen-choices li.search-choice {
	padding-top: 2px;
}