.ui-navigation-drawer__content {
  height: 100%;
}
.ui-navigation-drawer .app-menu {
  overflow: auto;
}
.ui-navigation-drawer .app-menu__routes a.active {
  background-color: #4d76f1;
  color: #fff;
}
.ui-navigation-drawer .app-menu__spacer {
  min-height: 24px;
}
.ui-navigation-drawer a {
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Barlow";
}

body {
  overflow: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /**
   * Flex is needed to make following work:
   * Container should has a min-height of 100% if content is lower than view-height
   * but keep the scroll functionality
   **/
  display: flex;
  min-height: 100%;
}

p,
a {
  font-size: 13px;
  line-height: 15px;
}

a {
  text-decoration: none;
}

body > .application-view {
  width: 100%;
}

select {
  font-size: inherit;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

.ui-navigation-drawer__content.nav-drawer-is-hidden {
  padding-left: 0;
}

:not(.ui-loading-page) > svg {
  fill: currentColor;
}

.person-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ui-table tbody td {
  font-feature-settings: "tnum";
}

.audit-log-table {
  margin-left: -16px;
  margin-right: -16px;
}
.audit-log-table__body {
  vertical-align: top;
  box-shadow: none;
}

.activity-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.activity-item .ui-button {
  margin: 0;
}
.activity-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.activity-item .line-through {
  text-decoration: line-through;
}
@media screen and (min-width: 600px) {
  .activity-item .date {
    width: 70px;
  }
}

.report-table .ui-table {
  box-shadow: none;
}
.report-table .ui-table__head-row {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.report-table .ui-table__row {
  cursor: initial;
}
.report-table .ui-table__row:hover {
  background: transparent;
}
.report-table .ui-table__row td {
  box-shadow: none;
}
.report-table .ui-table__row td,
.report-table .ui-table__row th, .report-table .ui-table__head-row td,
.report-table .ui-table__head-row th {
  text-align: end;
  padding: 8px;
  font-feature-settings: "tnum";
}
.report-table .ui-table__row td:first-of-type,
.report-table .ui-table__row th:first-of-type, .report-table .ui-table__head-row td:first-of-type,
.report-table .ui-table__head-row th:first-of-type {
  text-align: start;
  color: #8f9ea4;
}

.crm-create-dialog.ui-modal[size=sm] {
  max-width: 470px;
}
.crm-create-dialog.ui-modal[size=sm] .disabled .title {
  color: #8f9ea4;
}
.crm-create-dialog.ui-modal[size=sm] .ui-modal__content {
  padding-left: 4px;
  padding-right: 4px;
}
.crm-create-dialog.ui-modal[size=sm] .ui-modal__content .ui-modal__intro {
  padding-left: 24px;
  padding-right: 24px;
}
.crm-create-dialog.ui-modal[size=sm] .ui-modal__content .ui-modal__content-body {
  padding: 0;
}

.crm-import-dialog .ui-modal__intro {
  padding-right: 32px;
}

.acrm-detail-navdrawer .ui-loading {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}
.acrm-detail-navdrawer .pms-synchronization .ui-loading circle {
  stroke: #4d76f1;
}
.acrm-detail-navdrawer .pms-status {
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
}
.acrm-detail-navdrawer .detail-navdrawer-pagination {
  border: none;
}

.peopleDetailTable td {
  vertical-align: baseline;
}
.peopleDetailTable tbody tr:first-child td {
  padding-top: 16px;
}

.acrm-exclusion-list .ui-table__head .ui-table__head-cell:first-child {
  padding-left: 16px;
}

.acrm-reports-occupancy-chart .ui-chart__wrapper {
  height: 460px;
}

@media screen and (min-width: 1280px) {
  .acrm-reports-occupancy-chart .ui-chart__wrapper {
    height: 640px;
  }
}
.reservation-activities-table__row-width {
  min-width: 64px;
  max-width: 128px;
}