h3.logo {
	color: #4B9460;
}

.text-app {
  color: #4B9460;
}

.bg-app {
  background-color: #4B9460;
}

.form-select.form-select-disabled {
	background-image: none !important;
}

.select2-container--disabled .select2-selection__choice__remove {
	display:none !important;
	width: 0px !important;
}

.select2-container--disabled .select2-selection__choice__display {
	margin-left: 0px !important;
	padding: 5px !important;
	font-size: 14px !important;
	color: #fff !important;
}

.select2-container--disabled li.select2-selection__choice {
	background-color: #009ef7 !important;
}


