.bootstrap-select.border-info > .dropdown-toggle {
	border-color: #5bc0de !important;
}

@media all and (max-width:480px) {
	.bootstrap-select {
		width: 100% !important;
	}
}

.bootstrap-select > select.mobile-device {
	display: none !important;
}

.bootstrap-select > button.dropdown-toggle {
	display: block !important;
}
