#sfc-container .readonly input{
	background-color: rgb(244, 244, 244);
}

#sfc-container select.sfc-ui-bootstrap {
    -webkit-appearance: textfield;
}

#sfc-container div input.sfc-grayout{
  color: #222 !important;
  font-weight: bold;
}

#sfc-container div .sfc-caption.sfc-grayout {
  color: #333 !important;
}

#sfc-container div textarea.sfc-grayout{
  color: #222 !important;
  font-weight: bold;
}
#sfc-container .readonly textarea{
	background-color: rgb(244, 244, 244);
}
