.form-select-cell {
  border: none;
}

.modal-title {
  color: #2e2c2c;
  width: 100%;
}

.modal-header .btn-close {
  font-size: 1.5em;
  margin-right: 15px;
}

.crmEntityFormView {
  border: none !important;
}

.list-group-item {
  font-size: large;
}

.form-control:not(.aspNetDisabled):disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}