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

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