input[type='text'].form-control, input[type='password'].form-control, select.form-control, .multiselect-selected-text, .select2-selection__placeholder, textarea {
	font-weight: bold !important;
}
.form-control:disabled, .form-control[readonly] {
	background-color: lightgray !important;
	color : black !important;
}
.multiselect.btn-light.disabled {
	background-color: lightgray !important;
	color: black !important;
	font-weight: bold !important;
	opacity: 100 !important;
}

.select2-container{
	font-weight: bold !important;
}

.select2-container--disabled .select2-selection--single:not([class*=bg-]){
	background-color: lightgray !important;
}

.select2-selection__rendered, .select2-selection__placeholder{
	color: black !important;
}
