@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
.ArchiveListPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.ArchiveListPage .ModuleSection {
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ArchiveListPage .ModuleSection--grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.ArchiveListPage .MainToolbarNavigation {
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event-template {
  height: 100%;
}
.event-template .event-status-top-bar {
    height: 3px;
    width: 100%;
}
.event-template .event-status-top-bar .event-status-icon {
      width: 12px;
      position: absolute;
      right: 5px;
      top: 7px;
}
.event-template .event-top-bar {
    height: 0px;
    width: 100%;
}
.event-template .event-top-bar .event-status-icon {
      width: 12px;
      position: absolute;
      right: 5px;
      top: 7px;
}
.event-template .event-status-icon-table {
    width: 22px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: #fff;
    padding: 3px 6px 0 3px;
}
.event-template .event-grid {
    height: -webkit-fill-available;
}
.event-template .event-grid .event-left-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.event-template .event-grid .event-left-panel .event-side-bar {
        width: 8px;
        height: 100%;
}
.event-template .event-grid .event-details .icon-list .event-icon {
      width: 12px;
      margin-right: 2px;
}
.event-template .event-grid .event-details .icon-list .event-icon:last-child {
        margin-right: 0;
}
.event-template .event-allday-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-template .event-allday-grid .event-allday-left-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.event-template .event-allday-grid .event-allday-left-panel .event-allday-side-bar {
        width: 8px;
        height: 125%;
}
.event-template .event-allday-grid .event-allday-details {
      padding-left: 5px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}
.event-template .options-icon {
    cursor: pointer;
    width: 14px;
    position: absolute;
    right: 5px;
    bottom: 2px;
}
.EventSection {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-color: #bdbcbc;
  height: 1900px;
}
.HoverTooltip {
  font-size: 12px;
}
.HoverTooltip .event-tooltip-icon {
    margin-right: 2px;
    width: 18px;
    height: 15px;
}
.HoverTooltip .TooltipDateTime {
    color: gray;
}
.event-template-container {
  height: 100%;
}
kendo-scheduler .k-event, .k-event {
  background-color: white;
  color: #ffffff;
}
.event-template-container {
  height: 100%;
}

.event-template {
  height: 100%;
}
.event-template .event-status-top-bar {
    height: 3px;
    width: 100%;
}
.event-template .event-status-top-bar .event-status-icon {
      width: 12px;
      position: absolute;
      right: 5px;
      top: 7px;
}
.event-template .event-top-bar {
    height: 0px;
    width: 100%;
}
.event-template .event-top-bar .event-status-icon {
      width: 12px;
      position: absolute;
      right: 5px;
      top: 7px;
}
.event-template .event-status-icon-table {
    width: 22px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: #fff;
    padding: 3px 6px 0 3px;
}
.event-template .event-grid {
    height: -webkit-fill-available;
}
.event-template .event-grid .event-left-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.event-template .event-grid .event-left-panel .event-side-bar {
        width: 8px;
        height: 100%;
}
.event-template .event-grid .event-details .icon-list .event-icon {
      width: 12px;
      margin-right: 2px;
}
.event-template .event-grid .event-details .icon-list .event-icon:last-child {
        margin-right: 0;
}
.event-template .event-allday-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-template .event-allday-grid .event-allday-left-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.event-template .event-allday-grid .event-allday-left-panel .event-allday-side-bar {
        width: 8px;
        height: 125%;
}
.event-template .event-allday-grid .event-allday-details {
      padding-left: 5px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}
.event-template .options-icon {
    cursor: pointer;
    width: 14px;
    position: absolute;
    right: 5px;
    bottom: 2px;
}
.EventSection {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-color: #bdbcbc;
  height: 1900px;
}

svg[data-v-1b141027] {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -2px;
  margin-left: 5px;
}
.icon[data-v-1b141027] {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.SchedulerToolBar {
  line-height: 32px;
}
.SchedulerToolBar .ant-menu-item:hover {
    border-bottom: 2px solid #0284c7 !important;
    color: #0284c7 !important;
}
.SchedulerToolBar .ant-menu-item:hover svg g {
      fill: var(--color-primary);
}
.SchedulerToolBar .ant-menu-item:hover .k-i-calendar::before {
      color: var(--color-primary);
}
.SchedulerToolBar .ant-menu-item.ant-menu-item-selected {
    color: #0284c7;
}
.SchedulerToolBar .ant-menu-item.ant-menu-item-selected svg {
      fill: #0284c7;
}
.SchedulerToolBar .ant-menu-item svg {
    margin-left: 0;
}
.SchedulerToolBar .ant-menu-item-selected {
    border-bottom: 2px solid #0284c7 !important;
    color: #0284c7 !important;
}
.SchedulerToolBar .dateTitle {
    margin-left: 0px;
    padding-left: 0px;
}
.SchedulerToolBar .Icon {
    padding: 0;
    margin: 0;
}
.SchedulerToolBar .DayText,
  .SchedulerToolBar .WeekText,
  .SchedulerToolBar .MonthText,
  .SchedulerToolBar .AgendaText {
    margin-right: 3px;
    display: none;
}
.SchedulerToolBar .GoToDate .k-widget {
    width: 40px !important;
}
.SchedulerToolBar .GoToDate .k-datepicker .k-picker-wrap {
    border: none !important;
    height: 25px;
    width: 25px;
}
.SchedulerToolBar .GoToDate .k-datepicker .k-picker-wrap .k-input {
    width: 0px !important;
}
.SchedulerToolBar .GoToDate .k-datepicker .k-select {
    margin-left: -18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(#ffffff, #ffffff);
}
.SchedulerToolBar .navigate {
    width: 4px;
    padding-left: 1px;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-right: 3px;
}
.SchedulerToolBar .Today > i {
    padding-left: 10px;
}
.ant-menu .MonthViewSelected,
.ant-menu .WeekViewSelected,
.ant-menu .DayViewSelected,
.ant-menu .AgendaViewSelected {
  color: #0099bb;
}

.TimeLineGridTableWrapper {
  height: calc(100vh - 500px);
  min-height: 150px;
  max-height: 520px;
  overflow-y: auto;
}
.TimeLineGridTableWrapper .TimeLineGridTable {
    position: relative;
    width: 100%;
    text-align: center;
}
.TimeLineGridTableWrapper .TimeLineGridTable th {
      background-color: #f5f7fb;
      padding: 8px 4px;
      color: #38454f;
}
.TimeLineGridTableWrapper .TimeLineGridTable td {
      padding: 2px 4px;
      font-weight: 600;
      font-size: 13px;
}
.TimeLineGridTableWrapper .TimeLineGridTable tr > th,
    .TimeLineGridTableWrapper .TimeLineGridTable tr > td {
      border: 1px solid #424242;
}
.TimeLineGridTableWrapper .TimeLineGridTable tr > th {
      border-top: none;
}
.TimeLineGridTableWrapper .TimeLineGridTable thead {
      position: sticky;
      top: 0;
}
.TimeLineGridTableWrapper .TimeLineGridTable tbody {
      overflow-y: auto;
}
.TimeLineGridTableWrapper .TimeLineGridTable .timeSlot {
      cursor: pointer;
}
.TimeLineGridTableWrapper .TimeLineGridTable .timeSlot {
      cursor: pointer;
}
.TimeLineGridTableWrapper .TimeLineGridTable .div-color {
      background-color: #e95511;
}
.TimeLineGridTableWrapper .TimeLineGridTable .colorWhite {
      background-color: #ffffff;
}
.TimeLineGridTableWrapper .TimeLineGridTable .colorGreen {
      background-color: #85db9a;
}
.TimeLineGridTableWrapper .TimeLineGridTable .colorBooked {
      background-color: #ebb5b2;
}
.TimeLineGridTableWrapper .TimeLineGridTable .colorCompleted {
      background-color: #d6d8dc;
}

.TimeLineWrapper {
  border-top: 1px solid #e0e0e0;
  position: relative;
}
.TimeLineWrapper .TimeLineWrapperNavigationIcons span {
    position: absolute;
    z-index: 10;
    top: 12px;
    cursor: pointer;
    color: var(--color-primary);
}
.TimeLineWrapper .TimeLineWrapperNavigationIcons span:first-child {
      left: 8px;
}
.TimeLineWrapper .TimeLineWrapperNavigationIcons span:last-child {
      right: 8px;
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-nav-container {
    background-color: #f5f7fb;
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-nav-container .ant-tabs-tab {
      color: #38454f;
      margin: 0 25px 0 0;
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-nav-container .ant-tabs-tab.ant-tabs-tab-active {
        background-color: #e6f0ff;
        color: var(--color-primary);
        font-weight: 600;
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-nav-container .ant-tabs-ink-bar {
      background-color: var(--color-primary);
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-nav-container .ant-tabs-nav-wrap {
      text-align: center;
}
.TimeLineWrapper .TimeLineWrapperTab .ant-tabs-top-bar {
    margin-bottom: 0;
}

.missing-consent-warning {
  color: #ff4d4f !important;
  font-weight: 600;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
}
.userActionBtn {
  text-align: left;
}
.userRoleActionDropdown label {
  display: block;
  margin-left: 15px !important;
  margin-top: 4px;
  margin-bottom: 4px;
}
.userRoleActionTable .ant-table-small {
  border: 0px;
}
.userRoleActionTable .ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
  background: #d7f9ff;
}
.roleActions i {
  margin: 0 5px;
}
.BlueBackground .ant-modal-header {
  background: #eef0f3;
  border-bottom: 1px solid #d8dde5;
  height: auto;
  padding: 14px 24px 12px;
}
.BlueBackground .ant-modal-title {
  width: 100%;
  height: auto;
  overflow: visible;
}
.BlueBackground .ant-modal-body {
  padding: 0;
  background: #eef0f3;
}
.BlueBackground .BodyPadding {
  padding: 14px;
  margin: 12px 14px;
  background-color: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
}
.BlueBackground .ButtonPadding {
  position: sticky;
  bottom: 0;
  z-index: 6;
  padding: 12px 14px 14px;
  background: #fff;
  border-top: 1px solid #d8dde5;
  -webkit-box-shadow: 0 -6px 14px rgba(31, 41, 51, 0.08);
          box-shadow: 0 -6px 14px rgba(31, 41, 51, 0.08);
}
.BlueBackground .skv-warning-banner {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #614700;
}
.BlueBackground .ButtonSectionPadding {
  padding: 10px 24px;
  border-bottom: 1px solid #d8dde5;
  border-top: 1px solid #d8dde5;
}
.BlueBackground .registration-mode-bar {
  padding: 12px 14px;
  margin: 12px 14px;
  background-color: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  text-align: center;
}
.BlueBackground .edit-booking-bar {
  padding: 12px 14px;
  margin: 12px 14px;
  background-color: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
}
.BlueBackground .MsgBorder {
  border-bottom: 1px solid var(--color-primary);
  padding: 5px 24px;
  margin-bottom: 20px;
}
.BlueBackground .BlueBackgroundWrap {
  background-color: #f7f8fa;
}
.BlueBackground .BlueBackgroundWrap label {
    color: #38454f;
}
.BlueBackground .BlueBackgroundWrap .ant-form-item {
    margin-bottom: 0;
}
.BlueBackground .ant-divider {
  background: #7dd3fc;
}
.BlueBackground .ant-form-item-label {
  line-height: 22.9999px;
}
.CrematoriumButtonWhite {
  color: #fff;
}
.CrematoriumButtonWhite:hover {
    color: #d7f9ff;
}
.CrematoriumButtonWhite:hover .anticon {
      color: #d7f9ff !important;
}
.TitletextLeft {
  float: left;
  text-align: left;
  width: 33.33333%;
  color: #1f2933;
}
.TitletextCenter {
  float: left;
  text-align: left;
  width: 65.33333%;
  clear: right;
  color: #1f2933;
}
.TextMsg {
  color: var(--color-primary);
}
.cremation-booking-modal .ant-modal {
  max-width: calc(100vw - 32px);
}
.cremation-booking-modal .ant-modal-content {
  max-height: calc(100vh - 32px);
  overflow: hidden;
  background: #eef0f3;
  border: 1px solid #d8dde5;
  border-radius: 6px;
}
.cremation-booking-modal .ant-modal-body {
  max-height: calc(100vh - 96px);
  overflow-x: hidden;
  overflow-y: auto;
}
.cremation-booking-modal .ant-modal-header .Title {
  color: #1f2933;
  margin-bottom: 0;
  text-transform: none;
}
.cremation-booking-modal .ant-modal-header #hasUrn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background: var(--color-primary);
  border-radius: 50%;
  vertical-align: middle;
}
.cremation-booking-modal .ant-modal-close {
  color: #5f6b7a;
}
.cremation-booking-modal .ant-modal-close:hover {
    color: #1f2933;
}
.cremation-booking-modal .ant-modal-close-x {
  height: 54px;
  line-height: 54px;
}
.cremation-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  padding: 12px;
}
.cremation-modal-body__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  background: #f7f8fa;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  overflow: visible;
}
.cremation-events-panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  background: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  padding: 14px;
  overflow-y: auto;
}
.cremation-events-panel__title {
    font-weight: 700;
    font-size: 14px;
    color: #38454f;
    margin-bottom: 10px;
}
.cremation-events-panel__item {
    background: #fff;
    border: 1px solid #d8dde5;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 8px;
}
.cremation-events-panel__name {
    font-weight: 600;
    font-size: 13px;
    color: var(--color-primary);
}
.cremation-events-panel__date {
    font-size: 12px;
    color: #38454f;
    margin-top: 2px;
}
.cremation-events-panel__meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}
.cremation-events-panel__empty {
    font-size: 13px;
    color: #8c8c8c;
}
.cremation-booking-modal__drag-handle {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.cremation-modal-dragging {
  cursor: move !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.timeline-section {
  margin: 12px 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
}
.separation-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eef4fb;
  border: 1px solid #d5e1ef;
  border-radius: 6px;
  color: #1f6fa8;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 14px;
  margin: 12px 14px;
}
.anticon-close {
  cursor: pointer;
}
.cremation-checklist-section {
  padding: 12px 14px;
  margin: 12px 14px;
  background: #fff;
  border: 1px solid #d8dde5;
  border-radius: 6px;
}
.cremation-checklist__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.cremation-checklist__title {
  font-size: 11px;
  font-weight: 700;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cremation-checklist__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  cursor: help;
}
.cremation-checklist__summary .anticon {
    color: #52c41a;
}
.cremation-checklist-tooltip {
  max-width: 360px;
}
.cremation-checklist-tooltip .ant-tooltip-inner {
    background-color: #fff;
    color: #333;
    border: 1px solid #d6e4ff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.cremation-checklist-tooltip .ant-tooltip-arrow::before {
    background-color: #fff;
}
.cremation-checklist-tooltip__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 0;
}
.button-disabled-tooltip-list {
  margin: 0;
  padding-left: 16px;
  line-height: 1.35;
}
.button-disabled-tooltip-list li + li {
    margin-top: 4px;
}
.button-disabled-tooltip .ant-tooltip-inner {
  background-color: #fff7e6;
  border: 1px solid #ffd591;
  color: #5c3b00;
  -webkit-box-shadow: 0 2px 10px rgba(92, 59, 0, 0.18);
          box-shadow: 0 2px 10px rgba(92, 59, 0, 0.18);
}
.button-disabled-tooltip .ant-tooltip-arrow::before {
  background-color: #fff7e6;
}
.cremation-checklist__row {
  margin-bottom: 4px;
}
.cremation-checklist__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 13px;
}
.cremation-checklist__label {
  color: #333;
}
.cremation-checklist__label--fail {
    color: #222;
}
.cremation-checklist__error {
  margin-left: 22px;
  font-size: 12px;
  color: #f5222d;
  font-style: italic;
  margin-top: 1px;
}
.scheduling-blocked-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #fff1f0;
  border: 1px solid #ffa39e;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 8px 24px 0;
}
.scheduling-blocked-banner__icon {
  font-size: 18px;
  color: #f5222d;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scheduling-blocked-banner__title {
  font-size: 13px;
  font-weight: 600;
  color: #5c0011;
}
.time-type-hint {
  display: block;
  font-size: 11px;
  color: #888;
  font-style: italic;
  margin-top: 2px;
}
.placement-picker {
  width: 100%;
}
.placement-picker--disabled {
  opacity: 0.72;
}
.placement-picker__storage-count {
  float: right;
  color: #8c8c8c;
  font-size: 12px;
}
.placement-picker .ant-select-selection-selected-value .placement-picker__storage-count {
  display: none;
}
.placement-picker__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 28px;
  gap: 8px;
  margin-top: 6px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
}
.placement-picker__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
  gap: 6px;
  max-height: 122px;
  overflow-y: auto;
  margin-top: 6px;
  padding: 6px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.placement-picker__slot {
  min-width: 0;
  height: 30px;
  padding: 0 6px;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f5f7fb;
  border: 1px solid #d8deea;
  border-radius: 4px;
  cursor: pointer;
}
.placement-picker__slot:hover:not(:disabled) {
    color: var(--color-primary);
    background: #e6f0ff;
    border-color: #adc6ff;
}
.placement-picker__slot:disabled {
    cursor: not-allowed;
}
.placement-picker__slot--selected,
.placement-picker__slot--selected:hover:not(:disabled) {
  color: #fff;
  font-weight: 600;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.placement-picker__empty {
  grid-column: 1 / -1;
  padding: 8px;
  color: #8c8c8c;
  font-size: 12px;
  text-align: center;
}
.placement-picker__form-value {
  display: none;
}
.timeline-expanded-mode .ant-modal {
  top: 20px !important;
  padding-bottom: 20px;
}
.timeline-expanded-mode .ant-modal-content {
  max-height: calc(100vh - 40px);
  overflow: hidden;
}
.timeline-expanded-mode .ant-modal-body {
  max-height: calc(100vh - 109px);
  overflow-x: hidden;
  overflow-y: auto;
}
.timeline-expanded-mode .TimeLineGridTableWrapper {
  height: calc(100vh - 700px) !important;
  min-height: 220px !important;
  max-height: 390px !important;
}

.SchedulerToolbar {
  background: #fff;
  height: 32px;
  line-height: 32px;
}
.SchedulerToolbar .ant-menu {
    height: 32px;
    line-height: 32px;
    border-bottom: none;
}
.SchedulerToolbar .KendoContextMenu {
    background-color: #fff;
    padding-left: 20px;
}
.SchedulerToolbar .KendoContextMenu > li {
      border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.SchedulerToolbar .KendoContextMenu.k-header .k-link {
      font-weight: 400;
      font-size: 13px;
      color: #38454f;
}
.SchedulerToolbar .KendoContextMenu .k-menu-expand-arrow.k-i-arrow-60-right {
      top: 78%;
}
.SchedulerToolbar .KendoContextMenu .k-item:hover {
      background-color: #e1f9fa;
      color: #38454f;
}
.SchedulerToolbar .KendoContextMenu .k-item > .k-state-active {
      background-color: #e1f9fa;
      color: #38454f;
}
.SchedulerToolbar .KendoContextMenu .k-menu-group {
      background-color: #fff;
}
.SchedulerToolbar .KendoContextMenu .k-item.k-separator {
      margin: 0;
      margin-left: 4px;
}
.SchedulerToolbar .ant-menu-item {
    height: 32px;
    line-height: 32px;
}
.SchedulerToolbar .ant-menu-item.dateTitle {
      padding-right: 10px;
}
.SchedulerToolbar .ant-menu-item.Today, .SchedulerToolbar .ant-menu-item.GoToDate, .SchedulerToolbar .ant-menu-item.calendarDropdown, .SchedulerToolbar .ant-menu-item.schedularList {
      padding: 0 10px;
}
.Scheduler {
  font-family: "Open Sans", sans-serif;
  height: calc( 100vh - 120px);
}
.Scheduler table.k-scheduler-layout.k-scheduler-monthview tbody tr td .k-more-events.k-button .k-icon {
    top: 100%;
    left: 3%;
}
.Scheduler .k-today.k-nonwork-hour {
    background-color: #fff;
}
.Scheduler .k-today {
    background-color: #f9f9f9;
}
.Scheduler .k-scheduler-times-all-day,
  .Scheduler table.k-scheduler-table.k-scheduler-header-all-day {
    background-color: #dfe0e0;
    font-size: 12px;
}
.Scheduler .k-scheduler-times-all-day .k-today,
    .Scheduler table.k-scheduler-table.k-scheduler-header-all-day .k-today {
      background-color: #dfe0e0;
}
.Scheduler .k-scheduler-weekview .k-today .selectedDay {
    color: #1381a2;
}
.Scheduler .k-scheduler-weekview .k-today .selectedDateHighlight {
    color: white;
    background: #1381a2;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    padding-left: 0em;
    margin-left: 2%;
}
.Scheduler .k-scheduler-monthview .k-today .k-link {
    color: white;
    background: #1381a2 !important;
    border-radius: 100px;
    padding: 2px 4px;
}
#listView {
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #e8e8e8;
  height: calc( 100vh - 40px - 48px - 32px);
}
#listView .k-grid-header {
    border: none;
}
#listView .k-grid td {
    border: none;
}
#listView .k-grid th {
    border: none;
}
#listView.k-grid td,
  #listView.k-grid th {
    font-size: 13px;
}
#listView .k-header {
    border: none;
    background-color: white;
    font-weight: bolder;
}
#listView .del-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#listView .del-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#listView .k-loading-image {
    display: none;
}
#listView .listViewLabel {
    margin: 0;
    padding: 0;
}
#listView .listViewLabel li {
      display: inline;
}
.k-scheduler-toolbar {
  visibility: collapse;
  height: 0;
  padding: 0;
  display: none;
}

#CrematoriumEventListView {
  height: calc(100vh - 420px) !important;
}
#CrematoriumEventListView .datetimepicker {
    width: 192px;
}
#CrematoriumEventListView .gridHeaderTitle {
    width: 90%;
}
#CrematoriumEventListView .filter {
    cursor: pointer;
}
#CrematoriumEventListView .sort {
    cursor: pointer;
}
#CrematoriumEventListView .k-grid-aria-root,
  #CrematoriumEventListView .k-grid-container,
  #CrematoriumEventListView .k-grid-content {
    overflow-x: auto;
}
#CrematoriumEventListView .k-grid-content {
    overflow-y: auto;
}
#CrematoriumEventListView table {
    min-width: 1000px;
    width: 100% !important;
    table-layout: fixed;
}
#CrematoriumEventListView table th {
      background-color: #fff;
      font-weight: bold;
      font-size: 12px;
      color: #38454f;
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
      vertical-align: top;
      overflow: hidden;
      text-overflow: ellipsis;
}
#CrematoriumEventListView table th[data-field="isVerified"] {
      text-align: center;
}
#CrematoriumEventListView table tr td {
      font-size: 12px;
      border: 0;
      color: #727374;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
#CrematoriumEventListView .more-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#CrematoriumEventListView .more-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#CrematoriumEventListView .listViewLabel {
    margin: 0;
    padding: 0;
}
#CrematoriumEventListView .listViewLabel li {
      display: inline;
}
#CrematoriumEventListView .toolsCell {
    white-space: nowrap;
}
#CrematoriumEventListView .toolsCell .listViewLabel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
}
#CrematoriumEventListView .englishPrintOptions {
    color: var(--color-primary);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
}
#CrematoriumEventListView .listViewLabelShape {
    float: right;
}
#CrematoriumEventListView .unknown {
    color: #0e0e0e73;
}
#CrematoriumEventListView .k-grid-Edit,
  #CrematoriumEventListView .k-grid-CheckIN,
  #CrematoriumEventListView .k-grid-CheckOut {
    font-size: 0;
    visibility: hidden;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
}
#CrematoriumEventListView .k-grid-Edit span,
    #CrematoriumEventListView .k-grid-CheckIN span,
    #CrematoriumEventListView .k-grid-CheckOut span {
      font-size: 14px;
}
#CrematoriumEventListView .k-command-cell {
    text-overflow: initial;
}
#CrematoriumEventListView .k-grid-Edit span,
  #CrematoriumEventListView .k-grid-CheckIN span,
  #CrematoriumEventListView .k-grid-CheckOut span {
    color: var(--color-primary);
    visibility: visible;
}
#CrematoriumEventListView .selected-count {
    padding-top: 6px;
    height: 30px;
    padding-left: 12px;
    background-color: #fff;
    color: #38454f;
    font-size: 12px;
    font-weight: 600;
}

.clearFilter {
  color: #5b5c5d !important;
}

.clearFilter {
  color: #5b5c5d !important;
}

.clearFilter {
  color: #5b5c5d !important;
}
.uppgifter-saknas-label {
  color: #f81100;
  font-weight: 600;
}
.uppgifter-saknas-amount {
  color: #f81100;
  font-weight: 600;
}

/* Keep icon and label on the same line in every notes row */
.notes-filter-list .ant-col-12:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.notes-filter-list .ant-col-12:first-child .DaysSystemHeader {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
}

.MainToolbarNavigation {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.MainToolbarNavigation .MainNavigation {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
}
@media (min-width: 992px) {
.MainToolbarNavigation .MainSearch {
    width: 80%;
}
}
@media (min-width: 1200px) {
.MainToolbarNavigation .MainSearch {
    width: 50%;
}
}
@media (min-width: 1600px) {
.MainToolbarNavigation .MainSearch {
    width: 40%;
}
}
#key1 {
  padding: 0;
}
#key1 #searchRow {
    padding: 5px 12px;
}
#key2 {
  padding: 0;
  border-top: 1px solid #d5d6da;
}
#key2 #searchRow {
    padding: 5px 12px;
}

.CrematoriumPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.CrematoriumPage .ModuleSection,
.CrematoriumPage .deceased-card-component,
.CrematoriumPage .CrematoriumGridSection,
.CrematoriumPage .CrematoriumSchedulerSection {
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CrematoriumPage .MainToolbarNavigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 0;
}
.CrematoriumContentRow,
.CrematoriumContentRow > .ant-col,
.CrematoriumUnplannedView,
.CrematoriumSchedulerSection {
  min-height: 0;
}
.CrematoriumContentRow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.CrematoriumContentRow > .ant-col {
  height: 100%;
  min-height: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.CrematoriumUnplannedView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
}
.CrematoriumPage .deceased-card-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 16px;
  background: #f4f6f8;
}
.CrematoriumGridSection,
.CrematoriumSchedulerSection {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.CrematoriumGridSection #CrematoriumEventListView {
  height: 100% !important;
  max-height: 100% !important;
}
.CrematoriumGridSection > div,
.CrematoriumGridSection .h-100 {
  height: 100%;
  min-height: 0;
}
@media print {
.navBar,
  .header,
  .ant-form,
  .ant-form-horizontal,
  .MainToolbarNavigation,
  .corpus-card-component,
  .AntPagination,
  .activeFilters,
  .MainNavigation {
    display: none;
}
.PrintBlock {
    display: block;
}
@page {
    size: A4;
    size: landscape;
    margin: 10mm;
    margin-left: 25mm;
}
.ViewContainer {
    background: #fff;
}
body::-webkit-scrollbar {
    display: none;
}
.PrintHeader {
    margin: 20px 0;
    background-color: var(--color-primary);
    padding: 10px;
    color: #000;
}
.PrintHeader h1 {
      font-size: 15pt;
      color: #fff;
}
.PrintHeader h2 {
      font-size: 10pt;
      color: #fff;
}
#CrematoriumEventListView,
  #DeceasedUnScheduleEventListView,
  #DeceasedListView {
    height: auto !important;
    counter-increment: page;
    counter-reset: page 1;
    border: none;
    height: auto;
    margin-bottom: 20px;
}
#CrematoriumEventListView .k-grid-header,
    #DeceasedUnScheduleEventListView .k-grid-header,
    #DeceasedListView .k-grid-header {
      padding-right: 0 !important;
      overflow: hidden;
      background: none;
      border: none;
}
#CrematoriumEventListView .k-grid-header-wrap,
    #DeceasedUnScheduleEventListView .k-grid-header-wrap,
    #DeceasedListView .k-grid-header-wrap {
      overflow: hidden;
      border: none;
}
#CrematoriumEventListView .k-grid-content,
    #DeceasedUnScheduleEventListView .k-grid-content,
    #DeceasedListView .k-grid-content {
      overflow: visible;
      height: auto !important;
}
#CrematoriumEventListView table,
    #DeceasedUnScheduleEventListView table,
    #DeceasedListView table {
      page-break-after: auto;
}
#CrematoriumEventListView table thead,
      #DeceasedUnScheduleEventListView table thead,
      #DeceasedListView table thead {
        display: table-header-group;
}
#CrematoriumEventListView table th,
      #DeceasedUnScheduleEventListView table th,
      #DeceasedListView table th {
        background-color: #fff;
        font-weight: bold;
        font-size: 8pt;
        color: #38454f;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#CrematoriumEventListView table th:nth-last-child(1),
        #DeceasedUnScheduleEventListView table th:nth-last-child(1),
        #DeceasedListView table th:nth-last-child(1) {
          display: none;
          border-right: none;
          width: 0;
}
#CrematoriumEventListView table tr,
      #DeceasedUnScheduleEventListView table tr,
      #DeceasedListView table tr {
        page-break-inside: avoid;
}
#CrematoriumEventListView table tr td,
        #DeceasedUnScheduleEventListView table tr td,
        #DeceasedListView table tr td {
          page-break-inside: auto;
          font-size: 8pt;
          border: 0;
          color: #727374;
          border-left: 1px solid rgba(0, 0, 0, 0.08);
          border-right: 1px solid rgba(0, 0, 0, 0.08);
          border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#CrematoriumEventListView table tr td:nth-last-child(1),
          #DeceasedUnScheduleEventListView table tr td:nth-last-child(1),
          #DeceasedListView table tr td:nth-last-child(1) {
            display: none;
            border-right: none;
            width: 0;
}
#CrematoriumEventListView table ::-webkit-scrollbar,
      #DeceasedUnScheduleEventListView table ::-webkit-scrollbar,
      #DeceasedListView table ::-webkit-scrollbar {
        display: none;
}
}

.AntPaginaitonComponet {
  float: left;
}
.deceasedDataGridFooter {
  background-color: #fff;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}
.deceased-card-component {
  padding: 3px 20px 20px;
}

.CremationCompleteComponentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
}
.CremationCompleteComponentPage .ModuleSection {
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.CremationCompleteGridSection {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.CremationCompleteGridSection #cremationCompletionListView {
  height: 100% !important;
  max-height: 100% !important;
}
#cremationCompletionListView {
  height: calc(100vh - 125px) !important;
}
#cremationCompletionListView .datetimepicker {
    width: 192px;
}
#cremationCompletionListView .gridHeaderTitle {
    width: 90%;
}
#cremationCompletionListView .filter {
    cursor: pointer;
}
#cremationCompletionListView .sort {
    cursor: pointer;
}
#cremationCompletionListView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}
#cremationCompletionListView table th[data-field="isVerified"] {
    text-align: center;
}
#cremationCompletionListView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#cremationCompletionListView .more-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#cremationCompletionListView .more-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#cremationCompletionListView .listViewLabel {
    margin: 0;
    padding: 0;
}
#cremationCompletionListView .listViewLabel li {
      display: inline;
}
#cremationCompletionListView .toolsCell {
    white-space: nowrap;
}
#cremationCompletionListView .toolsCell .listViewLabel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
}
#cremationCompletionListView .englishPrintOptions {
    color: var(--color-primary);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
}
#cremationCompletionListView .listViewLabelShape {
    float: right;
}
#cremationCompletionListView .unknown {
    color: #0e0e0e73;
}
#cremationCompletionListView .k-grid-Edit,
  #cremationCompletionListView .k-grid-CheckIN,
  #cremationCompletionListView .k-grid-CheckOut {
    font-size: 0;
    visibility: hidden;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
}
#cremationCompletionListView .k-grid-Edit span,
    #cremationCompletionListView .k-grid-CheckIN span,
    #cremationCompletionListView .k-grid-CheckOut span {
      font-size: 14px;
}
#cremationCompletionListView .k-command-cell {
    text-overflow: initial;
}
#cremationCompletionListView .k-grid-Edit span,
  #cremationCompletionListView .k-grid-CheckIN span,
  #cremationCompletionListView .k-grid-CheckOut span {
    color: var(--color-primary);
    visibility: visible;
}
.journalOfCremationFormBackground {
  background-color: #fff;
}
.journalOfCremationFormForm {
  margin-bottom: 10px;
  padding-left: 15px;
}
.cremationCompleteHeadding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 16px;
  background-color: #fff;
  color: #38454f;
  font-size: 12px;
  font-weight: 600;
}

.CremationCompletePage {
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.CremationCompletePage > div {
  height: 100%;
  min-height: 0;
}
.AntPaginaitonComponet {
  float: left;
}
.deceasedDataGridFooter {
  background-color: #fff;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}
.deceased-card-component {
  padding: 3px 20px 20px;
}

.drag,
.drop {
  font-family: sans-serif;
  display: inline-block;
  border-radius: 10px;
  background: #ccc;
  position: relative;
  padding: 30px;
  text-align: center;
  vertical-align: top;
}
.drag {
  color: #fff;
  cursor: move;
  background: #777;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}
.drop {
  background: #eee;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.PendingCheckOutComponentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
}
.PendingCheckOutComponentPage .ModuleSection {
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.PendingCheckOutGridSection {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.PendingCheckOutGridSection #DeceasedListView {
  height: 100% !important;
  max-height: 100% !important;
}
#DeceasedListView {
  height: calc(100vh - 125px) !important;
}
#DeceasedListView .gridHeaderTitle {
    width: 90%;
}
#DeceasedListView .filter {
    cursor: pointer;
}
#DeceasedListView .sort {
    cursor: pointer;
}
#DeceasedListView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}
#DeceasedListView table th[data-field="isVerified"] {
    text-align: center;
}
#DeceasedListView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#DeceasedListView .more-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#DeceasedListView .more-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#DeceasedListView .listViewLabel {
    margin: 0;
    padding: 0;
}
#DeceasedListView .listViewLabel li {
      display: inline;
}
#DeceasedListView .listViewLabelShape {
    float: right;
}
#DeceasedListView .unknown {
    color: #0e0e0e73;
}
#DeceasedListView .k-grid-Edit,
  #DeceasedListView .k-grid-CheckIN,
  #DeceasedListView .k-grid-CheckOut {
    font-size: 0;
    visibility: hidden;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
}
#DeceasedListView .k-grid-Edit span,
    #DeceasedListView .k-grid-CheckIN span,
    #DeceasedListView .k-grid-CheckOut span {
      font-size: 14px;
}
#DeceasedListView .k-command-cell {
    text-overflow: initial;
}
#DeceasedListView .k-grid-Edit span,
  #DeceasedListView .k-grid-CheckIN span,
  #DeceasedListView .k-grid-CheckOut span {
    color: var(--color-primary);
    visibility: visible;
}
.deceasedDataGridFooter {
  background-color: #fff;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}
.AntPaginaitonComponet {
  float: left;
}
.pendingcheckoutHeading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 16px;
  background-color: #fff;
  color: #38454f;
  font-size: 12px;
  font-weight: 600;
}

.PendingCheckOutPage {
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #eef0f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.PendingCheckOutPage > div {
  height: 100%;
  min-height: 0;
}
.AntPaginaitonComponet {
  float: left;
}
.deceasedDataGridFooter {
  background-color: #fff;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}
.deceased-card-component {
  padding: 3px 20px 20px;
}

#JournalOfCremationListView {
  height: calc(100vh - 172px) !important;
}
#JournalOfCremationListView .datetimepicker {
    width: 192px;
}
#JournalOfCremationListView .gridHeaderTitle {
    width: 90%;
}
#JournalOfCremationListView .filter {
    cursor: pointer;
}
#JournalOfCremationListView .sort {
    cursor: pointer;
}
#JournalOfCremationListView table th {
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    color: #38454f;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}
#JournalOfCremationListView table th[data-field="isVerified"] {
    text-align: center;
}
#JournalOfCremationListView table tr td {
    font-size: 12px;
    border: 0;
    color: #727374;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#JournalOfCremationListView .more-button {
    color: #0099bb;
    border-color: transparent;
    background-color: transparent;
    -webkit-appearance: none;
    background: none;
}
#JournalOfCremationListView .more-button .del-btn-icon-size {
      width: 15px;
      height: 15px;
}
#JournalOfCremationListView .listViewLabel {
    margin: 0;
    padding: 0;
}
#JournalOfCremationListView .listViewLabel li {
      display: inline;
}
#JournalOfCremationListView .listViewLabelShape {
    float: right;
}
#JournalOfCremationListView .unknown {
    color: #0e0e0e73;
}
#JournalOfCremationListView .k-grid-Edit,
  #JournalOfCremationListView .k-grid-CheckIN,
  #JournalOfCremationListView .k-grid-CheckOut {
    font-size: 0;
    visibility: hidden;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
}
#JournalOfCremationListView .k-grid-Edit span,
    #JournalOfCremationListView .k-grid-CheckIN span,
    #JournalOfCremationListView .k-grid-CheckOut span {
      font-size: 14px;
}
#JournalOfCremationListView .k-command-cell {
    text-overflow: initial;
}
#JournalOfCremationListView .k-grid-Edit span,
  #JournalOfCremationListView .k-grid-CheckIN span,
  #JournalOfCremationListView .k-grid-CheckOut span {
    color: var(--color-primary);
    visibility: visible;
}
.journalOfCremationFormBackground {
  background-color: #fff;
}
.journalOfCremationFormForm {
  margin-bottom: 10px;
  padding-left: 15px;
}

.AntPaginaitonComponet {
  float: left;
}
.deceasedDataGridFooter {
  background-color: #fff;
}
.deceasedDataGridFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.deceasedDataGridFooter .deceasedDataGridFooterText {
    font-size: 12px;
    text-align: right;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div {
      display: inline;
}
.deceasedDataGridFooter .deceasedDataGridFooterText > div:nth-child(even) {
      margin-right: 20px;
      margin-left: 10px;
}
.deceased-card-component {
  padding: 3px 20px 20px;
}

.notification-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 40px);
  padding: 5px;
}
.DriverListComponent {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DriverList {
  background-color: #fff;
}
.AddEmailHeader {
  font-weight: 700;
  font-size: 13px;
}
.AddEmailHeader a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
}
.AddEmailBody {
  font-size: 13px;
}
.DeceasedGrid {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.DeceasedGridHeader {
  background-color: #f5f5f5;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.DeceasedGridHeader h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Ensure the Kendo Grid fills the height of its container */
.DeceasedGrid .k-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 50px);
  border: none;
}
.deceasedDataGridFooter {
  background-color: #f5f5f5;
  border-top: 1px solid #d9d9d9;
}
.deceasedDataGridFooterText {
  padding: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.deceasedDataGridFooterText > div {
    margin-right: 10px;
}
.listViewLabel {
  margin: 0;
  padding: 0;
}
.listViewLabel li {
    display: inline;
}
.listViewLabelShape {
  float: right;
}
.unknown {
  color: #0e0e0e73;
}

