.entitylist.entity-grid .view-grid, .entitylist.entity-grid .view-grid th, .entitylist.entity-grid .view-grid td {
  font-family: 'Times New Roman', Times, serif !important;
}

/* Remove the "dash/strike" readonly styling from portal basic forms */
.text-muted{
  display:none !important;
}

/* Style the Basic Form container as a clean card */
.crmEntityFormView, .view-grid .table-responsive .has-pagination {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 28px 28px;
  background-color: #ffffff;
}

.jquery-bootstrap-pagination, .idea-attachments{
  padding: 28px 28px;
}

/* Disable manual resize on all Basic Form textareas */
.crmEntityFormView textarea.form-control {
  resize: none !important;
  overflow-y: hidden; /* required for auto-height */
}

/* Hide the action menu column (header + cells) for all entity lists/grids */
.entitylist .view-grid th[aria-label="action menu"],
.entitylist .view-grid td[aria-label="action menu"],
.entity-grid .view-grid th[aria-label="action menu"],
.entity-grid .view-grid td[aria-label="action menu"]{
  display: none !important;
}

/* Also hide the dropdown element in case markup differs */
.entitylist .dropdown.action, .entity-grid .dropdown.action{
  display: none !important;
}