.meetings-submitted-paper-row {

  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}

.meetings-submitted-paper-row:last-child {

  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  border-bottom: 0;
}

.date-filter-container {
  display: flex;
  flex-direction: row;
}

.date-filter-calendar {
  margin: 0 10px;
}

/* MEETINGS OVERVIEW PAGE */

.ei-item {
  padding: 15px 0px;
}

.page-meetings-info .sidebar{
  margin-top: 1em;
}

.block-curved-border {
  border-radius: 5px;
}

#block-meetings-meeting-organiser-actions ul {
  list-style-type: none;
  padding: 0;
}

#block-meetings-meeting-organiser-actions ul li {
  margin-bottom: 5px;
}

#block-meetings-meeting-sessions ul {
  list-style-type: none;
}

#event-response-progress-replyA-container, #event-response-progress-replyB-container, #event-response-progress-status-container {
  margin-right: 5px;
}

.dx-button[aria-label="Step 1: Apply"] {
  background-color: #e6ac00;
}

.dx-button[aria-label="Change registration details"] {
  background-color: #00B200;
}

.dx-button[aria-label="Step 2: Additional Information"] {
  background-color: #e6ac00;
}

.dx-button[aria-label="Amend additional information"] {
  background-color: #00B200;
}

.dx-button[aria-disabled=true] {
  background-color: #e6ac00;
}

.dx-list-item .dx-list-item-content li {
  list-style: none;
}

#block-meetings-meeting-sessions {
  padding: 15px 15px;
}

#block-meetings-meeting-sessions .dx-button {
  min-width: 157px;
}

.paper-download {
  float: right;
}

.replies-grid {
  margin-top: 5px;
}

.dx-datagrid-export-button .dx-button-content::before {
  content: "Export events list to Excel";
}

.crm-event-manage-eventinfo-form-block-max_participants input {
  width: 100px!important;
}

#block-meetings-meeting-sessions .button-info .dx-button-content {

  overflow: visible;
  text-overflow: initial;
  white-space: pre-wrap;
}

tr.dx-header-row td[role="columnheader"] {
  text-align: center !important;
}
.replies-grid .dx-command-edit {
  min-width: 0 !important;
  width: 60px !important;
}