/* - BOOTSTRAP SELECT CUSTOM - */

.bootstrap-select.btn-group {
	background: transparent !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.bootstrap-select .btn {
	width: 100% !important;
	margin: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	background: #fff !important;
	border: 1px solid #ddd !important;
	height: 30px;
	line-height: 16px;
	text-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
	border-color: #ddd !important;
}

.bootstrap-select .dropdown-menu ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bootstrap-select .dropdown-menu a {
	padding: 3px 0 5px 12px;
	text-decoration: none !important;
	color: #555 !important;
	background: #fff !important;
	border-bottom: 1px solid #ddd;
}

.bootstrap-select .dropdown-menu a:hover {
	background: #fff !important;
	color: #000 !important;
}

.bootstrap-select .dropdown-menu span.glyphicon {
	display: none;
}

.bootstrap-select .dropdown-menu .selected a,
.bootstrap-select .dropdown-menu .selected a:hover {
	color: #000 !important;
	background: #f7f7f7 !important;
}

.bootstrap-select .dropdown-menu .selected span.glyphicon {
	position: absolute;
	top: 8px;
	right: 10px;
	display: inline-block;
	font-size: 12px;
	color: #000;
}