.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #495057 !important;
}

.btn-light.disabled, .btn-light:disabled 
{
	background-color: #e9ecef !important;
	border-color: #cfcfcf !important;	
}


.btn.disabled, .btn:disabled{
	opacity: 1 !important;
}

button.btn-light[aria-disabled*="false"], .btn-light{
	background-color:#FFF !important;
	border-color: #cfcfcf !important;
}