@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);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
.InventoryDeceasedGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
}
.InventoryDeceasedGrid > .h-100 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
}
.InventoryDeceasedGrid #DeceasedListView {
    height: 100% !important;
    max-height: 100% !important;
}
.InventoryDeceasedGrid > .AntPagination {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    border-top: 1px solid #e5e9f0;
}
.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;
}
#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 .toolsCell {
  overflow: visible;
  white-space: nowrap;
}
#DeceasedListView .toolsCell .listViewLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6px !important;
  vertical-align: middle;
}
#DeceasedListView .englishPrintOptions {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-right: 0 !important;
}
#DeceasedListView .listViewLabelShape {
  float: right;
}
#DeceasedListView .unknown {
  color: #0e0e0e73;
}
#DeceasedListView .InventoryGridRow--selected > td {
  background-color: #eef8ff !important;
  color: #38454f !important;
}
#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;
}
.selected-count {
  padding-top: 6px;
  height: 30px;
  padding-left: 12px;
  background-color: #fff;
  color: #38454f;
  font-size: 12px;
  font-weight: 600;
}

.StorageAvailabilityTable {
  height: 143px;
  overflow-y: auto;
}
.StorageAvailabilityTable .ant-table {
    margin-top: 5px;
    border: none;
}
.StorageAvailabilityTable .ant-table .ant-table-body {
      margin: 0;
}
.StorageAvailabilityTable .ant-table .ant-table-body .ant-table-tbody tr td:first-child, .StorageAvailabilityTable .ant-table .ant-table-body .ant-table-tbody tr td:last-child {
        font-weight: bold;
}
.StorageAvailabilityTable .ant-table .ant-table-body .ant-table-tbody tr td:nth-child(2) {
        color: #929292;
}
.StorageAvailabilityTable > div > ul.AgLocationAvailabilityCount:last-child {
    margin-bottom: 8px;
}
.StorageAvailabilityTable .AgLocationAvailabilityCountMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1f1f1f !important;
    font-weight: 600;
}
.StorageAvailabilityTable .AgLocationAvailabilityCountMain > span:first-child {
      -webkit-box-flex: 20;
          -ms-flex-positive: 20;
              flex-grow: 20;
}
.StorageAvailabilityTable .AgLocationAvailabilityCountMain > span:last-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
}
.StorageAvailabilityTable .AgLocationAvailabilityCount {
    margin-bottom: 0;
    padding-left: 20px;
}
.StorageAvailabilityTable .AgLocationAvailabilityCount li {
      color: #606a74;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.StorageAvailabilityTable .AgLocationAvailabilityCount li > span:first-child {
        -webkit-box-flex: 20;
            -ms-flex-positive: 20;
                flex-grow: 20;
}
.StorageAvailabilityTable .AgLocationAvailabilityCount li > span:last-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
}

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

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

.ShowDetailsLink {
  color: #1f1f1f !important;
}

@charset "UTF-8";
.InventoryListPage {
  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;
}
.InventoryListPage .ModuleSection,
.InventoryListPage .list-wrapper {
  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;
}
.InventoryListPage .ModuleSection--toolbar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.InventoryListPage .MainToolbarNavigation {
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.InventoryOverviewSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}

/* The list wrapper initially takes its natural height */
.list-wrapper {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  /* By default, if details are open, it doesn’t necessarily fill the remaining space */
}

/* When collapsed, make the list wrapper expand */
.list-wrapper.expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  /* Ensure it fills the remaining vertical space */
}
.DeceasedToolBarContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px 8px;
  border-bottom: 1px solid #e5e9f0;
}
.DeceasedToolBarContainer .DeceasedToolBarComponentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: auto;
}
.DeceasedToolBarContainer .DeceasedToolBarComponentContainer .divider {
      height: auto;
}
.DeceasedToolBarContainer .DeceasedToolBarComponentContainer .ant-btn-link {
      color: #38454f;
      font-size: 12px;
      font-weight: 600;
}
.DeceasedToolBarContainer .DeceasedToolBarComponentContainer .ant-btn-link .iconBase {
        margin-right: 5px;
}
.DeceasedToolBarContainer .LtpNavBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.deceased-card-component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 16px;
  background: #f4f6f8;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print {
.navBar,
  .header,
  .ant-form,
  .ant-form-horizontal,
  .MainToolbarNavigation,
  .corpus-card-component,
  .AntPagination,
  .activeFilters {
    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;
}
#DeceasedListView {
    height: auto !important;
    counter-increment: page;
    counter-reset: page 1;
    border: none;
    height: auto;
}
#DeceasedListView .k-grid-header {
      padding-right: 0 !important;
      overflow: hidden;
      background: none;
      border: none;
}
#DeceasedListView .k-grid-header-wrap {
      overflow: hidden;
}
#DeceasedListView .k-grid-content {
      overflow: visible;
      height: auto !important;
}
#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);
}
#DeceasedListView table th:nth-last-child(1) {
        display: none;
        border-right: none;
        width: 0;
}
#DeceasedListView table tr td {
      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);
}
#DeceasedListView table tr td:nth-last-child(1) {
        display: none;
        border-right: none;
        width: 0;
}
#DeceasedListView table ::-webkit-scrollbar {
      display: none;
}
}

.ChooseLocationList.ant-list-split .ant-spin-container > ul > li {
  margin: 15px 0;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
}
.ChooseLocationList.ant-list-split .ant-spin-container > ul > li a {
    color: #fff;
}
.ChooseLocationList.ant-list-split .ant-spin-container > ul > li:nth-child(odd) {
    background-color: var(--color-primary);
}
.ChooseLocationList.ant-list-split .ant-spin-container > ul > li:nth-child(even) {
    background-color: #099abb;
}
.ChooseLocationList.ant-list-split .ant-spin-container > ul .ant-list-item {
  border-bottom: none;
}

.ConfirmedText {
  color: var(--color-primary);
  font-size: 20px;
}
.FreeSlotBtn {
  background: #43ad49;
  background: radial-gradient(circle, #43ad49 0%, #43ad49 63%, white 64%, white 98%, #25408f 98%, #25408f 100%);
  display: inline-block;
  border-radius: 80px;
  padding: 20px;
  border: 3px solid var(--color-primary);
  margin-top: 20px;
  height: auto !important;
}
.FreeSlotBtn:hover, .FreeSlotBtn:focus, .FreeSlotBtn:active {
    background: #43ad49;
    background: radial-gradient(circle, #43ad49 0%, #43ad49 63%, white 64%, white 98%, #25408f 98%, #25408f 100%);
    display: inline-block;
    border-radius: 80px;
    padding: 20px;
    border: 3px solid var(--color-primary);
    margin-top: 20px;
    height: auto !important;
}
.FreeSlotBtn.ant-btn-link[disabled] {
    background: rgba(0, 0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 63%, white 64%, white 98%, rgba(0, 0, 0, 0.25) 98%, rgba(0, 0, 0, 0.25) 100%);
    border: 3px solid rgba(0, 0, 0, 0.25);
}
.slide-fade-enter-active, .slide-fade-leave-active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slide-fade-enter, .slide-fade-leave-to {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}
.existing-deceased-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid #91d5ff;
  border-radius: 6px;
  background: #e6f7ff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
}
.existing-deceased-banner .existing-deceased-banner__icon {
    color: #1890ff;
    font-size: 16px;
}

.CheckBtn {
  background: #43ad49;
  background: radial-gradient(circle, #43ad49 0%, #43ad49 60%, white 60%, white 98%, #25408f 98%, #25408f 100%);
  display: inline-block;
  border-radius: 100px;
  padding: 5px 7px;
  border: 2px solid var(--color-primary);
}
.CheckBtn.CheckIn .iconBase {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.CheckBtn.CheckOut .iconBase {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.ant-btn-link[disabled] .CheckBtn {
  background: rgba(0, 0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 60%, white 60%, white 98%, rgba(0, 0, 0, 0.25) 98%, rgba(0, 0, 0, 0.25) 100%);
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.ContacInformation .MainIconAlign {
  text-align: center;
  margin-bottom: 10px;
}
.ContacInformation .ant-modal-close {
  color: rgba(0, 0, 0, 0.75);
}
.ContacInformation .ContacInformationHeaderText {
  font-size: 24px;
  color: var(--color-primary);
}
.ContacInformation .ContacInformationBodyText {
  font-size: 24px;
  color: var(--color-primary);
  font-size: 18px;
}
.ContacInformation .ContacInformationNumberText {
  font-size: 24px;
  color: var(--color-primary);
}

.AgCheckInOutComponent {
  height: calc(100vh - 40px);
}
.AgCheckInOutComponent .CheckBtnWrap {
    height: calc(100vh - 200px);
}
.AgCheckInOutComponent .CheckBox {
    height: calc(100vh - 120px);
}
.AgCheckInOutComponent .MainIconAlign {
    text-align: center;
    margin-bottom: 10px;
}
.AgCheckInOutComponent .ant-card {
    border-color: rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.AgCheckInOutComponent .ButtonGroup .ant-btn {
    padding: 0;
    color: #e3574d;
    font-size: 30px;
}
.AgCheckInOutComponent .ButtonGroup.RightAlign {
    text-align: right;
}
.AgCheckInOutComponent .ButtonGroup.RightAlign .ant-btn {
      color: #41ad49;
}
.AgCheckInOutComponent .ButtonGroup.RightAlign .ant-btn.ant-btn-link[disabled] {
        color: rgba(0, 0, 0, 0.25) !important;
}
.AgCheckInOutComponent .logout {
    font-size: 20px;
}
.CardHeaderTranspotter {
  color: #099abb;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.IconTextInner {
  font-size: 14px;
}
.CardHeaderBtn {
  font-size: 12px;
}
.CheckInBtn,
.CheckOutBtn {
  height: auto !important;
  border-radius: 10px;
  padding: 10px;
  min-width: 90px;
}
.OrgName {
  font-size: 14px;
  color: #099abb;
}

.ComponentHeader[data-v-b9881346] {
  height: 40px;
  background-color: #f0f2f5;
  color: #1f1f1f;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ComponentHeader .ModuleHeadding[data-v-b9881346] {
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

