﻿.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) {
   border-color: #e1e1e1;
    border-width: 1px !important;
    border-radius: 5px;       
    height: 38px;
    background-color: #F5F5F5;  
    font-weight: 1;
    display: block;   
    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;
}



