.bootstrap-select>button {
	/*max-width: 200px;*/
	border: 2px solid #ddd;
	height: 34px;	
	font-style: italic;
	font-size: 14px !important;
}
.bootstrap-select>button, .bootstrap-select>button:hover, .bootstrap-select>button:focus {
	background: black !important;
	color: white !important;
}

.bootstrap-select .dropdown-menu, .bootstrap-select .dropdown-menu li, .bootstrap-select .dropdown-menu a{
	background: black;
  	color: white;
}
.bootstrap-select .dropdown-menu li:hover a
{
	background: #428bca !important;
	color: white;
}
.bootstrap-select .caret {
	color: #777;
}
.no-results.active {
	background: black;
}

.advSearchPanel .bootstrap-select {	
	width: 100%;
	min-width: 120px;
}

.filterRow .bootstrap-select {
	max-width: 200px;	
}

.filterRow .bootstrap-select, .filterRow .dropdown-menu.selectpicker {
	max-height: 214px !important;
}

.no-results.active
{
	background: black !important;
}