.select2-container .select2-choice {
	height: 27px;
	border: 2px solid #d8d8d8;
	background: white;
	font: 13px 'PTSans-Bold', sans-serif;
	filter: none;
}

.select2-container .select2-choice,
.select2-container .select2-choice *,
.select2-drop,
.select2-drop * {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
	width: 27px;
	border: 0;
	border-radius: 0;
	background: none;
	filter: none;
}

.select2-container .select2-choice .select2-arrow b {
	position: absolute;
	width: 11px;
	height: 9px;
	top: 10px;
	right: 9px;
	background: url('../images/dropdown-caret.png');
	display: inline-block;
	overflow: hidden;
	filter: none;
}

.select2-container .select2-choice .select2-chosen {
	line-height: 27px;
	color: #7c8b97;
	filter: none;
}

.select2-drop {
	margin: 0;
	border: 2px solid #d8d8d8;
	border-top-width: 0;
	filter: none;
}

.select2-results {
	/*margin: 0;*/
	max-height: 253px;
	margin: 4px 0;
	padding-left: 1px;
	color: #637684;
	font: 13px 'PTSans-Bold', sans-serif;
	filter: none;
}

.select2-results li {
	padding-right: 25px;
	background: none;
	filter: none;
}

.select2-results li.select2-highlighted {
	background: none;
	color: #637684;
	text-decoration: underline;
	filter: none;
}

.select2-drop .nicescroll-rails,
.select2-drop .nicescroll-rails div {
	padding: 4px 0 !important;
	margin: -4px 0 !important;
}

.select2-drop .nicescroll-rails div:hover {
	background: #2b4a6a !important;
	filter: none;
}

.select2-search {
	padding: 0;
	background: #D7D7D7;
	border-bottom: 1px solid #ccc;
	filter: none;
}

.select2-search input {
	border: none;
	font-size: 12px;
	padding-left: 6px;
	filter: none;
}
