.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.crmEntityFormView div[readonly][disabled].msos-container,
.crmEntityFormView [readonly][disabled].msos-input-container,
.form-readonly .form-control,
.form-readonly div.msos-container,
.form-readonly .msos-input-container,
.form-control.readonly,
div.readonly.msos-container,
.readonly.msos-input-container,
.form-control.readonly ~ *:not(.text-muted),
div.readonly.msos-container ~ *:not(.text-muted),
.readonly.msos-input-container ~ *:not(.text-muted) {
    text-indent: 15px;   
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  word-wrap: break-word;
}

select.form-control + span.ui, select.msos-input-container + span.ui
{
  visibility:visible !important;
}



